summaryrefslogtreecommitdiff
path: root/common/image-fit.c
Commit message (Expand)AuthorAgeFilesLines
* rsa: add a structure for the paddingPhilippe Reynes2018-12-031-0/+5
* fit: Verify all configuration signaturesMarek Vasut2018-07-101-12/+14
* add FIT data-position & data-offset property supportKelvin Cheung2018-05-261-3/+51
* fit: Add standalone image type handlingMarek Vasut2018-05-231-0/+2
* fit: Add empty fit_print_contents() and fit_image_print()Marek Vasut2018-05-231-1/+3
* fit: Fix CONFIG_FIT_SPL_PRINTMarek Vasut2018-05-231-2/+2
* FIT: Make fit_conf_print() be a static functionTom Rini2018-05-231-182/+179
* image: fit: Show signatures and hashes for configurationsClément Péron2018-05-081-0/+13
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* image: fit: Show information about OS type in firwmare case tooMichal Simek2018-04-061-1/+2
* image: fit: Show firmware configuration property if presentMichal Simek2018-04-061-0/+4
* SPL: Add signature verification when loading imageJun Nie2018-03-191-22/+34
* fix incorrect usage of DT node unit address in commentsAndre Przywara2018-01-151-8/+8
* SPL: Add FIT data-position property supportPeng Fan2017-12-121-0/+25
* fit: Introduce methods for applying overlays on fit-loadPantelis Antoniou2017-09-151-4/+177
* fit: Do not throw away extra configuration on fit_image_load()Pantelis Antoniou2017-09-151-4/+7
* fit: Allow multiple images per propertyPantelis Antoniou2017-09-151-3/+15
* splash: add support for loading splash from a FIT imagetomas.melin@vaisala.com2017-01-131-0/+48
* common: image: Remove FIT header update from image post-processingAndrew F. Davis2016-12-041-23/+6
* image-fit: Fix compiling error caused by autoconf.hYork Sun2016-11-231-1/+1
* armv8: Support loading 32-bit OS in AArch32 execution stateAlison Wang2016-11-221-1/+18
* libfdt: Sync fdt_for_each_subnode() with upstreamSimon Glass2016-10-131-1/+1
* libfdt: Bring in upstream stringlist functionsSimon Glass2016-10-131-11/+8
* image-fit: Fix fit_get_node_from_config semanticsPaul Burton2016-09-221-1/+1
* image-fit: switch ENOLINK to ENOENTJonathan Gray2016-09-071-1/+1
* image-fit: fix fit_image_load() OS checkAndreas Bießmann2016-09-061-1/+2
* common: image: Add support for post-processing of imagesAndreas Dannenberg2016-08-121-1/+25
* common: fit: Allow U-Boot images to be bootedmario.six@gdsys.cc2016-07-251-3/+4
* common: image-fit: Cleanup spelling mistakesAndreas Dannenberg2016-06-171-15/+15
* image: Add boot_get_fpga() to load fpga with bootmMichal Simek2016-05-241-2/+5
* mkimage: Report information about fpgaMichal Simek2016-05-241-0/+4
* image-fit: Don't display an error in fit_set_timestamp()Simon Glass2016-05-231-3/+3
* common: image-fit: Fix load and entry addresses in FIT imageYork Sun2016-03-141-5/+17
* common: image-fit: Use a common function to get addressYork Sun2016-03-141-23/+19
* Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass2016-03-141-1/+2
* Revert "image-fit: Fix signature checking"Simon Glass2016-02-261-3/+8
* image: Correct the OS location code to work on sandboxSimon Glass2016-02-261-0/+5
* image-fit: Fix signature checkingAndrej Rosano2015-10-191-1/+3
* image-fit: Fix compiler warning in fit_conf_print()Hans de Goede2015-06-061-2/+2
* add boot_get_loadables() to load listed imagesKarl Apsite2015-05-281-1/+9
* mkimage will now report information about loadableKarl Apsite2015-05-281-0/+17
* common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-181-0/+1
* image: Convert to use fdt_for_each_subnode macroAxel Lin2015-02-161-3/+1
* dumpimage: fit: extract FIT imagesGuilherme Maciel Ferreira2015-01-291-1/+29
* image: Enable OpenRTOS booting via fitImageMarek Vasut2015-01-141-2/+8
* x86: image: Add new image type for x64_64Simon Glass2014-10-281-1/+2
* image-fit: make local function staticJeroen Hofstee2014-10-251-1/+1
* x86: Support loading kernel setup from a FITSimon Glass2014-10-221-0/+22
* sandbox: bootm: Don't fail the architecture checkSimon Glass2014-10-221-1/+1
* Fix test failure caused by bad handling of ramdiskSimon Glass2014-08-281-1/+1