125 Commits

Author SHA1 Message Date
Alejandro Mery
bcde0fc721 move OSX compatible <endian.h> exception to a common "endian_compat.h" header 2012-08-07 00:18:34 +00:00
Alejandro Mery
329a13ed75 Add types.h defining kernel style integer types 2012-08-07 00:10:21 +00:00
Alejandro Mery
d382cfe3cb build: pass -Iinclude/ to start adding structure 2012-08-07 00:05:56 +00:00
Alejandro Mery
c7ea2b6e08 nand-part: rename mbr to a more meaningful name 2012-08-06 23:56:02 +00:00
Alejandro Mery
3fc53401f3 build: add mbr to Makefile 2012-08-07 00:38:23 +02:00
Patrick Wood
c8ae7438a7 Add tool to repartition the NAND (WIP) 2012-08-07 00:35:47 +02:00
Henrik Nordstrom
efc7efbf7a bootinfo: Add BROM header decoding 2012-08-06 10:09:23 +02:00
Henrik Nordstrom
c818efd144 bootinfo: Correct platform output 2012-08-06 10:02:06 +02:00
Henrik Nordstrom
5161ea093d fel: Adjust VERSION decoding to match BROM/FEL usage 2012-08-06 02:39:35 +02:00
Henrik Nordstrom
3bbef5466e pio: Correct drv_level setting 2012-08-01 00:31:17 +02:00
Henrik Nordstrom
1690132c1c pio: Correct parsing of pin values 2012-08-01 00:29:07 +02:00
Henrik Nordstrom
e9f338bb6b pio manipulation options 2012-07-31 23:49:56 +02:00
Alejandro Mery
af8146eff7 pio: clean offset pattern in pio_get() and pio_set() 2012-07-31 18:48:55 +02:00
Alejandro Mery
22e82981c5 pio: add pio_set() helper 2012-07-31 18:06:44 +02:00
Alejandro Mery
f49d3a47c8 pio: fix pio_get()'s data extraction 2012-07-31 17:34:05 +02:00
Alejandro Mery
0d2d96c484 pio: add pio print < PIO to turn a PIO dump into human readable 2012-07-31 16:01:46 +02:00
Alejandro Mery
3affc3bd5f build: fix make .gitignore 2012-07-31 16:00:34 +02:00
Henrik Nordstrom
45c1d3ef74 FEL PIO interfacing glue 2012-07-30 23:22:56 +02:00
Henrik Nordstrom
0021c4d489 Correct fel-boot build instruction 2012-07-30 22:07:22 +02:00
Alejandro Mery
dbc4515eed fexc: add port:power support 2012-07-23 17:07:28 +02:00
Alejandro Mery
815691218a Merge pull request #6 from cnxsoft/master
fel: fix typo in endian.h handling for OSX
2012-07-19 05:03:21 -07:00
Buildbot
1fff8ee424 Fix build due to incorrect if/else statement 2012-07-19 21:51:12 +10:00
Eric Molitor
c71ff92c02 Make fel compatible with MacOS 2012-07-18 21:06:38 +02:00
Henrik Nordstrom
fb4ceae3c7 bootinfo: correct reading from file 2012-07-13 03:45:04 +02:00
Henrik Nordstrom
c26e5ff80a bootinfo for dumping information from boot0/boot1 headers 2012-07-13 03:38:53 +02:00
Henrik Nordstrom
1df4215b4b Document the purpose of phoenix_info 2012-07-03 08:30:35 +02:00
Alejandro Mery
4861df39c1 script_fex: properly report unknown value types 2012-07-02 12:54:27 +02:00
Henrik Nordstrom
455babd738 Add save/extract capability to phoenix_info 2012-07-02 10:02:32 +02:00
Henrik Nordstrom
75005abcff phoenix_info dumping info on phoenix sdcard image parts 2012-07-02 08:54:42 +02:00
Henrik Nordstrom
e4a13abd04 Merge branch 'master' of github.com:amery/sunxi-tools 2012-06-24 23:59:05 +02:00
Henrik Nordstrom
acd46ea6a4 fel-boot native binary for booting into FEL from SD-Card 2012-06-24 23:58:50 +02:00
Dave Gateman
e85fecf806 fel: Add useful error messages to perror()
libusb doesn't set errno, so we get ": Success" on errors
2012-06-16 18:24:57 +02:00
Henrik Nordstrom
5c09690f97 fel fill command 2012-06-16 00:57:22 +02:00
Alejandro Mery
915c888d5c build: add fel to .gitignore 2012-06-15 22:58:50 +02:00
Henrik Nordstrom
e7a7c8554c Import FEL application for talking to FEL mode over USB 2012-06-15 22:45:18 +02:00
Alejandro Mery
79ea14d4e0 Relicensed as GPLv2+ 2012-06-15 22:34:22 +02:00
Alejandro Mery
de158a9273 fexc: fix error returning (closes #2) 2012-06-14 14:11:15 +02:00
Alejandro Mery
8fcf5def3a script_bin: add pr_debug() helper 2012-06-14 14:06:30 +02:00
Alejandro Mery
9bb5adf7d5 script_bin: add pr_debug() helper 2012-06-14 10:45:37 +02:00
Alejandro Mery
3cabfc519b script_bin: fix typo 2012-06-14 10:14:00 +02:00
Alejandro Mery
e4dc28068c script_fex: don't put a tab before the =
it's annoying
2012-06-07 23:29:19 +02:00
Alejandro Mery
4977886293 common: add ARRAY_SIZE() macro 2012-05-12 13:38:59 +02:00
Alejandro Mery
e36d38660b README: updated to reflect fexc 2012-05-11 16:30:41 +02:00
Alejandro Mery
a14b0a7aa8 script_bin: move bin structs from script.h to script_bin.h 2012-05-11 16:20:48 +02:00
Alejandro Mery
0fd1bc1004 bin2fex: split across script_bin and script_fex 2012-05-11 16:13:39 +02:00
Alejandro Mery
473b30dcad fexc: allow bin inputs that aren't regular files 2012-05-11 12:46:52 +02:00
Alejandro Mery
73b18fcfc9 fexc: move bin2fex's main() in 2012-05-11 12:02:10 +02:00
Alejandro Mery
650b1dfa79 script_fex: move parser from fex2bin.c and make fexc use it 2012-05-11 10:50:41 +02:00
Alejandro Mery
02a8f0abd2 fexc: use script_bin.o 2012-05-11 10:34:51 +02:00
Alejandro Mery
c3e7cb1d51 fexc: move fex2bin's main() in 2012-05-11 10:26:36 +02:00