aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2017-05-03Use SPDX license identifiersdp-arm
2017-04-24fiptool: Support non-decimal --align argumentsAndreas Färber
2017-02-27fiptool: Embed a pointer to an image within the image descriptordp-arm
2017-02-14Merge pull request #833 from masahir0y/cert_createdavidcunado-arm
2017-02-11fiptool: remove unneeded declarationsMasahiro Yamada
2017-02-11fiptool: stretch out printf strings for readability and grep'abilityMasahiro Yamada
2017-02-11fiptool: print new lines of usage to stdout instead of stderrMasahiro Yamada
2017-02-11cert_create: remove unneeded initializersMasahiro Yamada
2017-02-11cert_create: merge successive i2d_ASN1_INTEGER() callsMasahiro Yamada
2017-02-11cert_create: fix memory leak bug caused by key container overwriteMasahiro Yamada
2017-01-28fiptool: support --align option to add desired alignment to image offsetMasahiro Yamada
2017-01-28fiptool: embed fip_toc_entry in struct imageMasahiro Yamada
2017-01-27fiptool: add xfwrite() helperMasahiro Yamada
2017-01-27fiptool: fix the global option in usageMasahiro Yamada
2017-01-27fiptool: simplify the top line of command usageMasahiro Yamada
2017-01-27fiptool: refactor remove_image()Masahiro Yamada
2017-01-27fiptool: simplify assert() for add_image(_desc)Masahiro Yamada
2017-01-27fiptool: revive replace_image() to keep the image order by update commandMasahiro Yamada
2017-01-27fiptool: remove always true conditionalMasahiro Yamada
2017-01-27fiptool: fix existence check of FIP input file for update commandMasahiro Yamada
2017-01-15fiptool: fix add_image() and add_image_desc() implementationMasahiro Yamada
2017-01-15fiptool: introduce xzalloc() helper functionMasahiro Yamada
2016-12-30fiptool: Factor out setting of image descriptor actiondp-arm
2016-12-30fiptool: Remove unreferenced variable `toc_entries_len`dp-arm
2016-12-30fiptool: Fix format specifier for malloc/strdup wrappersdp-arm
2016-12-30fiptool: Add support for operating on binary blobs using the UUIDdp-arm
2016-12-30fiptool: Prepare ground for expanding the set of images at runtimedp-arm
2016-12-05fiptool: Provide malloc/strdup wrappers to simplify error checkingdp-arm
2016-12-05fiptool: Use getopt for the top level command parsingdp-arm
2016-12-05fiptool: Initialize opt_index to 0 for getopt(3)dp-arm
2016-12-05fiptool: Constify various function paramsdp-arm
2016-10-28Merge pull request #744 from masahir0y/fiptooldavidcunado-arm
2016-10-27fiptool: fix Segmentation fault when only --verbose option is givenMasahiro Yamada
2016-10-18fiptool: Link `toc_entry` and `image` structures via UUIDdp-arm
2016-09-19Merge pull request #710 from dp-arm/dp/fiptool-usagedanh-arm
2016-09-15fiptool: Invoke command specific usage functiondp-arm
2016-09-12fiptool: Add support for printing the sha256 digest with info commanddp-arm
2016-08-25fiptool: Fix typo in create and update usage functionsdp-arm
2016-08-15fiptool: Suppress verbose messages during normal builddp-arm
2016-08-09Merge pull request #661 from dp-arm/masterdanh-arm
2016-07-29Replace fip_create with fiptooldp-arm
2016-07-05Fix `cert_create` tool for Segmentation faultYatharth Kochar
2016-06-03Move stdlib header files to include/lib/stdlibDan Handley
2016-04-27fip_create: Fix exit status for missing output filenameBrendan Jackman
2016-04-07Merge pull request #582 from jcastillo-arm/jc/fip_extractdanh-arm
2016-04-07Merge pull request #578 from EvanLloyd/ejll/woa_make2danh-arm
2016-04-06fip_create: add support for image unpackingJuan Castillo
2016-04-01Make:Allow for extension in tool names.Evan Lloyd
2016-04-01Make:Use "simply expanded" make variables.Evan Lloyd
2016-04-01Build:Replace soft links with file copy.Evan Lloyd