From 9aa8b4e371edc4fc8b1ba160b1969447e532af33 Mon Sep 17 00:00:00 2001 From: Andrew Quenehen Date: Thu, 6 Aug 2026 10:22:51 -0300 Subject: [PATCH] Move Switch OTA launcher sources under ports/switch. Consolidate the native OTA launcher, bootstrap, and assets into the Switch port tree. --- {assets/switch => ports/switch/assets}/icon.jpg | Bin .../switch}/assets/logo.rgba | Bin .../switch/ota-bootstrap}/Makefile | 0 .../switch/ota-bootstrap}/main.c | 0 .../switch/ota-launcher}/Makefile | 0 .../switch/ota-launcher}/README.md | 0 .../switch/ota-launcher}/host/test_ota_protocol.c | 0 .../switch/ota-launcher}/include/ota_fs.h | 0 .../switch/ota-launcher}/include/ota_net.h | 0 .../switch/ota-launcher}/include/ota_protocol.h | 0 .../switch/ota-launcher}/include/ota_ui.h | 0 .../switch/ota-launcher}/include/ota_unzip.h | 0 .../switch/ota-launcher}/romfs/.gitkeep | 0 .../switch/ota-launcher}/src/main.c | 0 .../switch/ota-launcher}/src/ota_fs.c | 0 .../switch/ota-launcher}/src/ota_net.c | 0 .../switch/ota-launcher}/src/ota_protocol.c | 0 .../switch/ota-launcher}/src/ota_ui.c | 0 .../switch/ota-launcher}/src/ota_unzip.c | 0 .../ota-launcher}/third_party/font8x8_basic.h | 0 20 files changed, 0 insertions(+), 0 deletions(-) rename {assets/switch => ports/switch/assets}/icon.jpg (100%) rename {native/switch-ota-launcher => ports/switch}/assets/logo.rgba (100%) rename {native/switch-ota-bootstrap => ports/switch/ota-bootstrap}/Makefile (100%) rename {native/switch-ota-bootstrap => ports/switch/ota-bootstrap}/main.c (100%) rename {native/switch-ota-launcher => ports/switch/ota-launcher}/Makefile (100%) rename {native/switch-ota-launcher => ports/switch/ota-launcher}/README.md (100%) rename {native/switch-ota-launcher => ports/switch/ota-launcher}/host/test_ota_protocol.c (100%) rename {native/switch-ota-launcher => ports/switch/ota-launcher}/include/ota_fs.h (100%) rename {native/switch-ota-launcher => ports/switch/ota-launcher}/include/ota_net.h (100%) rename {native/switch-ota-launcher => ports/switch/ota-launcher}/include/ota_protocol.h (100%) rename {native/switch-ota-launcher => ports/switch/ota-launcher}/include/ota_ui.h (100%) rename {native/switch-ota-launcher => ports/switch/ota-launcher}/include/ota_unzip.h (100%) rename {native/switch-ota-launcher => ports/switch/ota-launcher}/romfs/.gitkeep (100%) rename {native/switch-ota-launcher => ports/switch/ota-launcher}/src/main.c (100%) rename {native/switch-ota-launcher => ports/switch/ota-launcher}/src/ota_fs.c (100%) rename {native/switch-ota-launcher => ports/switch/ota-launcher}/src/ota_net.c (100%) rename {native/switch-ota-launcher => ports/switch/ota-launcher}/src/ota_protocol.c (100%) rename {native/switch-ota-launcher => ports/switch/ota-launcher}/src/ota_ui.c (100%) rename {native/switch-ota-launcher => ports/switch/ota-launcher}/src/ota_unzip.c (100%) rename {native/switch-ota-launcher => ports/switch/ota-launcher}/third_party/font8x8_basic.h (100%) diff --git a/assets/switch/icon.jpg b/ports/switch/assets/icon.jpg similarity index 100% rename from assets/switch/icon.jpg rename to ports/switch/assets/icon.jpg diff --git a/native/switch-ota-launcher/assets/logo.rgba b/ports/switch/assets/logo.rgba similarity index 100% rename from native/switch-ota-launcher/assets/logo.rgba rename to ports/switch/assets/logo.rgba diff --git a/native/switch-ota-bootstrap/Makefile b/ports/switch/ota-bootstrap/Makefile similarity index 100% rename from native/switch-ota-bootstrap/Makefile rename to ports/switch/ota-bootstrap/Makefile diff --git a/native/switch-ota-bootstrap/main.c b/ports/switch/ota-bootstrap/main.c similarity index 100% rename from native/switch-ota-bootstrap/main.c rename to ports/switch/ota-bootstrap/main.c diff --git a/native/switch-ota-launcher/Makefile b/ports/switch/ota-launcher/Makefile similarity index 100% rename from native/switch-ota-launcher/Makefile rename to ports/switch/ota-launcher/Makefile diff --git a/native/switch-ota-launcher/README.md b/ports/switch/ota-launcher/README.md similarity index 100% rename from native/switch-ota-launcher/README.md rename to ports/switch/ota-launcher/README.md diff --git a/native/switch-ota-launcher/host/test_ota_protocol.c b/ports/switch/ota-launcher/host/test_ota_protocol.c similarity index 100% rename from native/switch-ota-launcher/host/test_ota_protocol.c rename to ports/switch/ota-launcher/host/test_ota_protocol.c diff --git a/native/switch-ota-launcher/include/ota_fs.h b/ports/switch/ota-launcher/include/ota_fs.h similarity index 100% rename from native/switch-ota-launcher/include/ota_fs.h rename to ports/switch/ota-launcher/include/ota_fs.h diff --git a/native/switch-ota-launcher/include/ota_net.h b/ports/switch/ota-launcher/include/ota_net.h similarity index 100% rename from native/switch-ota-launcher/include/ota_net.h rename to ports/switch/ota-launcher/include/ota_net.h diff --git a/native/switch-ota-launcher/include/ota_protocol.h b/ports/switch/ota-launcher/include/ota_protocol.h similarity index 100% rename from native/switch-ota-launcher/include/ota_protocol.h rename to ports/switch/ota-launcher/include/ota_protocol.h diff --git a/native/switch-ota-launcher/include/ota_ui.h b/ports/switch/ota-launcher/include/ota_ui.h similarity index 100% rename from native/switch-ota-launcher/include/ota_ui.h rename to ports/switch/ota-launcher/include/ota_ui.h diff --git a/native/switch-ota-launcher/include/ota_unzip.h b/ports/switch/ota-launcher/include/ota_unzip.h similarity index 100% rename from native/switch-ota-launcher/include/ota_unzip.h rename to ports/switch/ota-launcher/include/ota_unzip.h diff --git a/native/switch-ota-launcher/romfs/.gitkeep b/ports/switch/ota-launcher/romfs/.gitkeep similarity index 100% rename from native/switch-ota-launcher/romfs/.gitkeep rename to ports/switch/ota-launcher/romfs/.gitkeep diff --git a/native/switch-ota-launcher/src/main.c b/ports/switch/ota-launcher/src/main.c similarity index 100% rename from native/switch-ota-launcher/src/main.c rename to ports/switch/ota-launcher/src/main.c diff --git a/native/switch-ota-launcher/src/ota_fs.c b/ports/switch/ota-launcher/src/ota_fs.c similarity index 100% rename from native/switch-ota-launcher/src/ota_fs.c rename to ports/switch/ota-launcher/src/ota_fs.c diff --git a/native/switch-ota-launcher/src/ota_net.c b/ports/switch/ota-launcher/src/ota_net.c similarity index 100% rename from native/switch-ota-launcher/src/ota_net.c rename to ports/switch/ota-launcher/src/ota_net.c diff --git a/native/switch-ota-launcher/src/ota_protocol.c b/ports/switch/ota-launcher/src/ota_protocol.c similarity index 100% rename from native/switch-ota-launcher/src/ota_protocol.c rename to ports/switch/ota-launcher/src/ota_protocol.c diff --git a/native/switch-ota-launcher/src/ota_ui.c b/ports/switch/ota-launcher/src/ota_ui.c similarity index 100% rename from native/switch-ota-launcher/src/ota_ui.c rename to ports/switch/ota-launcher/src/ota_ui.c diff --git a/native/switch-ota-launcher/src/ota_unzip.c b/ports/switch/ota-launcher/src/ota_unzip.c similarity index 100% rename from native/switch-ota-launcher/src/ota_unzip.c rename to ports/switch/ota-launcher/src/ota_unzip.c diff --git a/native/switch-ota-launcher/third_party/font8x8_basic.h b/ports/switch/ota-launcher/third_party/font8x8_basic.h similarity index 100% rename from native/switch-ota-launcher/third_party/font8x8_basic.h rename to ports/switch/ota-launcher/third_party/font8x8_basic.h