summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/barebox
Commit message (Collapse)AuthorAgeFilesLines
* barebox: fix warningEric BENARD2013-09-171-0/+1
| | | | | | | | | else we get : WARNING: Unable to get checksum for barebox SRC_URI entry defconfig: file could not be found Reported-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
* barebox: drop 2012.02.0 supportAlexandre Belloni2013-09-1311-1067/+0
| | | | | | imx53qsb will be supported using a more recent version Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
* barebox: Add a recipe to support mainline 2013.08.0Alexandre Belloni2013-08-292-1/+9
| | | | | Change-Id: If835efe9bc3d09212a3132d06cafc03aaa3e5989 Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
* barebox: move environment deployment to its own taskAlexandre Belloni2013-08-071-3/+9
| | | | | | | Introduce a new task ito deploy the environment to allow inheriting recipes to override it. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
* barebox: Rework do_configure_prepend to do_pre_configureAlexandre Belloni2013-08-071-1/+2
| | | | | | | Defining a new task instead of using configure_prepend allows inheriting recipes to override the pre_configure task. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
* 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>