You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
b5c9466908
There are lots of common code in Stage1A/1B/2, so it makes sense to put those into a StageLib so that the same code can be reused. As part of it, PagingLib is also restructured to align with Stage mapping/remapping. It will consider both X64 mode and IA32 mode. Signed-off-by: Maurice Ma <maurice.ma@intel.com>
31 lines
684 B
INI
31 lines
684 B
INI
## @file
|
|
#
|
|
# Copyright (c) 2017 - 2020, Intel Corporation. All rights reserved.<BR>
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = PagingLib
|
|
FILE_GUID = 556f5d10-7309-4af4-b80a-8196bd60946f
|
|
MODULE_TYPE = BASE
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = PagingLib
|
|
|
|
#
|
|
# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM ARC
|
|
#
|
|
|
|
[Sources]
|
|
PagingLib.c
|
|
PagingMap.c
|
|
Paging32To64.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
BootloaderCommonPkg/BootloaderCommonPkg.dec
|
|
|
|
[LibraryClasses]
|
|
|