rockbox/firmware/target/mips/ingenic_jz47xx
Solomon Peachy 15e5237469 storage: 64-bit sector offsets
* Create new 'sector_t' type alias:
    * uint64_t for all targets with HAVE_LBA48 or HAVE_SDUC
    * unsigned long for the everything else
 * Alter all storage APIs to use sector_t instead of 'unsigned long'
 * Alter Volume/Partition/storage info structures to use sector_t
 * Disk cache converted to sector_t
 * ATA Core:
    * convert to using sector_t for sector addresses and drive sizes
    * Always fill out upper 16 bits of LBA48 addresses
    * IDENTIFY INFO is fixed at 512 bytes, not SECTOR_SIZE
 * USB mass storage:
    * convert to using sector_t for sector addesses and drive sizes
    * Implement READ_16/WRITE_16 for LBA48 addresses
 * Convert FAT code to use sector_t for all sector references
 * output_dyn_value() now accepts int64_t instead of 'int'
 * Corrected "rockbox info" to work for (MULTIVOLUME & !MULTIDRIVE)
 * Better reporting of disk and (logical+physical) sector sizes in debug info
 * Detect SDUC cards and report on storage debug_info screen

To-do: SDUC

 * Refactor SD core to remove duplicate code in every driver
   * Card probe and init state machine
 * Implement core SDUC support
   * SD2.0 needs to be 2.0+ (fixed for jz47xx and x1000)
   * Host and Card ID (ACMD41)
   * 32-bit addressing for all read/write/erase operations (CMD22)
 * ADD SDUC to target device drivers, defining HAVE_SDUC as appropriate

Change-Id: Ib0138781a0081664d11511037685503df1b93608
2024-08-12 14:23:44 -04:00
..
onda_vx747 mips: Convert 'nop' to 'ssnop' -- for future-proofing 2020-09-05 22:18:26 +00:00
onda_vx767 Undo the hacks that allowed targets without LEFT/RIGHT (UP/DN) to build. 2020-10-08 20:30:08 -04:00
xduoo_x3 Lcd save function pointer to frame buffer get_address_fn before loops 2022-03-21 23:53:48 -04:00
app.lds Revert "jx47xx: Rename crt0 'init' sections to 'startup'" 2024-07-03 16:51:58 -04:00
ata-nand-jz4740.c storage: 64-bit sector offsets 2024-08-12 14:23:44 -04:00
ata-nand-jz4760.c storage: 64-bit sector offsets 2024-08-12 14:23:44 -04:00
ata-sd-jz4740.c storage: 64-bit sector offsets 2024-08-12 14:23:44 -04:00
ata-sd-jz4760.c storage: 64-bit sector offsets 2024-08-12 14:23:44 -04:00
backlight-target.h Add cleaned-up xDuoo X3 support 2018-07-28 10:56:31 -04:00
boot.lds mips: consolidate exception handling, add exception backtraces 2022-10-17 09:04:18 -04:00
codec-jz4740.c jz47xx: Audio path tweaks: 2020-09-04 15:57:00 -04:00
codec-jz4760.c xduoox3: Global volume_limit now applies to the line output as well 2021-04-09 15:54:04 -04:00
crt0.S Revert "jx47xx: Rename crt0 'init' sections to 'startup'" 2024-07-03 16:51:58 -04:00
debug-jz4740.c remove debug-target.h 2012-05-07 00:55:59 -04:00
debug-jz4760.c mips: consolidate exception handling, add exception backtraces 2022-10-17 09:04:18 -04:00
dma-target.h Add cleaned-up xDuoo X3 support 2018-07-28 10:56:31 -04:00
dma_acc-jz4740.c mips: Heavily rework DMA & caching code 2020-09-03 15:34:28 -04:00
dma_acc-jz4760.c mips: Heavily rework DMA & caching code 2020-09-03 15:34:28 -04:00
fmradio-i2c-jz4740.c Onda VX747: try at implementing FM tuner support 2009-06-01 21:00:31 +00:00
i2c-jz4740.c Fix red. 2011-12-21 18:08:26 +00:00
i2c-jz4760.c jz4760: Greatly enhance debug code and silence some compilation warnings. 2018-09-20 18:59:19 -04:00
kernel-jz4740.c Onda VX747: 2009-01-27 00:38:58 +00:00
kernel-jz4760.c Add cleaned-up xDuoo X3 support 2018-07-28 10:56:31 -04:00
lcd-jz4740.c Revert "Remove YUV blitting functions and LCD modes" 2022-10-13 11:08:06 -04:00
lcd-jz4760.c Add cleaned-up xDuoo X3 support 2018-07-28 10:56:31 -04:00
lcd-target.h lcd-target.h: remove some duplicate declarations 2012-01-08 00:52:55 +00:00
pcm-jz4740.c Fix yellow from e532714d1f 2021-07-25 15:22:33 +01:00
pcm-jz4760.c Fix remaining yellow from e532714d1f 2021-07-25 14:36:47 +00:00
system-jz4740.c jz47xx: Add support for INIT region 2023-01-13 16:14:42 -05:00
system-jz4760.c fix red from #641e91aa2f 2023-01-13 17:02:23 -05:00
system-target.h mips: consolidate exception handling, add exception backtraces 2022-10-17 09:04:18 -04:00
timer-jz4740.c jz4740: Timer not re-enabled properly 2020-08-28 15:19:07 +00:00
timer-jz4760.c jz4760: Use a #define for the timer id, not a raw number 2020-09-06 00:27:07 +00:00
usb-jz4740.c jz47x0: Minor code quality improvements in the jz47xx USB drivers 2021-11-22 08:08:12 -05:00
usb-jz4760.c jz4760: Reformat USB driver a little. Prep work for later changes. 2022-06-12 17:09:32 -04:00
xdebug.h Add cleaned-up xDuoo X3 support 2018-07-28 10:56:31 -04:00