On Wed, Jul 31, 2024 at 12:59:40 +0200, Ard Biesheuvel wrote: > The Chipset/ sub-directories no longer exist and the code has been moved > into MdePkg. Update the includes accordingly. > > Signed-off-by: Ard Biesheuvel <a...@kernel.org>
Reviewed-by: Leif Lindholm <quic_llind...@quicinc.com> Thanks! > --- > Platform/BeagleBoard/BeagleBoardPkg/PrePi/Arm/ModuleEntryPoint.S | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Platform/BeagleBoard/BeagleBoardPkg/PrePi/Arm/ModuleEntryPoint.S > b/Platform/BeagleBoard/BeagleBoardPkg/PrePi/Arm/ModuleEntryPoint.S > index 46c1498b969f..505ee0a5ce07 100644 > --- a/Platform/BeagleBoard/BeagleBoardPkg/PrePi/Arm/ModuleEntryPoint.S > +++ b/Platform/BeagleBoard/BeagleBoardPkg/PrePi/Arm/ModuleEntryPoint.S > @@ -7,7 +7,8 @@ > > #include <AsmMacroIoLib.h> > > -#include <Chipset/ArmV7.h> > +#include <Arm/AArch32.h> > +#include <Arm/AArch32Mmu.h> > > ASM_FUNC(_ModuleEntryPoint) > // Do early platform specific actions > -- > 2.46.0.rc1.232.g9752f9e123-goog > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120147): https://edk2.groups.io/g/devel/message/120147 Mute This Topic: https://groups.io/mt/107643974/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-