[coreboot] Patch set updated: 3431fbd AMD Family 14 Agesa warning fix

Frank Vibrans III (frank.vibrans@amd.com) gerrit at coreboot.org
Thu Aug 4 23:08:06 CEST 2011


Frank Vibrans III (frank.vibrans at amd.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/132

-gerrit

commit 3431fbd1d653a36055bf9e73dcb1d917a7720dab
Author: efdesign98 <efdesign98 at gmail.com>
Date:   Thu Aug 4 15:07:45 2011 -0600

    AMD Family 14 Agesa warning fix
    
    This change fixes one Agesa warning.  Originally this commit
    included some changes that I later deemed unnecessary.
    
    Change-Id: I31ad13bb92509228b89921561c340c95e5136370
    Signed-off-by: Frank Vibrans <frank.vibrans at amd.com>
    Signed-off-by: efdesign98 <efdesign98 at gmail.com>
---
 .../f14/Proc/GNB/Nb/Family/0x14/F14NbLclkDpm.c     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/vendorcode/amd/agesa/f14/Proc/GNB/Nb/Family/0x14/F14NbLclkDpm.c b/src/vendorcode/amd/agesa/f14/Proc/GNB/Nb/Family/0x14/F14NbLclkDpm.c
index 3c918aa..c938ccc 100644
--- a/src/vendorcode/amd/agesa/f14/Proc/GNB/Nb/Family/0x14/F14NbLclkDpm.c
+++ b/src/vendorcode/amd/agesa/f14/Proc/GNB/Nb/Family/0x14/F14NbLclkDpm.c
@@ -214,7 +214,7 @@ NbFmInitLclkDpmRcActivity (
         StdHeader
         );
       // Program activity threshold
-     IDS_HDT_CONSOLE (GNB_TRACE, "ActivityThreshold[4] - 0x%x ActivityThreshold[5] - 0x%x ActivityThreshold[6] - 0x%x ActivityThreshold[7] - 0x%x\n",
+     IDS_HDT_CONSOLE (GNB_TRACE, "ActivityThreshold[4] - 0x%lx ActivityThreshold[5] - 0x%lx ActivityThreshold[6] - 0x%lx ActivityThreshold[7] - 0x%lx\n",
        ActivityThreshold[4], ActivityThreshold[5], ActivityThreshold[6], ActivityThreshold [7]
        );
       NbSmuRcuRegisterWrite (




More information about the coreboot mailing list