-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PcdDp0LaneMux, PciePeReset(PCIE20L2)
- Loading branch information
Showing
3 changed files
with
63 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 42 additions & 0 deletions
42
...ip/Platform/Firefly/AIO-3588Q/Library/RockchipPlatformLib/RockchipPlatformLibPcaDepex.inf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# | ||
# Copyright (c) 2021, Rockchip Limited. All rights reserved. | ||
# | ||
# SPDX-License-Identifier: BSD-2-Clause-Patent | ||
# | ||
|
||
[Defines] | ||
INF_VERSION = 0x00010019 | ||
BASE_NAME = RockchipPlatformLib | ||
FILE_GUID = 5178fa86-2fec-11ec-95b4-f42a7dcb925d | ||
MODULE_TYPE = BASE | ||
VERSION_STRING = 1.0 | ||
LIBRARY_CLASS = RockchipPlatformLib | ||
RKPLATLIB_COMMON_DIR = Silicon/Rockchip/RK3588/Library/RockchipPlatformLibCommon | ||
|
||
[Packages] | ||
EmbeddedPkg/EmbeddedPkg.dec | ||
MdePkg/MdePkg.dec | ||
MdeModulePkg/MdeModulePkg.dec | ||
Silicon/Rockchip/RK3588/RK3588.dec | ||
Silicon/Rockchip/RockchipPkg.dec | ||
|
||
[LibraryClasses] | ||
ArmLib | ||
HobLib | ||
IoLib | ||
MemoryAllocationLib | ||
SerialPortLib | ||
CruLib | ||
GpioLib | ||
PWMLib | ||
|
||
[Protocols] | ||
gPca95xxProtocolGuid | ||
|
||
[Sources.common] | ||
RockchipPlatformLib.c | ||
$(RKPLATLIB_COMMON_DIR)/RK3588CruLib.c | ||
|
||
# Hack to enable use of PCA9555 during PCIe initialization. | ||
[Depex] | ||
gPca95xxProtocolGuid |