summaryrefslogtreecommitdiff
path: root/ArmPkg/Filesystem
AgeCommit message (Expand)AuthorFilesLines
2023-03-09ArmPkg/SemihostFs: replace SetMem with ZeroMemGerd Hoffmann1-1/+1
2021-12-07ArmPkg: Apply uncrustify changesMichael Kubacki2-102/+128
2021-04-28ArmPkg: Correct small typosPierre Gondois1-1/+1
2021-04-28ArmPkg: Fix Ecc error 8003Pierre Gondois1-3/+3
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œur2-2/+2
2019-04-09ArmPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney3-21/+3
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 Cron2-118/+795
2014-10-27ArmPkg/SemihostFs: Fix open file issues revealed by SCTRonald Cron2-54/+131
2014-10-27ArmPkg/Semihostlib: Rename semi-hosting open optionRonald Cron1-1/+1
2014-08-19ARM Packages: Removed trailing spacesRonald Cron2-25/+25
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-07-18ArmPkg: Added Aarch64 supportHarry Liebel1-1/+3
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
2013-01-25ARM Packages: Fixed line endingsoliviermartin1-46/+46
2012-09-28ARM Packages: Moved ARM assembly files to 'Arm' subdirectoryoliviermartin1-1/+0
2012-09-27ARM Packages: Minor typo, mispellings and coding style changesoliviermartin2-33/+10
2012-07-04ArmPkg/SemihostFs: Fixed DataAbort in Semihosting File Systemoliviermartin1-16/+25
2010-04-29Update the copyright notice formathhtian3-6/+6
2010-01-12Fix some more headers. Add some missing library classes in .dec file and upda...AJFISH1-1/+1
2009-12-06Adding support for BeagleBoard. AJFISH3-0/+688