hekate/bootloader/storage
Dave Murphy cc54df87d7 fixes for compiling with gcc 10
gcc 10 no longer lets you get away with not externing global variables in header files. This adds the necessary extern and adds defines in appropriate c files
2020-05-08 23:32:44 +01:00
..
emummc.c fixes for compiling with gcc 10 2020-05-08 23:32:44 +01:00
emummc.h fixes for compiling with gcc 10 2020-05-08 23:32:44 +01:00
mbr_gpt.h Various small fixes 2020-05-05 19:11:39 +03:00
mmc.h Add more register names + refactoring 2019-09-09 16:56:37 +03:00
nx_emmc.c emmc: Use gpt struct and only add valid entries 2020-04-30 01:29:58 +03:00
nx_emmc.h emmc: Use gpt struct and only add valid entries 2020-04-30 01:29:58 +03:00
nx_sd.c fixes for compiling with gcc 10 2020-05-08 23:32:44 +01:00
nx_sd.h fixes for compiling with gcc 10 2020-05-08 23:32:44 +01:00
sd.h sdmmc v2: Add eMMC overclocking 2020-04-29 22:11:23 +03:00
sdmmc.c sdmmc v2: Add full SD card fallback initialization 2020-04-30 00:00:00 +03:00
sdmmc.h fixes for compiling with gcc 10 2020-05-08 23:32:44 +01:00
sdmmc_driver.c fixes for compiling with gcc 10 2020-05-08 23:32:44 +01:00
sdmmc_driver.h sdmmc v2: Refactor and fix registers 2020-04-29 21:23:28 +03:00
sdmmc_t210.h sdmmc v2: Refactor and fix registers 2020-04-29 21:23:28 +03:00