summaryrefslogtreecommitdiff
path: root/firmware/export/config/fiiom3k.h
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2022-03-07 11:09:30 +0000
committerAidan MacDonald <amachronic@protonmail.com>2022-03-27 10:35:02 -0400
commit7243f6b343a88fa8f9929345edc80a81d1f6a3fe (patch)
tree1197004fab63951d625d05823a5079cbd50e1e9f /firmware/export/config/fiiom3k.h
parentbcbb5a8b00770ac0d2794e59876d8187ccfea6af (diff)
downloadrockbox-7243f6b343a88fa8f9929345edc80a81d1f6a3fe.tar.gz
rockbox-7243f6b343a88fa8f9929345edc80a81d1f6a3fe.zip
x1000: Add multiboot support
Enables multiboot for the FiiO M3K, Shanling Q1, and Eros Q native port. Note this requires an up-to-date Rockbox _and_ bootloader. Usage instructions will (eventually) be found on the wiki: https://www.rockbox.org/wiki/MultibootBootloader Change-Id: Ia2da1ad6ef611e499d2fbafa93838387bc1023ba
Diffstat (limited to 'firmware/export/config/fiiom3k.h')
-rw-r--r--firmware/export/config/fiiom3k.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config/fiiom3k.h b/firmware/export/config/fiiom3k.h
index 27aefc374f..ab3e274243 100644
--- a/firmware/export/config/fiiom3k.h
+++ b/firmware/export/config/fiiom3k.h
@@ -84,6 +84,7 @@
84#define HAVE_HOTSWAP 84#define HAVE_HOTSWAP
85#define HAVE_HOTSWAP_STORAGE_AS_MAIN 85#define HAVE_HOTSWAP_STORAGE_AS_MAIN
86#define HAVE_MULTIDRIVE 86#define HAVE_MULTIDRIVE
87#define HAVE_MULTIVOLUME
87#define NUM_DRIVES 1 88#define NUM_DRIVES 1
88#define STORAGE_WANTS_ALIGN 89#define STORAGE_WANTS_ALIGN
89#define STORAGE_NEEDS_BOUNCE_BUFFER 90#define STORAGE_NEEDS_BOUNCE_BUFFER
@@ -109,6 +110,10 @@
109#define BATTERY_CAPACITY_INC 0 110#define BATTERY_CAPACITY_INC 0
110#define BATTERY_TYPES_COUNT 1 111#define BATTERY_TYPES_COUNT 1
111 112
113/* Multiboot */
114#define HAVE_BOOTDATA
115#define BOOT_REDIR "rockbox_main.fiio_m3k"
116
112/* USB support */ 117/* USB support */
113#ifndef SIMULATOR 118#ifndef SIMULATOR
114#define CONFIG_USBOTG USBOTG_DESIGNWARE 119#define CONFIG_USBOTG USBOTG_DESIGNWARE