coreboot/src
Duncan Laurie 4e4320f524 CPU: Update ivybridge PP1 current limit value
The BWG says ivybridge current limit for PP1 is 50A.

Verify the PP1 current limit value on link device:

> echo $(( ( $(rdmsr 0 0x602) & 0x1fff ) >> 3 ))
50

Change-Id: I946269d21ef605f2525fe03993f569d69128294b
Signed-off-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-on: http://review.coreboot.org/1305
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
2012-07-24 23:39:58 +02:00
..
arch/x86 Add microcode blob processing 2012-07-24 22:18:04 +02:00
boot Implement stack overflow checking for the BSP 2012-07-24 23:29:12 +02:00
console Add uartmem_init prototype. 2012-07-24 12:17:21 +02:00
cpu CPU: Update ivybridge PP1 current limit value 2012-07-24 23:39:58 +02:00
devices Simplify VGA card discovery 2012-07-22 13:10:44 +02:00
drivers Add BAR address debug information to Oxford PCIe serial driver 2012-07-24 22:48:07 +02:00
ec Add EC component for SMSC MEC1308/1310 2012-04-02 18:42:40 +02:00
include Implement stack overflow checking for the BSP 2012-07-24 23:29:12 +02:00
lib Implement stack overflow checking for the BSP 2012-07-24 23:29:12 +02:00
mainboard ChromeOS: Remove board specific acpi_get_vdat_info() 2012-07-24 23:17:56 +02:00
northbridge CPU: Add basic support for Nominal Configurable TDP 2012-07-24 23:39:44 +02:00
southbridge Fix automatic ME detection in finalize 2012-07-24 23:28:47 +02:00
superio servengines/pilot superio: add attribute unused 2012-07-09 12:36:02 +02:00
vendorcode Move GGL0001 ACPI code to generic ChromeOS code 2012-07-24 08:36:03 +02:00
Kconfig Add an option for Waiting for gdb connection if the gdb stub configuration is chosen. 2012-06-23 07:50:07 +02:00
Kconfig.deprecated_options Unify ID_SECTION_OFFSET and mark it deprecated 2012-01-18 11:21:39 +01:00