summaryrefslogtreecommitdiff
path: root/ArmPkg/Filesystem/SemihostFs/Arm/SemihostFs.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-09ArmPkg/SemihostFs: replace SetMem with ZeroMemGerd Hoffmann1-1/+1
2021-12-07ArmPkg: Apply uncrustify changesMichael Kubacki1-90/+117
2021-04-28ArmPkg: Correct small typosPierre Gondois1-1/+1
2021-01-06ArmPkg: Fix Ecc error 5007 in SemihostFsPierre Gondois1-4/+6
2021-01-06ArmPkg: Fix Ecc error 3001 in SemihostFsPierre Gondois1-2/+2
2021-01-06ArmPkg: Fix Ecc error 3002 in SemihostFsPierre Gondois1-5/+6
2019-07-04ArmPkg: Fix various typosAntoine Cœur1-1/+1
2019-04-09ArmPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2016-10-28ArmPkg/SemihostFs: eliminate calls to deprecated string functionsArd Biesheuvel1-8/+12
2014-10-27ArmPkg/SemihostFs: Implement SetInfo() and handle seeking past the end of a fileRonald Cron1-101/+644
2014-10-27ArmPkg/SemihostFs: Fix open file issues revealed by SCTRonald Cron1-53/+104
2014-10-27ArmPkg/Semihostlib: Rename semi-hosting open optionRonald Cron1-1/+1
2014-08-19ARM Packages: Removed trailing spacesRonald Cron1-17/+17
2014-06-20ARM Packages: Fixed missing braces (the warning was disabled by GCC)Olivier Martin1-2/+2
2014-03-25ArmPkg/SemihostFs: Various fixes for the file systemHarry Liebel1-2/+4
2013-09-23SemihostFs: Fix check for read-only file or file-openOlivier Martin1-2/+4
2013-04-14ArmPkg/SemihostFs: Make the driver more compliant with the UEFI specificationoliviermartin1-38/+114
2013-03-12ArmPkg/SemihostFs: Added comment in FileRead()oliviermartin1-1/+2
2013-03-12ArmPkg/SemihostFs: Use Unicode to Ascii function for the conversionoliviermartin1-12/+3
2013-03-12ArmPkg: Fixed unsigned type to be architecture independentoliviermartin1-5/+6
2013-01-25ArmPkg/SemiHosting: Recognise '.' directory as the root directory.oliviermartin1-2/+5
2012-07-04ArmPkg/SemihostFs: Fixed DataAbort in Semihosting File Systemoliviermartin1-16/+25
2010-04-29Update the copyright notice formathhtian1-2/+2
2009-12-06Adding support for BeagleBoard. AJFISH1-0/+526