u-boot-brain/board/amcc
Stefan Roese 8a805df136 ppc4xx/fdt/flash: Change fdt_fixup_nor_flash_node() to not rely on cs size
This patch changes the behaviour of the fdt_fixup_nor_flash_node()
function. Now it doesn't patch the size of the "reg" property with the
chip-select size, but with the size returned from the new function
flash_get_bank_size(). This function will return per weak default the
flash size of the bank (bank = chip-select numer) detected by the flash
driver. If this does not fit your needs, this function may be overridden
by a board specific one.

For this the parameters needed to be changed. So I intentionally squashed
the PPC4xx stuff using this routine into this patch. Otherwise it would
not be git-bisectable anymore.

The board specific function for the AMCC/APM Ebony eval board is now
included in this patch version.

Signed-off-by: Stefan Roese <sr@denx.de>
Tested-by: Detlev Zundel <dzu@denx.de>
Cc: Gerald Van Baren <vanbaren@cideas.com>
Cc: Wolfgang Denk <wd@denx.de>
2010-09-23 08:49:49 +02:00
..
acadia cmd_usage(): simplify return code handling 2010-07-24 20:43:57 +02:00
bamboo Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx 2010-04-24 21:16:57 +02:00
bubinga ppc4xx: Remove board specific linker scripts from most PPC4xx boards 2009-11-02 16:29:04 +01:00
canyonlands ppc4xx/Canyonlands added USB board callbacks 2010-07-23 09:53:20 +02:00
common board/amcc/common/flash.c: Fix compile warning 2009-09-15 00:29:49 +02:00
ebony ppc4xx/fdt/flash: Change fdt_fixup_nor_flash_node() to not rely on cs size 2010-09-23 08:49:49 +02:00
katmai Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx 2010-04-24 21:16:57 +02:00
kilauea Move arch/ppc to arch/powerpc 2010-04-21 23:42:38 +02:00
luan cmd_usage(): simplify return code handling 2010-07-24 20:43:57 +02:00
makalu cmd_usage(): simplify return code handling 2010-07-24 20:43:57 +02:00
ocotea ppc4xx: TLB init file cleanup 2010-04-19 15:29:03 +02:00
redwood ppc4xx: TLB init file cleanup 2010-04-19 15:29:03 +02:00
sequoia Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx 2010-04-24 21:16:57 +02:00
taihu cmd_usage(): simplify return code handling 2010-07-24 20:43:57 +02:00
taishan cmd_usage(): simplify return code handling 2010-07-24 20:43:57 +02:00
walnut ppc4xx: Remove board specific linker scripts from most PPC4xx boards 2009-11-02 16:29:04 +01:00
yosemite ppc4xx: TLB init file cleanup 2010-04-19 15:29:03 +02:00
yucca cmd_usage(): simplify return code handling 2010-07-24 20:43:57 +02:00