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
/
drivers
/
io
/
io_fip.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "io_fip: return -ENFILE when a file is already open" into integration
Manish Pandey
2020-07-21
1
-1
/
+1
|
\
|
*
io_fip: return -ENFILE when a file is already open
Masahiro Yamada
2020-07-11
1
-1
/
+1
*
|
IO Driver Misra Cleanup
johpow01
2020-07-16
1
-19
/
+20
|
/
*
drivers: Add support to retrieve plat_toc_flags
Scott Branden
2020-04-01
1
-1
/
+26
*
io: change seek offset to signed long long
Yann Gautier
2020-01-10
1
-2
/
+4
*
Remove several warnings reported with W=1
Ambroise Vincent
2019-04-01
1
-2
/
+2
*
drivers: Remove TODO from io_fip.c
Paul Beesley
2019-03-12
1
-1
/
+0
*
Sanitise includes across codebase
Antonio Nino Diaz
2019-01-04
1
-10
/
+12
*
Merge pull request #1450 from MISL-EBU-System-SW/marvell-support-v6
danh-arm
2018-07-19
1
-1
/
+0
|
\
|
*
io: Allow image load to address zero
Konstantin Porotchkin
2018-07-18
1
-1
/
+0
*
|
Extend FIP io driver to support multiple FIP devices
Ruchika Gupta
2018-07-02
1
-10
/
+114
|
/
*
Make TF UUID RFC 4122 compliant
Roberto Vargas
2018-06-14
1
-1
/
+1
*
Fix MISRA rule 8.4 in common code
Roberto Vargas
2018-02-28
1
-1
/
+1
*
Remove URLs from comments
Antonio Nino Diaz
2018-02-14
1
-5
/
+1
*
Use SPDX license identifiers
dp-arm
2017-05-03
1
-25
/
+1
*
Replace some memset call by zeromem
Douglas Raillard
2017-02-06
1
-2
/
+3
*
Remove direct usage of __attribute__((foo))
Soren Brinkmann
2016-01-14
1
-1
/
+1
*
Remove deprecated IO return definitions
Juan Castillo
2015-11-02
1
-28
/
+28
*
Use numbers to identify images instead of names
Juan Castillo
2015-06-25
1
-70
/
+8
*
Add macro to calculate number of elements in an array
Vikram Kanigiri
2015-03-16
1
-1
/
+1
*
TBB: authenticate BL3-x images and certificates
Juan Castillo
2015-01-28
1
-0
/
+13
*
TBB: authenticate BL2 image and certificate
Juan Castillo
2015-01-28
1
-0
/
+4
*
Rationalize console log output
Dan Handley
2014-08-12
1
-1
/
+1
*
Add support for BL3-0 image
Sandrine Bailleux
2014-07-10
1
-0
/
+4
*
Split platform.h into separate headers
Dan Handley
2014-05-23
1
-0
/
+2
*
Allow BL3-2 platform definitions to be optional
Dan Handley
2014-05-22
1
-0
/
+3
*
Remove variables from .data section
Dan Handley
2014-05-06
1
-25
/
+28
*
Reduce deep nesting of header files
Dan Handley
2014-05-06
1
-7
/
+7
*
Always use named structs in header files
Dan Handley
2014-05-06
1
-30
/
+30
*
Make use of user/system includes more consistent
Dan Handley
2014-05-06
1
-6
/
+6
*
Fix file_to_uuid() function
Sandrine Bailleux
2014-03-21
1
-2
/
+1
*
Report recoverable errors as warnings
Jeenu Viswambharan
2014-02-20
1
-10
/
+10
*
Fix FIP offset address when file not found
Jeenu Viswambharan
2014-02-20
1
-0
/
+1
*
Add Firmware Image Package (FIP) driver
Harry Liebel
2014-02-17
1
-0
/
+409