- 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 6 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
-
Pat Wood authored
allow setting of partition 1 size/offset if -f option is used, force writing of MBR header, even if CRC or header magic/version are incorrect (for recovery only)
-
- 28 Jun, 2013 1 commit
-
-
- 24 Jun, 2013 2 commits
-
-
Michal Suchanek authored
Signed-off-by: Michal Suchanek <hramrach@gmail.com> Signed-off-by: Henrik Nordstrom <henrik@henriknordstrom.net>
-
Michal Suchanek authored
Signed-off-by: Michal Suchanek <hramrach@gmail.com> Signed-off-by: Henrik Nordstrom <henrik@henriknordstrom.net>
-
- 23 Jun, 2013 1 commit
-
-
Henrik Nordstrom authored
-
- 09 Jun, 2013 3 commits
-
-
Henrik Nordstrom authored
-
Henrik Nordstrom authored
-
Henrik Nordstrom authored
-
- 27 May, 2013 1 commit
-
-
Alejandro Mery authored
Signed-off-by: Alejandro Mery <amery@geeks.cl>
-
- 25 May, 2013 1 commit
-
-
Bartosz J authored
closes #16
-
- 23 May, 2013 9 commits
-
-
Henrik Nordstrom authored
The stubs is only needed because we are using objects from a full SPL build. Even these will go away when felboot is integrated in u-boot, reducing it to only a link script and config changes.
-
Henrik Nordstrom authored
-
Henrik Nordstrom authored
-
Henrik Nordstrom authored
-
Henrik Nordstrom authored
-
Henrik Nordstrom authored
as expected there was no problem to use sunxi_board_init directly from u-boot. Failure on A13 was a timing issue in the host side script (need to wait for DRAM init to finish before trying next fel operation)
-
Henrik Nordstrom authored
-
Henrik Nordstrom authored
just need to wait a little for the DRAM initialization to finish. Can't use fel until we know it's finished or things breaks down.
-
Henrik Nordstrom authored
-