84 Commits (38aecbb43e47ca82af6ac485207ff6d0b9eeb306)

Author SHA1 Message Date
dp-arm b9589fe556 fiptool: Embed a pointer to an image within the image descriptor 8 years ago
dp-arm dae695abf6 Fix minor issues found by cppcheck 8 years ago
Masahiro Yamada 9dd5edb86d fiptool: remove unneeded declarations 8 years ago
Masahiro Yamada 802b42a0cf fiptool: stretch out printf strings for readability and grep'ability 8 years ago
Masahiro Yamada 95d2b2682b fiptool: print new lines of usage to stdout instead of stderr 8 years ago
Masahiro Yamada c893c73309 cert_create: remove unneeded initializers 8 years ago
Masahiro Yamada 559eb8b79a cert_create: merge successive i2d_ASN1_INTEGER() calls 8 years ago
Masahiro Yamada 762f1ebe8d cert_create: fix memory leak bug caused by key container overwrite 8 years ago
Masahiro Yamada 1c75d5dfb0 fiptool: support --align option to add desired alignment to image offset 8 years ago
Masahiro Yamada 65caa3d0ad fiptool: embed fip_toc_entry in struct image 8 years ago
Masahiro Yamada a1da83f5fc fiptool: add xfwrite() helper 8 years ago
Masahiro Yamada 4f96a49843 fiptool: fix the global option in usage 8 years ago
Masahiro Yamada ee07932080 fiptool: simplify the top line of command usage 8 years ago
Masahiro Yamada 9e866d34ed fiptool: refactor remove_image() 8 years ago
Masahiro Yamada e9e0d2877f fiptool: simplify assert() for add_image(_desc) 8 years ago
Masahiro Yamada ea39d557ae fiptool: revive replace_image() to keep the image order by update command 8 years ago
Masahiro Yamada 67973fb4f7 fiptool: remove always true conditional 8 years ago
Masahiro Yamada 40866aaf1c fiptool: fix existence check of FIP input file for update command 8 years ago
Masahiro Yamada 11c0a4ff08 fiptool: fix add_image() and add_image_desc() implementation 8 years ago
Masahiro Yamada 696ccba690 fiptool: introduce xzalloc() helper function 8 years ago
dp-arm d02fcebeb0 fiptool: Factor out setting of image descriptor action 8 years ago
dp-arm b63f970e8e fiptool: Remove unreferenced variable `toc_entries_len` 8 years ago
dp-arm 9fc9ff1f66 fiptool: Fix format specifier for malloc/strdup wrappers 8 years ago
dp-arm fcab6bbe39 fiptool: Add support for operating on binary blobs using the UUID 8 years ago
dp-arm e0f083a09b fiptool: Prepare ground for expanding the set of images at runtime 8 years ago
dp-arm a22f6285a7 fiptool: Provide malloc/strdup wrappers to simplify error checking 8 years ago
dp-arm cc672bb2bf fiptool: Use getopt for the top level command parsing 8 years ago
dp-arm 20f87e78e3 fiptool: Initialize opt_index to 0 for getopt(3) 8 years ago
dp-arm 60b499feac fiptool: Constify various function params 8 years ago
Masahiro Yamada c9cb408997 fiptool: fix Segmentation fault when only --verbose option is given 8 years ago
dp-arm b04efccece fiptool: Link `toc_entry` and `image` structures via UUID 8 years ago
dp-arm 85ee277868 fiptool: Invoke command specific usage function 8 years ago
dp-arm 9df69ba37f fiptool: Add support for printing the sha256 digest with info command 8 years ago
dp-arm 23fcb90d9a fiptool: Fix typo in create and update usage functions 8 years ago
dp-arm c2427cb001 fiptool: Suppress verbose messages during normal build 8 years ago
dp-arm 819281ee23 Replace fip_create with fiptool 9 years ago
Yatharth Kochar f16db56a9e Fix `cert_create` tool for Segmentation fault 9 years ago
Dan Handley f0b489c1d2 Move stdlib header files to include/lib/stdlib 9 years ago
Brendan Jackman 6d9b7c1efc fip_create: Fix exit status for missing output filename 9 years ago
Juan Castillo c49a805d97 fip_create: add support for image unpacking 9 years ago
Evan Lloyd 42a45b51aa Make:Allow for extension in tool names. 9 years ago
Evan Lloyd b169f6a9a1 Make:Use "simply expanded" make variables. 9 years ago
Evan Lloyd bb5a762c3f Build:Replace soft links with file copy. 9 years ago
Evan Lloyd e7f54dbd03 Make:Use environment variables for OS detection. 9 years ago
Evan Lloyd f1477d4ad8 Make:Make shell commands more portable 9 years ago
Evan Lloyd aeb25668fb Make:Add realclean to .PHONY list 9 years ago
Evan Lloyd 231c14702c Make:Remove calls to shell from makefiles. 9 years ago
Juan Castillo 96103d5af6 cert_create: add non-volatile counter support 9 years ago
Juan Castillo 24fee61e54 fip_create: miscellaneous improvements to source code 9 years ago
Juan Castillo 159807e2fa cert_create: update help message 9 years ago