boot: split out gpio, pinmux.
1 parent 6d1d226 commit 804e5d49bbcd8306cfd657032b58b116eb5e5aee
@Michael Scire Michael Scire authored on 22 Jun 2019
Showing 48 changed files
View
stratosphere/boot/Makefile
View
stratosphere/boot/source/boot_boot_reason.cpp
View
stratosphere/boot/source/boot_charger_driver.hpp
View
stratosphere/boot/source/boot_display.cpp
View
stratosphere/boot/source/boot_fan_enable.cpp
View
stratosphere/boot/source/boot_gpio_initial_configuration.cpp 100644 → 0
View
stratosphere/boot/source/boot_gpio_initial_configuration.hpp 100644 → 0
View
stratosphere/boot/source/boot_gpio_initial_configuration_copper.inc 100644 → 0
View
stratosphere/boot/source/boot_gpio_initial_configuration_hoag.inc 100644 → 0
View
stratosphere/boot/source/boot_gpio_initial_configuration_icosa.inc 100644 → 0
View
stratosphere/boot/source/boot_gpio_initial_configuration_iowa.inc 100644 → 0
View
stratosphere/boot/source/boot_gpio_map.inc 100644 → 0
View
stratosphere/boot/source/boot_gpio_utils.cpp 100644 → 0
View
stratosphere/boot/source/boot_gpio_utils.hpp 100644 → 0
View
stratosphere/boot/source/boot_main.cpp
View
stratosphere/boot/source/boot_pinmux_initial_configuration.cpp 100644 → 0
View
stratosphere/boot/source/boot_pinmux_initial_configuration.hpp 100644 → 0
View
stratosphere/boot/source/boot_pinmux_initial_configuration_copper.inc 100644 → 0
View
stratosphere/boot/source/boot_pinmux_initial_configuration_hoag.inc 100644 → 0
View
stratosphere/boot/source/boot_pinmux_initial_configuration_icosa.inc 100644 → 0
View
stratosphere/boot/source/boot_pinmux_initial_configuration_iowa.inc 100644 → 0
View
stratosphere/boot/source/boot_pinmux_initial_drive_pad_configuration.inc 100644 → 0
View
stratosphere/boot/source/boot_pinmux_map.inc 100644 → 0
View
stratosphere/boot/source/boot_pinmux_utils.cpp 100644 → 0
View
stratosphere/boot/source/boot_pinmux_utils.hpp 100644 → 0
View
stratosphere/boot/source/boot_repair_boot_images.cpp
View
stratosphere/boot/source/boot_spl_utils.cpp
View
stratosphere/boot/source/boot_spl_utils.hpp
View
stratosphere/boot/source/boot_wake_pins.cpp
View
stratosphere/boot/source/gpio/gpio_initial_configuration.cpp 0 → 100644
View
stratosphere/boot/source/gpio/gpio_initial_configuration.hpp 0 → 100644
View
stratosphere/boot/source/gpio/gpio_initial_configuration_copper.inc 0 → 100644
View
stratosphere/boot/source/gpio/gpio_initial_configuration_hoag.inc 0 → 100644
View
stratosphere/boot/source/gpio/gpio_initial_configuration_icosa.inc 0 → 100644
View
stratosphere/boot/source/gpio/gpio_initial_configuration_iowa.inc 0 → 100644
View
stratosphere/boot/source/gpio/gpio_map.inc 0 → 100644
View
stratosphere/boot/source/gpio/gpio_utils.cpp 0 → 100644
View
stratosphere/boot/source/gpio/gpio_utils.hpp 0 → 100644
View
stratosphere/boot/source/pinmux/pinmux_initial_configuration.cpp 0 → 100644
View
stratosphere/boot/source/pinmux/pinmux_initial_configuration.hpp 0 → 100644
View
stratosphere/boot/source/pinmux/pinmux_initial_configuration_copper.inc 0 → 100644
View
stratosphere/boot/source/pinmux/pinmux_initial_configuration_hoag.inc 0 → 100644
View
stratosphere/boot/source/pinmux/pinmux_initial_configuration_icosa.inc 0 → 100644
View
stratosphere/boot/source/pinmux/pinmux_initial_configuration_iowa.inc 0 → 100644
View
stratosphere/boot/source/pinmux/pinmux_initial_drive_pad_configuration.inc 0 → 100644
View
stratosphere/boot/source/pinmux/pinmux_map.inc 0 → 100644
View
stratosphere/boot/source/pinmux/pinmux_utils.cpp 0 → 100644
View
stratosphere/boot/source/pinmux/pinmux_utils.hpp 0 → 100644