Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
arm-trusted-firmware
/
cafad7be046802ce8c687362e2ec07cbbd7b1a9c
/
tools
a1ee383
fiptool: Enable Visual Studio build
by Evan Lloyd
· 7 years ago
9685111
fiptool: Precursor changes for Visual Studio
by Evan Lloyd
· 7 years ago
9679297
Merge pull request #1120 from michpappas/tf-issues#521_cert_tool_does_not_build_with_openssl_v1.1
by davidcunado-arm
· 7 years ago
1727de0
cert_tool: Fix ECDSA certificates create failure
by Qixiang Xu
· 7 years ago
742c4e1
cert_tool: update for compatibility with OpenSSL v1.1
by Michalis Pappas
· 7 years ago
4a2bf95
Set default value of USE_TBBR_DEFS
by Soby Mathew
· 7 years ago
a8eb286
cert_tool: Support for legacy RSA PKCS#1 v1.5
by Soby Mathew
· 7 years ago
55745de
fiptool: Update file open modes with 'b' (for Windows)
by Evan Lloyd
· 8 years ago
71fb396
Support Trusted OS firmware extra images in TF tools
by Summer Qin
· 8 years ago
2dfab27
Merge pull request #1044 from islmit01/im/fix_includes
by davidcunado-arm
· 7 years ago
769fb6b
Fix order of #includes
by Isla Mitchell
· 7 years ago
5954298
fiptool: remove unneeded -I. include path
by Masahiro Yamada
· 7 years ago
2a4b4b7
Fix order of #includes
by Isla Mitchell
· 7 years ago
a967390
tools: Use exported quiet flag from top-level Makefile
by dp-arm
· 8 years ago
1f33ad4
cert_create: Use RSASSA-PSS signature scheme for certificates
by Soby Mathew
· 7 years ago
72610c4
build: Introduce HOSTCC flag
by dp-arm
· 8 years ago
bb41eb7
cert: move platform_oid.h to include/tools_share for all platforms
by Masahiro Yamada
· 7 years ago
2a6c1a8
fip: move headers shared between TF and fiptool to include/tools_share
by Masahiro Yamada
· 8 years ago
82cb2c1
Use SPDX license identifiers
by dp-arm
· 8 years ago
fb5f794
fiptool: Support non-decimal --align arguments
by Andreas Färber
· 8 years ago
b9589fe
fiptool: Embed a pointer to an image within the image descriptor
by dp-arm
· 8 years ago
7a1c268
Merge pull request #833 from masahir0y/cert_create
by davidcunado-arm
· 8 years ago
9dd5edb
fiptool: remove unneeded declarations
by Masahiro Yamada
· 8 years ago
802b42a
fiptool: stretch out printf strings for readability and grep'ability
by Masahiro Yamada
· 8 years ago
95d2b26
fiptool: print new lines of usage to stdout instead of stderr
by Masahiro Yamada
· 8 years ago
c893c73
cert_create: remove unneeded initializers
by Masahiro Yamada
· 8 years ago
559eb8b
cert_create: merge successive i2d_ASN1_INTEGER() calls
by Masahiro Yamada
· 8 years ago
762f1eb
cert_create: fix memory leak bug caused by key container overwrite
by Masahiro Yamada
· 8 years ago
1c75d5d
fiptool: support --align option to add desired alignment to image offset
by Masahiro Yamada
· 8 years ago
65caa3d
fiptool: embed fip_toc_entry in struct image
by Masahiro Yamada
· 8 years ago
a1da83f
fiptool: add xfwrite() helper
by Masahiro Yamada
· 8 years ago
4f96a49
fiptool: fix the global option in usage
by Masahiro Yamada
· 8 years ago
ee07932
fiptool: simplify the top line of command usage
by Masahiro Yamada
· 8 years ago
9e866d3
fiptool: refactor remove_image()
by Masahiro Yamada
· 8 years ago
e9e0d28
fiptool: simplify assert() for add_image(_desc)
by Masahiro Yamada
· 8 years ago
ea39d55
fiptool: revive replace_image() to keep the image order by update command
by Masahiro Yamada
· 8 years ago
67973fb
fiptool: remove always true conditional
by Masahiro Yamada
· 8 years ago
40866aa
fiptool: fix existence check of FIP input file for update command
by Masahiro Yamada
· 8 years ago
11c0a4f
fiptool: fix add_image() and add_image_desc() implementation
by Masahiro Yamada
· 8 years ago
696ccba
fiptool: introduce xzalloc() helper function
by Masahiro Yamada
· 8 years ago
d02fceb
fiptool: Factor out setting of image descriptor action
by dp-arm
· 8 years ago
b63f970
fiptool: Remove unreferenced variable `toc_entries_len`
by dp-arm
· 8 years ago
9fc9ff1
fiptool: Fix format specifier for malloc/strdup wrappers
by dp-arm
· 8 years ago
fcab6bb
fiptool: Add support for operating on binary blobs using the UUID
by dp-arm
· 8 years ago
e0f083a
fiptool: Prepare ground for expanding the set of images at runtime
by dp-arm
· 8 years ago
a22f628
fiptool: Provide malloc/strdup wrappers to simplify error checking
by dp-arm
· 8 years ago
cc672bb
fiptool: Use getopt for the top level command parsing
by dp-arm
· 8 years ago
20f87e7
fiptool: Initialize opt_index to 0 for getopt(3)
by dp-arm
· 8 years ago
60b499f
fiptool: Constify various function params
by dp-arm
· 8 years ago
061723f
Merge pull request #744 from masahir0y/fiptool
by davidcunado-arm
· 8 years ago
c9cb408
fiptool: fix Segmentation fault when only --verbose option is given
by Masahiro Yamada
· 8 years ago
b04efcc
fiptool: Link `toc_entry` and `image` structures via UUID
by dp-arm
· 8 years ago
8874924
Merge pull request #710 from dp-arm/dp/fiptool-usage
by danh-arm
· 8 years ago
85ee277
fiptool: Invoke command specific usage function
by dp-arm
· 8 years ago
9df69ba
fiptool: Add support for printing the sha256 digest with info command
by dp-arm
· 8 years ago
23fcb90
fiptool: Fix typo in create and update usage functions
by dp-arm
· 8 years ago
c2427cb
fiptool: Suppress verbose messages during normal build
by dp-arm
· 8 years ago
41b568f
Merge pull request #661 from dp-arm/master
by danh-arm
· 8 years ago
819281e
Replace fip_create with fiptool
by dp-arm
· 8 years ago
f16db56
Fix `cert_create` tool for Segmentation fault
by Yatharth Kochar
· 8 years ago
f0b489c
Move stdlib header files to include/lib/stdlib
by Dan Handley
· 8 years ago
6d9b7c1
fip_create: Fix exit status for missing output filename
by Brendan Jackman
· 9 years ago
e850883
Merge pull request #582 from jcastillo-arm/jc/fip_extract
by danh-arm
· 9 years ago
91e8ae6
Merge pull request #578 from EvanLloyd/ejll/woa_make2
by danh-arm
· 9 years ago
c49a805
fip_create: add support for image unpacking
by Juan Castillo
· 9 years ago
42a45b5
Make:Allow for extension in tool names.
by Evan Lloyd
· 9 years ago
b169f6a
Make:Use "simply expanded" make variables.
by Evan Lloyd
· 9 years ago
bb5a762
Build:Replace soft links with file copy.
by Evan Lloyd
· 9 years ago
e7f54db
Make:Use environment variables for OS detection.
by Evan Lloyd
· 9 years ago
f1477d4
Make:Make shell commands more portable
by Evan Lloyd
· 9 years ago
aeb2566
Make:Add realclean to .PHONY list
by Evan Lloyd
· 9 years ago
231c147
Make:Remove calls to shell from makefiles.
by Evan Lloyd
· 9 years ago
96103d5
cert_create: add non-volatile counter support
by Juan Castillo
· 9 years ago
24fee61
fip_create: miscellaneous improvements to source code
by Juan Castillo
· 9 years ago
6cf9b6a
Merge pull request #484 from jcastillo-arm/jc/tf-issues/337
by danh-arm
· 9 years ago
159807e
cert_create: update help message
by Juan Castillo
· 9 years ago
5773b53
Merge pull request #479 from jcastillo-arm/jc/tbbr_fip
by danh-arm
· 9 years ago
8f0617e
Apply TBBR naming convention to the fip_create options
by Juan Castillo
· 9 years ago
aa85691
Always build with '-pedantic'
by Sandrine Bailleux
· 9 years ago
d178637
Remove dashes from image names: 'BL3-x' --> 'BL3x'
by Juan Castillo
· 9 years ago
f59821d
Replace all SCP FW (BL0, BL3-0) references
by Juan Castillo
· 9 years ago
516beb5
TBB: apply TBBR naming convention to certificates and extensions
by Juan Castillo
· 9 years ago
2d4d220
FWU: Add FWU support to `fip_create` tool
by Yatharth Kochar
· 9 years ago
cebe1f2
FWU: Add FWU support to `cert_create` tool
by Yatharth Kochar
· 9 years ago
ad2c1a9
cert_create: specify command line options in the CoT
by Juan Castillo
· 9 years ago
dfc90e2
cert_create: improve command line argument check
by Juan Castillo
· 9 years ago
55e291a
TBB: rework cert_create tool to follow a data driven approach
by Juan Castillo
· 9 years ago
ed2a76e
TBB: build 'cert_create' with ECDSA only if OpenSSL supports it
by Juan Castillo
· 9 years ago
ccbf890
TBB: add ECDSA support to the certificate generation tool
by Juan Castillo
· 9 years ago
c3da66b
TBB: use ASN.1 type DigestInfo to represent hashes
by Juan Castillo
· 10 years ago
c04d260
Allow deeper platform port directory structure
by Dan Handley
· 10 years ago
ea4ec3a
TBB: use SHA256 to generate the certificate signatures
by Juan Castillo
· 10 years ago
b7124ea
TBB: add support to include certificates in a FIP image
by Juan Castillo
· 10 years ago
6f97162
TBB: add tool to generate certificates
by Juan Castillo
· 10 years ago
38410f8
fip_create: don't succeed if one of the passed files doesn't exist
by Kévin Petit
· 10 years ago
07deed4
Fix problem of dependencies on the fiptool makefile target
by Sandrine Bailleux
· 10 years ago
36eb6a7
Improve BL3-0 documentation
by Harry Liebel
· 11 years ago
fb037bf
Always use named structs in header files
by Dan Handley
· 11 years ago
4ecca33
Move include and source files to logical locations
by Dan Handley
· 11 years ago
399aacd
FIP tool: Fix error message for missing FIP filename
by Sandrine Bailleux
· 11 years ago
Next »