X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ArmPkg%2FLibrary%2FArmLib%2FAArch64%2FAArch64Support.S;fp=ArmPkg%2FLibrary%2FArmLib%2FAArch64%2FAArch64Support.S;h=199374ff59e3328bd87008ed1ccc0441aeed17b6;hp=310d4bb48ae5dba4eeeded0a44fa4963b27802d1;hb=ff5fef1428dafc8f73e1f5d63966ef5c9bd8c420;hpb=080981d72dcbb782ad73716c439639324b0aa4dd diff --git a/ArmPkg/Library/ArmLib/AArch64/AArch64Support.S b/ArmPkg/Library/ArmLib/AArch64/AArch64Support.S index 310d4bb48a..199374ff59 100644 --- a/ArmPkg/Library/ArmLib/AArch64/AArch64Support.S +++ b/ArmPkg/Library/ArmLib/AArch64/AArch64Support.S @@ -430,13 +430,13 @@ ASM_FUNC(ArmReadMpidr) ret -// Keep old function names for C compatibilty for now. Change later? +// Keep old function names for C compatibility for now. Change later? ASM_FUNC(ArmReadTpidrurw) mrs x0, tpidr_el0 // read tpidr_el0 (v7 TPIDRURW) -> (v8 TPIDR_EL0) ret -// Keep old function names for C compatibilty for now. Change later? +// Keep old function names for C compatibility for now. Change later? ASM_FUNC(ArmWriteTpidrurw) msr tpidr_el0, x0 // write tpidr_el0 (v7 TPIDRURW) -> (v8 TPIDR_EL0) ret @@ -453,7 +453,7 @@ ASM_FUNC(ArmReadIdPfr0) ret -// Q: id_aa64pfr1_el1 not defined yet. What does this funtion want to access? +// Q: id_aa64pfr1_el1 not defined yet. What does this function want to access? // A: used to setup arch timer. Check if we have security extensions, permissions to set stuff. // See: ArmPkg/Library/ArmArchTimerLib/AArch64/ArmArchTimerLib.c // Not defined yet, but stick in here for now, should read all zeros.