aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/sandybridge/raminit_tables.h
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-11-19 16:41:40 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-11-22 22:13:55 +0000
commit2921cbf277f533126e1bd84702e83957c977f5b6 (patch)
tree504a733bf6791f8ddf10d2c652e2298166e3e4d6 /src/northbridge/intel/sandybridge/raminit_tables.h
parent2a7d752aaa9f999059cf3b88956961ecc1540ba6 (diff)
nb/intel/sandybridge: Correct get_COMP2 function
Values differ between Sandy and Ivy Bridge. Remove the lookup table, since it contains duplicated values and is hard to see which values correspond to which frequencies. New values come from reference code. Change-Id: I3b28568f0053f1b39618e16bdffc24207547d81f Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47765 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/northbridge/intel/sandybridge/raminit_tables.h')
-rw-r--r--src/northbridge/intel/sandybridge/raminit_tables.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/northbridge/intel/sandybridge/raminit_tables.h b/src/northbridge/intel/sandybridge/raminit_tables.h
index 49101cb5ee..308448f967 100644
--- a/src/northbridge/intel/sandybridge/raminit_tables.h
+++ b/src/northbridge/intel/sandybridge/raminit_tables.h
@@ -21,8 +21,6 @@ extern const u8 frq_xp_map[2][8];
extern const u8 frq_aonpd_map[2][8];
-extern const u32 frq_comp2_map[2][8];
-
extern const u32 pattern[32][16];
extern const u8 use_base[63][32];