├── Makefile ├── README.md ├── include ├── types.h └── unprotboot9_sdmmc.h └── source ├── unprotboot9_sdmmc.c └── unprotboot9_sdmmc_asm.s /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yellows8/unprotboot9_sdmmc/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yellows8/unprotboot9_sdmmc/HEAD/README.md -------------------------------------------------------------------------------- /include/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yellows8/unprotboot9_sdmmc/HEAD/include/types.h -------------------------------------------------------------------------------- /include/unprotboot9_sdmmc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yellows8/unprotboot9_sdmmc/HEAD/include/unprotboot9_sdmmc.h -------------------------------------------------------------------------------- /source/unprotboot9_sdmmc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yellows8/unprotboot9_sdmmc/HEAD/source/unprotboot9_sdmmc.c -------------------------------------------------------------------------------- /source/unprotboot9_sdmmc_asm.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yellows8/unprotboot9_sdmmc/HEAD/source/unprotboot9_sdmmc_asm.s --------------------------------------------------------------------------------