summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/barebox/barebox_2012.02.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* barebox: drop 2012.02.0 supportAlexandre Belloni2013-09-131-29/+0
| | | | | | imx53qsb will be supported using a more recent version Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
* barebox: default to no kernel ipconfigEric Bénard2013-01-101-1/+1
| | | | | | | | | | - 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-101-1/+1
| | | | | | | | - 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-011-1/+2
| | | | | | | | | 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>
* barebox: add recipeEric Bénard2012-03-081-0/+26
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>