aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/barebox
AgeCommit message (Collapse)Author
2016-05-06barebox: Stop using base_containsOtavio Salvador
The base_contains function is deprecated and we ought to use bb.utils.contains instead. Change-Id: Iedb13dd05f9039ce2dd6b52b4057fd2092ce0c98 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-12-03barebox: update to 2015.10Alexandre Belloni
2013.08 doesn't compile anymore because of the switch to gcc 5.2 Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-09-17barebox: fix warningEric BENARD
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>
2013-09-13barebox: drop 2012.02.0 supportAlexandre Belloni
imx53qsb will be supported using a more recent version Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
2013-08-29barebox: Add a recipe to support mainline 2013.08.0Alexandre Belloni
Change-Id: If835efe9bc3d09212a3132d06cafc03aaa3e5989 Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
2013-08-07barebox: move environment deployment to its own taskAlexandre Belloni
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>
2013-08-07barebox: Rework do_configure_prepend to do_pre_configureAlexandre Belloni
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>
2013-01-10barebox: default to no kernel ipconfigEric Bénard
- 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>
2013-01-10barebox: fix sdcard partition schemeEric Bénard
- 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>
2013-01-04barebox: Right now barebox supports only imx53qsb boardAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-04-01barebox: adapt to new sdcard classEric Bénard
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>
2012-04-01bootloaders: fix linking when ld-is-goldEric Bénard
Signed-off-by: Eric Bénard <eric@eukrea.com>
2012-03-08barebox: add recipeEric Bénard
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>