1. 05 11月, 2013 1 次提交
  2. 24 7月, 2013 1 次提交
  3. 21 3月, 2013 1 次提交
  4. 17 10月, 2012 1 次提交
    • P
      split mpc8xx hooks from cmd_ide.c · 8d1165e1
      Pavel Herrmann 提交于
      move most of mpc8xx hooks from cmd_ide.c into ide_preinit() and newly created
      ide_init_postreset() (invoked after calling ide_reset after ide_preinit),
      some cleanup to make checkpatch happy, enable IDE init hooks in configs of
      affected boards.
      confusingly, these hooks are used by more than just mpc8xx-based boards, and
      therefore are placed in arch/ppc/lib/
      
      note: checkpatch still emits warnings about using volatile
      Signed-off-by: NPavel Herrmann <morpheus.ibis@gmail.com>
      8d1165e1
  5. 21 6月, 2012 2 次提交
  6. 27 10月, 2010 2 次提交
    • W
      Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value · 25ddd1fb
      Wolfgang Denk 提交于
      CONFIG_SYS_GBL_DATA_SIZE has always been just a bad workarond for not
      being able to use "sizeof(struct global_data)" in assembler files.
      Recent experience has shown that manual synchronization is not
      reliable enough.  This patch renames CONFIG_SYS_GBL_DATA_SIZE into
      GENERATED_GBL_DATA_SIZE which gets automatically generated by the
      asm-offsets tool.  In the result, all definitions of this value can be
      deleted from the board config files.  We have to make sure that all
      files that reference such data include the new <asm-offsets.h> file.
      
      No other changes have been done yet, but it is obvious that similar
      changes / simplifications can be done for other, related macro
      definitions as well.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Acked-by: NKumar Gala <galak@kernel.crashing.org>
      25ddd1fb
    • W
      Rename CONFIG_SYS_INIT_RAM_END into CONFIG_SYS_INIT_RAM_SIZE · 553f0982
      Wolfgang Denk 提交于
      CONFIG_SYS_INIT_RAM_END was a misnomer as it suggests this might be
      some end address; to make the meaning more clear we rename it into
      CONFIG_SYS_INIT_RAM_SIZE
      
      No other code changes are performed in this patch, only minor editing
      of white space (due to the changed length) and the comments was done,
      where noticed.
      
      Note that the code for the PATI and cmi_mpc5xx board configurations
      looks seriously broken.  Last known maintainers on Cc:
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Denis Peter <d.peter@mpl.ch>
      Cc: Martin Winistoerfer <martinwinistoerfer@gmx.ch>
      Acked-by: NKumar Gala <galak@kernel.crashing.org>
      553f0982
  7. 19 10月, 2010 2 次提交
    • 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
  8. 12 3月, 2010 1 次提交
  9. 29 7月, 2009 1 次提交
    • W
      TQM8xx* boards: set larger SMC Rx buffer len · 3cb7a480
      Wolfgang Denk 提交于
      Commit 2b3f12c2 added support for configurable SMC Rx buffer length on
      8xx systems. Enable this feature on TQM8xx* based boards.
      
      This fixes the problem that pasting text in the middle of a line
      (i. e. inserting in edit mode) did not work - only the first two
      characters got inserted, the rest was lost.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      3cb7a480
  10. 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
  11. 21 3月, 2009 1 次提交
  12. 22 2月, 2009 1 次提交
  13. 19 10月, 2008 1 次提交
  14. 17 9月, 2008 1 次提交
  15. 11 9月, 2008 2 次提交
  16. 13 8月, 2008 1 次提交
  17. 12 8月, 2008 1 次提交
  18. 10 8月, 2008 1 次提交
  19. 08 8月, 2008 2 次提交
  20. 03 3月, 2008 1 次提交
  21. 27 12月, 2007 1 次提交
  22. 16 9月, 2007 2 次提交
    • W
      TQM8xx[LM]: Fix broken environment alignment. · 67c31036
      Wolfgang Denk 提交于
      With recent toolchains, the environment sectors were no longer aligned to
      sector boundaries. The reason was a combination of two bugs:
      
      1) common/environment.c assumed that CONFIG_TQM8xxL would be defined
         for all TQM8xxL and TQM8xxM boards. But "include/common.h", where
         this gets defined, is not included here (and cannot be included
         without causing lots of problems).
      
         Added a new #define CFG_USE_PPCENV for all boards which really
         want to put the environment is a ".ppcenv" section.
      
      2) The linker scripts just include environment.o, silently assuming
         that the objects in that file are really in the order in which
         they are coded in the C file, i. e. "environment" first, then
         "redundand_environment", and "env_size" last. However, current
         toolchains (GCC-4.x) reorder the objects, causing the environment
         data not to start on a flash sector boundary:
      
         Instead of:					we got:
      
      	40008000 T environment			40008000 T env_size
      	4000c000 T redundand_environment	40008004 T redundand_environment
      	40010000 T env_size			4000c004 T environment
      
         Note: this patch fixes just the first part, and cures the alignment
         problem by making sure that "env_size" gets placed correctly. However,
         we still have a potential issue because primary and redundant
         environment sectors are actually swapped, i. e. we have now:
      
      	40008000 T redundand_environment
      	4000c000 T environment
      	40010000 T env_size
      
         This shall be fixed in the next version.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      67c31036
    • W
      eb6da805
  23. 10 7月, 2007 1 次提交
  24. 05 7月, 2007 1 次提交
  25. 28 10月, 2006 1 次提交
  26. 21 11月, 2005 1 次提交
  27. 03 4月, 2005 1 次提交
  28. 25 4月, 2004 1 次提交
  29. 01 2月, 2004 1 次提交
  30. 05 1月, 2004 1 次提交
  31. 26 11月, 2003 1 次提交
    • W
      Add support for BMS2003 board · fd3103bb
      wdenk 提交于
      (featuring a NEC NL6448BC33-54. 10.4", 640x480 TFT display).
      Fix NEC display names (it's 6440 [for 640x480], not 6640).
      fd3103bb
  32. 08 8月, 2003 1 次提交
  33. 25 7月, 2003 1 次提交
  34. 08 7月, 2003 1 次提交
    • W
      * Add support for NSCU board · f12e568c
      wdenk 提交于
      * Add support for TQM823M, TQM850M, TQM855M and TQM860M modules
      
      * Add support for Am29LV160ML, Am29LV320ML, and Am29LV640ML
        mirror bit flash on TQM8xxM modules
      f12e568c