aboutsummaryrefslogtreecommitdiff
path: root/drivers/io
AgeCommit message (Expand)Author
2018-12-10io_block: define MAX_IO_BLOCK_DEVICES as unsignedYann Gautier
2018-07-19Merge pull request #1450 from MISL-EBU-System-SW/marvell-support-v6danh-arm
2018-07-18io: Allow image load to address zeroKonstantin Porotchkin
2018-07-02Extend FIP io driver to support multiple FIP devicesRuchika Gupta
2018-06-14Make TF UUID RFC 4122 compliantRoberto Vargas
2018-02-28Fix MISRA rule 8.4 in common codeRoberto Vargas
2018-02-14Remove URLs from commentsAntonio Nino Diaz
2017-12-13io: block: fix block_read/write may read/write overlap bufferRoberto Vargas
2017-06-23io_dummy: correct sparse warningsEtienne Carriere
2017-06-23io_storage: use unsigned int for indexEtienne Carriere
2017-05-03Use SPDX license identifiersdp-arm
2017-04-20Control inclusion of helper code used for assertsAntonio Nino Diaz
2017-02-22Remove redundant assertJeenu Viswambharan
2017-02-20Merge pull request #842 from jeenu-arm/io-memmap-assertsdanh-arm
2017-02-16Merge pull request #834 from douglas-raillard-arm/dr/use_dc_zva_zeroingdavidcunado-arm
2017-02-14Fix minor issues found by cppcheckdp-arm
2017-02-14Add bounds checking asserts to memmap IO driverJeenu Viswambharan
2017-02-06Replace some memset call by zeromemDouglas Raillard
2016-08-04io: block: fix unaligned bufferHaojian Zhuang
2016-06-13Merge pull request #629 from ljerry/tf_issue_398danh-arm
2016-05-12Bring IO storage dummy driverGerald Lejeune
2016-04-27IO: support block device typeHaojian Zhuang
2016-03-11Add "size" function to IO memmap device driverGerald Lejeune
2016-01-14Remove direct usage of __attribute__((foo))Soren Brinkmann
2015-11-02Remove deprecated IO return definitionsJuan Castillo
2015-07-16Fix bug in semihosting write functionJuan Castillo
2015-06-25Use numbers to identify images instead of namesJuan Castillo
2015-03-16Add macro to calculate number of elements in an arrayVikram Kanigiri
2015-01-28TBB: authenticate BL3-x images and certificatesJuan Castillo
2015-01-28TBB: authenticate BL2 image and certificateJuan Castillo
2014-08-14Move IO storage source to drivers directoryDan Handley
2014-08-12Rationalize console log outputDan Handley
2014-07-10Add support for BL3-0 imageSandrine Bailleux
2014-05-23Split platform.h into separate headersDan Handley
2014-05-22Allow BL3-2 platform definitions to be optionalDan Handley
2014-05-06Remove variables from .data sectionDan Handley
2014-05-06Reduce deep nesting of header filesDan Handley
2014-05-06Always use named structs in header filesDan Handley
2014-05-06Make use of user/system includes more consistentDan Handley
2014-05-06Move include and source files to logical locationsDan Handley
2014-03-21Fix file_to_uuid() functionSandrine Bailleux
2014-02-20Fix semihosting with latest toolchainRyan Harkin
2014-02-20Report recoverable errors as warningsJeenu Viswambharan
2014-02-20Fix FIP offset address when file not foundJeenu Viswambharan
2014-02-17Add Firmware Image Package (FIP) driverHarry Liebel
2014-02-17Implement load_image in terms of IO abstractionJames Morrissey
2014-02-17Add IO abstraction frameworkJames Morrissey