aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/io/io_fip.c
Commit message (Expand)AuthorAgeFilesLines
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-041-10/+12
* Merge pull request #1450 from MISL-EBU-System-SW/marvell-support-v6danh-arm2018-07-191-1/+0
|\
| * io: Allow image load to address zeroKonstantin Porotchkin2018-07-181-1/+0
* | 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-281-1/+1
* Remove URLs from commentsAntonio Nino Diaz2018-02-141-5/+1
* Use SPDX license identifiersdp-arm2017-05-031-25/+1
* Replace some memset call by zeromemDouglas Raillard2017-02-061-2/+3
* Remove direct usage of __attribute__((foo))Soren Brinkmann2016-01-141-1/+1
* Remove deprecated IO return definitionsJuan Castillo2015-11-021-28/+28
* 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
* 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-061-25/+28
* Reduce deep nesting of header filesDan Handley2014-05-061-7/+7
* Always use named structs in header filesDan Handley2014-05-061-30/+30
* Make use of user/system includes more consistentDan Handley2014-05-061-6/+6
* Fix file_to_uuid() functionSandrine Bailleux2014-03-211-2/+1
* Report recoverable errors as warningsJeenu Viswambharan2014-02-201-10/+10
* Fix FIP offset address when file not foundJeenu Viswambharan2014-02-201-0/+1
* Add Firmware Image Package (FIP) driverHarry Liebel2014-02-171-0/+409