summaryrefslogtreecommitdiff
path: root/kexec/kexec-uImage.c
AgeCommit message (Expand)Author
2017-03-13uImage: use 'char *' instead of 'unsigned char *' for uImage_probe()David Woodhouse
2017-03-13uImage: use 'char *' instead of 'unsigned char *' for uImage_load()David Woodhouse
2017-03-13uImage: Fix uImage_load() for little-endian machinesDavid Woodhouse
2017-03-13uImage: fix realloc() pointer confusionDavid Woodhouse
2016-06-08kexec: fix warnings caused by selecting 64-bit file IO on 32-bit platformsRussell King
2015-11-17uImage: fix pointer-sign warningAndreas Fenkart
2013-04-25kexec/uImage: probe to identify a corrupted imageSuzuki K. Poulose
2013-03-08kexec/uImage: Recognize uImage RAM DisksSuzuki K. Poulose
2013-03-08kexec/uImage: Fix the payload length in uImage_loadSuzuki K. Poulose
2013-03-08kexec/uImage: Introduce uImage_probe_kernelSuzuki K. Poulose
2012-06-18Support kernel_noload uImage typeAlexandre Courbot
2012-04-23kexec-tools: Fix CRC calculation for padded uImageHelmut Schaa
2011-09-06Use unsigned char buffers in uImage loaderSimon Horman
2010-03-31Split Powerpc's uImage codeSebastian Andrzej Siewior