u-boot-brain/board
Wolfgang Denk dfcd7f2160 Redundant Environment: protect full sector size
Several boards used different ways to specify the size of the
protected area when enabling flash write protection for the sectors
holding the environment variables: some used CONFIG_ENV_SIZE and
CONFIG_ENV_SIZE_REDUND, some used CONFIG_ENV_SECT_SIZE, and some even
a mix of both for the "normal" and the "redundant" areas.

Normally, this makes no difference at all. However, things are
different when you have to deal with boards that can come with
different types of flash chips, which may have different sector
sizes.

Here we may have to chose CONFIG_ENV_SECT_SIZE such that it fits the
biggest sector size, which may include several sectors on boards using
the smaller sector flash types. In such a case, using CONFIG_ENV_SIZE
or CONFIG_ENV_SIZE_REDUND to enable the protection may lead to the
case that only the first of these sectors get protected, while the
following ones aren't.

This is no real problem, but it can be confusing for the user -
especially on boards that use CONFIG_ENV_SECT_SIZE to protect the
"normal" areas, while using CONFIG_ENV_SIZE_REDUND for the
"redundant" area.

To avoid such inconsistencies, I changed all sucn boards that I found
to consistently use CONFIG_ENV_SECT_SIZE for protection. This should
not cause any functional changes to the code.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Paul Ruhland
Cc: Pantelis Antoniou <panto@intracom.gr>
Cc: Stefan Roese <sr@denx.de>
Cc: Gary Jennejohn <garyj@denx.de>
Cc: Dave Ellis <DGE@sixnetio.com>
Acked-by: Stefan Roese <sr@denx.de>
2009-06-04 00:16:16 +02:00
..
a3000 rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
actux1 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
actux2 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
actux3 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
actux4 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
adder Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
ads5121 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
afeb9260 AFEB9260 network fix 2009-05-13 01:17:17 +02:00
alaska powerpc: Move duplicated BAT defines to mmu.h 2009-02-10 00:27:40 +01:00
altera Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
amcc ppc4xx: Remove unused code for Sequoia NAND booting version 2009-04-16 09:12:08 +02:00
amirix/ap1000 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
apollon Fix e-mail address of Gary Jennejohn. 2009-05-15 22:11:59 +02:00
armadillo Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
armltd Fix e-mail address of Gary Jennejohn. 2009-05-15 22:11:59 +02:00
assabet Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
atc rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
AtmarkTechno/suzaku Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
atmel Fix e-mail address of Gary Jennejohn. 2009-05-15 22:11:59 +02:00
atum8548 fsl_pci: Move prototypes into fsl_pci.h and remove explicit externs 2009-04-04 10:21:30 -05:00
avnet ppc4xx: Merge xilinx-ppc440 and xilinx-ppc405 cfg 2008-10-31 10:31:02 +01:00
barco Command usage cleanup 2009-01-28 08:49:52 +01:00
bc3450 Command usage cleanup 2009-01-28 08:49:52 +01:00
bf518f-ezbrd Blackfin: bf518f-ezbrd: setup portmux for async flash 2009-05-25 22:38:42 -04:00
bf526-ezbrd Blackfin: bf526-ezbrd: new board port 2009-04-02 06:41:42 -04:00
bf527-ezkit Blackfin: bf527-ezkit: new board port 2009-04-02 06:41:35 -04:00
bf533-ezkit Blackfin: kill off LDR jump block 2009-03-23 15:14:54 -04:00
bf533-stamp Blackfin: bf533-stamp: drop old spi flash driver 2009-04-02 06:42:23 -04:00
bf537-stamp Blackfin: bf537-stamp: split CF/IDE code out into dedicated cf-ide.c 2009-04-02 06:42:00 -04:00
bf538f-ezkit Blackfin: bf538f-ezkit: new board port 2009-04-02 06:41:38 -04:00
bf548-ezkit Blackfin: bf548-ezkit: new board port 2009-04-02 06:41:29 -04:00
bf561-ezkit Blackfin: fix booting with older bootroms (no EVT1) 2009-05-06 08:47:21 -04:00
bmw Update U-Boot's build timestamp on every compile 2008-12-06 23:36:43 +01:00
BuS/EB+MCF-EV123 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
c2mon Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
canmb rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cerf250 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
cm41xx Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
cm4008 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
cm5200 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
cmc_pu2 Fix e-mail address of Gary Jennejohn. 2009-05-15 22:11:59 +02:00
cmi rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cobra5272 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
cogent Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
cpc45 rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cpu86 rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cpu87 rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cradle Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
cray/L1 Add "source" command; prepare removal of "autoscr" command 2009-04-03 22:01:42 +02:00
csb226 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
csb272 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
csb472 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
csb637 Fix e-mail address of Gary Jennejohn. 2009-05-15 22:11:59 +02:00
cu824 rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
dave Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
davedenx/qong Fix e-mail address of Gary Jennejohn. 2009-05-15 22:11:59 +02:00
davinci Fix e-mail address of Gary Jennejohn. 2009-05-15 22:11:59 +02:00
dbau1x00 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
delta Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
digsy_mtc Update CHANGELOG, coding style cleanup. 2009-04-05 00:27:57 +02:00
dnp1110 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
earthlcd/favr-32-ezkit Merge branch 'mimc200' 2009-03-23 10:22:41 +01:00
eltec Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
emk Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
eNET Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
ep82xxm rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
ep88x Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
ep7312 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
ep8248 rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
ep8260 rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
eric Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
esd Fix e-mail address of Gary Jennejohn. 2009-05-15 22:11:59 +02:00
esteem192e Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
etin ppc: cleanup compiler errors/warnings 2009-03-27 20:23:32 +01:00
etx094 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
evb4510 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
evb64260 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
eXalion Update U-Boot's build timestamp on every compile 2008-12-06 23:36:43 +01:00
exbitgen Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
fads Separate mtdparts command from jffs2 2009-03-20 22:39:14 +01:00
flagadm Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
freescale Fix e-mail address of Gary Jennejohn. 2009-05-15 22:11:59 +02:00
funkwerk/vovpn-gw rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
g2000 ppc4xx: Cleanup linker scripts of esd 4xx boards 2009-03-20 22:39:14 +01:00
gaisler Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
gcplus Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
gdsys Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
gen860t Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
genietv Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
gth Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
gth2 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
gw8260 rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
hermes Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
hidden_dragon rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
hmi1001 rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
hymod Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
icecube rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
icu862 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
idmr Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
ids8247 ids8247: Remove legacy NAND defines 2009-04-28 01:22:59 +02:00
impa7 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
imx31_litekit Fix e-mail address of Gary Jennejohn. 2009-05-15 22:11:59 +02:00
imx31_phycore Fix e-mail address of Gary Jennejohn. 2009-05-15 22:11:59 +02:00
incaip Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
inka4x0 powerpc/inka4x0: Remove left-over ide reset code. 2009-05-15 21:31:24 +02:00
innokom Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
ip860 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
iphase4539 rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
ispan rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
ivm Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
ixdp425 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
jse Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
jupiter rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
kb9202 Fix e-mail address of Gary Jennejohn. 2009-05-15 22:11:59 +02:00
keymile boards: get mac address from environment 2009-03-20 22:39:10 +01:00
korat Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
kup Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
lantec Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
lart Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
LEOX/elpt860 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
linkstation Rename common ns16550 constants with UART_ prefix to prevent conflicts 2009-04-03 22:34:07 +02:00
logodl Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
lpc2292sodimm Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
lpd7a40x Redundant Environment: protect full sector size 2009-06-04 00:16:16 +02:00
lubbock Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
lwmon Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
lwmon5 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
m501sk Fix e-mail address of Gary Jennejohn. 2009-05-15 22:11:59 +02:00
MAI Replace __asm references with __asm__ 2009-04-28 01:02:04 +02:00
Marvell Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
matrix_vision rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
mbx8xx ppc: cleanup compiler errors/warnings 2009-03-27 20:23:32 +01:00
mcc200 Redundant Environment: protect full sector size 2009-06-04 00:16:16 +02:00
micronas/vct Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
mimc/mimc200 Merge branch 'mimc200' 2009-03-23 10:22:41 +01:00
miromico/hammerhead Merge branch 'mimc200' 2009-03-23 10:22:41 +01:00
ml2 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
modnet50 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
motionpro Cleanup: fix "MHz" spelling 2008-10-21 11:25:39 +02:00
mousse Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
mp2usb Fix e-mail address of Gary Jennejohn. 2009-05-15 22:11:59 +02:00
mpc8540eval Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
mpl Fix e-mail address of Gary Jennejohn. 2009-05-15 22:11:59 +02:00
mpr2 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
ms7720se Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
ms7722se Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
ms7750se Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
muas3001 boards: get mac address from environment 2009-03-20 22:39:10 +01:00
mucmc52 rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
munices Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
musenki rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
mvblue rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
mx1ads Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
mx1fs2 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
nc650 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
netphone Redundant Environment: protect full sector size 2009-06-04 00:16:16 +02:00
netstal Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
netstar Fix e-mail address of Gary Jennejohn. 2009-05-15 22:11:59 +02:00
netta Redundant Environment: protect full sector size 2009-06-04 00:16:16 +02:00
netta2 Redundant Environment: protect full sector size 2009-06-04 00:16:16 +02:00
netvia Redundant Environment: protect full sector size 2009-06-04 00:16:16 +02:00
ns9750dev Fix e-mail address of Gary Jennejohn. 2009-05-15 22:11:59 +02:00
nx823 ppc: cleanup compiler errors/warnings 2009-03-27 20:23:32 +01:00
o2dnt rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
omap3 Fix e-mail address of Gary Jennejohn. 2009-05-15 22:11:59 +02:00
omap730p2 Fix e-mail address of Gary Jennejohn. 2009-05-15 22:11:59 +02:00
omap1510inn Fix e-mail address of Gary Jennejohn. 2009-05-15 22:11:59 +02:00
omap1610inn Fix e-mail address of Gary Jennejohn. 2009-05-15 22:11:59 +02:00
omap2420h4 Fix e-mail address of Gary Jennejohn. 2009-05-15 22:11:59 +02:00
omap5912osk Fix e-mail address of Gary Jennejohn. 2009-05-15 22:11:59 +02:00
oxc rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
pb1x00 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
pcippc2 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
pcs440ep Fix implicit declaration of function 'eth_[gs]etenv_enetaddr' 2009-03-28 20:16:16 +01:00
pleb2 Redundant Environment: protect full sector size 2009-06-04 00:16:16 +02:00
pm520 rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
pm826 rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
pm828 rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
pm854 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
pm856 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
pn62 Fix quoting bug introduced by commit 74de7aef 2009-04-04 17:58:26 +02:00
ppmc7xx Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
ppmc8260 rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
prodrive Redundant Environment: protect full sector size 2009-06-04 00:16:16 +02:00
psyent Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
purple Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
pxa255_idp Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
qemu-mips Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
quad100hd Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
quantum Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
r360mpi Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
rattler rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
rbc823 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
renesas Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
rmu Redundant Environment: protect full sector size 2009-06-04 00:16:16 +02:00
ronetix/pm9263 at91: add support for the PM9263 board of Ronetix GmbH 2009-04-16 21:30:48 +02:00
RPXClassic ppc: cleanup compiler errors/warnings 2009-03-27 20:23:32 +01:00
RPXlite Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
RPXlite_dw Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
rpxsuper rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
RRvision Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
rsdproto Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
sacsng rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
samsung Redundant Environment: protect full sector size 2009-06-04 00:16:16 +02:00
sandburst Fix implicit declaration of function 'eth_[gs]etenv_enetaddr' 2009-03-28 20:16:16 +01:00
sandpoint rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
sbc405 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
sbc2410x Fix e-mail address of Gary Jennejohn. 2009-05-15 22:11:59 +02:00
sbc8240 rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
sbc8260 rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
sbc8349 pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarity 2009-02-07 23:50:04 +01:00
sbc8548 fsl_pci: Move prototypes into fsl_pci.h and remove explicit externs 2009-04-04 10:21:30 -05:00
sbc8560 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
sbc8641d fsl_pci: Move prototypes into fsl_pci.h and remove explicit externs 2009-04-04 10:21:30 -05:00
sc3 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
sc520_cdp Move ali512x.h 2009-03-20 22:39:13 +01:00
sc520_spunk Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
scb9328 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
shannon Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
sheldon/simpc8313 mpc83xx: New board support for SIMPC8313 2009-01-23 11:31:18 -06:00
siemens ppc: cleanup compiler errors/warnings 2009-03-27 20:23:32 +01:00
sixnet Redundant Environment: protect full sector size 2009-06-04 00:16:16 +02:00
sl8245 rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
snmc Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
socrates Redundant Environment: protect full sector size 2009-06-04 00:16:16 +02:00
sorcery Moved initialization of MPC8220 FEC to cpu_eth_init() 2008-11-09 21:38:03 -08:00
spc1920 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
spd8xx Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
ssv Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
st/nmdk8815 Fix e-mail address of Gary Jennejohn. 2009-05-15 22:11:59 +02:00
stxgp3 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
stxssa Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
stxxtc Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
svm_sc8xx Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
sx1 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
tb0229 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
total5200 rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
tqc Redundant Environment: protect full sector size 2009-06-04 00:16:16 +02:00
trab Redundant Environment: protect full sector size 2009-06-04 00:16:16 +02:00
trizepsiv Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
uc100 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
uc101 rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
utx8245 rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
v37 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
v38b ppc: cleanup compiler errors/warnings 2009-03-27 20:23:32 +01:00
voiceblue Fix e-mail address of Gary Jennejohn. 2009-05-15 22:11:59 +02:00
w7o Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
wepep250 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
westel/amx860 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
xaeniax Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
xes fsl_pci: Move prototypes into fsl_pci.h and remove explicit externs 2009-04-04 10:21:30 -05:00
xilinx Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
xm250 Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
xpedite1k Fix implicit declaration of function 'eth_[gs]etenv_enetaddr' 2009-03-28 20:16:16 +01:00
xsengine Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
zeus Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00
zpc1900 rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
zylonite Fix all linker script to handle all rodata sections 2009-03-20 22:39:12 +01:00