edk2-porting / edk2-rk3588

EDK2 UEFI firmware for Rockchip RK3588 platforms
492 stars 98 forks source link

Discover hardware via device tree #72

Open mariobalanica opened 1 year ago

mariobalanica commented 1 year ago

Instead of mixing PCDs and libraries to describe the hardware, we could parse device trees and leverage the driver binding model in UEFI.

ACPI tables (and devices) can be generated this way as well.

This would also make it possible to build the firmware once, then just pack it alongside a DTB and other data (such as the splash logo) for each platform.

MollySophia commented 1 year ago

This sounds interesting