summaryrefslogtreecommitdiffstats
path: root/rules/barebox_mlo.make
Commit message (Collapse)AuthorAgeFilesLines
* hardening: add option for -fstack-clash-protectionMichael Olbrich2019-02-211-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rules: implement & use ptx/in-platformconfigdirMichael Olbrich2018-09-201-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* update all spdx license identifier to the new versionMichael Olbrich2018-03-121-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* barebox_mlo: blacklist TARGET_BUILD_IDIan Abbott2017-08-031-1/+2
| | | | | | | | | | | | We don't want build-id information in the barebox_mlo binaries. It also results in a build failure for Altera SOCFPGA with some toolchains that end up outputting the ".note.gnu.build-id" section before the ".text" section, which causes barebox's "scripts/fix_size" program to report "invalid magic" in the file it is operating on and exit with a failure. Fixes: 56b1e28fdbf78 ("Debugging: add support for 'build-id's") Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* automated switch to SPDX conform license namesMichael Olbrich2015-10-271-1/+1
| | | | | | | | | | | | | | | search & replace for: - GPL-1.0 - GPL-2.0 - GPL-3.0 - LGPL-2.0 - LGPL-3.0 - LGPL-2.1 - AGPL-3.0 - AFL-2.1 - Autoconf-exception-3.0 Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* barebox_mlo: use more generic pattern for barebox imagesMichael Olbrich2014-09-221-1/+1
| | | | | | Not all MLO images end with '-mlo.img'. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* barebox_mlo: use images/barebox-*-mlo.img as imagesTeresa Gámez2014-06-091-3/+12
| | | | | | | | New barebox versions may create multiple MLO images. Adapted barebox_mlo rule to handle this. Signed-off-by: Teresa Gámez <t.gamez@phytec.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* barebox_mlo: use ptxdist --verbose optionPhilipp Zabel2014-04-091-0/+1
| | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* barebox_mlo: add wrapper blacklistPhilipp Zabel2014-04-091-0/+7
| | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* barebox_mlo: cleanupMichael Olbrich2012-03-081-8/+23
| | | | | | | | - add config file dependency - fix menuconfig etc. - make it possible to build without normal barebox Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Build MLO from barebox sourcesJan Weitzel2012-03-061-0/+88
Build MLO in $(BUILDDIR)/barebox_mlo-* with config PTXCONF_BAREBOX_MLO_CONFIG Default config is barebox_mlo.config. Signed-off-by: Jan Weitzel <j.weitzel@phytec.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>