Samer El-Haj-Mahmoud

Results 52 comments of Samer El-Haj-Mahmoud

> So the keyboard is attached to the DWC2 controller. If so you will need: > > https://lkml.org/lkml/2021/4/7/1725 > and > https://edk2.groups.io/g/devel/topic/patch_3_3/81935645?p=,,,20,0,0,0::recentpostdate%2Fsticky,,,20,2,0,81935645 > > Although, its possible that second patch...

You may find these comments useful: https://github.com/pftf/RPi4/issues/26#issuecomment-742040031

This is correct. startup.nsh is processed by Shell.efi... not by anything else in the UEFI firmware. Did you try to make the built-in UEFI Shell the first in the bootlist,...

I wonder why UEFI Shell is not showing up as a boot option by default.. it certainly used to in older FW.. @sunnywang-arm maybe can take a look?

since we are re-working the fastboot support, and possibly disabling by default, should we reconsider adding the LOAD_OPTION_CATEGORY_BOOT to the Shell, and allowing it to boot by default? Worst case,...

I already registered and own **rpi4-uefi.dev** I can gladly point it to the new Github static web site when ready

I temporarily redirected [rpi4-uefi.dev ](https://rpi4-uefi.dev/) to [github.com/pftf](https://github.com/pftf/) . I can edit the URL to whatever documentation page we end up with on the PFTF Github

What about serial console manager? This issue seems to be tracking multiple requests. For me, a serial console manager would be an excellent addition to Windows Terminal, and removes the...

One solution is for EBBR to reference specific items from [Base Boot Requirements (BBR) specification](https://developer.arm.com/documentation/den0044/), section 9 - SMBIOS REQUIREMENTS. It is also possible to do it the other way...

Can we use a a more common terminology than "POST"? How about "Boot Progress"? This is more consistent with industry standard terminology such as Redfish (see "BootProgress" property in https://redfish.dmtf.org/schemas/v1/ComputerSystem_v1.xml)....