Skip to content
Snippets Groups Projects
  1. Sep 19, 2010
    • Wolfgang Denk's avatar
      Cleanup use of CONFIG_SYS_SRAM_BASE and CONFIG_SYS_SRAM_SIZE · 36116650
      Wolfgang Denk authored
      
      Traditionally many boards used local definitions for SRAM base address
      and size (like SRAM_BASE, SRAM_LEN and/or SRAM_SIZE), while the (now)
      "official" names are CONFIG_SYS_SRAM_BASE and CONFIG_SYS_SRAM_SIZE.
      
      The corresponding code in arch/powerpc/lib/board.c was board specific,
      and has never actually been maintained well. Replace this by feature-
      specific code and adapt the boards that actually use this.
      
      NOTE: there is still a ton of boards using the old #defines, which
      therefor contain incorrect values in bi_sramstart and bi_sramsize.
      
      All respective board maintainers are requested to clean up their
      respective configurations.  Thanks.
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      Cc: Josef Wagner <Wagner@Microsys.de>
      Cc: Stefan Roese <sr@denx.de>
      Cc: Heiko Schocher <hs@denx.de>
      Cc: Wolfgang Denk <wd@denx.de>
      36116650
  2. Oct 18, 2008
  3. Sep 10, 2008
  4. Mar 03, 2008
  5. Jul 10, 2007
  6. Jul 08, 2007
  7. Apr 02, 2005
  8. Feb 03, 2005
    • Wolfgang Denk's avatar
      * Removed '--no-warn-mismatch' option from Makefile. This option · 1a344f29
      Wolfgang Denk authored
        makes 'ld' to overlook binary objects compatibility.
      
      * Moved $(PLATFORM_LIBS) from the library group (--start-group ...
        --end-group) outside of the group. This will make 'ld' to do
        _multiple_ search in the library group when resolving symbol
        references and do only a _single_ seach in libgcc.a after the group
        search.
      
      * Fix stability problems on CPC45 board again.
      
      * Make image detection for diskboot / usbboot / scsiboot more robust
        (also check header checksum)
      1a344f29
  9. Jan 31, 2005
  10. Dec 31, 2004
    • Wolfgang Denk's avatar
      * Code cleanup, mostly for GCC-3.3.x · e2ffd59b
      Wolfgang Denk authored
      * Cleanup confusing use of CONFIG_ETH*ADDR - ust his only to
        pre-define a MAC address; use CONFIG_HAS_ETH* to enable support for
        additional ethernet addresses.
      
      * Cleanup drivers/i82365.c - avoid duplication of code
      
      * Fix bogus "cannot span across banks" flash error message
      
      * Add support for CompactFlash for the CPC45 Board.
      e2ffd59b
  11. Jun 19, 2004
    • Wolfgang Denk's avatar
      Patch by Josef Wagner, 04 Jun 2004: · 49822e23
      Wolfgang Denk authored
      - DDR Ram support for PM520 (MPC5200)
      - support for different flash types (PM520)
      - USB / IDE / CF-Card / DiskOnChip support for PM520
      - 8 bit boot rom support for PM520/CE520
      - Add auto SDRAM module detection for MicroSys CPC45 board (MPC8245)
      - I2C and RTC support for CPC45
      - support of new flash type (28F160C3T) for CPC45
      49822e23
  12. Jun 05, 2003
  13. Mar 12, 2003
    • Wolfgang Denk's avatar
      * Patch by Josef Wagner, 12 Mar 2003: · 3bac3513
      Wolfgang Denk authored
        - 16/32 MB and 50/80 MHz support with auto-detection for IP860
        - ETH05 and BEDBUG support for CU824
        - added support for MicroSys CPC45
        - new BOOTROM/FLASH0 and DOC base for PM826
      
      * Patch by Robert Schwebel, 12 Mar 2003:
        Fix the chpart command on innokom board
      
      * Name cleanup:
        mv include/asm-i386/ppcboot-i386.h include/asm-i386/u-boot-i386.h
        s/PPCBoot/U-Boot/ in some files
        s/pImage/uImage/  in some files
      
      * Patch by Detlev Zundel, 15 Jan 2003:
        Fix '' command line quoting
      
      * Patch by The LEOX team, 19 Jan 2003:
        - add support for the ELPT860 board
        - add support for Dallas ds164x RTC
      3bac3513
  14. Nov 03, 2002
Loading