1
0
Fork 0
forked from len0rd/rockbox
foxbox/firmware/target/mips
amachronic 28c89386af x1000: Improve NAND driver API
- Proper error codes are now returned from all functions. These codes will
  be used by a host-side flash tool for error reporting.

- nand_erase_block() was replaced by nand_erase_bytes(). The caller can't
  know how big an eraseblock is with the current API, so next best thing
  is to verify the correct alignment inside the call and reject the erase
  if it isn't properly aligned.

- Fixed typo in nandcmd_block_erase() which would cause an SFC error to be
  interpreted as success. Yikes.

Change-Id: Id4ac9b44fa7fc2fcb81ff19ba730df78457c0383
2021-04-06 17:27:12 +01:00
..
ingenic_jz47xx Use STORAGE_NEEDS_BOUNCE_BUFFER instead of STORAGE_NEEDS_ALIGN 2021-03-27 15:02:18 -04:00
ingenic_x1000 x1000: Improve NAND driver API 2021-04-06 17:27:12 +01:00
mipsr2-endian.h New port: FiiO M3K on bare metal 2021-03-28 00:01:37 +00:00
mmu-mips.c New port: FiiO M3K on bare metal 2021-03-28 00:01:37 +00:00
mmu-mips.h Move MIPS cache management functions to IRAM 2021-03-09 20:04:30 +00:00