forked from len0rd/rockbox
Rockbox Utility: add preliminary support for installing the bootloader (+ dual boot) on ChinaChip targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22356 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
aaf3765669
commit
e8c71aa40c
9 changed files with 544 additions and 1 deletions
|
|
@ -77,6 +77,7 @@ SOURCES += rbutilqt.cpp \
|
|||
base/autodetection.cpp \
|
||||
../ipodpatcher/ipodpatcher.c \
|
||||
../sansapatcher/sansapatcher.c \
|
||||
../chinachippatcher/chinachip.c \
|
||||
browsedirtree.cpp \
|
||||
themesinstallwindow.cpp \
|
||||
base/uninstall.cpp \
|
||||
|
|
@ -103,6 +104,7 @@ SOURCES += rbutilqt.cpp \
|
|||
base/bootloaderinstallipod.cpp \
|
||||
base/bootloaderinstallsansa.cpp \
|
||||
base/bootloaderinstallfile.cpp \
|
||||
base/bootloaderinstallchinachip.cpp \
|
||||
base/bootloaderinstallams.cpp \
|
||||
../../tools/mkboot.c \
|
||||
../../tools/iriver.c
|
||||
|
|
@ -129,6 +131,7 @@ HEADERS += rbutilqt.h \
|
|||
../ipodpatcher/parttypes.h \
|
||||
../sansapatcher/sansapatcher.h \
|
||||
../sansapatcher/sansaio.h \
|
||||
../chinachippatcher/chinachip.h \
|
||||
irivertools/h100sums.h \
|
||||
irivertools/h120sums.h \
|
||||
irivertools/h300sums.h \
|
||||
|
|
@ -158,6 +161,7 @@ HEADERS += rbutilqt.h \
|
|||
base/bootloaderinstallipod.h \
|
||||
base/bootloaderinstallsansa.h \
|
||||
base/bootloaderinstallfile.h \
|
||||
base/bootloaderinstallchinachip.h \
|
||||
base/bootloaderinstallams.h \
|
||||
../../tools/mkboot.h \
|
||||
../../tools/iriver.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue