summaryrefslogtreecommitdiffstats
path: root/rules/syslinux.make
Commit message (Collapse)AuthorAgeFilesLines
* 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-1/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* syslinux: never build with iceccMichael Olbrich2014-06-271-0/+4
| | | | | | | | | | | | | Building with icecc fails with: {standard input}: Assembler messages: {standard input}:62: Error: file not found: ../pxelinux.gpxe {standard input}:71: Error: file not found: ../../core/pxelinux.0 ICECC[8303] 09:57:00: Compiled on ... bin/deps/image/embedded.c.d:54: recipe for target 'bin/embedded.o' failed make[3]: *** [bin/embedded.o] Error 1 Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* syslinux: blacklist TARGET_HARDEN_PIEMichael Olbrich2012-11-201-0/+1
| | | | | | | | | | | | | | | | | Compiling fails with: ---------------------->8------------------------ In file included from ../gplinclude/cpuid.h:22:0, from cpuid.c:21: ../include/sys/cpu.h: In function 'get_model_name': ../include/sys/cpu.h:40:1: error: PIC register clobbered by 'ebx' in 'asm' ../include/sys/cpu.h: In function 'generic_identify': ../include/sys/cpu.h:40:1: error: PIC register clobbered by 'ebx' in 'asm' ../include/sys/cpu.h:64:1: error: PIC register clobbered by 'ebx' in 'asm' ../include/sys/cpu.h:56:1: error: PIC register clobbered by 'ebx' in 'asm' ../include/sys/cpu.h:56:1: error: PIC register clobbered by 'ebx' in 'asm' ---------------------->8------------------------ Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* syslinux: remove redundant get stageRobert Schwebel2012-06-141-8/+0
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* rules: use ptx/mirror for all mirror URLsMichael Olbrich2012-01-061-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* syslinux: use kernel.org mirrorMichael Olbrich2011-09-221-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] add md5sum for all packagesMichael Olbrich2011-05-041-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [syslinux] version bump 3.84 -> 3.86Michael Olbrich2010-04-191-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [syslinux] new packageMarc Kleine-Budde2010-01-201-0/+51
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>