forked from acidanthera/OpenCorePkg
-
Notifications
You must be signed in to change notification settings - Fork 5
/
OpenDuetPkgDefines.fdf.inc
102 lines (86 loc) · 3.87 KB
/
OpenDuetPkgDefines.fdf.inc
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
## @file
# This is DUET FDF file with UEFI HII features enabled
#
# Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
# http://opensource.org/licenses/bsd-license.php
#
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
##
BlockSize = 0x10000
NumBlocks = 22
FvAlignment = 16 #FV alignment and FV attributes setting.
ERASE_POLARITY = 1
MEMORY_MAPPED = TRUE
STICKY_WRITE = TRUE
LOCK_CAP = TRUE
LOCK_STATUS = TRUE
WRITE_DISABLED_CAP = TRUE
WRITE_ENABLED_CAP = TRUE
WRITE_STATUS = TRUE
WRITE_LOCK_CAP = TRUE
WRITE_LOCK_STATUS = TRUE
READ_DISABLED_CAP = TRUE
READ_ENABLED_CAP = TRUE
READ_STATUS = TRUE
READ_LOCK_CAP = TRUE
READ_LOCK_STATUS = TRUE
APRIORI DXE {
INF MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
INF OvmfPkg/8259InterruptControllerDxe/8259.inf
}
# Core code
INF MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
INF MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
INF MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
INF MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
INF MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
# Console
INF MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
INF MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
INF OpenCorePkg/Legacy/BootPlatform/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
# CPU and interrupts
INF UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
INF OpenCorePkg/Legacy/BootPlatform/CpuDxe/CpuDxe.inf
INF OvmfPkg/8259InterruptControllerDxe/8259.inf
INF OpenCorePkg/Legacy/BootPlatform/AcpiResetDxe/Reset.inf
# Timer
INF MdeModulePkg/Universal/Metronome/Metronome.inf
INF MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
INF MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
INF OvmfPkg/8254TimerDxe/8254Timer.inf
INF PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
# PCI
INF OpenCorePkg/Legacy/BootPlatform/PciRootBridgeDxe/PciRootBridgeNoEnumeration.inf
INF OpenCorePkg/Legacy/BootPlatform/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf
# BIOS Video and CSM
INF OpenCorePkg/Legacy/BootPlatform/BiosVideo/BiosVideo.inf
INF OpenCorePkg/Legacy/BootPlatform/LegacyRegion2Dxe/LegacyRegion2Dxe.inf
# ISA (e.g. PS/2 devices)
INF OvmfPkg/SioBusDxe/SioBusDxe.inf
# Keyboard input (OpenCore has custom drivers)
# INF MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe.inf
# INF MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
# Mouse input (PS/2 is usually customised for touchpad)
# INF MdeModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf
# INF MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
# Generic disk I/O (Unicode collation is used by e.g. FAT)
INF MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
INF MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
INF OpenCorePkg/Platform/OpenPartitionDxe/PartitionDxe.inf
# ACPI and SMBIOS (convenience protocols are optional)
# INF OpenCorePkg/Legacy/BootPlatform/SmbiosGenDxe/SmbiosGen.inf
# INF MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf
# INF MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
# Filesystems (FAT is mandatory)
INF FatPkg/EnhancedFatDxe/Fat.inf
# Binary drivers
# INF RuleOverride=BINARY OpenCorePkg/Legacy/BinDrivers/HfsPlus.inf
# INF RuleOverride=BINARY OpenCorePkg/Legacy/BinDrivers/OpenUsbKbDxe.inf
# Boot management
INF OpenCorePkg/Legacy/BootPlatform/BdsDxe/BdsDxe.inf