Scott wrote: diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Family/0x15/TN/F15TnLogicalIdTables.c b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Family/0x15/TN/F15TnLogicalIdTables.c index 8157b57..bfcaa9a 100644 --- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Family/0x15/TN/F15TnLogicalIdTables.c +++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Family/0x15/TN/F15TnLogicalIdTables.c @@ -86,6 +86,12 @@ STATIC CONST CPU_LOGICAL_ID_XLAT ROMDATA CpuF15TnLogicalIdAndRevArray[] = 0x6101, AMD_F15_TN_A1 },
- { // HACK: let Richland run Trinity agesa code
- 0x6131,
- AMD_F15_TN_A1
- },
- { 0x6100, 0x0000000000000100ull
Perfect! It works, thank you very much!
Coreboot log: http://pastebin.com/B0Z1bTQu
Diff (I used CROSSGCC 1.23 because CROSSGCC 1.24 can not be compil on my system - Debian Wheezy amd64) : http://pastebin.com/nbt0JmqN
My config file : http://pastebin.com/zJLQPkgX
My CPU seems a little slower but it works :) It remains only to integrate this into the wiki and coreboot, I know that I can count on you ;)
From my side I will continue my tests. Thank you everybody, best regards.