Select Git revision
mtd.h
Forked from
Reform / reform-boundary-uboot
39674 commits behind the upstream repository.
-
Thomas Chou authored
Implement a Memory Technology Device (MTD) uclass. It should include most flash drivers in the future. Though no uclass ops are defined yet, the MTD ops could be used. The NAND flash driver is based on MTD. The CFI flash and SPI flash support MTD, too. It should make sense to convert them to MTD uclass. Signed-off-by:
Thomas Chou <thomas@wytron.com.tw>
Thomas Chou authoredImplement a Memory Technology Device (MTD) uclass. It should include most flash drivers in the future. Though no uclass ops are defined yet, the MTD ops could be used. The NAND flash driver is based on MTD. The CFI flash and SPI flash support MTD, too. It should make sense to convert them to MTD uclass. Signed-off-by:
Thomas Chou <thomas@wytron.com.tw>