aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #833 from masahir0y/cert_createdavidcunado-arm2017-02-145-52/+40
|\
| * cert_create: remove unneeded initializersMasahiro Yamada2017-02-114-33/+31
| * cert_create: merge successive i2d_ASN1_INTEGER() callsMasahiro Yamada2017-02-111-2/+1
| * cert_create: fix memory leak bug caused by key container overwriteMasahiro Yamada2017-02-113-17/+8
* | fiptool: remove unneeded declarationsMasahiro Yamada2017-02-111-2/+0
* | fiptool: stretch out printf strings for readability and grep'abilityMasahiro Yamada2017-02-111-14/+7
* | fiptool: print new lines of usage to stdout instead of stderrMasahiro Yamada2017-02-111-6/+6
|/
* fiptool: support --align option to add desired alignment to image offsetMasahiro Yamada2017-01-281-5/+47
* fiptool: embed fip_toc_entry in struct imageMasahiro Yamada2017-01-282-43/+27
* fiptool: add xfwrite() helperMasahiro Yamada2017-01-271-6/+9
* fiptool: fix the global option in usageMasahiro Yamada2017-01-271-1/+1
* fiptool: simplify the top line of command usageMasahiro Yamada2017-01-271-8/+12
* fiptool: refactor remove_image()Masahiro Yamada2017-01-271-13/+13
* fiptool: simplify assert() for add_image(_desc)Masahiro Yamada2017-01-271-4/+2
* fiptool: revive replace_image() to keep the image order by update commandMasahiro Yamada2017-01-271-2/+17
* fiptool: remove always true conditionalMasahiro Yamada2017-01-271-6/+4
* fiptool: fix existence check of FIP input file for update commandMasahiro Yamada2017-01-271-1/+1
* fiptool: fix add_image() and add_image_desc() implementationMasahiro Yamada2017-01-151-6/+17
* fiptool: introduce xzalloc() helper functionMasahiro Yamada2017-01-151-2/+6
* fiptool: Factor out setting of image descriptor actiondp-arm2016-12-301-57/+26
* fiptool: Remove unreferenced variable `toc_entries_len`dp-arm2016-12-302-3/+0
* fiptool: Fix format specifier for malloc/strdup wrappersdp-arm2016-12-301-2/+2
* fiptool: Add support for operating on binary blobs using the UUIDdp-arm2016-12-301-24/+222
* fiptool: Prepare ground for expanding the set of images at runtimedp-arm2016-12-304-235/+271
* fiptool: Provide malloc/strdup wrappers to simplify error checkingdp-arm2016-12-051-30/+33
* fiptool: Use getopt for the top level command parsingdp-arm2016-12-051-8/+27
* fiptool: Initialize opt_index to 0 for getopt(3)dp-arm2016-12-051-4/+4
* fiptool: Constify various function paramsdp-arm2016-12-051-9/+9
* Merge pull request #744 from masahir0y/fiptooldavidcunado-arm2016-10-281-0/+2
|\
| * fiptool: fix Segmentation fault when only --verbose option is givenMasahiro Yamada2016-10-271-0/+2
* | fiptool: Link `toc_entry` and `image` structures via UUIDdp-arm2016-10-184-87/+193
|/
* Merge pull request #710 from dp-arm/dp/fiptool-usagedanh-arm2016-09-191-16/+20
|\
| * fiptool: Invoke command specific usage functiondp-arm2016-09-151-16/+20
* | fiptool: Add support for printing the sha256 digest with info commanddp-arm2016-09-122-4/+21
|/
* fiptool: Fix typo in create and update usage functionsdp-arm2016-08-251-2/+2
* fiptool: Suppress verbose messages during normal builddp-arm2016-08-151-2/+2
* Merge pull request #661 from dp-arm/masterdanh-arm2016-08-097-881/+1310
|\
| * Replace fip_create with fiptooldp-arm2016-07-297-881/+1310
* | Fix `cert_create` tool for Segmentation faultYatharth Kochar2016-07-051-2/+4
|/
* Move stdlib header files to include/lib/stdlibDan Handley2016-06-031-1/+1
* fip_create: Fix exit status for missing output filenameBrendan Jackman2016-04-271-1/+1
* Merge pull request #582 from jcastillo-arm/jc/fip_extractdanh-arm2016-04-071-33/+182
|\
| * fip_create: add support for image unpackingJuan Castillo2016-04-061-8/+156
| * fip_create: miscellaneous improvements to source codeJuan Castillo2016-03-041-25/+26
* | Merge pull request #578 from EvanLloyd/ejll/woa_make2danh-arm2016-04-074-30/+48
|\ \
| * | Make:Allow for extension in tool names.Evan Lloyd2016-04-012-2/+2
| * | Make:Use "simply expanded" make variables.Evan Lloyd2016-04-011-4/+4
| * | Build:Replace soft links with file copy.Evan Lloyd2016-04-013-6/+19
| * | Make:Use environment variables for OS detection.Evan Lloyd2016-04-012-3/+3
| * | Make:Make shell commands more portableEvan Lloyd2016-04-012-9/+13