Rebecca Cran
Rebecca Cran
I added some changes to the README.md I found in the Issues list. I had some problems getting my NeoPixel to work at all, and found that using the timing...
Add a new header file IndustryStandard/Jep106Manufacturers.h which contains a list of manufacturers from JEP106BE, published Jan 2022. Signed-off-by: Rebecca Cran
There have been many changes since EfiLoadDxe.cmm was last updated in 2011. The EFI_SYSTEM_TABLE can no longer be found by scanning memory on 4KB boundaries, so require users pass in...
I believe the elevation message is just a single uint16_t field, which should be 2 bytes and not 8.
EFI_D_* is deprecated, so use DEBUG_* instead. Signed-off-by: Rebecca Cran
**Describe the bug** I expected to be able to install ArmCord on my arm64 openSUSE system, but it says it's only available for amd64. **To Reproduce** Steps to reproduce the...
# Description The FD size often isn't the same as the physical size of the SPI-NOR EEPROM it gets written to, but is instead combined with other files and data...
# Description LocateAndInstallAcpiFromFvConditional was always returning EFI_SUCCESS even when it failed to find `AcpiFile`. Fix that, and improve the layout by checking if an error occurred and breaking earlier. -...
This allows to initialize secure boot with the default factory keys embedded in firmware flash image. For example, to incorporate PK, KEK, and DB default keys, specify the corresponding key...