blob: d2c171accaa546906ae48e9b0b094b1be9fa3bd0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
## @file
# Flattened Device Tree information parser.
#
# Copyright (c) 2021, ARM Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
[Defines]
INF_VERSION = 0x00010019
BASE_NAME = FdtHwInfoParserLib
FILE_GUID = F174A422-BC86-41E2-9E9C-C6D6E437F4AD
VERSION_STRING = 1.0
MODULE_TYPE = DXE_DRIVER
LIBRARY_CLASS = HwInfoParserLib
[Sources]
CmObjectDescUtility.c
CmObjectDescUtility.h
FdtHwInfoParserInclude.h
FdtHwInfoParser.c
FdtHwInfoParser.h
FdtUtility.c
FdtUtility.h
BootArch/ArmBootArchParser.c
BootArch/ArmBootArchParser.h
GenericTimer/ArmGenericTimerParser.c
GenericTimer/ArmGenericTimerParser.h
Gic/ArmGicCParser.c
Gic/ArmGicCParser.h
Gic/ArmGicDispatcher.c
Gic/ArmGicDispatcher.h
Gic/ArmGicDParser.c
Gic/ArmGicDParser.h
Gic/ArmGicItsParser.c
Gic/ArmGicItsParser.h
Gic/ArmGicMsiFrameParser.c
Gic/ArmGicMsiFrameParser.h
Gic/ArmGicRParser.c
Gic/ArmGicRParser.h
Pci/ArmPciConfigSpaceParser.c
Pci/ArmPciConfigSpaceParser.h
Serial/ArmSerialPortParser.c
Serial/ArmSerialPortParser.h
[Packages]
ArmPkg/ArmPkg.dec
DynamicTablesPkg/DynamicTablesPkg.dec
EmbeddedPkg/EmbeddedPkg.dec
MdeModulePkg/MdeModulePkg.dec
MdePkg/MdePkg.dec
[LibraryClasses]
DebugLib
FdtLib
MemoryAllocationLib
|