coreboot/src
WANG Siyuan 6762a8b85e AMD PI agesawrapper: add PSPP (PCIe Speed Power Policy) interface
PSPP policy is defined in 3rdparty/blobs/pi/amd/*/AGESA.h
/// PCIe PSPP Power policy
typedef enum  {
  PsppDisabled,                                           ///< PSPP disabled
  PsppPerformance = 1,                                    ///< Performance
  PsppBalanceHigh,                                        ///< Balance-High
  PsppBalanceLow,                                         ///< Balance-Low
  PsppPowerSaving,                                        ///< Power Saving
  MaxPspp                                                 ///< Max Pspp for boundary check
} PCIE_PSPP_POLICY;

Change-Id: I7fe735cddea94a83e38d856a3de1f27735467a28
Signed-off-by: WANG Siyuan <wangsiyuanbuaa@gmail.com>
Signed-off-by: WANG Siyuan <SiYuan.Wang@amd.com>
Reviewed-on: http://review.coreboot.org/10461
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins)
2015-06-23 01:10:52 +02:00
..
acpi acpi/sata: add generic sata ssdt port generator 2015-06-07 01:24:47 +02:00
arch x86: make PCI MMIO CFG functions 64bit proof 2015-06-22 07:34:28 +02:00
console consoles: remove unused infrastructure 2015-05-26 19:02:54 +02:00
cpu cpu: x86 port to 64bit 2015-06-20 18:16:54 +02:00
device oprom: Fix for 64bit 2015-06-22 07:35:21 +02:00
drivers lenovo: Hide SMBIOS config 2015-06-11 13:20:56 +02:00
ec lenovo: Move pc_keyboard_init to h8 init. 2015-05-29 07:45:55 +02:00
include AMD Merlin Falcon: Add northbridge files for new AMD processor 2015-06-22 22:27:31 +02:00
lib stage_cache: use cbmem init hooks 2015-06-09 22:06:40 +02:00
mainboard Move same Kconfigs to northbridge/amd/pi/Kconfig 2015-06-23 01:10:44 +02:00
northbridge AMD PI agesawrapper: add PSPP (PCIe Speed Power Policy) interface 2015-06-23 01:10:52 +02:00
soc Remove incorrect Kconfig expressions 2015-06-22 21:22:47 +02:00
southbridge Remove incorrect Kconfig expressions 2015-06-22 21:22:47 +02:00
superio superio: use common x86 code on x86-64 2015-06-22 07:36:09 +02:00
vendorcode vendorcode/amd: unify amdlib for binary pi 2015-06-13 02:07:52 +02:00
Kconfig Reorder arch & vendorcode in Kconfig 2015-06-21 08:24:55 +02:00