index
:
platform_external_arm-trusted-firmware
android-s-beta-4
android-s-beta-5
android10-mainline-networking-release
android10-mainline-resolv-release
android11-d1-b-release
android11-d1-release
android11-d1-s1-release
android11-d1-s5-release
android11-d1-s6-release
android11-d1-s7-release
android11-d2-release
android11-dev
android11-gsi
android11-mainline-captiveportallogin-release
android11-mainline-cellbroadcast-release
android11-mainline-conscrypt-release
android11-mainline-documentsui-release
android11-mainline-extservices-release
android11-mainline-media-release
android11-mainline-media-swcodec-release
android11-mainline-networkstack-release
android11-mainline-os-statsd-release
android11-mainline-permission-release
android11-mainline-release
android11-mainline-sparse-2020-dec-release
android11-mainline-sparse-2021-jan-release
android11-mainline-tethering-release
android11-platform-release
android11-qpr1-c-release
android11-qpr1-d-release
android11-qpr1-d-s1-release
android11-qpr1-release
android11-qpr1-s1-release
android11-qpr1-s2-release
android11-qpr2-release
android11-qpr3-release
android11-qpr3-s1-release
android11-release
android11-s1-release
android11-security-release
android11-tests-release
main-cg-testing-release
master
ndk-sysroot-r21
sdk-release
simpleperf-release
upstream-master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
build: Introduce HOSTCC flag
dp-arm
2017-05-24
2
-6
/
+6
*
cert: move platform_oid.h to include/tools_share for all platforms
Masahiro Yamada
2017-05-24
5
-10
/
+42
*
fip: move headers shared between TF and fiptool to include/tools_share
Masahiro Yamada
2017-05-23
5
-29
/
+14
*
Use SPDX license identifiers
dp-arm
2017-05-03
25
-628
/
+27
*
fiptool: Support non-decimal --align arguments
Andreas Färber
2017-04-24
1
-1
/
+1
*
fiptool: Embed a pointer to an image within the image descriptor
dp-arm
2017-02-27
2
-108
/
+35
*
Merge pull request #833 from masahir0y/cert_create
davidcunado-arm
2017-02-14
5
-52
/
+40
|
\
|
*
cert_create: remove unneeded initializers
Masahiro Yamada
2017-02-11
4
-33
/
+31
|
*
cert_create: merge successive i2d_ASN1_INTEGER() calls
Masahiro Yamada
2017-02-11
1
-2
/
+1
|
*
cert_create: fix memory leak bug caused by key container overwrite
Masahiro Yamada
2017-02-11
3
-17
/
+8
*
|
fiptool: remove unneeded declarations
Masahiro Yamada
2017-02-11
1
-2
/
+0
*
|
fiptool: stretch out printf strings for readability and grep'ability
Masahiro Yamada
2017-02-11
1
-14
/
+7
*
|
fiptool: print new lines of usage to stdout instead of stderr
Masahiro Yamada
2017-02-11
1
-6
/
+6
|
/
*
fiptool: support --align option to add desired alignment to image offset
Masahiro Yamada
2017-01-28
1
-5
/
+47
*
fiptool: embed fip_toc_entry in struct image
Masahiro Yamada
2017-01-28
2
-43
/
+27
*
fiptool: add xfwrite() helper
Masahiro Yamada
2017-01-27
1
-6
/
+9
*
fiptool: fix the global option in usage
Masahiro Yamada
2017-01-27
1
-1
/
+1
*
fiptool: simplify the top line of command usage
Masahiro Yamada
2017-01-27
1
-8
/
+12
*
fiptool: refactor remove_image()
Masahiro Yamada
2017-01-27
1
-13
/
+13
*
fiptool: simplify assert() for add_image(_desc)
Masahiro Yamada
2017-01-27
1
-4
/
+2
*
fiptool: revive replace_image() to keep the image order by update command
Masahiro Yamada
2017-01-27
1
-2
/
+17
*
fiptool: remove always true conditional
Masahiro Yamada
2017-01-27
1
-6
/
+4
*
fiptool: fix existence check of FIP input file for update command
Masahiro Yamada
2017-01-27
1
-1
/
+1
*
fiptool: fix add_image() and add_image_desc() implementation
Masahiro Yamada
2017-01-15
1
-6
/
+17
*
fiptool: introduce xzalloc() helper function
Masahiro Yamada
2017-01-15
1
-2
/
+6
*
fiptool: Factor out setting of image descriptor action
dp-arm
2016-12-30
1
-57
/
+26
*
fiptool: Remove unreferenced variable `toc_entries_len`
dp-arm
2016-12-30
2
-3
/
+0
*
fiptool: Fix format specifier for malloc/strdup wrappers
dp-arm
2016-12-30
1
-2
/
+2
*
fiptool: Add support for operating on binary blobs using the UUID
dp-arm
2016-12-30
1
-24
/
+222
*
fiptool: Prepare ground for expanding the set of images at runtime
dp-arm
2016-12-30
4
-235
/
+271
*
fiptool: Provide malloc/strdup wrappers to simplify error checking
dp-arm
2016-12-05
1
-30
/
+33
*
fiptool: Use getopt for the top level command parsing
dp-arm
2016-12-05
1
-8
/
+27
*
fiptool: Initialize opt_index to 0 for getopt(3)
dp-arm
2016-12-05
1
-4
/
+4
*
fiptool: Constify various function params
dp-arm
2016-12-05
1
-9
/
+9
*
Merge pull request #744 from masahir0y/fiptool
davidcunado-arm
2016-10-28
1
-0
/
+2
|
\
|
*
fiptool: fix Segmentation fault when only --verbose option is given
Masahiro Yamada
2016-10-27
1
-0
/
+2
*
|
fiptool: Link `toc_entry` and `image` structures via UUID
dp-arm
2016-10-18
4
-87
/
+193
|
/
*
Merge pull request #710 from dp-arm/dp/fiptool-usage
danh-arm
2016-09-19
1
-16
/
+20
|
\
|
*
fiptool: Invoke command specific usage function
dp-arm
2016-09-15
1
-16
/
+20
*
|
fiptool: Add support for printing the sha256 digest with info command
dp-arm
2016-09-12
2
-4
/
+21
|
/
*
fiptool: Fix typo in create and update usage functions
dp-arm
2016-08-25
1
-2
/
+2
*
fiptool: Suppress verbose messages during normal build
dp-arm
2016-08-15
1
-2
/
+2
*
Merge pull request #661 from dp-arm/master
danh-arm
2016-08-09
7
-881
/
+1310
|
\
|
*
Replace fip_create with fiptool
dp-arm
2016-07-29
7
-881
/
+1310
*
|
Fix `cert_create` tool for Segmentation fault
Yatharth Kochar
2016-07-05
1
-2
/
+4
|
/
*
Move stdlib header files to include/lib/stdlib
Dan Handley
2016-06-03
1
-1
/
+1
*
fip_create: Fix exit status for missing output filename
Brendan Jackman
2016-04-27
1
-1
/
+1
*
Merge pull request #582 from jcastillo-arm/jc/fip_extract
danh-arm
2016-04-07
1
-33
/
+182
|
\
|
*
fip_create: add support for image unpacking
Juan Castillo
2016-04-06
1
-8
/
+156
|
*
fip_create: miscellaneous improvements to source code
Juan Castillo
2016-03-04
1
-25
/
+26
[prev]
[next]