1. 02 2月, 2011 1 次提交
  2. 14 12月, 2010 1 次提交
  3. 09 12月, 2010 4 次提交
  4. 27 11月, 2010 1 次提交
  5. 30 10月, 2010 2 次提交
  6. 27 10月, 2010 2 次提交
    • D
      arm1176: fix relocation · ea34c9d6
      Darius Augulis 提交于
      Fix relocation code for arm1176, do it like other ARM
      CPU's are doing.
      Tested only with CONFIG_SKIP_RELOCATE_UBOOT defined
      and using nand_spl (booting from nand). Test done on
      s3c6410 based board (not yet supported in main line).
      Signed-off-by: NDarius Augulis <augulis.darius@gmail.com>
      ea34c9d6
    • 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
  7. 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
  8. 11 10月, 2010 1 次提交
  9. 20 9月, 2010 1 次提交
  10. 23 6月, 2010 2 次提交
  11. 08 6月, 2010 2 次提交
    • C
      ARM1176: Coexist with other ARM1176 platforms · 678e008c
      Cyril Chemparathy 提交于
      The current ARM1176 CPU specific code is too specific to the SMDK6400
      architecture.  The following changes were necessary prerequisites for the
      addition of other SoCs based on ARM1176.
      
      Existing board's (SMDK6400) configuration has been modified to keep behavior
      unchanged despite these changes.
      
      1. Peripheral port remap configurability
      The earlier code had hardcoded remap values specific to s3c64xx in start.S.
      This change makes the peripheral port remap addresses and sizes configurable.
      
      2. U-Boot code relocation support
      Most architectures allow u-boot code to run initially at a different
      address (possibly in NOR) and then get relocated to its final resting place
      in RAM.  Added support for this capability in ARM1176 architecture.
      
      3. Disable TCM if necessary
      If a ROM based bootloader happened to have initialized TCM, we disable it here
      to keep things sane.
      
      4. Remove unnecessary SoC specific includes
      ARM1176 code does not really need this SoC specific include.  The presence
      of this include prevents builds on other ARM1176 archs.
      
      5. Modified virt-to-phys conversion during MMU disable
      The original MMU disable code masks out too many bits from the load address
      when it tries to figure out the physical address of the jump target label.
      Consequently, it ends up branching to the wrong address after disabling the
      MMU.
      Signed-off-by: NCyril Chemparathy <cyril@ti.com>
      Signed-off-by: NSandeep Paulraj <s-paulraj@ti.com>
      678e008c
    • C
      ARM1176: Coexist with other ARM1176 platforms · b87996d2
      Cyril Chemparathy 提交于
      The current ARM1176 CPU specific code is too specific to the SMDK6400
      architecture.  The following changes were necessary prerequisites for the
      addition of other SoCs based on ARM1176.
      
      Existing board's (SMDK6400) configuration has been modified to keep behavior
      unchanged despite these changes.
      
      1. Peripheral port remap configurability
      The earlier code had hardcoded remap values specific to s3c64xx in start.S.
      This change makes the peripheral port remap addresses and sizes configurable.
      
      2. U-Boot code relocation support
      Most architectures allow u-boot code to run initially at a different
      address (possibly in NOR) and then get relocated to its final resting place
      in RAM.  Added support for this capability in ARM1176 architecture.
      
      3. Disable TCM if necessary
      If a ROM based bootloader happened to have initialized TCM, we disable it here
      to keep things sane.
      
      4. Remove unnecessary SoC specific includes
      ARM1176 code does not really need this SoC specific include.  The presence
      of this include prevents builds on other ARM1176 archs.
      
      5. Modified virt-to-phys conversion during MMU disable
      The original MMU disable code masks out too many bits from the load address
      when it tries to figure out the physical address of the jump target label.
      Consequently, it ends up branching to the wrong address after disabling the
      MMU.
      Signed-off-by: NCyril Chemparathy <cyril@ti.com>
      Signed-off-by: NSandeep Paulraj <s-paulraj@ti.com>
      b87996d2
  12. 13 4月, 2010 1 次提交
  13. 04 4月, 2010 1 次提交
  14. 13 3月, 2010 1 次提交
  15. 09 2月, 2010 1 次提交
  16. 28 11月, 2009 2 次提交
  17. 13 11月, 2009 1 次提交
  18. 06 11月, 2009 1 次提交
  19. 19 10月, 2008 1 次提交
  20. 31 8月, 2008 1 次提交