summaryrefslogtreecommitdiff
path: root/kexec/kexec-uImage.c
Commit message (Expand)AuthorAgeFilesLines
* Add some necessary free() callsKai Song2021-10-051-2/+8
* uImage: use 'char *' instead of 'unsigned char *' for uImage_probe()David Woodhouse2017-03-131-5/+5
* uImage: use 'char *' instead of 'unsigned char *' for uImage_load()David Woodhouse2017-03-131-3/+3
* uImage: Fix uImage_load() for little-endian machinesDavid Woodhouse2017-03-131-1/+1
* uImage: fix realloc() pointer confusionDavid Woodhouse2017-03-131-1/+1
* kexec: fix warnings caused by selecting 64-bit file IO on 32-bit platformsRussell King2016-06-081-1/+2
* uImage: fix pointer-sign warningAndreas Fenkart2015-11-171-1/+1
* kexec/uImage: probe to identify a corrupted imageSuzuki K. Poulose2013-04-251-5/+24
* kexec/uImage: Recognize uImage RAM DisksSuzuki K. Poulose2013-03-081-1/+18
* kexec/uImage: Fix the payload length in uImage_loadSuzuki K. Poulose2013-03-081-2/+13
* kexec/uImage: Introduce uImage_probe_kernelSuzuki K. Poulose2013-03-081-1/+13
* Support kernel_noload uImage typeAlexandre Courbot2012-06-181-1/+5
* kexec-tools: Fix CRC calculation for padded uImageHelmut Schaa2012-04-231-1/+1
* Use unsigned char buffers in uImage loaderSimon Horman2011-09-061-5/+5
* Split Powerpc's uImage codeSebastian Andrzej Siewior2010-03-311-0/+213