A collection of command line tools for ARM devices with Allwinner SoCs.
Go to file
2012-05-10 12:30:15 +02:00
.gitignore fexc: add do-nothing fexc tool 2012-05-10 09:55:10 +02:00
bin2fex.c renamed sunxi-tools.h to common.h 2012-05-10 09:33:41 +02:00
bin2fex.h script: moved script_bin_* structs from bin2fex.h to script.h 2012-05-06 21:57:07 +02:00
common.h renamed sunxi-tools.h to common.h 2012-05-10 09:33:41 +02:00
COPYING Initial structure 2012-05-02 09:35:52 +02:00
fex2bin.c fex2bin: fixed bug parsing GPIO port 2012-05-07 12:34:47 +02:00
fex2bin.h renamed sunxi-tools.h to common.h 2012-05-10 09:33:41 +02:00
fexc.c fexc: set formats for bin2fex and implement -q 2012-05-10 12:30:15 +02:00
fexc.h fexc: add do-nothing fexc tool 2012-05-10 09:55:10 +02:00
Makefile fexc: prepare for multitool support and validate input and output format options 2012-05-10 12:05:33 +02:00
README README: add required copyright line 2012-05-07 13:08:04 +02:00
script_bin.c renamed sunxi-tools.h to common.h 2012-05-10 09:33:41 +02:00
script_bin.h fex2bin: call generate_bin() and write data out on success 2012-05-07 10:25:24 +02:00
script.c renamed sunxi-tools.h to common.h 2012-05-10 09:33:41 +02:00
script.h script: moved script_bin_* structs from bin2fex.h to script.h 2012-05-06 21:57:07 +02:00

sunxi-tools
Copyright (C) 2012  Alejandro Mery <amery@geeks.cl>

Tools to help hacking Allwinner A10 (aka sun4i) based devices and possibly
it's successors, that's why the 'x' in the package name.

bin2fex:
	decompiles an script.bin blob into the .ini format used by
	allwinner's SDK to configure the boards.

fex2bin:
	compiles a .fex file back into the binary form used by the sun4i
	kernels.

This software is licensed under the terms of GPLv3 as defined by the
Free Software Foundation, details can be read in the COPYING file.