diff --git a/bootloader/bootlogo/bootlogo_android.bmp b/bootloader/bootlogo/bootlogo_android.bmp new file mode 100644 index 0000000..a678965 Binary files /dev/null and b/bootloader/bootlogo/bootlogo_android.bmp differ diff --git a/bootloader/bootlogo/bootlogo_cfw.bmp b/bootloader/bootlogo/bootlogo_cfw.bmp new file mode 100644 index 0000000..07d7ff3 Binary files /dev/null and b/bootloader/bootlogo/bootlogo_cfw.bmp differ diff --git a/bootloader/bootlogo/bootlogo_fedora.bmp b/bootloader/bootlogo/bootlogo_fedora.bmp new file mode 100644 index 0000000..8178f67 Binary files /dev/null and b/bootloader/bootlogo/bootlogo_fedora.bmp differ diff --git a/bootloader/bootlogo/bootlogo_lakka.bmp b/bootloader/bootlogo/bootlogo_lakka.bmp new file mode 100644 index 0000000..9cad726 Binary files /dev/null and b/bootloader/bootlogo/bootlogo_lakka.bmp differ diff --git a/bootloader/bootlogo/bootlogo_stock.bmp b/bootloader/bootlogo/bootlogo_stock.bmp new file mode 100644 index 0000000..e336cd9 Binary files /dev/null and b/bootloader/bootlogo/bootlogo_stock.bmp differ diff --git a/bootloader/bootlogo/bootlogo_ubuntu.bmp b/bootloader/bootlogo/bootlogo_ubuntu.bmp new file mode 100644 index 0000000..14fb391 Binary files /dev/null and b/bootloader/bootlogo/bootlogo_ubuntu.bmp differ diff --git a/bootloader/hekate_ipl.ini b/bootloader/hekate_ipl.ini new file mode 100644 index 0000000..5f606bc --- /dev/null +++ b/bootloader/hekate_ipl.ini @@ -0,0 +1,55 @@ +[config] +autoboot=0 +autoboot_list=0 +bootwait=3 +backlight=100 +autohosoff=2 +updater2p=1 +bootprotect=0 +noticker=0 + + +[CFW-EmuMMC] +pkg3=atmosphere/package3 +emummcforce=1 +atmosphere=1 +logopath=bootloader/bootlogo/bootlogo_cfw.bmp +icon=bootloader/res/atmosphere_hue.bmp +usb3force=1 + +[OFW] +pkg3=atmosphere/package3 +stock=1 +emummc_force_disable=1 +logopath=bootloader/bootlogo/bootlogo_stock.bmp +icon=bootloader/res/icon_switch_hue.bmp + +[ ] +payload=bootloader/payloads/Hekate.bin +icon=bootloader/res/empty_nobox.bmp + +[ ] +payload=bootloader/payloads/Hekate.bin +icon=bootloader/res/empty_nobox.bmp + +[ ] +payload=bootloader/payloads/Hekate.bin +icon=bootloader/res/empty_nobox.bmp + +[ ] +payload=bootloader/payloads/Hekate.bin +icon=bootloader/res/empty_nobox.bmp + +[Tegra Explorer] +payload=bootloader/payloads/TegraExplorer.bin +icon=bootloader/res/TegraExplorer_hue.bmp + +[Lockpick RCM] +payload=bootloader/payloads/Lockpick_RCM.bin +icon=bootloader/res/lockpick_hue.bmp + +-------------------------------------------------------------- + +;{NiklasCFW Ein Nintendo Switch CFW Pack} +;{Created by Woody2408 @ https://github.com/Woody-NX} +;{Niklas Discord Server @ https://discord.gg/KBmq9TGA} \ No newline at end of file diff --git a/bootloader/ini/Stock_CFW.ini b/bootloader/ini/Stock_CFW.ini new file mode 100644 index 0000000..aecb730 --- /dev/null +++ b/bootloader/ini/Stock_CFW.ini @@ -0,0 +1,23 @@ +[config] +autoboot=0 +autoboot_list=0 +bootwait=3 +backlight=100 +autohosoff=2 +autonogc=1 +updater2p=1 +bootprotect=0 +noticker=0 + + +[Stock - CFW] +pkg3=atmosphere/package3 +emummc_force_disable=1 +icon=bootloader/res/Stock-CFW.bmp +usb3force=1 + +------------------------------------------------------------ + +;{NiklasCFW Ein Nintendo Switch CFW Pack} +;{Created by Woody2408 @ https://github.com/Woody-NX} +;{Niklas Discord Server @ https://discord.gg/KBmq9TGA} \ No newline at end of file diff --git a/bootloader/ini/hekate_ipl.ini b/bootloader/ini/hekate_ipl.ini new file mode 100644 index 0000000..798dc3e --- /dev/null +++ b/bootloader/ini/hekate_ipl.ini @@ -0,0 +1,74 @@ +[config] +autoboot=0 +autoboot_list=0 +bootwait=3 +backlight=100 +autohosoff=2 +autonogc=1 +updater2p=1 +bootprotect=0 +noticker=0 + + +[Android LineageOS] +l4t=1 +boot_prefixes=switchroot/android/ +id=SWANDR +logopath=bootloader/bootlogo/bootlogo_android.bmp +icon=bootloader/res/android_hue.bmp +r2p_action=bootloader +ddr200_enable=1 +usb3force=1 + +[L4T Ubuntu Bionic] +l4t=1 +boot_prefixes=/switchroot/ubuntu/ +uart_port=0 +id=SWR-UBU +r2p_action=bootloader +logopath=bootloader/bootlogo/bootlogo_ubuntu.bmp +icon=bootloader/res/linux_hue.bmp +usb3force=1 + +[L4T Ubuntu Jammy] +l4t=1 +boot_prefixes=/switchroot/ubuntu-jammy/ +id=SWR-JAM +r2p_action=bootloader +logopath=bootloader/bootlogo/bootlogo_ubuntu.bmp +icon=bootloader/res/icon_ubuntu_hue.bmp +usb3force=1 + +[L4T Ubuntu Noble] +l4t=1 +boot_prefixes=/switchroot/ubuntu-noble/ +id=SWR-NOB +r2p_action=bootloader +logopath=bootloader/bootlogo/bootlogo_ubuntu.bmp +icon=bootloader/res/Ubuntu-Noble_hue.bmp +usb3force=1 + +[L4T Fedora 41] +l4t=1 +mainline=0 +boot_prefixes=/switchroot/fedora/ +r2p_action=bootloader +id=SWR-FED +logopath=bootloader/bootlogo/bootlogo_fedora.bmp +icon=bootloader/res/icon_fedora_hue.bmp +usb3force=1 + +[Lakka-Switch] +l4t=1 +boot_prefixes=lakka/boot/ +id=SWR-LAK +r2p_action=bootloader +logopath=bootloader/bootlogo/lakka.bmp +icon=bootloader/res/lakka_hue.bmp +usb3force=1 + +------------------------------------------------------------ + +;{NiklasCFW Ein Nintendo Switch CFW Pack} +;{Created by Woody2408 @ https://github.com/Woody-NX} +;{Niklas Discord Server @ https://discord.gg/KBmq9TGA} \ No newline at end of file diff --git a/bootloader/nyx.ini b/bootloader/nyx.ini new file mode 100644 index 0000000..23a0ebc --- /dev/null +++ b/bootloader/nyx.ini @@ -0,0 +1,11 @@ +[config] +themebg=0 +themecolor=184 +entries5col=0 +timeoff= +homescreen=2 +verification=1 +umsemmcrw=0 +jcdisable=0 +jcforceright=0 +bpmpclock=1 diff --git a/bootloader/payloads/Fusee.bin b/bootloader/payloads/Fusee.bin new file mode 100644 index 0000000..63df8f5 Binary files /dev/null and b/bootloader/payloads/Fusee.bin differ diff --git a/bootloader/payloads/Hekate.bin b/bootloader/payloads/Hekate.bin new file mode 100644 index 0000000..93c8b37 Binary files /dev/null and b/bootloader/payloads/Hekate.bin differ diff --git a/bootloader/payloads/Instinct_toolbox.bin b/bootloader/payloads/Instinct_toolbox.bin new file mode 100644 index 0000000..18a68c4 Binary files /dev/null and b/bootloader/payloads/Instinct_toolbox.bin differ diff --git a/bootloader/payloads/Lockpick_RCM.bin b/bootloader/payloads/Lockpick_RCM.bin new file mode 100644 index 0000000..039efea Binary files /dev/null and b/bootloader/payloads/Lockpick_RCM.bin differ diff --git a/bootloader/payloads/PicoFly_Toolbox.bin b/bootloader/payloads/PicoFly_Toolbox.bin new file mode 100644 index 0000000..1df4658 Binary files /dev/null and b/bootloader/payloads/PicoFly_Toolbox.bin differ diff --git a/bootloader/payloads/ProblemResolver.bin b/bootloader/payloads/ProblemResolver.bin new file mode 100644 index 0000000..5ca68bc Binary files /dev/null and b/bootloader/payloads/ProblemResolver.bin differ diff --git a/bootloader/payloads/TegraExplorer.bin b/bootloader/payloads/TegraExplorer.bin new file mode 100644 index 0000000..9ccdf99 Binary files /dev/null and b/bootloader/payloads/TegraExplorer.bin differ diff --git a/bootloader/payloads/hwfly_toolbox.bin b/bootloader/payloads/hwfly_toolbox.bin new file mode 100644 index 0000000..6b593f4 Binary files /dev/null and b/bootloader/payloads/hwfly_toolbox.bin differ diff --git a/bootloader/res/Stock-CFW.bmp b/bootloader/res/Stock-CFW.bmp new file mode 100644 index 0000000..d56b222 Binary files /dev/null and b/bootloader/res/Stock-CFW.bmp differ diff --git a/bootloader/res/TegraExplorer_hue.bmp b/bootloader/res/TegraExplorer_hue.bmp new file mode 100644 index 0000000..afc76a0 Binary files /dev/null and b/bootloader/res/TegraExplorer_hue.bmp differ diff --git a/bootloader/res/Ubuntu-Noble_hue.bmp b/bootloader/res/Ubuntu-Noble_hue.bmp new file mode 100644 index 0000000..ba5b0ca Binary files /dev/null and b/bootloader/res/Ubuntu-Noble_hue.bmp differ diff --git a/bootloader/res/android_hue.bmp b/bootloader/res/android_hue.bmp new file mode 100644 index 0000000..02ab0fa Binary files /dev/null and b/bootloader/res/android_hue.bmp differ diff --git a/bootloader/res/arch_hue.bmp b/bootloader/res/arch_hue.bmp new file mode 100644 index 0000000..293f3f1 Binary files /dev/null and b/bootloader/res/arch_hue.bmp differ diff --git a/bootloader/res/atmosphere_hue.bmp b/bootloader/res/atmosphere_hue.bmp new file mode 100644 index 0000000..da073c6 Binary files /dev/null and b/bootloader/res/atmosphere_hue.bmp differ diff --git a/bootloader/res/background.bmp b/bootloader/res/background.bmp new file mode 100644 index 0000000..a9990ba Binary files /dev/null and b/bootloader/res/background.bmp differ diff --git a/bootloader/res/empty_nobox.bmp b/bootloader/res/empty_nobox.bmp new file mode 100644 index 0000000..82f7f16 Binary files /dev/null and b/bootloader/res/empty_nobox.bmp differ diff --git a/bootloader/res/icon_fedora_hue.bmp b/bootloader/res/icon_fedora_hue.bmp new file mode 100644 index 0000000..459d39f Binary files /dev/null and b/bootloader/res/icon_fedora_hue.bmp differ diff --git a/bootloader/res/icon_switch_hue.bmp b/bootloader/res/icon_switch_hue.bmp new file mode 100644 index 0000000..358c495 Binary files /dev/null and b/bootloader/res/icon_switch_hue.bmp differ diff --git a/bootloader/res/icon_ubuntu_hue.bmp b/bootloader/res/icon_ubuntu_hue.bmp new file mode 100644 index 0000000..2769179 Binary files /dev/null and b/bootloader/res/icon_ubuntu_hue.bmp differ diff --git a/bootloader/res/lakka_hue.bmp b/bootloader/res/lakka_hue.bmp new file mode 100644 index 0000000..8029558 Binary files /dev/null and b/bootloader/res/lakka_hue.bmp differ diff --git a/bootloader/res/linux_hue.bmp b/bootloader/res/linux_hue.bmp new file mode 100644 index 0000000..461768f Binary files /dev/null and b/bootloader/res/linux_hue.bmp differ diff --git a/bootloader/res/lockpick_hue.bmp b/bootloader/res/lockpick_hue.bmp new file mode 100644 index 0000000..ea95051 Binary files /dev/null and b/bootloader/res/lockpick_hue.bmp differ diff --git a/bootloader/sys/emummc.kipm b/bootloader/sys/emummc.kipm new file mode 100644 index 0000000..9410938 Binary files /dev/null and b/bootloader/sys/emummc.kipm differ diff --git a/bootloader/sys/l4t/bpmpfw.bin b/bootloader/sys/l4t/bpmpfw.bin new file mode 100644 index 0000000..539e648 Binary files /dev/null and b/bootloader/sys/l4t/bpmpfw.bin differ diff --git a/bootloader/sys/l4t/bpmpfw_b01.bin b/bootloader/sys/l4t/bpmpfw_b01.bin new file mode 100644 index 0000000..11afaf3 Binary files /dev/null and b/bootloader/sys/l4t/bpmpfw_b01.bin differ diff --git a/bootloader/sys/l4t/mtc_tbl_b01.bin b/bootloader/sys/l4t/mtc_tbl_b01.bin new file mode 100644 index 0000000..56b9d6c Binary files /dev/null and b/bootloader/sys/l4t/mtc_tbl_b01.bin differ diff --git a/bootloader/sys/l4t/sc7entry.bin b/bootloader/sys/l4t/sc7entry.bin new file mode 100644 index 0000000..2bb910c Binary files /dev/null and b/bootloader/sys/l4t/sc7entry.bin differ diff --git a/bootloader/sys/l4t/sc7exit.bin b/bootloader/sys/l4t/sc7exit.bin new file mode 100644 index 0000000..3e04122 Binary files /dev/null and b/bootloader/sys/l4t/sc7exit.bin differ diff --git a/bootloader/sys/l4t/sc7exit_b01.bin b/bootloader/sys/l4t/sc7exit_b01.bin new file mode 100644 index 0000000..90e35e2 Binary files /dev/null and b/bootloader/sys/l4t/sc7exit_b01.bin differ diff --git a/bootloader/sys/libsys_lp0.bso b/bootloader/sys/libsys_lp0.bso new file mode 100644 index 0000000..6655b28 Binary files /dev/null and b/bootloader/sys/libsys_lp0.bso differ diff --git a/bootloader/sys/libsys_minerva.bso b/bootloader/sys/libsys_minerva.bso new file mode 100644 index 0000000..56a94d3 Binary files /dev/null and b/bootloader/sys/libsys_minerva.bso differ diff --git a/bootloader/sys/nyx.bin b/bootloader/sys/nyx.bin new file mode 100644 index 0000000..d974250 Binary files /dev/null and b/bootloader/sys/nyx.bin differ diff --git a/bootloader/sys/res.pak b/bootloader/sys/res.pak new file mode 100644 index 0000000..f70e950 Binary files /dev/null and b/bootloader/sys/res.pak differ diff --git a/bootloader/sys/thk.bin b/bootloader/sys/thk.bin new file mode 100644 index 0000000..b27cdaf Binary files /dev/null and b/bootloader/sys/thk.bin differ diff --git a/bootloader/update.bin b/bootloader/update.bin new file mode 100644 index 0000000..93c8b37 Binary files /dev/null and b/bootloader/update.bin differ