summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2021-05-11 13:28:43 +0100
committerAidan MacDonald <amachronic@protonmail.com>2021-05-12 10:35:20 +0000
commit3f26fcf34001197ed267fa1ad549095aae49c88e (patch)
treec81ab3298a349d1156e905d467492b603236f74d /firmware/SOURCES
parentcc22df198d0ccb64dfdfe0c2f247f7d86b7fd750 (diff)
downloadrockbox-3f26fcf34001197ed267fa1ad549095aae49c88e.tar.gz
rockbox-3f26fcf34001197ed267fa1ad549095aae49c88e.zip
FiiO M3K: New bootloaderbootloader_fiiom3k_v1
SPL and UCL-compressed bootloader are now packed into one output, bootloader.m3k, eliminating the separate SPL build phase. The Rockbox bootloader now has a recovery menu, accessible by holding VOL+ when booting, that lets you back up, restore, and update the bootloader from the device. Change-Id: I642c6e5fb83587a013ab2fbfd1adab439561ced2
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES8
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 8995e6a5b4..052847a6a6 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -1664,9 +1664,9 @@ target/mips/ingenic_x1000/msc-x1000.c
1664#if (CONFIG_STORAGE & STORAGE_SD) 1664#if (CONFIG_STORAGE & STORAGE_SD)
1665target/mips/ingenic_x1000/sd-x1000.c 1665target/mips/ingenic_x1000/sd-x1000.c
1666#endif 1666#endif
1667#ifdef BOOTLOADER_SPL 1667target/mips/ingenic_x1000/spl-start.S
1668target/mips/ingenic_x1000/spl-x1000.c 1668target/mips/ingenic_x1000/spl-x1000.c
1669#endif 1669common/ucl_decompress.c
1670#endif /* CONFIG_CPU == X1000 */ 1670#endif /* CONFIG_CPU == X1000 */
1671 1671
1672#if defined(ONDA_VX747) || defined(ONDA_VX747P) || defined(ONDA_VX777) 1672#if defined(ONDA_VX747) || defined(ONDA_VX747P) || defined(ONDA_VX777)
@@ -1696,11 +1696,11 @@ target/mips/ingenic_jz47xx/xduoo_x3/sadc-xduoo_x3.c
1696target/mips/ingenic_x1000/fiiom3k/audiohw-fiiom3k.c 1696target/mips/ingenic_x1000/fiiom3k/audiohw-fiiom3k.c
1697target/mips/ingenic_x1000/fiiom3k/backlight-fiiom3k.c 1697target/mips/ingenic_x1000/fiiom3k/backlight-fiiom3k.c
1698target/mips/ingenic_x1000/fiiom3k/button-fiiom3k.c 1698target/mips/ingenic_x1000/fiiom3k/button-fiiom3k.c
1699target/mips/ingenic_x1000/fiiom3k/installer-fiiom3k.c
1700target/mips/ingenic_x1000/fiiom3k/lcd-fiiom3k.c 1699target/mips/ingenic_x1000/fiiom3k/lcd-fiiom3k.c
1701target/mips/ingenic_x1000/fiiom3k/power-fiiom3k.c 1700target/mips/ingenic_x1000/fiiom3k/power-fiiom3k.c
1702#ifdef BOOTLOADER_SPL
1703target/mips/ingenic_x1000/fiiom3k/spl-fiiom3k.c 1701target/mips/ingenic_x1000/fiiom3k/spl-fiiom3k.c
1702#ifdef BOOTLOADER
1703target/mips/ingenic_x1000/fiiom3k/installer-fiiom3k.c
1704#endif 1704#endif
1705#endif /* FIIO_M3K */ 1705#endif /* FIIO_M3K */
1706 1706