1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-09-18 21:13:24 +01:00
TegraExplorer/Modified BDK files.md
suchmememanyskill 5c59d42a30 Step 4: Fix the ini parser
also why am i using steps
2022-01-22 16:05:08 +01:00

515 B

For future reference if updating the BDK

// TODO: memory map(?)

/bdk/sec/SE.c&h

  • Added se_aes_cmac
  • Added se_calc_hmac_sha256

/bdk/usb

  • Removed entirely

/bdk/storage/sd.c

  • in sd_file_read(), extend read buffer by 1 and place a NULL byte at the end

/bdk/libs/fatfs/ff.c&h

  • Added f_fdisk_mod
  • Stubbed exfat partition creation

/bdk/utils/ini.c

  • Added initial 'unknown' section to parse prod.keys

/bdk/libs