rockbox/firmware/target
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
..
arm gigabeats: Fix hang on startup caused by a stack overflow 2021-04-01 20:24:59 -04:00
coldfire h300, Others Bugfix Bootloader backlight_init() 2020-11-13 18:08:01 +00:00
hosted fiiom3k_linux: Enable HAVE_TOUCHPAD and add in missing bits 2021-04-05 13:57:01 +00:00
mips x1000: Improve NAND driver API 2021-04-06 17:27:12 +01:00