Skip to content

Commit

Permalink
Revert "ArmPkg/CpuDxe: Implement EFI memory attributes protocol"
Browse files Browse the repository at this point in the history
This reverts commit 1c4dfad.
  • Loading branch information
osy committed Jul 28, 2023
1 parent 8bf601c commit 52384b2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 326 deletions.
2 changes: 0 additions & 2 deletions ArmPkg/Drivers/CpuDxe/CpuDxe.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,6 @@ CpuDxeInitialize (
&mCpuHandle,
&gEfiCpuArchProtocolGuid,
&mCpu,
&gEfiMemoryAttributeProtocolGuid,
&mMemoryAttribute,
NULL
);

Expand Down
3 changes: 0 additions & 3 deletions ArmPkg/Drivers/CpuDxe/CpuDxe.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,9 @@
#include <Protocol/Cpu.h>
#include <Protocol/DebugSupport.h>
#include <Protocol/LoadedImage.h>
#include <Protocol/MemoryAttribute.h>

extern BOOLEAN mIsFlushingGCD;

extern EFI_MEMORY_ATTRIBUTE_PROTOCOL mMemoryAttribute;

/**
This function registers and enables the handler specified by InterruptHandler for a processor
interrupt or exception type specified by InterruptType. If InterruptHandler is NULL, then the
Expand Down
2 changes: 0 additions & 2 deletions ArmPkg/Drivers/CpuDxe/CpuDxe.inf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
CpuDxe.h
CpuMmuCommon.c
Exception.c
MemoryAttribute.c

[Sources.ARM]
Arm/Mmu.c
Expand Down Expand Up @@ -54,7 +53,6 @@

[Protocols]
gEfiCpuArchProtocolGuid
gEfiMemoryAttributeProtocolGuid

[Guids]
gEfiDebugImageInfoTableGuid
Expand Down
319 changes: 0 additions & 319 deletions ArmPkg/Drivers/CpuDxe/MemoryAttribute.c

This file was deleted.

0 comments on commit 52384b2

Please sign in to comment.