Files
slimbootloader/BootloaderCommonPkg/Library/LinuxLib/LinuxLib.inf
Aiden Park 0b31b6b2a6 Add 'acpi_rsdp' Linux kernel parameter in cmdline (#679)
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>
2020-04-17 16:14:47 -07:00

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]