aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/io
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1450 from MISL-EBU-System-SW/marvell-support-v6danh-arm2018-07-194-7/+4
|\
| * io: Allow image load to address zeroKonstantin Porotchkin2018-07-184-7/+4
* | Extend FIP io driver to support multiple FIP devicesRuchika Gupta2018-07-021-10/+114
|/
* Make TF UUID RFC 4122 compliantRoberto Vargas2018-06-141-1/+1
* Fix MISRA rule 8.4 in common codeRoberto Vargas2018-02-283-4/+6
* Remove URLs from commentsAntonio Nino Diaz2018-02-141-5/+1
* io: block: fix block_read/write may read/write overlap bufferRoberto Vargas2017-12-131-140/+260
* io_dummy: correct sparse warningsEtienne Carriere2017-06-231-1/+2
* io_storage: use unsigned int for indexEtienne Carriere2017-06-231-1/+1
* Use SPDX license identifiersdp-arm2017-05-036-150/+6
* Control inclusion of helper code used for assertsAntonio Nino Diaz2017-04-201-4/+5
* Remove redundant assertJeenu Viswambharan2017-02-221-2/+0
* Merge pull request #842 from jeenu-arm/io-memmap-assertsdanh-arm2017-02-201-9/+27
|\
| * Add bounds checking asserts to memmap IO driverJeenu Viswambharan2017-02-141-10/+28
* | Merge pull request #834 from douglas-raillard-arm/dr/use_dc_zva_zeroingdavidcunado-arm2017-02-163-7/+10
|\ \
| * | Replace some memset call by zeromemDouglas Raillard2017-02-063-7/+10
| |/
* / Fix minor issues found by cppcheckdp-arm2017-02-141-4/+4
|/
* io: block: fix unaligned bufferHaojian Zhuang2016-08-041-14/+50
* Merge pull request #629 from ljerry/tf_issue_398danh-arm2016-06-131-0/+177
|\
| * Bring IO storage dummy driverGerald Lejeune2016-05-121-0/+177
* | IO: support block device typeHaojian Zhuang2016-04-271-0/+412
|/
* Add "size" function to IO memmap device driverGerald Lejeune2016-03-111-1/+16
* Remove direct usage of __attribute__((foo))Soren Brinkmann2016-01-143-3/+3
* Remove deprecated IO return definitionsJuan Castillo2015-11-024-107/+79
* Fix bug in semihosting write functionJuan Castillo2015-07-161-7/+2
* Use numbers to identify images instead of namesJuan Castillo2015-06-251-70/+8
* Add macro to calculate number of elements in an arrayVikram Kanigiri2015-03-161-1/+1
* TBB: authenticate BL3-x images and certificatesJuan Castillo2015-01-281-0/+13
* TBB: authenticate BL2 image and certificateJuan Castillo2015-01-281-0/+4
* Move IO storage source to drivers directoryDan Handley2014-08-141-0/+373
* Rationalize console log outputDan Handley2014-08-121-1/+1
* Add support for BL3-0 imageSandrine Bailleux2014-07-101-0/+4
* Split platform.h into separate headersDan Handley2014-05-231-0/+2
* Allow BL3-2 platform definitions to be optionalDan Handley2014-05-221-0/+3
* Remove variables from .data sectionDan Handley2014-05-063-61/+67
* Reduce deep nesting of header filesDan Handley2014-05-063-11/+11
* Always use named structs in header filesDan Handley2014-05-063-75/+75
* Make use of user/system includes more consistentDan Handley2014-05-063-12/+12
* Move include and source files to logical locationsDan Handley2014-05-064-201/+0
* Fix file_to_uuid() functionSandrine Bailleux2014-03-211-2/+1
* Fix semihosting with latest toolchainRyan Harkin2014-02-201-17/+17
* Report recoverable errors as warningsJeenu Viswambharan2014-02-202-11/+11
* Fix FIP offset address when file not foundJeenu Viswambharan2014-02-201-0/+1
* Add Firmware Image Package (FIP) driverHarry Liebel2014-02-174-0/+721
* Implement load_image in terms of IO abstractionJames Morrissey2014-02-172-0/+275
* Add IO abstraction frameworkJames Morrissey2014-02-171-0/+93