You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
Recent Linux kernel accepts acpi_rsdp=0x.. in kernel command line. This will make Linux kernel look for ACPI RSDP address in the kernel commad line first prior to in DMI or F-segment. Signed-off-by: Aiden Park <aiden.park@intel.com>
42 lines
833 B
INI
42 lines
833 B
INI
## @file
|
|
#
|
|
# Copyright (c) 2019 - 2020, Intel Corporation. All rights reserved.<BR>
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = LinuxLib
|
|
FILE_GUID = 3999B594-5FE9-476B-884E-9D302D6DFA0F
|
|
MODULE_TYPE = BASE
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = LinuxLib
|
|
|
|
[Sources]
|
|
LinuxLib.c
|
|
|
|
[Sources.IA32]
|
|
Ia32/JumpToKernel.nasm
|
|
|
|
[Sources.X64]
|
|
X64/JumpToKernel.nasm
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
BootloaderCommonPkg/BootloaderCommonPkg.dec
|
|
|
|
[LibraryClasses]
|
|
BaseLib
|
|
BaseMemoryLib
|
|
DebugLib
|
|
PagingLib
|
|
PrintLib
|
|
|
|
[Guids]
|
|
gEfiGraphicsInfoHobGuid
|
|
gLoaderMemoryMapInfoGuid
|
|
gLoaderSystemTableInfoGuid
|
|
|
|
[Pcd]
|