Files
u-boot/include/configs
pekon gupta 77cd89e755 ARM: omap: fix GPMC address-map size for NAND and NOR devices
Fixes commit a0a37183bd
    ARM: omap: merge GPMC initialization code for all platform

1) NAND device are not directly memory-mapped to CPU address-space, they are
 indirectly accessed via following GPMC registers:
 - GPMC_NAND_COMMAND_x
 - GPMC_NAND_ADDRESS_x
 - GPMC_NAND_DATA_x
 Therefore from CPU's point of view, NAND address-map can be limited to just
 above register addresses. But GPMC chip-select address-map can be configured
 in granularity of 16MB only.
 So this patch uses GPMC_SIZE_16M for all NAND devices.

2) NOR device are directly memory-mapped to CPU address-space, so its
 address-map size depends on actual addressable region in NOR FLASH device.
 So this patch uses CONFIG_SYS_FLASH_SIZE to derive GPMC chip-select address-map
 size configuration.

Signed-off-by: Pekon Gupta <pekon@ti.com>
2014-07-25 16:26:12 -04:00
..
2014-05-13 08:26:55 -07:00
2014-02-07 08:14:33 -05:00
2014-06-18 19:21:45 +09:00
2014-03-09 18:24:52 +01:00
2013-10-17 09:44:20 +02:00
2014-05-13 19:43:01 -04:00
2014-06-06 10:07:25 +02:00
2014-07-25 16:26:11 -04:00
2014-05-25 15:11:34 +02:00
2014-04-20 13:16:43 +02:00
2014-06-05 17:01:58 -04:00
2014-06-17 16:33:24 +02:00
2014-04-28 14:00:16 +02:00
2014-04-28 10:45:55 +02:00
2014-04-28 10:45:55 +02:00
2013-12-09 13:21:47 +01:00
2013-12-09 13:21:47 +01:00
2013-12-09 13:21:47 +01:00
2014-07-05 09:32:18 +02:00
2014-06-20 11:54:42 -06:00
2014-05-13 09:00:22 +09:00
2014-05-13 09:00:22 +09:00
2014-06-05 12:56:06 -07:00
2014-06-06 17:46:15 -04:00
2014-05-27 18:22:24 +04:00
2014-06-20 11:56:47 -06:00
2013-11-04 11:09:34 -05:00
2014-04-28 10:45:56 +02:00
2014-02-06 04:48:15 +01:00