Hello build bot (Jenkins), Jason Glenesk, Raul Rangel, Furquan Shaikh, Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/43418
to look at the new patch set (#3).
Change subject: soc/amd/picasso: use FADT devicetree configuration options ......................................................................
soc/amd/picasso: use FADT devicetree configuration options
Two of the items in the FADT ACPI table frequently need to be updated by the platform, so let's make it easy to update them by putting them into the devicetree.
- fadt_boot_arch 0="legacy free" which while reasonable, probably isn't what will be wanted by most platforms, so this should generally get updated in the platform code. - fadt_flags 0 is definitely NOT a reasonable default, so supply a better default value of what was previously being set.
This patch changes the default for fadt_boot_arch.
commit 56da63c3dc3f50cfac541c779b608e1bae9e635c removed overriding fadt_pm_profile, so this is removed from the original version of this patch from ChromeOS downstream.
Change-Id: I6e8d0c60cadfdd24b6926703b252abbc56d436de Signed-off-by: Martin Roth martinroth@chromium.org Signed-off-by: Felix Held felix-coreboot@felixheld.de Reviewed-on: https://chromium-review.googlesource.com/1944624 --- M src/soc/amd/picasso/acpi.c 1 file changed, 7 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/18/43418/3