Skip to content

Commit

Permalink
ArmVirtPkg: auto-generate SEC ProcessLibraryConstructorList() decl
Browse files Browse the repository at this point in the history
Rely on AutoGen for declaring ProcessLibraryConstructorList().

Build-tested with:

  build -a AARCH64 -b DEBUG \
    -m ArmVirtPkg/PrePi/ArmVirtPrePiUniCoreRelocatable.inf \
    -p ArmVirtPkg/ArmVirtKvmTool.dsc -t GCC5

Cc: Ard Biesheuvel <[email protected]>
Cc: Gerd Hoffmann <[email protected]>
Cc: Leif Lindholm <[email protected]>
Cc: Sami Mujawar <[email protected]>
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=990
Signed-off-by: Laszlo Ersek <[email protected]>
Message-Id: <[email protected]>
Reviewed-by: Ard Biesheuvel <[email protected]>
Acked-by: Gerd Hoffmann <[email protected]>
  • Loading branch information
lersek authored and mergify[bot] committed Mar 8, 2024
1 parent 9146008 commit f71a76e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion ArmVirtPkg/PrePi/ArmVirtPrePiUniCoreRelocatable.inf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#**/

[Defines]
INF_VERSION = 0x00010005
INF_VERSION = 1.30
BASE_NAME = ArmVirtPrePiUniCoreRelocatable
FILE_GUID = f7d9fd14-9335-4389-80c5-334d6abfcced
MODULE_TYPE = SEC
Expand Down
6 changes: 0 additions & 6 deletions ArmVirtPkg/PrePi/PrePi.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@

#include "PrePi.h"

VOID
EFIAPI
ProcessLibraryConstructorList (
VOID
);

VOID
PrePiMain (
IN UINTN UefiMemoryBase,
Expand Down

0 comments on commit f71a76e

Please sign in to comment.