1. 20 10月, 2010 1 次提交
  2. 19 10月, 2010 3 次提交
    • P
      powerpc: Cleanup BOOTFLAG_* references · d98b0523
      Peter Tyser 提交于
      Now that warm booting is not supported, there isn't a need for the
      BOOTFLAG_COLD and BOOTFLAG_WARM defines, so remove them.
      
      Note that this change makes the board info bd_bootflags field useless.
      It will always be set to 0, but we leave it around so that we don't
      break the board info structure that some OSes are expecting to be passed
      from U-Boot.
      Signed-off-by: NPeter Tyser <ptyser@xes-inc.com>
      d98b0523
    • W
      Makefile: move all Power Architecture boards into boards.cfg · 2ae18241
      Wolfgang Denk 提交于
      Clean up Makefile, and drop a lot of the config.mk files on the way.
      
      We now also automatically pick all boards that are listed in
      boards.cfg (and with all configurations), so we can drop the redundant
      entries from MAKEALL to avoid building these twice.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      2ae18241
    • W
      Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE · 14d0a02a
      Wolfgang Denk 提交于
      The change is currently needed to be able to remove the board
      configuration scripting from the top level Makefile and replace it by
      a simple, table driven script.
      
      Moving this configuration setting into the "CONFIG_*" name space is
      also desirable because it is needed if we ever should move forward to
      a Kconfig driven configuration system.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      14d0a02a
  3. 23 9月, 2010 1 次提交
  4. 02 8月, 2010 1 次提交
  5. 20 7月, 2010 1 次提交
  6. 16 7月, 2010 1 次提交
  7. 09 12月, 2009 1 次提交
  8. 18 7月, 2009 2 次提交
  9. 13 6月, 2009 1 次提交
    • S
      mtd: MTD related config header changes (mtdparts command) · 942556a9
      Stefan Roese 提交于
      By changing the cmd_mtdparts to only use the MTD infrastructure and
      not the direct interface to the CFI NOR FLASH driver we now need
      to add the MTD infrastructure to all boards using those mtdparts
      commands. This patch adds those components:
      
      CONFIG_MTD_DEVICE (for all FLASH types)
      
      plus
      
      CONFIG_FLASH_CFI_MTD (for NOR FLASH)
      
      To all board maintainers: Please test this on your platforms and
      report any problems/issues found. Thanks.
      Signed-off-by: NStefan Roese <sr@denx.de>
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: Ron Madrid <info@sheldoninst.com>
      Cc: Georg Schardt <schardt@team-ctech.de>
      Cc: Michal Simek <monstr@monstr.eu>
      Cc: Ladislav Michl <ladis@linux-mips.org>
      Cc: Martin Krause <martin.krause@tqs.de>
      Cc: Gary Jennejohn <garyj@denx.de>
      Cc: Ricardo Ribalda <ricardo.ribalda@uam.es>
      942556a9
  10. 10 6月, 2009 2 次提交
    • W
      TQM85xx: minor config file cleanup · 7a2063bd
      Wolfgang Denk 提交于
      Remove "saveenv" from "update" definition: the environment is outside
      the U-Boot image on TQM85xx and therefor not affected by updates.
      
      Also "beautify" code a bit (vertical alignment).
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      7a2063bd
    • W
      TQM85xx: adapt for new flash types · c0296b18
      Wolfgang Denk 提交于
      Old TQM85xx boards had 'M' type Spansion Flashes from the S29GLxxxM
      series while new boards have 'N' type Flashes from the S29GLxxxN
      series, which have bigger sectors: 2 x 128 instead of 2 x 64 KB.
      
      We now change the configuration to the new flash types for all
      boards; this also works on old boards - we just waste two flash
      sectors for the environment which could be smaller there.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      c0296b18
  11. 24 3月, 2009 1 次提交
  12. 21 3月, 2009 1 次提交
  13. 17 2月, 2009 3 次提交
  14. 24 1月, 2009 1 次提交
  15. 14 12月, 2008 1 次提交
  16. 04 12月, 2008 1 次提交
  17. 02 12月, 2008 1 次提交
  18. 25 10月, 2008 1 次提交
  19. 19 10月, 2008 1 次提交
  20. 14 10月, 2008 1 次提交
  21. 11 9月, 2008 2 次提交
  22. 28 8月, 2008 1 次提交
  23. 13 8月, 2008 2 次提交
  24. 11 6月, 2008 8 次提交
  25. 27 3月, 2008 1 次提交