summaryrefslogtreecommitdiff
path: root/tools/mkimage.h
AgeCommit message (Expand)AuthorFilesLines
2021-02-16image: Adjust the workings of fit_check_format()Simon Glass1-0/+2
2020-05-01tools/mkimage: fix handling long filenamesSven Roederer1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-07-22dtc: mkimage: Add the possibility to specify DTCEmmanuel Vadot1-1/+0
2014-06-19includes: move openssl headers to include/u-bootJeroen Hofstee1-1/+1
2013-12-13tools: moved code common to all image tools to a separated module.Guilherme Maciel Ferreira1-122/+1
2013-08-31ARM: mxs: tools: Add mkimage support for MXS bootstreamMarek Vasut1-0/+1
2013-08-31tools: add variable padding of data image in mkimageStefano Babic1-1/+4
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2013-06-26mkimage: Add -r option to specify keys that must be verifiedSimon Glass1-0/+1
2013-06-26mkimage: Add -c option to specify a comment for key signingSimon Glass1-0/+1
2013-06-26mkimage: Add -K to write public keys to an FDT blobSimon Glass1-0/+1
2013-06-26mkimage: Add -k option to specify key directorySimon Glass1-0/+1
2013-06-05mkimage: Add map_sysmem() and IH_ARCH_DEFAULT to simplfy buildingSimon Glass1-0/+12
2013-05-14mkimage: Move ARRAY_SIZE to header fileSimon Glass1-0/+2
2012-08-23powerpc/CoreNet: add tool to support pbl image build.Shaohui Xie1-0/+3
2011-10-24mkimage: adding support for Davinci AIS imageStefano Babic1-0/+1
2011-10-06mkimage: Add variable lenght header supportStefano Babic1-0/+8
2011-08-03mkimage: Add OMAP boot image supportJohn Rigby1-0/+1
2011-07-28mkimage: add UBL header support for booting davinci cpusHeiko Schocher1-0/+1
2010-01-26mkimage: Add Freescale imx Boot Image support (imximage)Stefano Babic1-0/+1
2009-09-11mkimage: Add Kirkwood Boot Image support (kwbimage)Prafulla Wadaskar1-0/+1
2009-09-11tools/mkimage: fix compiler warnings, use "const"Wolfgang Denk1-1/+1
2009-09-11tools: mkimage: split code into core, default and FIT image specificPrafulla Wadaskar1-1/+100
2009-09-05License cleanup: remove unintended "All Rights Reserved" notices.Wolfgang Denk1-1/+0
2009-07-19compiler.h: unify system ifdef cruft hereMike Frysinger1-33/+0
2009-04-04Add support for building native win32 toolsPeter Tyser1-0/+5
2008-03-11[new uImage] Add support for new uImage format to mkimage toolBartlomiej Sieka1-0/+6
2008-03-10[new uImage] New uImage low-level APIMarian Balakowicz1-0/+8
2008-02-29[new uImage] Add libfdt support to mkimageBartlomiej Sieka1-0/+1
2008-02-29[new uImage] Add sha1.o object to mkimage binary buildBartlomiej Sieka1-0/+1
2008-02-07[new uImage] Define a API for image handling operationsMarian Balakowicz1-0/+59