forked from len0rd/rockbox
Rockbox Utility: add support for mkimxboot bootloader.
Reworked version of FS#12402 by Jean-Louis Biasini. Since the mkimxboot process takes quite a while which blocks the UI it has been adjusted to perform the actual firmware patching in a separate process. Various other small changes have been made to make it fit better into Rockbox Utility's dialogs / messages and update the code to latest changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31580 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
56e1e859ca
commit
61f999a16e
6 changed files with 264 additions and 3 deletions
|
|
@ -60,6 +60,7 @@ SOURCES += \
|
|||
base/bootloaderinstallams.cpp \
|
||||
base/bootloaderinstalltcc.cpp \
|
||||
base/bootloaderinstallmpio.cpp \
|
||||
base/bootloaderinstallimx.cpp \
|
||||
base/rockboxinfo.cpp \
|
||||
../../tools/mkboot.c \
|
||||
../../tools/iriver.c \
|
||||
|
|
@ -121,6 +122,7 @@ HEADERS += \
|
|||
base/bootloaderinstallams.h \
|
||||
base/bootloaderinstalltcc.h \
|
||||
base/bootloaderinstallmpio.h \
|
||||
base/bootloaderinstallimx.h \
|
||||
base/rockboxinfo.h \
|
||||
../../tools/mkboot.h \
|
||||
../../tools/iriver.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue