boot: add rgltr/clkrst overrides, skel I2cBusAccessor
1 parent f4e499f commit e5bf06254aa182c400bae4130a509d24223acbdf
@Michael Scire Michael Scire authored on 1 Nov 2020
SciresM committed on 14 Nov 2020
Showing 41 changed files
View
libraries/libexosphere/source/i2c/i2c_api.cpp
View
libraries/libexosphere/source/i2c/i2c_registers.hpp 100644 → 0
View
libraries/libstratosphere/include/stratosphere.hpp
View
libraries/libstratosphere/include/stratosphere/clkrst.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/clkrst/clkrst_api.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/clkrst/clkrst_session_api.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/clkrst/clkrst_types.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/i2c/driver/i2c_i_i2c_driver.hpp
View
libraries/libstratosphere/include/stratosphere/pwm.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/pwm/pwm_channel_name.board.nintendo_nx.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/pwm/pwm_select_channel_name.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/pwm/pwm_types.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/regulator.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/regulator/regulator_api.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/regulator/regulator_session_api.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/regulator/regulator_types.hpp 0 → 100644
View
libraries/libstratosphere/source/i2c/driver/board/nintendo_nx/impl/i2c_bus_accessor.cpp 0 → 100644
View
libraries/libstratosphere/source/i2c/driver/board/nintendo_nx/impl/i2c_bus_accessor.hpp 0 → 100644
View
libraries/libstratosphere/source/i2c/driver/board/nintendo_nx/impl/i2c_i2c_registers.hpp 0 → 100644
View
libraries/libvapours/include/vapours/tegra.hpp
View
libraries/libvapours/include/vapours/tegra/tegra_clkrst.hpp
View
libraries/libvapours/include/vapours/tegra/tegra_i2c.hpp 0 → 100644
View
libraries/libvapours/source/sdmmc/impl/sdmmc_io_impl.board.nintendo_nx.cpp
View
stratosphere/boot/source/api_overrides/clkrst_api_for_boot.board.nintendo_nx.cpp 0 → 100644
View
stratosphere/boot/source/api_overrides/regulator_api_for_boot.cpp 0 → 100644
View
stratosphere/boot/source/boot_pcv.cpp 100644 → 0
View
stratosphere/boot/source/i2c/driver/i2c_api.cpp 100644 → 0
View
stratosphere/boot/source/i2c/driver/i2c_api.hpp 100644 → 0
View
stratosphere/boot/source/i2c/driver/impl/i2c_bus_accessor.cpp 100644 → 0
View
stratosphere/boot/source/i2c/driver/impl/i2c_bus_accessor.hpp 100644 → 0
View
stratosphere/boot/source/i2c/driver/impl/i2c_device_config.cpp 100644 → 0
View
stratosphere/boot/source/i2c/driver/impl/i2c_driver_types.hpp 100644 → 0
View
stratosphere/boot/source/i2c/driver/impl/i2c_pcv.hpp 100644 → 0
View
stratosphere/boot/source/i2c/driver/impl/i2c_registers.hpp 100644 → 0
View
stratosphere/boot/source/i2c/driver/impl/i2c_resource_manager.cpp 100644 → 0
View
stratosphere/boot/source/i2c/driver/impl/i2c_resource_manager.hpp 100644 → 0
View
stratosphere/boot/source/i2c/driver/impl/i2c_session.cpp 100644 → 0
View
stratosphere/boot/source/i2c/driver/impl/i2c_session.hpp 100644 → 0
View
stratosphere/boot/source/i2c/i2c_command_list.cpp 100644 → 0
View
stratosphere/boot/source/i2c/i2c_command_list.hpp 100644 → 0
View
stratosphere/boot/source/i2c/i2c_types.hpp 100644 → 0