u-boot/board
Scott Wood 83b7e2a7f2 Handle most LDSCRIPT setting centrally
Currently, some linker scripts are found by common code in config.mk.
Some are found using CONFIG_SYS_LDSCRIPT, but the code for that is
sometimes in arch config.mk and sometimes in board config.mk.  Some
are found using an arch-specific rule for looking in CPUDIR, etc.

Further, the powerpc config.mk rule relied on CONFIG_NAND_SPL
when it really wanted CONFIG_NAND_U_BOOT -- which covered up the fact
that not all NAND_U_BOOT builds actually wanted CPUDIR/u-boot-nand.lds.

Replace all of this -- except for a handful of boards that are actually
selecting a linker script in a unique way -- with centralized ldscript
finding.

If board code specifies LDSCRIPT, that will be used.
Otherwise, if CONFIG_SYS_LDSCRIPT is specified, that will be used.

If neither of these are specified, then the central config.mk will
check for the existence of the following, in order:

$(TOPDIR)/board/$(BOARDDIR)/u-boot-nand.lds (only if CONFIG_NAND_U_BOOT)
$(TOPDIR)/$(CPUDIR)/u-boot-nand.lds (only if CONFIG_NAND_U_BOOT)
$(TOPDIR)/board/$(BOARDDIR)/u-boot.lds
$(TOPDIR)/$(CPUDIR)/u-boot.lds

