Samer El-Haj-Mahmoud
Samer El-Haj-Mahmoud
ACS 3.0 FWTS failure reported on the RPi 400: ``` Test 2 of 4: Stress test for UEFI miscellaneous runtime service interfaces. Stress testing for UEFI runtime service GetNextHighMonotonicCount interface....
There is a known issue in 1.29 FW that causes BootOrder to not be retained. This is due to: https://github.com/tianocore/edk2-platforms/commit/2e87ce84dc67cd8b2f1a39e34ccdd885a2993226 The issue does not exist in 1.28 FW There is...
From the new ACS 2.5 beta tests on Rel 1.19: https://github.com/pftf/acs-reports/blob/master/v1.19/acs-enterprise-v2.5-beta/luv-results-2020-08-24--10-11-06/raw/fwts#L223 ``` 1.1 fwts uefirttime: INFO UEFI Runtime service time interface tests. ... 1.1 fwts Test INFO 4 of 36:...
The UEFI 2.8 added support for a new UEFI Config Table: `EFI_RT_PROPERTIES`.. The table allows the FW to advertise to the OS that some services (such as SetVariable() ) are...
EDK2 is proposing common SMBIOS lib code (see https://edk2.groups.io/g/devel/message/67608) This is to track re-factoring the code to re-use the common library in the future
One suggestion for the RPi is to implement proper PrePeiCore phase See as reference usage in the following platforms in edk2-platforms: - Socionext DeveloperBox - Arm VExpressPkg - Arm SgiPkg...
This includes the following - [x] BcmGenetDxe - [ ] DisplayDxe - [ ] DwUsbHostDxe We need to use the proper mechanisim in EDK2 for driver model drivers of non-discoverable...
Currently, the RPI3/4 uses its own private copy of [PlatformBootManagerLib](https://github.com/pftf/edk2-platforms/tree/master/Platform/RaspberryPi/Library/PlatformBootManagerLib). Other Arm systems either use the [common copy in ArmPkg ](https://github.com/pftf/edk2/tree/master/ArmPkg/Library/PlatformBootManagerLib)or a slightly modified version. This issue is to track...
Would be nice to show sample TPM implementation on the RPi4. This is not going to be complete or secure, but a PoC, and helps fill in the gap of...
We should enable SecureBoot on the RPi4. This is important as an example / experiments / testing environment, even if the variable store is not secure (as it is currently...