summaryrefslogtreecommitdiffstats
path: root/common/image-fit.c
Commit message (Expand)AuthorAgeFilesLines
* FIT: support hash-1/signature-1 nodes in signature checkMatthias Schiffer2018-11-231-2/+6
* FIT: be more verbose when RSA signature check failsRoland Hieber2018-08-101-2/+3
* FIT: Use const dtb unflatten variantSascha Hauer2018-02-081-1/+1
* FIT: Allow to open buffer as FIT imageSascha Hauer2018-02-081-32/+81
* FIT: Implement opening images with no configurationSascha Hauer2018-02-081-7/+75
* FIT: factor out some helper functionsSascha Hauer2018-02-081-47/+74
* FIT: move handle->verify check to fit_verify_hash()Sascha Hauer2018-02-081-20/+25
* FIT: store device_nodes in fit_handleSascha Hauer2018-02-081-8/+12
* FIT: Let user specify the configuration to useSascha Hauer2018-02-081-13/+24
* FIT: Do not pre-open imagesSascha Hauer2018-02-081-21/+0
* Merge branch 'for-next/misc'Sascha Hauer2018-01-221-21/+56
|\
| * FIT: export fit_open_configuration() and fit_open_image()Sascha Hauer2018-01-181-21/+56
* | FIT: Fix error pathSascha Hauer2018-01-171-3/+5
|/
* bootm: fit: support multiple configuration nodesSteffen Trumtrar2017-03-311-2/+38
* bootm: fit: support rsa2048Steffen Trumtrar2017-03-301-0/+2
* include: Move bulk of boot.h to bootm.hSascha Hauer2016-07-261-1/+1
* bootm: Add verify mode "available"Sascha Hauer2016-05-101-19/+45
* bootm: fit: Print error when image is not signedSascha Hauer2016-05-101-1/+4
* bootm: fit: Print error when image is not hashedSascha Hauer2016-05-101-2/+5
* bootm: add initial FIT supportJan Luebbe2016-01-261-0/+584