Some boards (sc3, cm5200, munices) provided their own u-boot.lds that
were dead code, because they were overridden by a CPUDIR u-boot.lds under
the old powerpc rules.  These boards' own u-boot.lds have bitrotted and
no longer work -- these lds files have been removed.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Tested-by: Graeme Russ <graeme.russ@gmail.com>
2011-04-30 00:59:47 +02:00
..
BuS rename _end to __bss_end__ 2011-03-27 19:18:37 +02:00
LEOX/elpt860 powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
LaCie/edminiv2 Replace obsolete e-mail address 2011-04-27 19:38:09 +02:00
Marvell I2C: add i2c support for Armada100 platform 2011-04-27 19:38:08 +02:00
RPXClassic powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
RPXlite powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
RPXlite_dw powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
RRvision powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
Seagate/dockstar Seagate FreeAgent DockStar support 2010-11-26 21:12:52 +01:00
a4m072 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
a3000 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
actux1 Handle most LDSCRIPT setting centrally 2011-04-30 00:59:47 +02:00
actux2 Handle most LDSCRIPT setting centrally 2011-04-30 00:59:47 +02:00
actux3 Handle most LDSCRIPT setting centrally 2011-04-30 00:59:47 +02:00
actux4 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
adder powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
afeb9260 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
alaska Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
altera Handle most LDSCRIPT setting centrally 2011-04-30 00:59:47 +02:00
amcc Handle most LDSCRIPT setting centrally 2011-04-30 00:59:47 +02:00
amirix/ap1000 powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
apollon Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
armadillo Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
armltd ARMV7: Vexpress: Add MMC support 2011-04-29 03:20:01 -05:00
assabet Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
astro/mcf5373l rename _end to __bss_end__ 2011-03-27 19:18:37 +02:00
atc Remove redundant config.mk files 2010-12-09 10:25:56 +01:00
atmel Handle most LDSCRIPT setting centrally 2011-04-30 00:59:47 +02:00
avnet Handle most LDSCRIPT setting centrally 2011-04-30 00:59:47 +02:00
balloon3 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
bc3450 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
bct-brettl2 Blackfin: move CONFIG_BFIN_CPU back to board config.h 2011-04-08 00:44:26 -04:00
bf506f-ezkit Blackfin: bf506f-ezkit: new board port 2011-04-08 00:44:26 -04:00
bf518f-ezbrd Blackfin: bf518f-ezbrd: get MAC from flash 2011-04-08 00:44:27 -04:00
bf525-ucr2 Blackfin: bf525-ucr2: new board port 2011-04-08 00:44:26 -04:00
bf526-ezbrd Blackfin: bf526-ezbrd: get MAC from flash 2011-04-08 00:44:27 -04:00
bf527-ad7160-eval Blackfin: move CONFIG_BFIN_CPU back to board config.h 2011-04-08 00:44:26 -04:00
bf527-ezkit Blackfin: move CONFIG_BFIN_CPU back to board config.h 2011-04-08 00:44:26 -04:00
bf527-sdp Blackfin: bf527-sdp: update custom CFLAGS paths 2011-04-08 00:44:26 -04:00
bf533-ezkit Blackfin: move CONFIG_BFIN_CPU back to board config.h 2011-04-08 00:44:26 -04:00
bf533-stamp Blackfin: move CONFIG_BFIN_CPU back to board config.h 2011-04-08 00:44:26 -04:00
bf537-minotaur Blackfin: move CONFIG_BFIN_CPU back to board config.h 2011-04-08 00:44:26 -04:00
bf537-pnav Blackfin: bf537-pnav/blackstamp/blackvme: drop empty config.mk files 2011-04-08 00:44:26 -04:00
bf537-srv1 Blackfin: move CONFIG_BFIN_CPU back to board config.h 2011-04-08 00:44:26 -04:00
bf537-stamp Blackfin: move CONFIG_BFIN_CPU back to board config.h 2011-04-08 00:44:26 -04:00
bf538f-ezkit Blackfin: move CONFIG_BFIN_CPU back to board config.h 2011-04-08 00:44:26 -04:00
bf548-ezkit Blackfin: move CONFIG_BFIN_CPU back to board config.h 2011-04-08 00:44:26 -04:00
bf561-acvilon Blackfin: move CONFIG_BFIN_CPU back to board config.h 2011-04-08 00:44:26 -04:00
bf561-ezkit Blackfin: move CONFIG_BFIN_CPU back to board config.h 2011-04-08 00:44:26 -04:00
blackstamp Blackfin: bf537-pnav/blackstamp/blackvme: drop empty config.mk files 2011-04-08 00:44:26 -04:00
blackvme Blackfin: bf537-pnav/blackstamp/blackvme: drop empty config.mk files 2011-04-08 00:44:26 -04:00
bmw Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
c2mon powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
calao Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
canmb Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
cerf250 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
cm-bf527 Blackfin: move CONFIG_BFIN_CPU back to board config.h 2011-04-08 00:44:26 -04:00
cm-bf533 Blackfin: move CONFIG_BFIN_CPU back to board config.h 2011-04-08 00:44:26 -04:00
cm-bf537e Blackfin: move CONFIG_BFIN_CPU back to board config.h 2011-04-08 00:44:26 -04:00
cm-bf537u Blackfin: move CONFIG_BFIN_CPU back to board config.h 2011-04-08 00:44:26 -04:00
cm-bf548 Blackfin: move CONFIG_BFIN_CPU back to board config.h 2011-04-08 00:44:26 -04:00
cm-bf561 Blackfin: move CONFIG_BFIN_CPU back to board config.h 2011-04-08 00:44:26 -04:00
cm41xx Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
cm4008 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
cm5200 Handle most LDSCRIPT setting centrally 2011-04-30 00:59:47 +02:00
cm_t35 OMAP3: CM-T35: Add support for CM-T3730 2011-04-27 19:38:07 +02:00
cmc_pu2 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
cmi Remove redundant config.mk files 2010-12-09 10:25:56 +01:00
cobra5272 rename _end to __bss_end__ 2011-03-27 19:18:37 +02:00
cogent Handle most LDSCRIPT setting centrally 2011-04-30 00:59:47 +02:00
colibri_pxa270 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
comelit/dig297 ARMV7: OMAP3: Add support for Comelit DIG297 board 2011-04-27 19:38:10 +02:00
cpc45 Remove redundant config.mk files 2010-12-09 10:25:56 +01:00
cpu86 Remove redundant config.mk files 2010-12-09 10:25:56 +01:00
cpu87 Remove redundant config.mk files 2010-12-09 10:25:56 +01:00
cradle Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
cray/L1 rename _end to __bss_end__ 2011-03-27 19:18:37 +02:00
csb226 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
csb272 miiphy: convert to linux/mii.h 2011-01-09 18:06:50 +01:00
csb472 miiphy: convert to linux/mii.h 2011-01-09 18:06:50 +01:00
csb637 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
cu824 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
dave powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
davedenx IMX: MX31: Cleanup include files and drop nasty #ifdef in drivers 2011-04-27 19:38:05 +02:00
davinci ea20: fix libea20.o not found 2011-04-11 21:26:48 +02:00
dbau1x00 MIPS: dbau1x00: Remove unused flash driver stub 2011-02-05 20:05:31 +09:00
digsy_mtc mpc52xx, digsy_mtc: protect default flash sectors 2011-04-28 00:52:38 +02:00
dnp1110 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
dnp5370 Blackfin: dnp5370: new board port 2011-04-08 00:44:26 -04:00
eNET Merge branch 'master' of git://git.denx.de/u-boot-x86 2011-04-13 19:56:23 +10:00
eXalion Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
earthlcd/favr-32-ezkit Handle most LDSCRIPT setting centrally 2011-04-30 00:59:47 +02:00
edb93xx Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
efikamx EfikaMX: switch to MACH_TYPE_MX51_EFIKAMX 2011-02-21 08:30:54 +01:00
eltec powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
emk powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
ep82xxm Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
ep88x powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
ep7312 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
ep8248 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
ep8260 Remove redundant config.mk files 2010-12-09 10:25:56 +01:00
esd powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
espt sh: Remove config.mk for espt board 2011-02-02 16:18:45 +09:00
esteem192e powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
etin Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
etx094 powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
eukrea cpuat91: fix board support 2011-04-27 19:38:10 +02:00
evb4510 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
evb64260 powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
fads powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
faraday/a320evb ftsmc020: move ftsmc020 static mem controller to driver/mtd 2011-04-27 19:38:10 +02:00
flagadm powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
freescale Handle most LDSCRIPT setting centrally 2011-04-30 00:59:47 +02:00
funkwerk/vovpn-gw do_reset: unify duplicate prototypes 2010-11-28 21:47:24 +01:00
g2000 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
gaisler rename _end to __bss_end__ 2011-03-27 19:18:37 +02:00
galaxy5200 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
gcplus Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
gdsys ppc4xx: Set DLVision 10G osd position to linux defaults 2011-04-21 10:34:45 +02:00
gen860t powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
genietv powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
gth2 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
gw8260 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
hermes powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
hidden_dragon Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
hymod Handle most LDSCRIPT setting centrally 2011-04-30 00:59:47 +02:00
ibf-dsp561 Blackfin: move CONFIG_BFIN_CPU back to board config.h 2011-04-08 00:44:26 -04:00
icecube Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
icu862 powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
idmr rename _end to __bss_end__ 2011-03-27 19:18:37 +02:00
ids8247 Remove redundant config.mk files 2010-12-09 10:25:56 +01:00
impa7 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
imx31_phycore IMX: MX31: Cleanup include files and drop nasty #ifdef in drivers 2011-04-27 19:38:05 +02:00
incaip MIPS: Move Inca-IP targets to boards.cfg 2011-02-05 22:45:41 +09:00
inka4x0 Move LDSCRIPT definitions to board config files. 2010-12-09 10:27:41 +01:00
innokom mv_i2c: use structure to replace the direclty define 2011-04-27 19:38:08 +02:00
ip04 Blackfin: move CONFIG_BFIN_CPU back to board config.h 2011-04-08 00:44:26 -04:00
ip860 powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
ipek01 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
iphase4539 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
isee Move DECLARE_GLOBAL_DATA_PTR to file scope 2010-12-21 11:33:36 +01:00
ispan Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
ivm powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
ixdp425 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
jornada rename _end to __bss_end__ 2011-03-27 19:18:37 +02:00
jse Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
jupiter Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
karo/tx25 mx25: Make the UART port number explicit in its setup function 2011-04-27 19:38:05 +02:00
kb9202 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
keymile keymile, common: add setting of some environment variables 2011-04-30 00:45:22 +02:00
korat rename _end to __bss_end__ 2011-03-27 19:18:37 +02:00
kup powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
lantec powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
lart Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
linkstation Move DECLARE_GLOBAL_DATA_PTR to file scope 2010-12-21 11:33:36 +01:00
logicpd IMX: MX31: Cleanup include files and drop nasty #ifdef in drivers 2011-04-27 19:38:05 +02:00
lpc2292sodimm Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
lpd7a40x Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
lubbock Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
lwmon powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
lwmon5 ppc4xx: Update lwmon5 board support 2010-12-17 09:43:45 +01:00
m501sk Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
manroland powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
matrix_vision powerpc, 8xx: Fix fallout from "Fixup all 8xx u-boot.lds scripts" 2011-04-24 22:49:16 +02:00
mbx8xx powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
mcc200 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
mercury/mpq101 rename _end to __bss_end__ 2011-03-27 19:18:37 +02:00
micronas/vct Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
mimc/mimc200 rename _end to __bss_end__ 2011-03-27 19:18:37 +02:00
miromico/hammerhead rename _end to __bss_end__ 2011-03-27 19:18:37 +02:00
ml2 powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
modnet50 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
mosaixtech/icon Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
motionpro Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
mousse powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
mpc8308_p1m Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
mpl rename _end to __bss_end__ 2011-03-27 19:18:37 +02:00
mpr2 sh: Remove config.mk for mpr2 board 2011-02-02 16:18:45 +09:00
ms7720se sh: Remove config.mk for ms7720se board 2011-02-02 16:18:45 +09:00
ms7722se sh: Remove config.mk for ms7722se board 2011-02-02 16:18:45 +09:00
ms7750se sh: Remove config.mk for ms7750se board 2011-02-02 16:18:45 +09:00
muas3001 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
munices Handle most LDSCRIPT setting centrally 2011-04-30 00:59:47 +02:00
musenki Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
mvblue powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
mx1ads Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
mx1fs2 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
netphone powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
netstal ppc4xx: Cleanup for partial linking and --gc-sections 2010-11-27 23:35:09 +01:00
netstar Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
netta powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
netta2 powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
netvia powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
ns9750dev Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
nvidia arm: Tegra2: Move clk/mux init to board_early_init_f, add GPIO init 2011-04-27 19:38:10 +02:00
nx823 powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
o2dnt Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
overo Move DECLARE_GLOBAL_DATA_PTR to file scope 2010-12-21 11:33:36 +01:00
oxc Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
palmld Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
palmtc Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
pandora Move DECLARE_GLOBAL_DATA_PTR to file scope 2010-12-21 11:33:36 +01:00
pb1x00 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
pcippc2 74xx_7xx: Cleanup for partial linking and --gc-sections 2010-11-27 23:35:12 +01:00
pcs440ep Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
pdm360ng Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
phytec/pcm030 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
pleb2 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
pm520 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
pm826 Remove redundant config.mk files 2010-12-09 10:25:56 +01:00
pm828 Remove redundant config.mk files 2010-12-09 10:25:56 +01:00
pn62 do_bootm: unify duplicate prototypes 2010-11-28 21:45:32 +01:00
ppmc7xx 74xx_7xx/mpc86xx/ppmc7xx: Fix do_reset() declaration 2010-12-17 20:26:19 +01:00
ppmc8260 Remove redundant config.mk files 2010-12-09 10:25:56 +01:00
prodrive miiphy: convert to linux/mii.h 2011-01-09 18:06:50 +01:00
psyent Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
pxa255_idp Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
qemu-mips Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
quad100hd Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
quantum powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
r360mpi powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
rattler Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
rbc823 powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
renesas Coding Style cleanup: remove trailing empty lines 2011-03-27 21:48:08 +02:00
rmu powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
ronetix pm9261: ARM relocation support 2010-12-16 22:46:05 +01:00
rpxsuper Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
rsdproto powerpc, 8xx: Fix fallout from "Fixup all 8xx u-boot.lds scripts" 2011-04-24 22:49:16 +02:00
sacsng do_reset: unify duplicate prototypes 2010-11-28 21:47:24 +01:00
samsung Handle most LDSCRIPT setting centrally 2011-04-30 00:59:47 +02:00
sandburst rename _end to __bss_end__ 2011-03-27 19:18:37 +02:00
sandpoint powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
sbc405 ppc4xx: Cleanup for partial linking and --gc-sections 2010-11-27 23:35:09 +01:00
sbc2410x Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
sbc8240 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
sbc8260 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
sbc8349 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
sbc8548 powerpc/8xxx: Refactor fsl_ddr_get_spd into common code from board 2011-04-04 09:24:41 -05:00
sbc8560 powerpc/8xxx: Refactor fsl_ddr_get_spd into common code from board 2011-04-04 09:24:41 -05:00
sbc8641d powerpc/8xxx: Refactor fsl_ddr_get_spd into common code from board 2011-04-04 09:24:41 -05:00
sc3 Handle most LDSCRIPT setting centrally 2011-04-30 00:59:47 +02:00
scb9328 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
shannon Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
sheldon/simpc8313 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
shmin sh: Remove config.mk for shmin board 2011-02-02 16:18:45 +09:00
siemens powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
sixnet powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
snmc powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
socrates powerpc/8xxx: Refactor fsl_ddr_get_spd into common code from board 2011-04-04 09:24:41 -05:00
sorcery Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
spc1920 powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
spd8xx powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
spear Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
st/nhk8815 nhk8815: add support for relocation 2011-04-27 19:38:10 +02:00
stx powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
svm_sc8xx powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
sx1 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
syteco/jadecpu Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
t3corp ppc4xx: t3corp: Add support for the Xilinx DS617 flash chip 2010-12-17 09:43:23 +01:00
tb0229 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
tcm-bf518 Blackfin: move CONFIG_BFIN_CPU back to board config.h 2011-04-08 00:44:26 -04:00
tcm-bf537 Blackfin: move CONFIG_BFIN_CPU back to board config.h 2011-04-08 00:44:26 -04:00
ti omap3_beagle: enable EHCI and USB storage. 2011-04-27 19:38:09 +02:00
timll/devkit8000 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
total5200 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
tqc powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
trab Handle most LDSCRIPT setting centrally 2011-04-30 00:59:47 +02:00
trizepsiv Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
ttcontrol/vision2 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
utx8245 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
v37 powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
v38b Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
ve8313 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
voiceblue Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
vpac270 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
w7o rename _end to __bss_end__ 2011-03-27 19:18:37 +02:00
westel/amx860 powerpc, 8xx: Fixup all 8xx u-boot.lds scripts 2011-04-20 22:03:13 +02:00
xaeniax Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
xes powerpc/8xxx: Refactor fsl_ddr_get_spd into common code from board 2011-04-04 09:24:41 -05:00
xilinx Handle most LDSCRIPT setting centrally 2011-04-30 00:59:47 +02:00
xm250 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
zeus do_reset: unify duplicate prototypes 2010-11-28 21:47:24 +01:00
zipitz2 rename _end to __bss_end__ 2011-03-27 19:18:37 +02:00
zpc1900 Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
zylonite Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00