Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop S3 and Lock Box Support [Rebase & FF] #1042

Merged
merged 10 commits into from
Sep 24, 2024
27 changes: 0 additions & 27 deletions Platforms/QemuQ35Pkg/AcpiPlatformDxe/AcpiPlatform.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ typedef struct {
UINT64 PciAttributes;
} ORIGINAL_ATTRIBUTES;

typedef struct S3_CONTEXT S3_CONTEXT;

EFI_STATUS
EFIAPI
InstallCloudHvTables (
Expand Down Expand Up @@ -49,29 +47,4 @@ RestorePciDecoding (
IN UINTN Count
);

EFI_STATUS
AllocateS3Context (
OUT S3_CONTEXT **S3Context,
IN UINTN WritePointerCount
);

VOID
ReleaseS3Context (
IN S3_CONTEXT *S3Context
);

EFI_STATUS
SaveCondensedWritePointerToS3Context (
IN OUT S3_CONTEXT *S3Context,
IN UINT16 PointerItem,
IN UINT8 PointerSize,
IN UINT32 PointerOffset,
IN UINT64 PointerValue
);

EFI_STATUS
TransferS3ContextToBootScript (
IN S3_CONTEXT *S3Context
);

#endif
2 changes: 0 additions & 2 deletions Platforms/QemuQ35Pkg/AcpiPlatformDxe/AcpiPlatformDxe.inf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
[Sources]
AcpiPlatform.c
AcpiPlatform.h
BootScript.c
CloudHvAcpi.c
EntryPoint.c
PciDecoding.c
Expand All @@ -43,7 +42,6 @@
OrderedCollectionLib
PcdLib
QemuFwCfgLib
QemuFwCfgS3Lib
UefiBootServicesTableLib
UefiDriverEntryPoint

Expand Down
276 changes: 0 additions & 276 deletions Platforms/QemuQ35Pkg/AcpiPlatformDxe/BootScript.c

This file was deleted.

Loading
Loading