summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/platforms/barebox-vexpress.in
Commit message (Collapse)AuthorAgeFilesLines
* v7a: bareboxes: use shared settings from the barebox-common packageRoland Hieber2019-06-051-1/+1
| | | | | | | | | | | As implemented in the previous commit, the barebox version and MD5 can be reduced to one entry in the menu. Also do the same for the host-lzop dependency, which will be needed for every barebox package when using the common reference config. Be sure to depend on the new barebox-common package so the barebox packages are rebuilt when the version and MD5 variables change. Signed-off-by: Roland Hieber <rhi@pengutronix.de>
* platform-v7a: barebox: add dependency to LZOP toolsJuergen Borleis2019-05-201-0/+1
| | | | | | | | | | | | | | Since commit 2532fa8e1faf66f5ee0dc52a5deafaba74a96562 "platform-v7a: barebox: use reworked vexpress patches" the bootloader gets compressed via 'lzop' tools. Due to the missing dependency to these build host tools, building this bootloader fails sporadically, depending on the build order. This change adds the explicit dependency to these 'lzop' tools to have it available when used. Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
* platform-v7a: vexpress: add bareboxRouven Czerwinski2017-07-021-0/+7
Add support for barebox for the Versatile Express architecture. Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> [improve commit message] [split from riotboard patches] [oldconfig barebox config to 2017.06.0] Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>