aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ihex.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-22ihex: Simplify next record offset calculationAndrey Smirnov1-3/+7
2019-01-22ihex: Check if zero-length record is at the end of the blobAndrey Smirnov1-1/+1
2019-01-22ihex: Share code between ihex_validate_fw() and ihex_next_binrec()Andrey Smirnov1-8/+13
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2008-08-02Fix IHEX firmware generation/loadingMarc Zyngier1-1/+1
2008-07-10ihex: request_ihex_firmware() function to load and validate firmwareDavid Woodhouse1-0/+24
2008-07-10ihex.h: binary representation of ihex recordsDavid Woodhouse1-0/+50