Skip to content
Snippets Groups Projects
  1. Mar 15, 2008
  2. Feb 16, 2008
  3. Dec 08, 2007
  4. Nov 15, 2007
  5. Oct 31, 2007
  6. Aug 14, 2007
  7. Aug 13, 2007
  8. Jun 22, 2007
  9. Jun 15, 2007
    • Grzegorz Bernacki's avatar
      ppc4xx: Clean up 440 exceptions handling · efa35cf1
      Grzegorz Bernacki authored
      
      - Introduced dedicated switches for building 440 and 405 images required
        for 440-specific machine instructions like 'rfmci' etc.
      
      - Exception vectors moved to the proper location (_start moved away from
        the critical exception handler space, which it occupied)
      
      - CriticalInput now serviced (with default handler)
      
      - MachineCheck properly serviced (added a dedicated handler and return
        subroutine)
      
      - Overall cleanup of exceptions declared with STD_EXCEPTION macro (unused,
        unhandled and those not relevant for 4xx were eliminated)
      
      - Eliminated Linux leftovers, removed dead code
      
      Signed-off-by: default avatarGrzegorz Bernacki <gjb@semihalf.com>
      Signed-off-by: default avatarRafal Jaworowski <raj@semihalf.com>
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      efa35cf1
  10. Jun 06, 2007
    • Stefan Roese's avatar
      ppc4xx: Add NAND booting support for AMCC Acadia (405EZ) eval board · c440bfe6
      Stefan Roese authored
      
      This patch adds NAND booting support for the AMCC Acadia eval board.
      
      Please make sure to configure jumper J7 to position 2-3 when booting
      from NOR, and to position 1-2 when booting for NAND.
      
      I also added a board command to configure the I2C bootstrap EEPROM
      values. Right now only 267MHz is support for booting either via NOR
      or NAND FLASH. Here the usage:
      
      => bootstrap 267 nor	;to configure the board for 267MHz NOR booting
      => bootstrap 267 nand	;to configure the board for 267MHz NNAND booting
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      c440bfe6
  11. May 22, 2007
  12. Apr 18, 2007
    • Stefan Roese's avatar
      ppc4xx: Add output for bootrom location to 405EZ ports · 90e6f41c
      Stefan Roese authored
      
      Now 405EZ ports also show upon bootup from which boot device
      they are configured to boot:
      
      U-Boot 1.2.0-gd3832e8f-dirty (Apr 18 2007 - 07:47:05)
      
      CPU:   AMCC PowerPC 405EZ Rev. A at 199.999 MHz (PLB=133, OPB=66, EBC=66 MHz)
             Bootstrap Option E - Boot ROM Location EBC (32 bits)
             16 kB I-Cache 16 kB D-Cache
      Board: Acadia - AMCC PPC405EZ Evaluation Board
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      90e6f41c
  13. Mar 21, 2007
    • Stefan Roese's avatar
      [PATCH] Add AMCC PPC405EZ support · e01bd218
      Stefan Roese authored
      
      This patch adds support for the new AMCC 405EZ PPC. It is in
      preparation for the AMCC Acadia board support.
      
      Please note that this Acadia/405EZ support is still in a beta stage.
      Still lot's of cleanup needed but we need a preliminary release now.
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      e01bd218
  14. Feb 20, 2007
  15. Jan 11, 2007
  16. Dec 16, 2004
  17. Jun 06, 2004
  18. Dec 09, 2003
  19. Jun 27, 2003
  20. May 23, 2003
  21. Mar 20, 2003
  22. Nov 03, 2002
Loading