Skip to content

Commit

Permalink
JadePkg: Disable support USB CDC Net and Redfish
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
tinhnampere committed May 24, 2022
1 parent 69b212c commit 3d20167
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions Platform/Ampere/JadePkg/Jade.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
DEFINE NETWORK_HTTP_BOOT_ENABLE = TRUE
DEFINE NETWORK_ALLOW_HTTP_CONNECTIONS = TRUE
DEFINE NETWORK_TLS_ENABLE = TRUE
DEFINE REDFISH_ENABLE = TRUE
DEFINE REDFISH_ENABLE = FALSE

DEFINE DEFAULT_KEYS = TRUE
DEFINE PK_DEFAULT_FILE = Platform/Ampere/JadePkg/TestKeys/PK.cer
Expand Down Expand Up @@ -241,8 +241,6 @@
#
Platform/Ampere/AmperePlatformPkg/Drivers/GigUndiDxe/GigUndiDxe.inf

Platform/Ampere/AmperePlatformPkg/Drivers/UsbCdcEthernetDxe/UsbCdcEthernetDxe.inf

#
# VGA Aspeed
#
Expand Down
2 changes: 0 additions & 2 deletions Platform/Ampere/JadePkg/Jade.fdf
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,6 @@ APRIORI DXE {
#
INF Platform/Ampere/AmperePlatformPkg/Drivers/GigUndiDxe/GigUndiDxe.inf

INF Platform/Ampere/AmperePlatformPkg/Drivers/UsbCdcEthernetDxe/UsbCdcEthernetDxe.inf

#
# VGA Aspeed
#
Expand Down

0 comments on commit 3d20167

Please sign in to comment.