- 16 Aug, 2014 9 commits
-
-
Alejandro Mery authored
Signed-off-by: Alejandro Mery <amery@geeks.cl>
-
Alejandro Mery authored
Signed-off-by: Alejandro Mery <amery@geeks.cl>
-
Alejandro Mery authored
Signed-off-by: Alejandro Mery <amery@geeks.cl>
-
Alejandro Mery authored
Signed-off-by: Alejandro Mery <amery@geeks.cl>
-
Alejandro Mery authored
Signed-off-by: Alejandro Mery <amery@geeks.cl>
-
Alejandro Mery authored
Signed-off-by: Alejandro Mery <amery@geeks.cl>
-
Alejandro Mery authored
Signed-off-by: Alejandro Mery <amery@geeks.cl>
-
Alejandro Mery authored
Signed-off-by: Alejandro Mery <amery@geeks.cl>
-
Luc Verhaegen authored
Signed-off-by: Luc Verhaegen <libv@skynet.be>
-
- 14 Aug, 2014 7 commits
-
-
Luc Verhaegen authored
* rename a10-meminfo to meminfo * add static build to Makefile * fix operand warning * built binary verified on proper linux and android Signed-off-by: Luc Verhaegen <libv@skynet.be>
-
Siarhei Siamashka authored
The K and M factors encode values 1-4 in two bits (starting from 1 and not 0). The typical DRAM clock frequency setup uses K=2 and M=2, which means that both of them are read as 1 from the bit fields. That's why a10-meminfo used to work in most cases (1/1 is the same as 2/2). However a10-meminfo happens to report wrong 'dram_clk' if the other values of K and M are selected. This patch fixes it.
-
Siarhei Siamashka authored
Get it from the dllcr registers instead of always returning 0.
-
Oliver Schinagl authored
PLL1_tun2 had a wrong comment (0x34) in the original and was swapped to accomidate this position. Actually the comment was wrong and the location right, so this patch puts pll1_tun2 to 0x38. 0x34 is now reserved.
-
Oliver Schinagl authored
DDR runs from the PLL5 and has several option to be configured, just as factor N, M, P and K. This patch probes all those registers to determine the clock.
-
Floris Bos authored
-
Luc Verhaegen authored
Signed-off-by: Luc Verhaegen <libv@skynet.be>
-
- 02 Aug, 2014 1 commit
-
-
Andrey Kosteltsev authored
-
- 05 Jul, 2014 1 commit
-
-
Ian Campbell authored
Signed-off-by: Ian Campbell <ijc@hellion.org.uk> Signed-off-by: Henrik Nordstrom <henrik@henriknordstrom.net>
-
- 01 Jul, 2014 1 commit
-
-
Ian Campbell authored
I'd like to package sunxi-tools for Debian and therefore it is important for the licensing information to be complete/accurate. I believe the intention was for everything here to be GPL2+ by default, since that is the license on every file which has one and COPYING contains GPL2. Early on the license applied to this repo was GPLv3 however this was changed to GPL2+ by Alejandro in 79ea14d4 at which point he had been the only contributor. This patch adds the standard GPL2+ stanza used already in sunxi-tools.git or the MIT license stanza when requested by the copyright holder to various files which were missing one as follows: adb-devprobe.sh fel-gpio According to git all of these were written by Henrik. Copyright years according to git. Henrik requested that these be put under an MIT license, so that is what has been done. boot_head.lds fel-pio.lds fel-sdboot.lds jtag-loop.lds According to git all of these were written by Henrik. Copyright years according to git. According to Henrik "These linker scripts are all GPLv2+ as the C / ASM sources they refer to". include/endian_compat.h The content of this file was originally added to fel.c (commit c71ff92c), which had a GPL2+ stanza at the time, by Eric Molitor and later those lines were moved by Alejandro (commit bcde0fc7) into this file. I originally added GPL2+ from fel.c and added Eric's copyright with the correct year according to git but Eric said "Ack but also would prefer MIT/Dual :)", so it has now been changed to MIT. include/types.h: Henrik originally added some of these lines to bootinfo.c, along with a GPL2+ stanza, in the original version (commit c26e5ff8). Later on Alejandro moved them into this file (commit 329a13ed ) and added more. I've copied the stanza from bootinfo.c and added both copyrights with the years according to git. Authors: Henrik, who says "OK". Alejandro Mery Makefile: GPL2+ with copyrights and years according to git. Authors are: Alejandro Mery Henrik Nordstrom, who says "Yes" Pat Wood, who says "Fine with me" usb-boot: Henrik is the primary author, added MIT license on Henrik's request with his copyright and years according to git. Authors are: Henrik Nordstrom, who says "Yes, that too should be MIT" Alejandro Mery (typo fix) Michal Suchanek (typo fix) Everyone affected by the above is CCd. This probably seems pretty obvious to most people, sorry for being so pedantic about it. It will save hassel when it comes to getting it into Debian though. Signed-off-by: Ian Campbell <ijc@hellion.org.uk> Cc: Henrik Nordstrom <henrik@henriknordstrom.net> Cc: Eric Molitor <eric@molitor.org> Cc: Alejandro Mery <amery@geeks.cl> Cc: Pat Wood <Pat.Wood@efi.com> Cc: Michal Suchanek <hramrach@gmail.com> --- v2: Gathered feedback from the authors - Pat said "Fine with me" - Henrik asked that adb-devprobe.sh, fel-gpio and usb-boot be MIT, acked *.lds, types.h and Makefile - Explicitly listed authors of Makefile and usb-boot - Michal Suchanek make a typo fix to usb-boot but wasn't CCd, sorry. - Reworded commit message due to some bits now being MIT on request of the author.
-
- 26 Apr, 2014 1 commit
-
-
Chen-Yu Tsai authored
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
-
- 31 Jan, 2014 2 commits
-
-
Henrik Nordström authored
Support build of fel.c on NetBSD
-
Joerg Sonnenberger authored
_BSD_SOURCE doesn't work on NetBSD, so explicitly request the full native namespace.
-
- 29 Jan, 2014 2 commits
-
-
Michal Suchanek authored
Signed-off-by: Michal Suchanek <hramrach@gmail.com> Signed-off-by: Henrik Nordstrom <henrik@henriknordstrom.net>
-
Michal Suchanek authored
When - is specified usb-boot interprets it as kernel so the usage message is clearly bogus. Signed-off-by: Michal Suchanek <hramrach@gmail.com> Signed-off-by: Henrik Nordstrom <henrik@henriknordstrom.net>
-
- 28 Jan, 2014 1 commit
-
-
Emilio López authored
The U-Boot code has changed slightly, so adjust the tool to output proper, working code. Signed-off-by: Emilio López <emilio@elopez.com.ar>
-
- 20 Jan, 2014 1 commit
-
-
Olliver Schinagl authored
This rename goes with the previous rename of fel-boot -> fel-sdboot Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
-
- 19 Sep, 2013 4 commits
-
-
Patrick Wood authored
Signed-off-by: Patrick Wood <patrickhwood@gmail.com>
-
Patrick Wood authored
Signed-off-by: Patrick Wood <patrickhwood@gmail.com>
-
Patrick Wood authored
Signed-off-by: Patrick Wood <patrickhwood@gmail.com>
-
Patrick Wood authored
Build one nand-part program to handle both A10 and A20 mbr header formats. Changed -f option to take an "a10" or "a20" argument to specify which mbr format to force. Signed-off-by: Patrick Wood <patrickhwood@gmail.com>
-
- 06 Sep, 2013 1 commit
-
-
Henrik Nordstrom authored
-
- 27 Jul, 2013 1 commit
-
-
Henrik Nordstrom authored
-
- 26 Jul, 2013 3 commits
-
-
Henrik Nordstrom authored
-
Henrik Nordstrom authored
-
Henrik Nordstrom authored
They were all built with no version information so it's not trivial to tell which sources they are built from. It is very easy to rebuild u-boot which gives these. Not really a need to have them prebuilt here.
-
- 23 Jul, 2013 5 commits
-
-
Pat Wood authored
A20 boot1 checks the MBR magic string but not the version, but let's check it anyway (can always force now with the -f option if the version isn't 0x200 on the system)
-
Pat Wood authored
-
Pat Wood authored
-
Pat Wood authored
command usage and partition numbering in linux nand driver
-
Pat Wood authored
offset of partition 1 isn't specified, switch to old argument syntax that retains partition 1 values
-