Mario Bălănică
Mario Bălănică
For Windows and Linux: 4b915e69f56112d9317bd52f0688c8928723c87a There's the PCI SMC left to be implemented in TF-A for BSDs and ESXi.
FreeBSD is hardcoding a 200 MHz ref clock here: https://github.com/freebsd/freebsd-src/blob/main/sys/dev/uart/uart_dev_ns8250.c#L461, while on this platform the clock is running at 24 MHz. So it does not look like a firmware issue....
It needs to be placed in the same partition as the bootloader, that is the FAT32 EFI System Partition. > Are you saying that this copy would need to be...
Thanks for input, Pete! I've actually put this on hold because we don't have a secure var store, and there are more steps involved to ensure a trusted boot chain...
EDK2 vs U-Boot is just a matter of preference in this case, either will do provided you use a compatible device tree. I am not up-to-date on the mainlining efforts,...
Added initial support in: 8b6b3a6242af7ef37358d98b6918bfd11b52173e Will keep this open to track further progress. One obvious thing that needs to be fixed is disabling the recently added FDT override support when...
> Are you actually testing it? Yeah, I'd need to test a few distros that have recent enough kernel by that time. So Fedora would be a candidate. > And...
Use the latest build artifact on Github to get USB 2 working.
SATA likely needs a DT overlay. See: https://github.com/edk2-porting/edk2-rk3588?tab=readme-ov-file#device-tree-configuration for more info.