Hi, can you please have a look at this patch? It fixes a build failure. Regards, Patrick Rudolph
On Thu, Feb 10, 2022 at 10:24 PM Sean Rhodes <[email protected]> wrote: > > Fix case match in <Protocol/MpService.h> to avoid build failure on > Linu. > > Signed-off-by: Sean Rhodes <[email protected]> > --- > UefiPayloadPkg/BlSupportSmm/BlSupportSmm.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.h > b/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.h > index 15e604d514..b82f632556 100644 > --- a/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.h > +++ b/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.h > @@ -22,7 +22,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent > #include <Library/PciLib.h> > #include <Protocol/SmmSwDispatch2.h> > #include <Protocol/SmmAccess2.h> > -#include <protocol/MpService.h> > +#include <Protocol/MpService.h> > #include <Library/UefiBootServicesTableLib.h> > #include <Register/Intel/ArchitecturalMsr.h> > #include <Guid/SmmRegisterInfoGuid.h> > -- > 2.32.0 > > > > ------------ > Groups.io Links: You receive all messages sent to this group. > View/Reply Online (#86579): https://edk2.groups.io/g/devel/message/86579 > Mute This Topic: https://groups.io/mt/89056082/2917327 > Group Owner: [email protected] > Unsubscribe: https://edk2.groups.io/g/devel/unsub > [[email protected]] > ------------ > > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#86814): https://edk2.groups.io/g/devel/message/86814 Mute This Topic: https://groups.io/mt/89056082/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
