coreboot-kgpe-d16/src
Aladyshev Konstantin f50fbe82ad AGESA: Use `Flag=AGESA_SUCCESS` instead of `TRUE` in DMI related functions
Success return value in DMI functions GetDmiInfoMain(..) and GetType4Type7Info(...) of AGESA vendorcode is "Flag = TRUE".

This results in a failure of init late function:

    "agesawrapper_amdinitlate failed: 1"

It happens because TRUE = 1 = AGESA_UNSUPPORTED.

Replacing TRUE with AGESA_SUCCESS (= 0) fixes this problem.

Only family f15tn does not have such bug.

This patch just replaces TRUE with AGESA_SUCCESS, but maybe all DMI functions should be copied from Trinity family?

Tested on Supermicro H8QGI board with 4 AMD Opteron 6234 processors (f15).

Change-Id: I51bf91333c088a825b92d4a44d1ebe4380c8026c
Signed-off-by: Aladyshev Konstantin <aladyshev@nicevt.ru>
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/2070
Reviewed-by: Marc Jones <marcj303@gmail.com>
Tested-by: build bot (Jenkins)
2013-01-02 20:37:16 +01:00
..
arch remove obsolete include paths from INCLUDES 2012-12-29 15:35:29 +01:00
console WIP: Add support for non-8250 built-in UARTs 2012-12-08 06:51:59 +01:00
cpu move iRAM config variable to exynos5250 Kconfig 2012-12-29 15:33:17 +01:00
device Fix Yabel compilation on non-x86 platforms 2012-12-08 06:46:14 +01:00
drivers corrections for MAX77686 config variable 2012-12-29 15:33:53 +01:00
ec Add support for ENE932 EC w/ Compal firmware 2012-12-12 06:02:04 +01:00
include import i2c header from u-boot 2012-12-29 15:34:26 +01:00
lib Only include libgcc wrappers on x86 2012-12-08 03:52:53 +01:00
mainboard Supermicro H8QGI: Pass callout pointer to AmdReadEventLog function 2013-01-02 20:19:08 +01:00
northbridge Add function to map vendor/device to generic VBIOS IDs 2012-12-07 20:42:33 +01:00
southbridge rs780: Implement `rs780_internal_gfx_disable` and add .disable pcie_ops 2012-12-30 22:45:56 +01:00
superio Remove assembly coded log2 function 2012-11-28 07:57:17 +01:00
vendorcode AGESA: Use `Flag=AGESA_SUCCESS` instead of `TRUE` in DMI related functions 2013-01-02 20:37:16 +01:00
Kconfig Fix UART8250 console prototypes 2012-12-12 00:27:10 +01:00