Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
vicenteicc2008 committed Aug 14, 2024
1 parent 193e684 commit e1af5b9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
Binary file modified MSM8909Pkg/Drivers/LogoDxe/Logo.bmp
Binary file not shown.
8 changes: 7 additions & 1 deletion MSM8909Pkg/Library/PlatformBootManagerLib/PlatformBm.c
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ PlatformBootManagerBeforeConsole (
// Now add the device path of all handles with QcomKeypadDeviceProtocolGuid
// on them to ConIn.
//
FilterAndProcess (&gEFIDroidKeypadDeviceProtocolGuid, NULL, AddInput);
FilterAndProcess (&gSc8830KeypadDeviceProtocolGuid, NULL, AddInput);
// Register setup key then
PlatformRegisterSetupKey();

Expand Down Expand Up @@ -592,6 +592,12 @@ PlatformBootManagerAfterConsole (

EfiBootManagerRefreshAllBootOption ();

//
// Register UEFI Shell
//
PlatformRegisterFvBootOption (
&gUefiShellFileGuid, L"UEFI Shell", LOAD_OPTION_ACTIVE
);
PlatformRegisterOptionsAndKeys ();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@
gEfiSimpleFileSystemProtocolGuid
gEsrtManagementProtocolGuid
gEfiUsb2HcProtocolGuid
gEFIDroidKeypadDeviceProtocolGuid
gSc8830KeypadDeviceProtocolGuid

2 changes: 1 addition & 1 deletion MSM8909Pkg/MSM8909Pkg.dec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
gMSM8909PkgTokenSpaceGuid = { 0x99a14446, 0xaad7, 0xe460, {0xb4, 0xe5, 0x1f, 0x79, 0xaa, 0xa4, 0x93, 0xfd } }

[Protocols]
gEFIDroidKeypadDeviceProtocolGuid = { 0xb27625b5, 0x0b6c, 0x4614, { 0xaa, 0x3c, 0x33, 0x13, 0xb5, 0x1d, 0x36, 0x46 } }
gSc8830KeypadDeviceProtocolGuid = { 0xb27625b5, 0x0b6c, 0x4614, { 0xaa, 0x3c, 0x33, 0x13, 0xb5, 0x1d, 0x36, 0x46 } }

[PcdsFixedAtBuild.common]
# Simple FrameBuffer
Expand Down
2 changes: 1 addition & 1 deletion MSM8909Pkg/MSM8909Pkg.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4

gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor|L"Dodo viC (vice2008)"
gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString|L"Alpha"
gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString|L"1.0-rc2"

# Boot all cores or nothing :)
gArmPlatformTokenSpaceGuid.PcdCoreCount|4
Expand Down

0 comments on commit e1af5b9

Please sign in to comment.