summaryrefslogtreecommitdiffstats
path: root/rules/kexec-tools.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>
* kexec-tools: cleanup and fix building on PPCMichael Olbrich2018-01-311-5/+1
| | | | | | | | The 'gamecube' option is broken. Specifying --without-gamecube will enable it as well, so just remove it. Cleanup rules while at it. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kexec-tools: version bump 2.0.14 -> 2.0.16Clemens Gruber2018-01-241-3/+6
| | | | | Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kexec-tools: /usr mergeMichael Olbrich2017-04-111-3/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kexec-tools: remove GameCube optionMichael Olbrich2017-02-081-1/+0
| | | | | | It has been broken since the initial version. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kexec-tools: fix configure argumentsMichael Olbrich2017-01-161-1/+1
| | | | | | | The option for gamecube is broken. Adding --without-gamecube to the configure arguments enables it as well. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kexec-tools: version bump 2.0.7 -> 2.0.14Michael Olbrich2017-01-151-2/+7
| | | | | | | | Disable PIE for arm64. Otherwise building fails with: purgatory/arch/arm64/entry.S:1:0: sorry, unimplemented: code model 'large' with -fPIC Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rules/kexec-tools.make: Update to version 2.0.7Andreas Hofmann2014-08-061-3/+3
| | | | | | | | Version 2.0.4 has a bug on arm systems, which causes problems when loading an initrd/initramfs with kexec. Signed-off-by: Andreas Hofmann <andreas.hofmann@corscience.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kexec-tools: Update to 2.0.4Sascha Hauer2013-08-121-2/+2
| | | | | | | Version 2.0.4 brings in devicetree support on ARM. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* kexec-tools: use endisRobert Schwebel2012-06-141-20/+6
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* kexec-tools: remove redundant get stageRobert Schwebel2012-06-141-8/+0
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* Update kexec-tools to 2.0.3Bernhard Walle2012-02-141-3/+3
| | | | | | | | The patches are obsolete as they are mainline. Verified on a NSLU2 (xscale-arm) little endian board/configuration. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rules: use ptx/mirror for all mirror URLsMichael Olbrich2012-01-061-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kexec-tools: use kernel.org mirrorMichael Olbrich2011-09-221-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Update kexec-tools to 2.0.2Bernhard Walle2011-08-161-2/+2
| | | | | | | | | This version adds support for armv7l. Tested on OMAP3530 (Beagle board). Signed-off-by: Bernhard Walle <bernhard@bwalle.de> 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>
* [kexec-tools] fix URLMichael Olbrich2010-08-081-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete fixup linesMichael Olbrich2010-07-191-3/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete clean target & minor cleanupsMichael Olbrich2010-01-181-9/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [kexec-tools] just cleanupsMarc Kleine-Budde2010-01-051-4/+4
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [kexec-tools] version bump to 2.0.1Marc Kleine-Budde2009-12-271-1/+1
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* * kexec-tools.make:Marc Kleine-Budde2008-08-241-0/+4
| | | | | | | install kdump git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8768 33e552b5-05e3-0310-8538-816dae2090ed
* * kexec-tools.make:Marc Kleine-Budde2008-08-241-39/+5
| | | | | | | cleanups git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8766 33e552b5-05e3-0310-8538-816dae2090ed
* * kexec-tools: added; patch by Erwin RolRobert Schwebel2008-07-291-0/+132
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8685 33e552b5-05e3-0310-8538-816dae2090ed