1. 23 2月, 2012 1 次提交
  2. 27 11月, 2011 1 次提交
  3. 24 10月, 2011 1 次提交
  4. 06 10月, 2011 1 次提交
  5. 03 10月, 2011 3 次提交
  6. 10 1月, 2011 1 次提交
    • M
      microblaze: Fix bd_info pointer · 1020286e
      Michal Simek 提交于
      Patch "Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value"
      (sha1: 25ddd1fb)
      introduce GENERATED_GBL_DATA_SIZE which is sizeof aligned gd_t
      (currently 0x40).
      Microblaze configs used 0x40(128) because this place also contained
      board info structure which lies on the top of ram.
      
      U-Boot is placed to the top of the ram (for example 0xd7ffffff)
      and bd structure was moved out of ram.
      
      This patch is fixing this scheme with GENERATED_BD_INFO_SIZE
      which swap global data and board info structures.
      
      For example:
      Current: gd 0xd7ffffc0, bd 0xd8000000
      Fixed:   gd 0xd7ffffc0, bd 0xd7ffff90
      Signed-off-by: NMichal Simek <monstr@monstr.eu>
      1020286e
  7. 27 10月, 2010 1 次提交
    • 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
  8. 19 10月, 2010 1 次提交
    • 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
  9. 12 10月, 2010 4 次提交
  10. 08 12月, 2009 1 次提交
  11. 03 10月, 2009 3 次提交
  12. 14 9月, 2009 3 次提交
  13. 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
  14. 21 3月, 2009 1 次提交
  15. 18 2月, 2009 1 次提交
  16. 23 1月, 2009 3 次提交
  17. 10 12月, 2008 2 次提交
  18. 19 10月, 2008 1 次提交
  19. 11 9月, 2008 3 次提交
  20. 13 8月, 2008 1 次提交
  21. 10 5月, 2008 1 次提交
  22. 08 4月, 2008 4 次提交
  23. 24 9月, 2007 1 次提交