|
Merge pull request #536 from Atmosphere-NX/boot_dev
Boot: reimplement the boot sysmodule |
|---|
| exosphere/src/smc_api.c |
|---|
| fusee/fusee-secondary/Makefile |
|---|
| fusee/fusee-secondary/linker.ld |
|---|
| fusee/fusee-secondary/src/start.s |
|---|
| fusee/fusee-secondary/src/stratosphere.c |
|---|
| stratosphere/boot/Makefile |
|---|
| stratosphere/boot/boot.json 0 → 100644 |
|---|
| stratosphere/boot/boot_100.json 100644 → 0 |
|---|
| stratosphere/boot/boot_200.json 100644 → 0 |
|---|
| stratosphere/boot/source/boot_battery_driver.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_battery_driver.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_battery_icon_charging.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_battery_icon_charging_red.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_battery_icon_low.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_battery_icons.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_battery_parameters.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_boot_reason.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_bq24193_charger.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_calibration.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_change_voltage.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_charger_driver.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_charger_driver.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_check_battery.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_check_clock.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_clock_initial_configuration.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_display.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_display_config.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_fan_enable.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_functions.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_gpio_initial_configuration.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_gpio_initial_configuration_copper.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_gpio_initial_configuration_hoag.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_gpio_initial_configuration_icosa.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_gpio_initial_configuration_iowa.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_gpio_map.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_gpio_utils.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_i2c_utils.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_main.cpp |
|---|
|
Too large (Show diff)
|
| stratosphere/boot/source/boot_pinmux_configuration.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_pinmux_initial_configuration_copper.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_pinmux_initial_configuration_hoag.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_pinmux_initial_configuration_icosa.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_pinmux_initial_configuration_iowa.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_pinmux_initial_drive_pad_configuration.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_pinmux_map.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_pinmux_utils.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_pmc_wrapper.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_pmic_driver.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_pmic_driver.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_reboot_manager.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_reboot_manager.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_registers_clkrst.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_registers_di.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_registers_gpio.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_registers_pinmux.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_registers_pmc.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_repair_boot_images.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_rtc_driver.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_rtc_driver.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_spl_utils.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_splash_screen.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_splash_screen_notext.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_splash_screen_text.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_types.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_wake_control_configs.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_wake_pin_configuration.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_wake_pin_configuration_copper.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_wake_pins.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/i2c_driver/boot_pcv.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/i2c_driver/boot_pcv.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/i2c_driver/i2c_api.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/i2c_driver/i2c_api.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/i2c_driver/i2c_bus_accessor.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/i2c_driver/i2c_bus_accessor.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/i2c_driver/i2c_command_list.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/i2c_driver/i2c_command_list.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/i2c_driver/i2c_device_config.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/i2c_driver/i2c_driver_session.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/i2c_driver/i2c_driver_session.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/i2c_driver/i2c_registers.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/i2c_driver/i2c_resource_manager.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/i2c_driver/i2c_resource_manager.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/i2c_driver/i2c_types.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/updater/updater_api.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/updater/updater_api.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/updater/updater_bis_management.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/updater/updater_bis_management.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/updater/updater_bis_save.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/updater/updater_bis_save.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/updater/updater_files.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/updater/updater_paths.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/updater/updater_types.hpp 0 → 100644 |
|---|
| stratosphere/fatal/source/fatal_task_sound.cpp |
|---|
| stratosphere/libstratosphere |
|---|
|
Not supported
|
| stratosphere/spl/source/spl_types.hpp |
|---|