summaryrefslogtreecommitdiff
path: root/ArmPkg/Library/SemihostLib
AgeCommit message (Expand)AuthorFilesLines
2021-12-07ArmPkg: Apply uncrustify changesMichael Kubacki2-93/+94
2021-04-28ArmPkg: Fix Ecc error 8003Pierre Gondois1-3/+3
2021-04-15ArmPkg: Fix Ecc error 10014 in SemihostLibPierre Gondois1-1/+2
2021-04-15ArmPkg: Fix Ecc error 8001 in SemihostLibPierre Gondois2-53/+53
2021-01-06ArmPkg: Fix Ecc error 5007 in SemihostLibPierre Gondois1-4/+2
2019-04-09ArmPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney5-34/+5
2016-08-11ArmPkg/SemihostLib: switch to ASM_FUNC() asm macroArd Biesheuvel2-11/+4
2016-01-30ArmPkg: Rectify file modesEvan Lloyd1-0/+0
2014-10-27ArmPkg/SemihostLib: Add library functionsRonald Cron2-0/+111
2014-08-19ARM Packages: Removed trailing spacesRonald Cron3-11/+11
2014-05-08ARM Packages: Remove GCC filter for AARCH64 assembly filesBrendan Jackman1-1/+1
2014-03-25ArmPkg/SemihostFs: Various fixes for the file systemHarry Liebel1-7/+18
2014-03-25ArmPkg/SemihostLib: Made arguments 'native' sizeHarry Liebel1-8/+9
2013-07-18ArmPkg: Added Aarch64 supportHarry Liebel2-2/+29
2013-03-12ArmPkg/SemihostLib: Removed leading separator in FileName in SemihostFileOpen()oliviermartin1-0/+5
2013-03-12ArmPkg: Fixed unsigned type to be architecture independentoliviermartin1-10/+10
2013-03-12ArmPkg: Moved ARMv7 specific files to a 'Arm' subdirectoryoliviermartin3-9/+4
2013-01-25ARM Packages: Fixed line endingsoliviermartin3-226/+226
2012-05-02ARM Packages: Minor changes (fixed mispelling, line endings, incorrect comments)oliviermartin1-219/+219
2012-02-28ArmPkg/Library/SemihostLib: Removed depenencies on Uefi.h (Base library)oliviermartin1-25/+25
2010-12-15Fix semihosting on gcc. We need to save lr as svc instruction will change it. andrewfish1-1/+7
2010-12-15Add support for semihosting with GCC. Still needs more testing.andrewfish3-1/+59
2010-04-29Update the copyright notice formathhtian3-6/+6
2010-01-14Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. Thi...AJFISH2-28/+26
2010-01-12Need to add some extra functions to the libraries to support paging in the Cp...AJFISH1-1/+15
2009-12-06Adding support for BeagleBoard. AJFISH3-0/+415