mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-11-06 05:21:16 +01:00
* sdmmc: begin skeletoning sdmmc driver * sdmmc: add most of SdHostStandardController * sdmmc: implement most of SdmmcController * sdmmc: Sdmmc2Controller * sdmmc: skeleton implementation of Sdmmc1Controller * sdmmc: complete abstract logic for Sdmmc1 power controller * sdmmc: implement gpio handling for sdmmc1-register-control * sdmmc: implement pinmux handling for sdmmc1-register-control * sdmmc: fix building for arm32 and in stratosphere context * sdmmc: implement voltage enable/set for sdmmc1-register-control * util: move T(V)SNPrintf from kernel to util * sdmmc: implement BaseDeviceAccessor * sdmmc: implement MmcDeviceAccessor * sdmmc: implement clock reset controller for register api * sdmmc: fix bug in WaitWhileCommandInhibit, add mmc accessors * exo: add sdmmc test program * sdmmc: fix speed mode extension, add CheckMmcConnection for debug * sdmmc: add DeviceDetector, gpio: implement client api * gpio: modernize client api instead of doing it the lazy way * sdmmc: SdCardDeviceAccessor impl * sdmmc: update test program to read first two sectors of sd card * sdmmc: fix vref sel * sdmmc: finish outward-facing api (untested) * ams: changes for libvapours including tegra register defs * sdmmc: remove hwinit |
||
|---|---|---|
| .. | ||
| boot | ||
| smc | ||
| secmon_cache_impl.inc | ||
| secmon_cache.cpp | ||
| secmon_cache.hpp | ||
| secmon_cache.inc | ||
| secmon_cpu_context.cpp | ||
| secmon_cpu_context.hpp | ||
| secmon_error.cpp | ||
| secmon_error.hpp | ||
| secmon_exception_vectors.s | ||
| secmon_interrupt_handler.cpp | ||
| secmon_interrupt_handler.hpp | ||
| secmon_key_storage.cpp | ||
| secmon_key_storage.hpp | ||
| secmon_map.cpp | ||
| secmon_map.hpp | ||
| secmon_misc.cpp | ||
| secmon_misc.hpp | ||
| secmon_page_mapper.cpp | ||
| secmon_page_mapper.hpp | ||
| secmon_setup_warm.cpp | ||
| secmon_setup.cpp | ||
| secmon_setup.hpp | ||
| secmon_spinlock.hpp | ||
| secmon_spinlock.s | ||
| secmon_stack_warm.s | ||
| secmon_start_virtual.s | ||
| secmon_start_warm.s | ||
| secmon_user_power_management.cpp | ||
| secmon_user_power_management.hpp | ||