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
..
2010-08-09 01:07:37 +02:00
2010-09-13 07:20:02 +10:00
2010-07-24 20:43:57 +02:00
2010-07-24 20:43:57 +02:00
2010-07-24 20:43:57 +02:00
2010-08-09 01:07:37 +02:00
2010-08-07 23:49:59 +02:00
2010-07-24 20:43:57 +02:00
2010-07-04 23:55:42 +02:00
2010-08-09 01:07:37 +02:00
2010-08-09 01:06:34 +02:00
2010-08-09 01:06:34 +02:00
2010-07-04 23:55:42 +02:00
2010-07-24 20:43:57 +02:00
2010-07-24 20:43:57 +02:00
2010-07-04 23:55:42 +02:00
2010-07-04 23:55:42 +02:00
2010-07-04 23:55:42 +02:00
2010-07-04 23:55:42 +02:00
2010-07-24 20:43:57 +02:00
2010-07-04 23:55:42 +02:00
2010-07-04 23:55:42 +02:00
2010-07-24 20:43:57 +02:00
2010-07-24 20:54:46 +02:00
2010-07-24 20:43:57 +02:00
2010-07-24 20:43:57 +02:00
2010-07-24 20:43:57 +02:00
2010-07-24 20:43:57 +02:00
2010-07-24 20:43:57 +02:00
2010-07-04 23:55:42 +02:00
2010-08-26 08:33:24 +02:00
2010-08-08 05:17:55 +05:30
2010-07-04 23:55:42 +02:00
2010-07-24 20:43:57 +02:00
2010-07-24 20:43:57 +02:00
2010-07-04 23:55:42 +02:00
2010-08-09 01:07:37 +02:00
2010-07-24 20:43:57 +02:00
2010-07-24 20:43:57 +02:00
2010-07-04 23:55:42 +02:00
2010-07-24 20:43:57 +02:00
2010-07-24 20:43:57 +02:00
2010-08-09 01:06:34 +02:00
2010-08-09 11:52:29 -07:00
2010-07-24 20:43:57 +02:00
2010-09-21 21:37:08 +02:00
2010-07-24 20:43:57 +02:00
2010-07-24 20:43:57 +02:00
2010-08-09 01:07:37 +02:00
2010-07-24 20:43:57 +02:00
2010-09-19 17:47:29 +02:00
2010-07-24 20:43:57 +02:00
2010-08-09 01:07:37 +02:00
2010-07-24 20:43:57 +02:00
2010-07-04 23:55:42 +02:00
2010-07-24 20:43:57 +02:00
2010-07-16 10:55:09 -05:00
2010-07-24 20:43:57 +02:00
2010-07-24 20:43:57 +02:00
2010-07-24 20:43:57 +02:00
2010-07-24 20:43:57 +02:00
2010-07-24 20:43:57 +02:00
2010-07-04 23:55:42 +02:00
2010-07-04 23:55:42 +02:00
2010-08-09 01:07:37 +02:00
2010-08-09 01:07:37 +02:00
2010-07-04 23:55:42 +02:00
2010-07-04 23:55:42 +02:00
2010-07-04 23:55:42 +02:00
2010-08-09 01:07:37 +02:00
2010-08-09 01:07:37 +02:00
2010-07-04 23:55:42 +02:00
2010-08-12 16:40:00 +02:00
2010-07-04 23:55:42 +02:00
2010-07-24 20:43:57 +02:00
2010-08-09 01:07:37 +02:00
2010-07-04 23:55:42 +02:00
2010-07-24 20:43:57 +02:00
2010-07-04 23:51:49 +02:00
2010-05-12 04:54:30 -05:00
2010-04-10 00:30:27 +02:00
2010-07-17 20:47:08 +02:00
2009-08-09 22:41:42 +02:00
2010-07-04 23:52:42 +02:00
2009-10-27 20:46:31 +01:00
2010-07-04 23:52:42 +02:00
2009-08-09 22:41:42 +02:00
2010-09-19 17:47:29 +02:00
2010-08-13 13:32:42 -05:00
2009-08-09 22:41:42 +02:00
2010-06-23 23:24:20 +02:00
2010-01-06 16:28:00 -06:00
2010-06-30 23:47:08 -04:00
2010-07-04 23:50:55 +02:00
2010-09-23 08:49:49 +02:00
2010-08-09 01:03:54 +02:00
2010-07-24 20:43:57 +02:00
2010-06-29 22:24:48 +02:00
2010-08-08 22:16:05 +02:00
2009-07-18 00:27:46 +02:00
2009-06-12 20:45:48 +02:00
2010-01-18 00:23:00 +01:00
2010-07-04 23:55:42 +02:00
2010-07-14 22:41:39 +02:00
2009-03-28 20:16:16 +01:00
2010-08-09 00:26:04 +02:00
2010-09-19 17:47:29 +02:00
2010-08-09 11:52:30 -07:00
2009-06-12 20:45:47 +02:00
2010-09-08 00:03:22 +02:00
2009-10-03 10:17:57 +02:00
2009-06-12 20:45:48 +02:00
2009-12-20 12:47:37 +01:00
2010-07-24 20:53:50 +02:00
2010-02-03 22:06:59 +01:00
2009-07-19 21:37:02 +02:00