| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-10-27 | acpi: x86: Move MADT to common code | Patrick Rudolph | |
| Write MADT in common code and let the SoC fill out the body by calling acpi_fill_madt() which must be implemented at SoC level. Signed-off-by: Patrick Rudolph <[email protected]> Reviewed-by: Simon Glass <[email protected]> Cc: Simon Glass <[email protected]> Cc: Bin Meng <[email protected]> | |||
| 2024-10-27 | acpi: x86: Write FADT in common code | Maximilian Brune | |
| Write the FADT in common code since it's used on all architectures. Since the FADT is mandatory all SoCs or mainboards must implement the introduced function acpi_fill_fadt() and properly update the FADT. Signed-off-by: Patrick Rudolph <[email protected]> Reviewed-by: Simon Glass <[email protected]> Cc: Simon Glass <[email protected]> Cc: Bin Meng <[email protected]> | |||
