boot: refactor battery checking to use new powctl apis
1 parent 485304b commit 708f5bf1fb6040ca1499769d8d8407429e323c3e
@Michael Scire Michael Scire authored on 8 Nov 2020
SciresM committed on 14 Nov 2020
Showing 46 changed files
View
libraries/libstratosphere/include/stratosphere.hpp
View
libraries/libstratosphere/include/stratosphere/cal.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/cal/cal_battery_api.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/powctl.hpp
View
libraries/libstratosphere/include/stratosphere/powctl/driver/impl/powctl_charge_arbiter.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/powctl/driver/impl/powctl_charger_parameters.board.nintendo_nx.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/powctl/driver/impl/powctl_select_charger_parameters.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/powctl/impl/powctl_battery_charge_percentage.hpp 0 → 100644
View
libraries/libstratosphere/include/stratosphere/powctl/powctl_battery_api.hpp
View
libraries/libstratosphere/include/stratosphere/powctl/powctl_charger_api.hpp
View
libraries/libstratosphere/include/stratosphere/powctl/powctl_types.hpp
View
libraries/libstratosphere/include/stratosphere/spl/spl_types.hpp
View
libraries/libstratosphere/source/cal/cal_battery_api.cpp 0 → 100644
View
libraries/libstratosphere/source/cal/cal_crc_utils.cpp 0 → 100644
View
libraries/libstratosphere/source/cal/cal_crc_utils.hpp 0 → 100644
View
libraries/libstratosphere/source/cal/cal_fs_utils.cpp 0 → 100644
View
libraries/libstratosphere/source/cal/cal_fs_utils.hpp 0 → 100644
View
libraries/libstratosphere/source/powctl/driver/impl/powctl_charger_parameters.board.nintendo_nx.cpp 0 → 100644
View
libraries/libstratosphere/source/powctl/driver/impl/powctl_charger_parameters.board.nintendo_nx.inc 0 → 100644
View
libraries/libstratosphere/source/powctl/impl/powctl_charger_driver.hpp 100644 → 0
View
libraries/libstratosphere/source/powctl/impl/powctl_i_power_control_driver.hpp
View
libraries/libstratosphere/source/powctl/powctl_battery_api.cpp
View
libraries/libstratosphere/source/powctl/powctl_charger_api.cpp
View
stratosphere/boot/source/boot_battery_driver.cpp 100644 → 0
View
stratosphere/boot/source/boot_battery_driver.hpp
View
stratosphere/boot/source/boot_battery_icons.cpp
View
stratosphere/boot/source/boot_battery_icons.hpp
View
stratosphere/boot/source/boot_battery_parameters.inc 100644 → 0
View
stratosphere/boot/source/boot_boot_reason.cpp
View
stratosphere/boot/source/boot_boot_reason.hpp
View
stratosphere/boot/source/boot_bq24193_charger.hpp 100644 → 0
View
stratosphere/boot/source/boot_calibration.cpp 100644 → 0
View
stratosphere/boot/source/boot_calibration.hpp 100644 → 0
View
stratosphere/boot/source/boot_change_voltage.cpp
View
stratosphere/boot/source/boot_charger_driver.cpp 100644 → 0
View
stratosphere/boot/source/boot_charger_driver.hpp
View
stratosphere/boot/source/boot_check_battery.cpp
View
stratosphere/boot/source/boot_clock_initial_configuration.cpp
View
stratosphere/boot/source/boot_display.cpp
View
stratosphere/boot/source/boot_display.hpp
View
stratosphere/boot/source/boot_pmc_wrapper.cpp 100644 → 0
View
stratosphere/boot/source/boot_pmc_wrapper.hpp 100644 → 0
View
stratosphere/boot/source/boot_pmic_driver.cpp
View
stratosphere/boot/source/boot_pmic_driver.hpp
View
stratosphere/boot/source/boot_power_utils.cpp
View
stratosphere/boot/source/boot_splash_screen.cpp