summaryrefslogtreecommitdiff
path: root/kexec/fs2dt.c
Commit message (Expand)AuthorAgeFilesLines
* Refer FDT tokens with symbolic namesSourabh Jain2021-09-131-10/+11
* kexec: Fix snprintf related compilation warningsBhupesh Sharma2020-09-291-3/+13
* kexec/ppc64: add support to parse ibm, dynamic-memory-v2 propertyHari Bathini2018-02-221-36/+56
* kexec: add a helper function to add rangesHari Bathini2018-02-221-62/+53
* kexec/fs2dt: Check for NULL pointer in dt_copy_old_root_param()Madhavan Srinivasan2016-10-071-12/+14
* kexec/fs2dt.c: wrong dt node fixDave Young2016-03-021-2/+3
* kexec/fs2dt: check for /chosen/stdout-path firstAndrew Jones2015-11-241-4/+8
* kexec/fs2dt: cleanup pathnameAndrew Jones2015-11-241-4/+2
* kexec/fs2dt: s/diabled/disabled/Andrew Jones2015-11-241-5/+5
* fs2dt.c: move copy old root param as a new functiondyoung@redhat.com2015-10-301-26/+40
* kexec: Fix compiler format warningGeoff Levand2015-02-181-2/+2
* kexec: Fix compiler ambiguous else warningGeoff Levand2015-02-181-2/+3
* kexec/fs2dt: Use slurp_file_len to avoid partial read of filesAnton Blanchard2014-12-021-13/+17
* kexec/fs2dt: Fix sorting of device treeAnton Blanchard2014-11-131-3/+16
* kexec/ppc64: Fix up ELF header and dt for PowerNV platform.Mahesh Salgaonkar2014-05-151-0/+4
* kexec/fs2dt : Fix endianess issue with initrd base and sizeLaurent Dufour2014-04-141-4/+5
* Avoid buffer overflow on strncat usageDirk Mueller2014-02-041-5/+2
* kexec/ppc64 fix device tree endianess issues for memory attributesLaurent Dufour2014-01-311-9/+10
* kexec: Fix add_usable_memory to use buf of type uint64_t.Mahesh Salgaonkar2013-12-061-4/+4
* kexec/fs2dt: fix endianess conversionLaurent Dufour2013-10-171-8/+11
* kexec: Handle read errors in fs2dt setupGeoff Levand2013-10-041-1/+7
* kexec: Fix return value build warningsGeoff Levand2013-10-041-2/+3
* kexec: use _ALIGN* to make the logic clearZhang Yanfei2013-03-151-3/+2
* fs2dt: check for initrd_size != 0 when adding initrd entriesDaniel Mack2012-11-271-1/+1
* fs2dt: fix basename string comparesDaniel Mack2012-11-271-2/+2
* fs2dt: Add a generic copy of fs2dtSimon Horman2012-09-121-0/+781