- 24 Jan, 2015 1 commit
-
-
Olliver Schinagl authored
Signed-off-by:Olliver Schinagl <o.schinagl@ultimaker.com>
-
- 28 Oct, 2014 1 commit
-
-
Reinhard Max authored
Signed-off-by:Henrik Nordstrom <henrik@henriknordstrom.net>
-
- 27 Sep, 2014 1 commit
-
-
Bartosz J authored
-
- 21 Sep, 2014 2 commits
-
-
Chen-Yu Tsai authored
FEL mode on the A80 changed the bulk transfer endpoint. Let the fel utility look for the endpoint addresses instead of hard-coding them. Signed-off-by:
Chen-Yu Tsai <wens@csie.org> Signed-off-by:
Henrik Nordstrom <henrik@henriknordstrom.net>
-
Chen-Yu Tsai authored
Signed-off-by:
Chen-Yu Tsai <wens@csie.org> Signed-off-by:
Henrik Nordstrom <henrik@henriknordstrom.net>
-
- 06 Sep, 2014 7 commits
-
-
Luc Verhaegen authored
Since we lack enough information to get parameters. Signed-off-by:
Luc Verhaegen <libv@skynet.be> Acked-by:
Chen-Yu Tsai <wens@csie.org>
-
Luc Verhaegen authored
Signed-off-by:
Luc Verhaegen <libv@skynet.be> Acked-by:
Chen-Yu Tsai <wens@csie.org>
-
Luc Verhaegen authored
Signed-off-by:
Luc Verhaegen <libv@skynet.be> Acked-by:
Chen-Yu Tsai <wens@csie.org>
-
Luc Verhaegen authored
Signed-off-by:
Luc Verhaegen <libv@skynet.be> Acked-by:
Chen-Yu Tsai <wens@csie.org>
-
Luc Verhaegen authored
Signed-off-by:
Luc Verhaegen <libv@skynet.be> Acked-by:
Chen-Yu Tsai <wens@csie.org>
-
Luc Verhaegen authored
Signed-off-by:
Luc Verhaegen <libv@skynet.be> Acked-by:
Chen-Yu Tsai <wens@csie.org>
-
Luc Verhaegen authored
Signed-off-by:
Luc Verhaegen <libv@skynet.be> Acked-by:
Chen-Yu Tsai <wens@csie.org>
-
- 02 Sep, 2014 3 commits
-
-
Luc Verhaegen authored
Triggered by command line arguments. Signed-off-by:Luc Verhaegen <libv@skynet.be>
-
Luc Verhaegen authored
Signed-off-by:Luc Verhaegen <libv@skynet.be>
-
Luc Verhaegen authored
And bail if it fails to match anything we support. Signed-off-by:Luc Verhaegen <libv@skynet.be>
-
- 19 Aug, 2014 4 commits
-
-
Luc Verhaegen authored
No functional changes. Signed-off-by:Luc Verhaegen <libv@skynet.be>
-
Luc Verhaegen authored
Signed-off-by:Luc Verhaegen <libv@skynet.be>
-
Luc Verhaegen authored
Signed-off-by:Luc Verhaegen <libv@skynet.be>
-
Luc Verhaegen authored
Now we write out a dram file for u-boot directly. Signed-off-by:Luc Verhaegen <libv@skynet.be>
-
- 18 Aug, 2014 1 commit
-
-
Luc Verhaegen authored
Signed-off-by:Luc Verhaegen <libv@skynet.be>
-
- 16 Aug, 2014 1 commit
-
-
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 year...
-
- 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 2 commits
-
-
Patrick Wood authored
Signed-off-by:Patrick Wood <patrickhwood@gmail.com>
-
Patrick Wood authored
Signed-off-by:Patrick Wood <patrickhwood@gmail.com>
-