[coreboot-gerrit] New patch to review for coreboot: nb/amd/amdmct: Remove two currently unused tables

Jonathan Neuschäfer (j.neuschaefer@gmx.net) gerrit at coreboot.org
Wed Feb 8 12:06:51 CET 2017


Jonathan Neuschäfer (j.neuschaefer at gmx.net) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18308

-gerrit

commit ce286bcff317eb992e9b8092af1930ba008577ca
Author: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
Date:   Wed Feb 8 12:01:26 2017 +0100

    nb/amd/amdmct: Remove two currently unused tables
    
    This fixes warnings that the new toolchain generates.
    
    Change-Id: I83d2c4c4651a89b443121312a5f36adfc1e4bc48
    Signed-off-by: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
---
 src/northbridge/amd/amdmct/mct/mctardk3.c | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/src/northbridge/amd/amdmct/mct/mctardk3.c b/src/northbridge/amd/amdmct/mct/mctardk3.c
index fe57d31..ce79a52 100644
--- a/src/northbridge/amd/amdmct/mct/mctardk3.c
+++ b/src/northbridge/amd/amdmct/mct/mctardk3.c
@@ -153,22 +153,6 @@ static const u8 Table_ATC_ODC_4D_D[] = {
 	0xFF
 };
 
-static const u8 Table_ATC_ODC_8D_D_Ax[] = {
-	1,0xff,0x00,0x00,0x2F,0x0,0x22,0x12,0x11,0x00, 0xFE,
-	2,0xff,0x00,0x00,0x2C,0x0,0x22,0x12,0x11,0x00, 0xFE,
-	3,0xff,0x00,0x00,0x2C,0x0,0x22,0x12,0x11,0x00, 0xFE,
-	4,0xff,0x00,0x33,0x2F,0x0,0x22,0x12,0x11,0x00, 0xFE,
-	0xFF
-};
-
-static const u8 Table_ATC_ODC_4D_D_Ax[] = {
-	1,0xff,0x00,0x00,0x2F,0x00,0x22,0x12,0x11,0x00, 0xFE,
-	2,0xff,0x00,0x2C,0x2C,0x00,0x22,0x12,0x11,0x00, 0xFE,
-	3,0xff,0x00,0x00,0x2C,0x00,0x22,0x12,0x11,0x00, 0xFE,
-	4,0xff,0x00,0x33,0x2F,0x00,0x22,0x12,0x11,0x00, 0xFE,
-	0xFF
-};
-
 
 static void Get_ChannelPS_Cfg0_D(u8 MAAdimms, u8 Speed, u8 MAAload,
 				u8 DATAAload, u32 *AddrTmgCTL, u32 *ODC_CTL)



More information about the coreboot-gerrit mailing list