board/ti/am335x: add support for beaglebone NOR Cape
This patch adds support of NOR cape[1] for both Beaglebone (white) and Beaglebone(Black) boards. NOR Flash on this cape is connected to GPMC chip-select[0] and accesses as external memory-mapped device. This cape has 128Mbits(16MBytes), x16, CFI compatible NOR Flash device. As GPMC chip-select[0] can be shared by multiple capes so NOR profile is not enabled by default in boards.cfg. Following changes are required to enable NOR cape detection when building am335x_boneblack board profile. Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
@@ -27,3 +27,16 @@ void flash_cmd_reset(flash_info_t *info)
|
||||
|
||||
see also:
|
||||
http://www.mail-archive.com/u-boot@lists.denx.de/msg24368.html
|
||||
|
||||
|
||||
Config Option
|
||||
|
||||
CONFIG_SYS_MAX_FLASH_SECT: Number of sectors available on Flash device
|
||||
|
||||
CONFIG_SYS_FLASH_CFI_WIDTH: Data-width of the flash device
|
||||
|
||||
CONFIG_CMD_FLASH: Enables Flash command library
|
||||
|
||||
CONFIG_FLASH_CFI_DRIVER: Enables CFI Flash driver
|
||||
|
||||
CONFIG_FLASH_CFI_MTD: Enables MTD frame work for NOR Flash devices
|
||||
|
||||
Reference in New Issue
Block a user