summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/thatcher/BiosCallOuts.h
diff options
context:
space:
mode:
authorzbao <fishbaozi@gmail.com>2012-08-03 17:12:45 +0800
committerRonald G. Minnich <rminnich@gmail.com>2012-08-04 19:54:04 +0200
commit695cc769e6dfdabc4891342f0b949d948d42cf3c (patch)
tree6fa82239d61b87940f177e5d7bc7dce80a7e8dce /src/mainboard/amd/thatcher/BiosCallOuts.h
parentf88204e02b2ece82a76544070f37a4e2e2bd0f11 (diff)
downloadcoreboot-695cc769e6dfdabc4891342f0b949d948d42cf3c.tar.xz
AMD Thatcher: Add BIOS callback hook for getting VBIOS Image
Apply the change http://review.coreboot.org/1351 to thatcher. Change-Id: I33e7ad0cad2ae06f5934c60939d60a18444aa24e Signed-off-by: Zheng Bao <zheng.bao@amd.com> Signed-off-by: zbao <fishbaozi@gmail.com> Reviewed-on: http://review.coreboot.org/1407 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/mainboard/amd/thatcher/BiosCallOuts.h')
-rw-r--r--src/mainboard/amd/thatcher/BiosCallOuts.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/amd/thatcher/BiosCallOuts.h b/src/mainboard/amd/thatcher/BiosCallOuts.h
index 1993c64b62..b7b9eaf2e3 100644
--- a/src/mainboard/amd/thatcher/BiosCallOuts.h
+++ b/src/mainboard/amd/thatcher/BiosCallOuts.h
@@ -71,6 +71,8 @@ AGESA_STATUS BiosHookBeforeExitSelfRefresh (UINT32 Func, UINT32 Data, VOID *Conf
AGESA_STATUS BiosGnbPcieSlotReset (UINT32 Func, UINT32 Data, VOID *ConfigPtr);
/* FCH OEM Config*/
AGESA_STATUS Fch_Oem_config(UINT32 Func, UINT32 FchData, VOID *ConfigPtr);
+/* Get Vbios Image */
+AGESA_STATUS BiosHookGfxGetVbiosImage(UINT32 Func, UINT32 FchData, VOID *ConfigPrt);
#define SB_GPIO_REG02 2
#define SB_GPIO_REG09 9
#define SB_GPIO_REG10 10