Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

Commit 3d20167

Browse files
committed
JadePkg: Disable support USB CDC Net and Redfish
Because the USB workaround in edk2 is impacting the USB/XHCI driver, there are some bugs relevant to Virtual Media and USB. Disable this driver until we have a new implementation. Redfish is using USB CDC Net in-band, so it is disabled too. Signed-off-by: Tinh Nguyen <tinhn@amperecomputing.com>
1 parent 69b212c commit 3d20167

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Platform/Ampere/JadePkg/Jade.dsc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
DEFINE NETWORK_HTTP_BOOT_ENABLE = TRUE
6262
DEFINE NETWORK_ALLOW_HTTP_CONNECTIONS = TRUE
6363
DEFINE NETWORK_TLS_ENABLE = TRUE
64-
DEFINE REDFISH_ENABLE = TRUE
64+
DEFINE REDFISH_ENABLE = FALSE
6565

6666
DEFINE DEFAULT_KEYS = TRUE
6767
DEFINE PK_DEFAULT_FILE = Platform/Ampere/JadePkg/TestKeys/PK.cer
@@ -241,8 +241,6 @@
241241
#
242242
Platform/Ampere/AmperePlatformPkg/Drivers/GigUndiDxe/GigUndiDxe.inf
243243

244-
Platform/Ampere/AmperePlatformPkg/Drivers/UsbCdcEthernetDxe/UsbCdcEthernetDxe.inf
245-
246244
#
247245
# VGA Aspeed
248246
#

Platform/Ampere/JadePkg/Jade.fdf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,6 @@ APRIORI DXE {
323323
#
324324
INF Platform/Ampere/AmperePlatformPkg/Drivers/GigUndiDxe/GigUndiDxe.inf
325325

326-
INF Platform/Ampere/AmperePlatformPkg/Drivers/UsbCdcEthernetDxe/UsbCdcEthernetDxe.inf
327-
328326
#
329327
# VGA Aspeed
330328
#

0 commit comments

Comments
 (0)