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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #1450 from MISL-EBU-System-SW/marvell-support-v6
danh-arm
2018-07-19
4
-7
/
+4
|
\
|
*
io: Allow image load to address zero
Konstantin Porotchkin
2018-07-18
4
-7
/
+4
*
|
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
3
-4
/
+6
*
Remove URLs from comments
Antonio Nino Diaz
2018-02-14
1
-5
/
+1
*
io: block: fix block_read/write may read/write overlap buffer
Roberto Vargas
2017-12-13
1
-140
/
+260
*
io_dummy: correct sparse warnings
Etienne Carriere
2017-06-23
1
-1
/
+2
*
io_storage: use unsigned int for index
Etienne Carriere
2017-06-23
1
-1
/
+1
*
Use SPDX license identifiers
dp-arm
2017-05-03
6
-150
/
+6
*
Control inclusion of helper code used for asserts
Antonio Nino Diaz
2017-04-20
1
-4
/
+5
*
Remove redundant assert
Jeenu Viswambharan
2017-02-22
1
-2
/
+0
*
Merge pull request #842 from jeenu-arm/io-memmap-asserts
danh-arm
2017-02-20
1
-9
/
+27
|
\
|
*
Add bounds checking asserts to memmap IO driver
Jeenu Viswambharan
2017-02-14
1
-10
/
+28
*
|
Merge pull request #834 from douglas-raillard-arm/dr/use_dc_zva_zeroing
davidcunado-arm
2017-02-16
3
-7
/
+10
|
\
\
|
*
|
Replace some memset call by zeromem
Douglas Raillard
2017-02-06
3
-7
/
+10
|
|
/
*
/
Fix minor issues found by cppcheck
dp-arm
2017-02-14
1
-4
/
+4
|
/
*
io: block: fix unaligned buffer
Haojian Zhuang
2016-08-04
1
-14
/
+50
*
Merge pull request #629 from ljerry/tf_issue_398
danh-arm
2016-06-13
1
-0
/
+177
|
\
|
*
Bring IO storage dummy driver
Gerald Lejeune
2016-05-12
1
-0
/
+177
*
|
IO: support block device type
Haojian Zhuang
2016-04-27
1
-0
/
+412
|
/
*
Add "size" function to IO memmap device driver
Gerald Lejeune
2016-03-11
1
-1
/
+16
*
Remove direct usage of __attribute__((foo))
Soren Brinkmann
2016-01-14
3
-3
/
+3
*
Remove deprecated IO return definitions
Juan Castillo
2015-11-02
4
-107
/
+79
*
Fix bug in semihosting write function
Juan Castillo
2015-07-16
1
-7
/
+2
*
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
*
Move IO storage source to drivers directory
Dan Handley
2014-08-14
1
-0
/
+373
*
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
3
-61
/
+67
*
Reduce deep nesting of header files
Dan Handley
2014-05-06
3
-11
/
+11
*
Always use named structs in header files
Dan Handley
2014-05-06
3
-75
/
+75
*
Make use of user/system includes more consistent
Dan Handley
2014-05-06
3
-12
/
+12
*
Move include and source files to logical locations
Dan Handley
2014-05-06
4
-201
/
+0
*
Fix file_to_uuid() function
Sandrine Bailleux
2014-03-21
1
-2
/
+1
*
Fix semihosting with latest toolchain
Ryan Harkin
2014-02-20
1
-17
/
+17
*
Report recoverable errors as warnings
Jeenu Viswambharan
2014-02-20
2
-11
/
+11
*
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
4
-0
/
+721
*
Implement load_image in terms of IO abstraction
James Morrissey
2014-02-17
2
-0
/
+275
*
Add IO abstraction framework
James Morrissey
2014-02-17
1
-0
/
+93