coreboot-kgpe-d16/src/soc/amd/stoneyridge
Kyösti Mälkki 56da63c3dc sb,soc/amd, ACPI: Do not override FADT preferred_pm_profile
Setting preferred_pm_profile under sb/ or soc/ overrides the
default determined from SYSTEM_TYPE_xx (or possibly
SMBIOS_ENCLOSURE_TYPE with followup work). This is not desireable.

With the overrides removed, AMD platforms will switch from
PM_UNSPECIFIED to PM_DESKTOP as their preferred profile.

Boards need to either select a pre-defined SYSTEM_TYPE_xx or provide
board-specific mainboard_fill_fadt() should they need to change this.

As they already select SYSTEM_TYPE_LAPTOP, following boards
will change to PM_MOBILE:

  google/kahlee
  hp/pavilion_m6_1035dx
  lenovo/g505s

Change-Id: I45c4a495a4bf3422adae9e22a6e436adef252e77
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42032
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
2020-06-10 01:20:13 +00:00
..
acpi treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
bootblock treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
include/soc sb,soc/amd: Remove FADT_PM_PROFILE 2020-06-10 01:06:53 +00:00
acpi.c sb,soc/amd, ACPI: Do not override FADT preferred_pm_profile 2020-06-10 01:20:13 +00:00
BiosCallOuts.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
chip.c soc/amd: Use mp_cpu_bus_init() 2020-06-03 17:44:04 +00:00
chip.h treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
cpu.c soc/amd: Use mp_cpu_bus_init() 2020-06-03 17:44:04 +00:00
enable_usbdebug.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
finalize.c src: Remove unused '#include <timer.h>' 2020-06-02 07:39:05 +00:00
gpio.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
i2c.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
Kconfig soc/amd/stoneyridge,picasso: Select COMMON_FADT 2020-06-10 01:14:53 +00:00
Makefile.inc treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
mca.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
memmap.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
monotonic_timer.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
northbridge.c soc/amd/stoneyridge: add resources during read_resources() 2020-05-14 21:25:50 +00:00
pmutil.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
psp.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
reset.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
romstage.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
sata.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
smbus_spd.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
smi.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
smi_util.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
smihandler.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
southbridge.c soc/amd/common/block/lpc: Split lpc_set_spibase() into two functions 2020-05-12 18:59:38 +00:00
tsc_freq.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
uart.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
usb.c src: Use pci_dev_ops_pci where applicable 2020-06-06 20:36:51 +00:00