summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/barebox
Commit message (Collapse)AuthorAgeFilesLines
* barebox: default to no kernel ipconfigEric Bénard2013-01-102-2/+2
| | | | | | | | | | - this change asks barebox to not pass the ip=dhcp parameter to the kernel so that we get a decent boot speed when the ethernet cable is not plugged during boot instead of waiting for kernel ipconfig. - tested on MCIMX53-START-R board 1.0 rev B Signed-off-by: Eric Bénard <eric@eukrea.com>
* barebox: fix sdcard partition schemeEric Bénard2013-01-103-4/+4
| | | | | | | | - SDCard's partition scheme was changed in image_type_fsl.bbclass so update barebox's configuration to match the new one. - tested on MCIMX53-START-R board 1.0 rev B Signed-off-by: Eric Bénard <eric@eukrea.com>
* barebox: Right now barebox supports only imx53qsb boardAndrei Gherzan2013-01-041-1/+3
| | | | Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
* barebox: adapt to new sdcard classEric Bénard2012-04-013-4/+46
| | | | | | | | | 8353415 Major refactor in SDCard generation now puts the uImage in a fat partition even for barebox so adapt the barebox environment to this new behaviour (which makes kernel updates easier then in the previous bbsdimage) Signed-off-by: Eric Bénard <eric@eukrea.com>
* bootloaders: fix linking when ld-is-goldEric Bénard2012-04-011-0/+3
| | | | Signed-off-by: Eric Bénard <eric@eukrea.com>
* barebox: add recipeEric Bénard2012-03-0811-0/+1076
barebox is a modern bootloader, this recipe adds support for the imx53qsb and includes patches to support both DA9053 and MC34708 based QSB (named MCIMX53-START & MCIMX53-START-R). These patches are now mainlined in the next branch of barebox so they will disapear in the next update (ie barebox-2012.04.0) Signed-off-by: Eric Bénard <eric@eukrea.com>