]> git.proxmox.com Git - mirror_edk2.git/history - ArmPkg/Library/ArmLib/AArch64
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / ArmPkg / Library / ArmLib / AArch64 /
2021-12-07 Michael KubackiArmPkg: Apply uncrustify changes
2021-04-28 Pierre GondoisArmPkg: Fix Ecc error 8003
2021-02-08 Rebecca CranArmPkg: Add helper to read CCIDX status
2021-02-08 Rebecca CranArmPkg: Fix the return type of the ReadCCSIDR function
2021-02-08 Rebecca CranArmPkg: Add helper to read the Memory Model Features...
2020-12-18 Leif LindholmArmPkg/ArmLib: rename AArch64 variant of ArmReadIdPfr0
2020-12-18 Leif LindholmArmPkg/ArmLib: delete AArch64 version of ArmReadIdPfr1
2020-12-18 Leif LindholmArmPkg/ArmLib: add ArmHasGicSystemRegisters () helper...
2020-03-19 Ashish SinghalArmPkg/ArmLib: Fix cache-invalidate initial page tables
2020-03-05 Ard BiesheuvelArmPkg/ArmLib: ASSERT on set/way cache ops being used...
2020-03-05 Ard BiesheuvelArmPkg/ArmLib: clean up library includes
2020-03-05 Ard BiesheuvelArmPkg/ArmLib: move set/way helper functions into priva...
2020-03-05 Ard BiesheuvelArmPkg/ArmMmuLib AARCH64: cache-invalidate initial...
2019-07-04 Antoine CœurArmPkg: Fix various typos
2019-04-09 Michael D KinneyArmPkg: Replace BSD License with BSD+Patent License
2019-01-29 Ard BiesheuvelArmPkg/ArmMmuLib AARCH64: get rid of needless TLB inval...
2018-11-29 Ard BiesheuvelArmPkg/ArmLib: add support for reading the max physical...
2018-01-15 Michael ZimmermannArmPkg/Library/ArmLib: add ArmWriteSctlr
2017-09-15 Sami MujawarArmPkg: ARM v8.2 updates for detecting FP
2017-05-22 Sami MujawarArmPkg: Add CNTHCTL_EL2 support functions
2017-02-22 Ard BiesheuvelArmPkg/ArmLib: AARCH64: allow the stack aligment (SA...
2017-02-22 Ard BiesheuvelArmPkg/ArmLib: AARCH64: set frame pointer in cache...
2017-01-20 Ard BiesheuvelArmPkg/ArmLib: remove indirection layer from timer...
2016-09-08 Ard BiesheuvelArmPkg/ArmBaseLib: clean up directory structure
2016-09-08 Ard BiesheuvelArmPkg/ArmBaseLib: remove MemoryAllocationLib.h includes
2016-09-08 Ard BiesheuvelArmPkg/ArmLib: remove all ArmLib flavors except ArmBaseLib
2016-08-11 Ard BiesheuvelArmPkg/ArmLib: switch to ASM_FUNC() asm macro
2016-08-11 Ard BiesheuvelArmLib: remove ArmReplaceLiveTranslationEntry() impleme...
2016-07-07 Ard BiesheuvelArmPkg ArmVirtPkg MdeModulePkg: switch to separate...
2016-06-15 Ard BiesheuvelArmPkg/ArmLib: avoid cache maintenance in PEIMs when...
2016-05-12 Ard BiesheuvelArmPkg/ArmLib: don't invalidate entire I-cache on range...
2016-05-11 Zhang, Chao BMerge branch 'master' of github.com:tianocore/edk2
2016-05-10 Ard BiesheuvelArmPkg/AArch64Mmu: don't let table entries inherit...
2016-04-14 Ard BiesheuvelArmPkg/AArch64Mmu: disable MMU during page table manipu...
2016-04-14 Heyi GuoArmPkg/AArch64Mmu: Fix XN attribute for device memory
2016-03-22 Ard BiesheuvelArmPkg/AArch64Mmu: use correct AP[] bits in ArmClearMem...
2016-03-16 Cohen, EugeneArmPkg/ArmLib: add ArmReadHcr to enable read-modify...
2016-02-23 Cohen, EugeneArmPkg: CpuDxe: fix AArch64 interrupt read masks
2015-12-08 Eugene CohenArmPkg: update InvalidateInstructionCacheRange to flush...
2015-11-20 Leif LindholmArmPkg: ArmLib: purge incorrect ArmDrainWriteBuffer...
2015-11-19 Mark RutlandArmPkg: correct TTBR1_EL1 settings in TCR_EL1
2015-11-18 Ard BiesheuvelArmPkg/Mmu: set required XN attributes for device mappings
2015-11-18 Ard BiesheuvelArmPkg/AArch64Mmu: remove unused GcdAttributeToArmAttri...
2015-11-12 Ard BiesheuvelArmPkg/ArmLib: mark all cached mappings as (inner)...
2015-11-09 Ard BiesheuvelArmPkg/ArmLib: move cache maintenance sync barriers...
2015-11-09 Ard BiesheuvelArmPkg/ArmLib: retrieve cache line length from CTR...
2015-11-09 Ard BiesheuvelArmPkg/ArmLib: remove CCSIDR based cache info routines
2015-11-09 Ard BiesheuvelArmPkg/ArmLib: remove unused ArmCleanDataCacheToPoU()
2015-11-09 Ard BiesheuvelArmPkg BeagleBoardPkg Omap35xxPkg: fix typo 'ArmDataSyn...
2015-11-09 Mark RutlandArmPkg/ArmLib: fix barriers in AArch64 ArmEnableMmu
2015-10-08 Ard BiesheuvelArmPkg/ArmLib MMU: add functions to set/clear RO and...
2015-10-08 Ard BiesheuvelArmPkg/AArch64Mmu: move page table traversal code to...
2015-10-08 Ard BiesheuvelArmPkg/AArch64Mmu: use architecturally correct definiti...
2015-10-06 Ard BiesheuvelArmPkg/AArch64Mmu: remove cache maintenance for page...
2015-10-02 Ard BiesheuvelArmPkg/Mmu: do not configure block translations at...
2015-09-09 Heyi GuoArmPkg/Mmu: Fix potential page table memory leak
2015-09-09 Heyi GuoArmPkg/Mmu: Increase PageLevel when table found at...
2015-09-09 Heyi GuoArmPkg/Mmu: Fix literal number left shift bug
2015-09-09 Heyi GuoArmPkg/Mmu: Fix page level calculation bug
2015-09-09 Heyi GuoArmPkg/Mmu: Fix bug of aligning new allocated page...
2015-05-13 Heyi GuoArmPkg: fix ArmWriteCntkCtl simple code bug
2015-04-14 Ard BiesheuvelArmPkg: remove cache maintenance by VA operation range...
2014-11-11 Olivier MartinArmPkg: Ensured the stack is always quad-word aligned
2014-10-27 Olivier MartinArmPkg/ArmLib: Removed duplicated invalidate TLB function
2014-10-10 Olivier MartinArmPkg/ArmLib/AArch64: Initialize the new N+1-level...
2014-09-09 Ard BiesheuvelArmPkg: Move TimerDxe and ArmArchTimerLib to new ArmGen...
2014-09-09 Ard BiesheuvelArmPkg: Renamed ArmArchTimerLib.h to ArmArchTimer.h
2014-08-19 Olivier MartinArmPkg/ArmLib: Set again TCR after getting the Translat...
2014-06-03 Olivier MartinArmPkg/ArmLib: Drain Write Buffer before DCache mainten...
2014-05-08 Brendan JackmanARM Packages: Use AND instead of BIC instruction with...
2014-05-08 Brendan JackmanARM Packages: use GCC_ASM_EXPORT to export functions
2014-05-08 Brendan JackmanArmLib/AArch64Support.S: remove export of unimplemented...
2014-05-08 Brendan JackmanARM Packages: Remove GCC filter for AARCH64 assembly...
2014-04-24 Olivier MartinArmPkg/ArmLib: Fixed AArch64 MMU code when a region...
2014-03-26 Olivier MartinArmPkg/ArmLib: Correct Error Handling in AArch64
2014-03-24 Olivier MartinArmPkg/ArmLib: Removed unused AArch64 files
2014-03-01 Olivier MartinArmPkg/ArmLib: Rationalise ArmReadMidr and cognate...
2014-03-01 Olivier MartinArmPkg/ArmLib: ArmReadVBar implementation missing in...
2014-03-01 Olivier MartinArmPkg: Replace single dead loop.
2014-03-01 Olivier MartinArmPkg/ArmLib: Move common definitions from ArmV7Lib...
2014-02-24 Olivier MartinARM Packages: Include 'AsmMacroIoLibV8.h' instead of...
2014-02-12 Leif LindholmARM Packages: CRLF fixup
2014-02-12 Olivier MartinArmPkg/ArmLib: Added ArmReadMidr()
2014-01-24 Garrett KirkendallArmPkg/ArmLib: Fix AARCH64 page table entry filling...
2013-09-23 Olivier MartinArmPkg/ArmLib: Revert change 'Fixed field shifting...
2013-09-16 Olivier MartinArmPkg/ArmLib: Fixed field shifting in CLIDR_EL1 (AArch64)
2013-08-19 Olivier MartinArmPkg/ArmLib: Introduced TT_LAST_BLOCK_ADDRESS()
2013-07-26 Olivier MartinArmPkg/ArmLib: Fixed TBLs invalidation in EL1
2013-07-26 Olivier MartinArmPkg/Library: AArch64 MMU EL1 support
2013-07-26 Olivier MartinArmPkg/ArmLib/AArch64: Use the appropriate macros and...
2013-07-24 Olivier MartinArmPkg/ArmLib/AArch64: Fixed the calculation of the...
2013-07-18 Harry LiebelArmPkg: Added Aarch64 support