Drop Qualcomm Mass Storage App

An entry to the new BuiltinLinuxKrl will be added to SimpleInit later
This commit is contained in:
Sophon 2022-01-22 23:43:17 +08:00
parent cd23f40c29
commit a5cd46c442
15 changed files with 2 additions and 28 deletions

@ -1 +1 @@
Subproject commit 8ef0c1c3f33bac3423482561f553cfb5321ce36d
Subproject commit b3a69de2d3eec03d1055b5a79f4d92e5fff889fc

View File

@ -566,8 +566,6 @@ APRIORI DXE {
INF ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf
!endif #$(INCLUDE_TFTP_COMMAND)
INF sdm845Pkg/Binary/845/UsbfnMsdApp/UsbfnMsdApp.inf
#
# Bds
#

View File

@ -563,7 +563,6 @@ APRIORI DXE {
INF ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf
!endif #$(INCLUDE_TFTP_COMMAND)
INF sdm845Pkg/Binary/845/UsbfnMsdApp/UsbfnMsdApp.inf
INF sdm845Pkg/Binary/845/BuiltinLinuxKrl/BuiltinLinuxKrl.inf
#

View File

@ -554,8 +554,6 @@ APRIORI DXE {
INF ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf
!endif #$(INCLUDE_TFTP_COMMAND)
INF sdm845Pkg/Binary/845/UsbfnMsdApp/UsbfnMsdApp.inf
#
# Bds
#

View File

@ -575,8 +575,6 @@ APRIORI DXE {
INF ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf
!endif #$(INCLUDE_TFTP_COMMAND)
INF sdm845Pkg/Binary/845/UsbfnMsdApp/UsbfnMsdApp.inf
INF sdm845Pkg/Binary/845/BuiltinLinuxKrl/BuiltinLinuxKrl.inf

View File

@ -579,7 +579,6 @@ APRIORI DXE {
INF ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf
!endif #$(INCLUDE_TFTP_COMMAND)
INF sdm845Pkg/Binary/845/UsbfnMsdApp/UsbfnMsdApp.inf
INF sdm845Pkg/Binary/845/BuiltinLinuxKrl/BuiltinLinuxKrl.inf
#

View File

@ -572,8 +572,6 @@ APRIORI DXE {
INF ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf
!endif #$(INCLUDE_TFTP_COMMAND)
INF sdm845Pkg/Binary/845/UsbfnMsdApp/UsbfnMsdApp.inf
#
# Bds
#

View File

@ -553,8 +553,6 @@ APRIORI DXE {
INF ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf
!endif #$(INCLUDE_TFTP_COMMAND)
INF sdm845Pkg/Binary/845/UsbfnMsdApp/UsbfnMsdApp.inf
#
# Bds
#

View File

@ -553,8 +553,6 @@ APRIORI DXE {
INF ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf
!endif #$(INCLUDE_TFTP_COMMAND)
INF sdm845Pkg/Binary/845/UsbfnMsdApp/UsbfnMsdApp.inf
#
# Bds
#

View File

@ -561,7 +561,6 @@ APRIORI DXE {
INF ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf
!endif #$(INCLUDE_TFTP_COMMAND)
INF sdm845Pkg/Binary/845/UsbfnMsdApp/UsbfnMsdApp.inf
INF sdm845Pkg/Binary/845/BuiltinLinuxKrl/BuiltinLinuxKrl.inf
#

View File

@ -571,7 +571,6 @@ APRIORI DXE {
INF ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf
!endif #$(INCLUDE_TFTP_COMMAND)
INF sdm845Pkg/Binary/845/UsbfnMsdApp/UsbfnMsdApp.inf
#
# Bds

View File

@ -682,18 +682,12 @@ VOID EFIAPI PlatformBootManagerAfterConsole(VOID)
PlatformRegisterFvBootOption(
&gUefiShellFileGuid, L"UEFI Shell", LOAD_OPTION_ACTIVE);
//
// Register Qualcomm Mass Storage App
//
PlatformRegisterFvBootOption(
&gUsbfnMsdAppFileGuid, L"UEFI Mass Storage", LOAD_OPTION_ACTIVE);
#ifdef BUILTIN_LINUX_TEST
//
// Register Built-in Linux Kernel
//
PlatformRegisterFvBootOption(
&gBuiltinLinuxKrlFileGuid, L"Linux Mass Storage", LOAD_OPTION_ACTIVE);
&gBuiltinLinuxKrlFileGuid, L"USB Attached SCSI (UAS) Storage", LOAD_OPTION_ACTIVE);
#endif
#ifdef AB_SLOTS_SUPPORT

View File

@ -77,7 +77,6 @@
gEfiEndOfDxeEventGroupGuid
gEfiTtyTermGuid
gUefiShellFileGuid
gUsbfnMsdAppFileGuid
gBuiltinLinuxKrlFileGuid
gSwitchSlotsAppFileGuid
gSimpleInitFileGuid

View File

@ -45,7 +45,6 @@
gEfiMemCardInfoProtocolGuid = { 0x85c1f7d2, 0xbce6, 0x4f31, { 0x8f, 0x4d, 0xd3, 0x7e, 0x03, 0xd0, 0x5e, 0xaa } }
[Guids]
gUsbfnMsdAppFileGuid = { 0x1C207232, 0x4086, 0x9BE7, { 0xDB, 0x16, 0x15, 0x9D, 0x66, 0xAB, 0x46, 0x6A } }
gSwitchSlotsAppFileGuid = { 0xD5BC0FB1, 0xA833, 0x4607, { 0xB7, 0xB6, 0x5E, 0xF9, 0xD1, 0x0B, 0xEE, 0xB7 } }
gSimpleInitFileGuid = { 0x6D77B2BB, 0x69EB, 0x42AB, { 0xBE, 0xCF, 0x4F, 0x40, 0xC8, 0x95, 0x68, 0xC3 } }
gBuiltinLinuxKrlFileGuid = { 0x2a24787e, 0xe09c, 0x43ce, { 0xb5, 0xcf, 0xd0, 0x30, 0x66, 0xf6, 0x09, 0x2f } }

View File

@ -342,6 +342,4 @@
ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf
!endif #$(INCLUDE_TFTP_COMMAND)
sdm845Pkg/Binary/845/UsbfnMsdApp/UsbfnMsdApp.inf
sdm845Pkg/Binary/845/BuiltinLinuxKrl/BuiltinLinuxKrl.inf