1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-18 19:40:07 +01:00
Files
u-boot-megous/drivers/mtd
Zhengxun Li 0892a7e5fa mtd: rawnand: Add Macronix raw NAND controller driver
Add a driver for Macronix raw NAND controller.

This patch referred from linux mxic_nand.c. The difference from the
linux version is described here.

1. In order to adapt to the uboot nand framework, add function
   binding (cmdfunc, read_byte, read_buf, write_buf).

2. Added parsing command format to use hardware correctly.

3. Remove the incompatible functions of Uboot.

Signed-off-by: Zhengxun Li <zhengxunli@mxic.com.tw>
2021-10-12 16:48:38 -04:00
..
2020-10-08 09:04:41 +02:00
2021-09-24 12:09:47 -04:00