mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-15 04:19:27 +01:00
Some spi nand flash uses single byte read id(9FH) command, for those devices the sequence is byte1 byte2 byte3 byte4 9FH MID DID DID some other spi nand flashes uses two byte read id(9F 00H) command for those devices the sequence is byte1 byte2 byte3 byte4 9FH A7-A0 MID DID The first byte is the actual command and the second byte is a dummy byte. For devices which uses new sequence, we need to pass appropriate read id command with dummy byte. Change-Id: Idf2e8740f8341596cd8f58d22d5e33a4b4972a31 Signed-off-by: Antony Arun T <antothom@codeaurora.org> |
||
|---|---|---|
| .. | ||
| nand | ||
| onenand | ||
| spi | ||
| ubi | ||
| altera_qspi.c | ||
| at45.c | ||
| cfi_flash.c | ||
| cfi_mtd.c | ||
| dataflash.c | ||
| ftsmc020.c | ||
| ipq_spi_flash.c | ||
| jedec_flash.c | ||
| Kconfig | ||
| Makefile | ||
| mtd-uclass.c | ||
| mtd_uboot.c | ||
| mtdconcat.c | ||
| mtdcore.c | ||
| mtdcore.h | ||
| mtdpart.c | ||
| mw_eeprom.c | ||
| st_smi.c | ||