Lines Matching +full:cfi +full:- +full:flash
1 The common CFI driver provides this weak default implementation for
9 * that AMD flash roms ignore the Intel command.
18 Some flash chips seem to have trouble with this reset sequence.
19 In this case, board-specific code can override this weak default
20 version with a board-specific function.
38 * FLASH at address CONFIG_SYS_FLASH_BASE is a Spansion chip and
39 * needs the Spansion type reset commands. The other flash chip
43 if (info->start[0] == CONFIG_SYS_FLASH_BASE)
50 http://www.mail-archive.com/u-boot@lists.denx.de/msg24368.html
55 CONFIG_SYS_MAX_FLASH_SECT: Number of sectors available on Flash device
57 CONFIG_SYS_FLASH_CFI_WIDTH: Data-width of the flash device
59 CONFIG_CMD_FLASH: Enables Flash command library
61 CONFIG_FLASH_CFI_DRIVER: Enables CFI Flash driver
63 CONFIG_FLASH_CFI_MTD: Enables MTD frame work for NOR Flash devices