Age | Commit message (Collapse) | Author |
|
At present, this is just a command line tool for Linux only.
Integrating this with the Rockbox utility and porting to other
platforms should be straightforward; the README contains more
information.
Change-Id: Ie66fc837a02ab13c878925360cabc9805597548a
|
|
Change-Id: I7517e7d5459e129dcfc9465c6fbd708619888fbe
|
|
This is essentially an expanded version of jz4760_tools/usbboot,
able to support both X1000 and JZ4760 CPUs and easily extended to
handle other Ingenic CPUs using the same boot protocol.
Change-Id: I70ce3acc3531d65390c6bbae4d2b3352140acf0a
|
|
Change-Id: I5d65e6680329311916a3d890c81f3c39e9b655c4
|
|
Change-Id: I46c0ab9ce1d7ab0abbe9647429ba44d204aa4e82
|
|
This removes all code specific to SH targets
Change-Id: I7980523785d2596e65c06430f4638eec74a06061
|
|
Change-Id: I0ed8ae6caaba0b2f04f55b08cb54abc358e9ce0d
|
|
Change-Id: I8acbe43e3f27e51159a7a78fcc361476d7406cbb
|
|
Change-Id: I61be0fca0cb65e7c7108180150df5585fd83c3b5
|
|
This is to enable binary patching of Hiby-based firmware files
Note that noting in rbutil uses this yet.
Change-Id: I03ac824dd7402d508eb4e857ad78f184eb0d0243
|
|
Change-Id: I85ee7fa590190a6236b0a270d65227926a5f5e82
|
|
Change-Id: I1534c340c3eefcdccb7074d98c58bbe491cf141b
|
|
Vagrant is an application that automates creation and provisioning of a virtual
machine for development. The config here creates an Ubuntu 16.04 LTS machine,
updates it, downloads and installs the toolchains for sh, m68k and arm,
mingw-w64, SDL (for Windows simulators) and other packages needed for building
Rockbox.
It works fine for building a Windows simulator and compiling iPod classic
binaries. It should be possible to make the other build types, too.
MIPS toolchain fails to build, ARM-APP is not tested because the files download
very slow on my connection. Please test if it works for you, and let me know.
Quick start: download and install Vagrant and VirtualBox for your operating
system, make sure VT-x / AMD-V is enabled in your BIOS/EFI setup, open a
shell in rockbox/tools and input the command "vagrant up"
Change-Id: Ief5476ab066663a4db7e85404b25d2d781d90532
|
|
Change-Id: Iabb499a77ec4d3459fe610d9bb7e4f23db01f885
|
|
Executables files should never make it into the repository anyway
and they pollute the output of other commands.
Change-Id: I07c1f927b45b771403965f7e0d545308532938d4
|
|
Change-Id: I5156d220dd23b9a6dd5ae4c492c49e932bbc2ef8
|
|
Change-Id: I21c0ff0c28f8f13d00c2e537093c3f15360f4d71
|
|
Change-Id: I35630afc5b6b7a231ad56e31a9698dd25a5fb7bd
|
|
Change-Id: Ib91a5da0ca1ed76399cd24cac9d9e492d5392d6e
|
|
|
|
Convert all svn:ignore properties from the old repo into a single
.gitignore file.
|