summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/barebox/barebox.inc
Commit message (Collapse)AuthorAgeFilesLines
* barebox: Add a recipe to support mainline 2013.08.0Alexandre Belloni2013-08-291-1/+1
| | | | | 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>
* 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-081-0/+53
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>