Skip to content
Snippets Groups Projects
  1. Nov 18, 2008
  2. Apr 18, 2008
  3. Jan 12, 2008
    • Wolfgang Denk's avatar
      Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections · 64134f01
      Wolfgang Denk authored
      
      With recent toolchain versions, some boards would not build because
      or errors like this one (here for ocotea board when building with
      ELDK 4.2 beta):
      ppc_4xx-ld: section .bootpg [fffff000 -> fffff23b] overlaps section .bss [fffee900 -> fffff8ab]
      
      For many boards, the .bss section is big enough that it wraps around
      at the end of the address space (0xFFFFFFFF), so the problem will not
      be visible unless you use a 64 bit tool chain for development. On
      some boards however, changes to the code size (due to different
      optimizations) we bail out with section overlaps like above.
      
      The fix is to add the NOLOAD attribute to the .bss and .sbss
      sections, telling the linker that .bss does not consume any space in
      the image.
      
      Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
      64134f01
  4. Oct 31, 2007
    • Stefan Roese's avatar
      ppc4xx: Rework of 4xx serial driver (2) · 882ae412
      Stefan Roese authored
      
      Change all linker scripts to reference the changed driver name 4xx_uart.o.
      
      Note: In most cased all these explicit referencing of these object files
      in the linker scripts is not neccessary. Only for manually embedded
      environment into the U-Boot image, which is not done is most cases.
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      882ae412
  5. Jun 30, 2006
  6. Dec 12, 2005
  7. Aug 31, 2005
  8. Aug 16, 2005
  9. Aug 15, 2005
  10. Aug 01, 2005
  11. Mar 14, 2004
    • Wolfgang Denk's avatar
      * Patch by Travis Sawyer, 01 Mar 2004: · 0e6d798c
      Wolfgang Denk authored
        Ocotea:
        - Add IBM PPC440GX Ref Platform support (Ocotea)
          Original code by Paul Reynolds <PaulReynolds@lhsolutions.com>
          Adapted to U-Boot and 440GX port
        440gx_enet.c:
        - Add gracious handling of all Ethernet Pin Selections for 440GX
        - Add RGMII selection for Cicada CIS8201 Gigabit PHY
        ppc440.h:
        - Add needed bit definitions
        - Fix formatting
      
      * Patch by Carl Riechers, 1 Mar 2004:
        Add PPC440GX prbdv0 divider to fix memory clock calculation.
      
      * Patch by Stephan Linz, 27 Feb 2004
        - avoid problems for targets without NFS download support
      0e6d798c
  12. Jun 27, 2003
    • Wolfgang Denk's avatar
      * Code cleanup: · 8bde7f77
      Wolfgang Denk authored
        - remove trailing white space, trailing empty lines, C++ comments, etc.
        - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)
      
      * Patches by Kenneth Johansson, 25 Jun 2003:
        - major rework of command structure
          (work done mostly by Michal Cendrowski and Joakim Kristiansen)
      8bde7f77
  13. Jun 25, 2003
    • Wolfgang Denk's avatar
      * Header file cleanup for ARM · b783edae
      Wolfgang Denk authored
      * Patch by Murray Jensen, 24 Jun 2003:
        - make sure to use only U-boot provided header files
        - fix problems with ".rodata.str1.4" section as used by GCC-3.x
      b783edae
  14. Aug 06, 2002
  15. Jul 20, 2002
  16. Aug 05, 2001
  17. Apr 28, 2001
Loading