Andrei Warkentin

Results 99 issues of Andrei Warkentin

This code has long been upstreamed to upstream TianoCore UEFI - https://github.com/tianocore/edk2-platforms/tree/master/Platform/RaspberryPi/RPi3. Incidentally, that's where Pi4 development is happening too. Chances are your bug might be resolved in the newer...

Today the time/date is not kept across power state transitions. This is not a bug, because the Pi hardware has no RTC. There are however Pi Hats with RTCs. It...

uefi-future
cert

Because the PI has no dedicated chip that could be used for NVRAM, the current variables support relies on modifying RPI_EFI.FD in place. This of course only works before UEFI...

uefi-future
cert
uefi-vars

Even though this is just a file on SD, we should aim to have a sample implementation, as SBBR requires capsule. There are constraints given to how the Pi boots,...

uefi-future

From Samer's feedback doc: In addition to ACPI code refactoring/sharing that Pete is working on, we should refactor DSC (and FDF?) to have common includes.

uefi-future
code-cleanup

![image](https://user-images.githubusercontent.com/732523/80662673-78b2e800-8a57-11ea-9d5a-b40e9985e3bc.png) ![image](https://user-images.githubusercontent.com/732523/80662681-7ea8c900-8a57-11ea-89bd-970407e31f91.png) ![image](https://user-images.githubusercontent.com/732523/80662684-823c5000-8a57-11ea-91f7-f88005662da4.png)

bug
duplicate
v1.9
v1.10
v1.11
v1.12
v1.14
v1.13
cert
v1.15
v1.16
fixed-v1.19

The official HAT (https://www.amazon.com/poe-hat/dp/B07GR9XQJH) has a fan. This fan doesn't spin. While the fan is actually actuated by the VPU firmware (via an mbox command), but requires an OS agent...

v1.20

This a long known issue of the DWC2 driver... seen first in RaspberryPiPkg, then upstream RPi3 and now RPi4. Not a very important bug, but a bug nonetheless, and there...

bug
v1.2
v1.3
v1.4
v1.5
v1.6
v1.7
v1.8
v1.9
v1.10
v1.11
v1.12
v1.14
v1.13
v1.15
v1.16

Today this function does nothing (it is not allowed to fail at least within MnpDxe, so if it fails, there's no networking). We have promisc mode being enabled in Initialize()...

uefi-future
genet

Allow populating the MAC address (overriding the one returned by VPU mailbox) via the BIOS setup screen

uefi-future
genet