1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-11-26 04:02:11 +00:00
nxdumptool/include/core
Pablo Curiel 596928a3c6 Create BIS storage interface.
Takes care of retrieving a FsStorage object for any FAT eMMC BIS partition, mounting it via FatFs and creating a virtual devoptab device that can be used to carry out FS operations. All write operations have been stubbed, disabled or ifdef'd out of the code.

Other changes include:

* cert: update code to use the new BIS storage interface.

* defines: remove BIS_SYSTEM_PARTITION_MOUNT_NAME macro.

* devoptab: slightly improve macros.
* devoptab: add operation table for FatFs devices.
* devoptab: add rodev_fstat().
* devoptab: add devoptabMountFatFsDevice().

* fatfs: update diskio code to use the new BIS storage interface.
* fatfs: update configuration.

* save: update code to use regular C I/O calls instead of FatFs calls.

* tik: update code to use the new BIS storage interface.

* utils: remove eMMC BIS System partition (un)mount code.
2024-10-28 14:31:58 +01:00
..
devoptab Create BIS storage interface. 2024-10-28 14:31:58 +01:00
fatfs Create BIS storage interface. 2024-10-28 14:31:58 +01:00
aes.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
bfttf.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
bis_storage.h Create BIS storage interface. 2024-10-28 14:31:58 +01:00
bktr.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
cert.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
cnmt.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
config.h Remove all references to NSWDB. 2024-05-02 15:38:39 +02:00
elf_symbol.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
es.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
fs_ext.h Some updates 2024-08-06 22:57:54 +02:00
gamecard.h codebase: support HOS 19.0.0. 2024-10-10 13:14:01 +02:00
hfs.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
hos_version_structs.h system_update: add menu option. 2024-10-27 12:23:46 +01:00
http.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
key_sources.h keys: relax mkey requirements on older firmwares. 2024-10-12 20:38:33 +02:00
keys.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
legal_info.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
lz4.h Some updates 2024-08-06 22:57:54 +02:00
mem.h nso: update read logic 2024-08-08 12:27:54 +02:00
nacp.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
nca.h codebase: support HOS 19.0.0. 2024-10-10 13:14:01 +02:00
nca_storage.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
npdm.h codebase: support HOS 19.0.0. 2024-10-10 13:14:01 +02:00
nso.h nso: update NsoModHeader struct to HOS 19.0.0. 2024-10-12 22:12:18 +02:00
nxdt_bfsar.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
nxdt_includes.h Upgrade C standard to C23. 2024-10-08 00:58:45 +02:00
nxdt_json.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
nxdt_log.h FileWriter: remove call to ftruncate() 2024-05-03 15:14:32 +02:00
nxdt_utils.h Create BIS storage interface. 2024-10-28 14:31:58 +01:00
pfs.h pfs: change name table padding handling 2024-08-26 10:06:17 +02:00
program_info.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
romfs.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
rsa.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
save.h Create BIS storage interface. 2024-10-28 14:31:58 +01:00
service_guard.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
services.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
sha3.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
signature.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
smc.h [skip ci] Update copyright year. 2024-04-12 11:49:03 +02:00
system_update.h system_update: add menu option. 2024-10-27 12:23:46 +01:00
tik.h system_update: add menu option. 2024-10-27 12:23:46 +01:00
title.h Uses a dynamically allocated buffer to hold the CSV data, which can then be written to an output file. 2024-08-24 20:10:16 +02:00
ums.h Add DataTransferTaskFrame and GameCardImageDumpTaskFrame classes 2024-04-29 15:26:12 +02:00
usb.h [ci skip] Add GameCardImageDumpTask and FileWriter classes 2024-04-25 01:49:04 +02:00