mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 02:38:56 +00:00
ef123c5253
Refactor linker-generated array code so that symbols which were previously linker-generated are now compiler- generated. This causes relocation records of type R_ARM_ABS32 to become R_ARM_RELATIVE, which makes code which uses LGA able to run before relocation as well as after. Note: this affects more than ARM targets, as linker- lists span possibly all target architectures, notably PowerPC. Conflicts: arch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds arch/arm/cpu/arm926ejs/spear/u-boot-spl.lds arch/arm/cpu/armv7/omap-common/u-boot-spl.lds board/ait/cam_enc_4xx/u-boot-spl.lds board/davinci/da8xxevm/u-boot-spl-da850evm.lds board/davinci/da8xxevm/u-boot-spl-hawk.lds board/vpac270/u-boot-spl.lds Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net> |
||
---|---|---|
.. | ||
eccx.c | ||
flash.c | ||
Makefile | ||
README | ||
RPXClassic.c | ||
u-boot.lds | ||
u-boot.lds.debug |
# Porting U-Boot onto RPXClassic LF_BW31 board # Written by Pierre AUBERT # E-Mail p.aubert@staubli.com # Stäubli Faverges - <www.staubli.com> # # Sept. 20 2001 # # Cross compile: Montavista Hardhat ported on HP-UX 10.20 # Flash memories : AM29DL323B (2 banks flash memories) 16 Mb from 0xff000000 DRAM : 16 Mb from 0 NVRAM : 512 kb from 0xfa000000 - environment is stored in NVRAM - Mac address is read from EEPROM - ethernet on SCC1 or fast ethernet on FEC are running (depending on the configuration flag CONFIG_FEC_ENET)