index
:
software/arm-trusted-firmware.git
dependabot/pip/virtualenv-20.36.1
master
Trusted Firmware-A
Arm Limited and Contributors
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
io
/
io_fip.c
Age
Commit message (
Expand
)
Author
13 days
fix(io): use simple braces for uuid_null definition
Yann Gautier
2026-04-08
fix(io): validate FIP ToC bounds and catch short reads
Manish V Badarkhe
2020-07-21
Merge "io_fip: return -ENFILE when a file is already open" into integration
Manish Pandey
2020-07-16
IO Driver Misra Cleanup
johpow01
2020-07-11
io_fip: return -ENFILE when a file is already open
Masahiro Yamada
2020-04-01
drivers: Add support to retrieve plat_toc_flags
Scott Branden
2020-01-10
io: change seek offset to signed long long
Yann Gautier
2019-04-01
Remove several warnings reported with W=1
Ambroise Vincent
2019-03-12
drivers: Remove TODO from io_fip.c
Paul Beesley
2019-01-04
Sanitise includes across codebase
Antonio Nino Diaz
2018-07-19
Merge pull request #1450 from MISL-EBU-System-SW/marvell-support-v6
danh-arm
2018-07-18
io: Allow image load to address zero
Konstantin Porotchkin
2018-07-02
Extend FIP io driver to support multiple FIP devices
Ruchika Gupta
2018-06-14
Make TF UUID RFC 4122 compliant
Roberto Vargas
2018-02-28
Fix MISRA rule 8.4 in common code
Roberto Vargas
2018-02-14
Remove URLs from comments
Antonio Nino Diaz
2017-05-03
Use SPDX license identifiers
dp-arm
2017-02-06
Replace some memset call by zeromem
Douglas Raillard
2016-01-14
Remove direct usage of __attribute__((foo))
Soren Brinkmann
2015-11-02
Remove deprecated IO return definitions
Juan Castillo
2015-06-25
Use numbers to identify images instead of names
Juan Castillo
2015-03-16
Add macro to calculate number of elements in an array
Vikram Kanigiri
2015-01-28
TBB: authenticate BL3-x images and certificates
Juan Castillo
2015-01-28
TBB: authenticate BL2 image and certificate
Juan Castillo
2014-08-12
Rationalize console log output
Dan Handley
2014-07-10
Add support for BL3-0 image
Sandrine Bailleux
2014-05-23
Split platform.h into separate headers
Dan Handley
2014-05-22
Allow BL3-2 platform definitions to be optional
Dan Handley
2014-05-06
Remove variables from .data section
Dan Handley
2014-05-06
Reduce deep nesting of header files
Dan Handley
2014-05-06
Always use named structs in header files
Dan Handley
2014-05-06
Make use of user/system includes more consistent
Dan Handley
2014-03-21
Fix file_to_uuid() function
Sandrine Bailleux
2014-02-20
Report recoverable errors as warnings
Jeenu Viswambharan
2014-02-20
Fix FIP offset address when file not found
Jeenu Viswambharan
2014-02-17
Add Firmware Image Package (FIP) driver
Harry Liebel