Re: [PATCH 13/17] board: raspberrypi: Add ASL files from tianocore

2024-07-29 Thread Simon Glass
Hi Patrick, On Sat, 27 Jul 2024 at 01:20, Patrick Rudolph wrote: > > From: Simon Glass broken email address > > Add the necessary DSDT files copied from tianocore to boot the RPi4. > In addition generate a board specific SSDT to dynamically enable/disable > ACPI devices based on FDT. This is

[PATCH 13/17] board: raspberrypi: Add ASL files from tianocore

2024-07-27 Thread Patrick Rudolph
From: Simon Glass Add the necessary DSDT files copied from tianocore to boot the RPi4. In addition generate a board specific SSDT to dynamically enable/disable ACPI devices based on FDT. This is required to support the various variants and boot options. It also allows to test the code on QEMU