summaryrefslogtreecommitdiff
path: root/kexec/arch/arm/kexec-zImage-arm.c
AgeCommit message (Expand)Author
2023-03-06ARM: mark file-mode as unsupportedHEADmasterRussell King
2023-03-06ARM: support kernel specifying load offsetRussell King
2023-03-06ARM: ensure kernel size tag is sized appropriatelyRussell King
2021-10-20arm: kdump: Add DT properties to crash dump kernel's DTBGeert Uytterhoeven
2021-04-17arm: do not copy magic 4 bytes of appended DTB in zImageAlexander Egorenkov
2020-06-06arm: Increase zImage length after getting the tagŁukasz Stelmach
2020-04-24arm: redefine OPT_APPEND and OPT_RAMDISKŁukasz Stelmach
2020-04-01Removing condition that will never be met after calls xmalloc and xreallocLeonidas S. Barbosa
2020-01-03ARM: Use mmap for zImage initrdBrandon Maier
2018-03-20ARM: Include stack and malloc space in zImage sizeRussell King
2018-03-20ARM: add further debugRussell King
2018-03-20ARM: read kernel size from zImageRussell King
2017-11-01ARM: read kernel size from zImageRussell King
2017-11-01ARM: cleanup initrd and dtb handingRussell King
2016-07-15arm: use zImage size from headerRussell King
2016-07-15arm: plug a zImage corner caseRussell King
2016-06-23arm: fix kernel image sizeRussell King
2016-06-23arm: take account of TEXT_OFFSET for subsequent imagesRussell King
2016-06-08arm: crashdump needs boot alias of crash kernel regionRussell King
2016-06-08arm: return proper error for missing crash kernelRussell King
2016-05-04arm: Change setup_dtb_prop to create nodes by offset and node nameNikolaus Schulz
2016-05-04zImage-arm: Add support for booting android imagesAlban Bedel
2016-05-04zImage-arm: Fix a return value check that use the wrong variableAlban Bedel
2015-11-24arm: use /sys/firmware/fdt in case without --atags and --dtbDave Young
2015-11-24kexex: arm: create ATAGS_MEM tag from devicetree memory nodeAndreas Fenkart
2014-07-24kexec: align the extended size of dtbLiu Hua
2014-05-30kexec-tools: add --page-offset option for ARMWang Nan
2014-05-11zImage-arm: init modified_cmdline with zeroWang Nan
2014-05-11zImage-arm: bugfix: kernel offset must be 0x8000Wang Nan
2014-05-02zImage-arm: get rid of static offsetDaniel Mack
2014-03-28Pass initrd position by dtbWang Nan
2014-03-28Introduce setup_dtb_prop to make code clearWang Nan
2014-03-20kexec: align initrd when no --image-size passedWang Nan
2013-11-14arm: add command line option for the total image sizeDaniel Mack
2013-10-03kexec: Remove unused -? option handlingGeoff Levand
2013-03-14kexec: arm: use _ALIGN* to make the logic clearZhang Yanfei
2012-12-23kexec-zImage-arm: simply cmdline-related DTB resizingStephen Warren
2012-12-14kexec-zImage-arm: add code to support --command-line along with --dtbDaniel Mack
2012-09-12ARM: Add device tree support to the ARM platformMatthew Leach
2010-05-19kexec-tools: Fix option/argument parsingMatt Evans
2010-05-19kexec: implement ARM crashdump supportMika Westerberg
2010-05-11arm: place initrd to safer place according to zImage lengthEric Miao
2010-03-24kexec-tools: Fix unused return value warning for freadAmeya Palande
2010-02-02arm: Initialise initrd_start in zImage_arm_load()Simon Horman
2010-02-02arm: Include unistd.h for getpagesize()Simon Horman
2010-02-02Mark unused parametersSimon Horman
2008-08-27arm: asm/page.h is no longer exported to userspaceMarc Kleine-Budde
2008-02-19Add ARM support to kexecRichard Purdie