summaryrefslogtreecommitdiffstats
path: root/rules/at91bootstrap2.make
Commit message (Collapse)AuthorAgeFilesLines
* at91bootstrap2: use ptx/config-version and ptx/config-md5Michael Olbrich2021-02-121-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* at91bootstrap2: Revise make env and optAlexander Dahl2019-11-241-4/+4
| | | | | | | | | | | | | The 'ARCH=$(PTXCONF_BAREBOX_ARCH_STRING)' is present since first version of this package and maybe a leftover from some other package this is based on. However that ARCH variable is not used by the at91boostrap 3.x Makefile and barebox might not even be enabled. The CROSS_COMPILE variable is changed to what other bootloader packages use, and we support passing V=1 now. Signed-off-by: Alexander Dahl <ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rules: share the wrapper blacklist for all low-level packagesMichael Olbrich2019-09-161-6/+1
| | | | | | | | This should really be the same anyways and some packages tend to be forgotten when new options appear. So use one variable for all. This adds missing options, e.g. for the kernel template. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* hardening: add option for -fstack-clash-protectionMichael Olbrich2019-02-211-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* at91bootstrap2: Make targetinstall verbose and fix messageAlexander Dahl2019-02-031-5/+5
| | | | | | | | | | | | The additional -vD is also used in several other rules, it's nice to see the image(s) are actually copied to the right place. If there's no kconfig file yet, the message shown is right, but the additional single quote leads to an error, when directly copy/paste to the commandline. Signed-off-by: Alexander Dahl <ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* at91bootstrap2: use generic kconfig helperMichael Olbrich2018-11-231-21/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rules: implement & use ptx/in-platformconfigdirMichael Olbrich2018-09-201-1/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* at91bootstrap2: add wrapper blacklistLadislav Michl2017-11-071-0/+7
| | | | | | | | | at91bootstrap2 build gets confused with .gnu.build-id section present. Fix that by blacklisting TARGET_BUILD_ID and while there add the same blacklist as barebox_mlo adds. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Update at91bootstrap2 package for compatibility with 3.x seriesgrodriguez2016-09-021-4/+9
| | | | | | | | | The original 2.x series of at91bootstrap are not available anymore, and the current rules don't work with the 3.x series. Update them for at91bootstrap 3.4 and above. Signed-off-by: Guillermo Rodriguez <guille.rodriguez@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* at91bootstrap2: new packageptxdist-2011.10.0Michael Olbrich2011-10-041-0/+102
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>