Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | tools: mksunxiboot: Fix problems on big endian systems | Siarhei Siamashka | 2015-02-16 | -6/+8 |
| | | | | | | | | Now my PS3 can be also used to build u-boot for sunxi devices. Signed-off-by: Siarhei Siamashka <siarhei.siamashka@gmail.com> Acked-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com> | |||
* | sunxi: mksunxiboot: Fix loading of files with a size which is not a multiple ↵ | Hans de Goede | 2014-07-06 | -6/+4 |
| | | | | | | | | | | | | | of 4 We should not be aligning the amount of bytes which we try to read from the disk, this leads to trying to read more bytes then there are which fails. file_size is already aligned to BLOCK_SIZE before being stored in img.header.length, so there is no need for load_size at all. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk> | |||
* | sunxi: non-FEL SPL boot support for sun7i | Ian Campbell | 2014-05-25 | -0/+142 |
Add support for booting from an MMC card. Signed-off-by: Stefan Roese <sr@denx.de> Signed-off-by: Henrik Nordström <henrik@henriknordstrom.net> Signed-off-by: Ian Campbell <ijc@hellion.org.uk> Reviewed-by: Marek Vasut <marex@denx.de> Cc: Tom Cubie <Mr.hipboi@gmail.com> Reviewed-by: Tom Rini <trini@ti.com> |