[coreboot] New patch to review for coreboot: decc049 AMD parmer: Set correct azalia code verb table

Zheng Bao (zheng.bao@amd.com) gerrit at coreboot.org
Tue Jul 24 11:19:59 CEST 2012


Zheng Bao (zheng.bao at amd.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1352

-gerrit

commit decc049c17ecd3d06f3c6b31f69a5d462fee6a80
Author: zbao <fishbaozi at gmail.com>
Date:   Tue Jul 24 19:03:03 2012 +0800

    AMD parmer: Set correct azalia code verb table
    
    Change-Id: I0b10080deb971cdefa4d3916fabd40f5a81b11f4
    Signed-off-by: Zheng Bao <zheng.bao at amd.com>
    Signed-off-by: zbao <fishbaozi at gmail.com>
---
 src/mainboard/amd/parmer/BiosCallOuts.c |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/mainboard/amd/parmer/BiosCallOuts.c b/src/mainboard/amd/parmer/BiosCallOuts.c
index a4898ea..a5e274a 100644
--- a/src/mainboard/amd/parmer/BiosCallOuts.c
+++ b/src/mainboard/amd/parmer/BiosCallOuts.c
@@ -506,7 +506,7 @@ AGESA_STATUS BiosHookBeforeExitSelfRefresh (UINT32 Func, UINT32 Data, VOID *Conf
 /**
  * AMD Parmer Platform ALC272 Verb Table
  */
-const CODEC_ENTRY Pumori_Alc272_VerbTbl[] = {
+const CODEC_ENTRY Parmer_Alc272_VerbTbl[] = {
 	{0x11, 0x411111F0},
 	{0x12, 0x411111F0},
 	{0x13, 0x411111F0},
@@ -514,19 +514,19 @@ const CODEC_ENTRY Pumori_Alc272_VerbTbl[] = {
 	{0x15, 0x411111F0},
 	{0x16, 0x411111F0},
 	{0x17, 0x411111F0},
-	{0x18, 0x01a19830},
+	{0x18, 0x01a19840},
 	{0x19, 0x411111F0},
-	{0x1a, 0x01813020},
+	{0x1a, 0x01813030},
 	{0x1b, 0x411111F0},
-	{0x1d, 0x40151e05},
-	{0x1e, 0x411111F0},
-	{0x21, 0x01214010},
+	{0x1d, 0x40130605},
+	{0x1e, 0x01441120},
+	{0x21, 0x01211010},
 	{0xff, 0xffffffff}
 };
 
-const CODEC_TBL_LIST PumoriCodecTableList[] =
+const CODEC_TBL_LIST ParmerCodecTableList[] =
 {
-	{0x10ec0272, (CODEC_ENTRY*)&Pumori_Alc272_VerbTbl[0]},
+	{0x10ec0272, (CODEC_ENTRY*)&Parmer_Alc272_VerbTbl[0]},
 	{(UINT32)0x0FFFFFFFF, (CODEC_ENTRY*)0x0FFFFFFFFUL}
 };
 
@@ -725,7 +725,7 @@ AGESA_STATUS Fch_Oem_config(UINT32 Func, UINT32 FchData, VOID *ConfigPtr)
 		printk(BIOS_DEBUG, "Fch OEM config in INIT ENV ");
 
 		/* Azalia Controller OEM Codec Table Pointer */
-		FchParams_env->Azalia.AzaliaOemCodecTablePtr = (CODEC_TBL_LIST *)(&PumoriCodecTableList[0]);
+		FchParams_env->Azalia.AzaliaOemCodecTablePtr = (CODEC_TBL_LIST *)(&ParmerCodecTableList[0]);
 		/* Azalia Controller Front Panel OEM Table Pointer */
 
 		/* Fan Control */




More information about the coreboot mailing list