Skip to content

Commit 714c89f

Browse files
committed
feat(data/cpu): backfill memory_support for on-die-IMC AMD APU/FX + Intel Celeron
22 desktop SKUs with on-die memory controllers (per-CPU spec, unlike Core 2's chipset IMC). Per-chip verified against AMD/Intel official specs - low-end parts deviate from the family default: - Trinity/Richland A4 capped at DDR3-1600 (A4-5300, A4-6300); A6 at DDR3-1866. - Kaveri A6-7400K is DDR3-1866, not the 2133 of its A8/A10 siblings. - K-series Richland (A8-6600K, A10-6800K) get DDR3-2133; non-K stay 1866. - Bristol Ridge (A12-9800, A8-9600) DDR4-2400; FX-8320/9370 DDR3-1866. - Celeron G1820 DDR3-1333, G3900 DDR4-2133/DDR3L-1600.
1 parent cf7b7ae commit 714c89f

22 files changed

Lines changed: 66 additions & 44 deletions

data/cpu/amd/2012/consumer/a10-5700.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"tdp_w": 65,
1818
"max_tdp_w": null,
1919
"integrated_graphics": "Radeon HD 7660D",
20-
"memory_support": null,
20+
"memory_support": "DDR3-1866 dual-channel",
2121
"cinebench_r23_single": null,
2222
"cinebench_r23_multi": null,
2323
"cinebench_2024_single": null,
@@ -41,6 +41,7 @@
4141
"verified": true,
4242
"source_urls": [
4343
"https://en.wikipedia.org/wiki/AMD_Accelerated_Processing_Unit",
44-
"https://www.cpubenchmark.net/cpu.php?cpu=A10-5700"
44+
"https://www.cpubenchmark.net/cpu.php?cpu=A10-5700",
45+
"https://en.wikipedia.org/wiki/List_of_AMD_accelerated_processing_units"
4546
]
4647
}

data/cpu/amd/2012/consumer/a10-5800k.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"tdp_w": 100,
1818
"max_tdp_w": null,
1919
"integrated_graphics": "Radeon HD 7660D",
20-
"memory_support": null,
20+
"memory_support": "DDR3-1866 dual-channel",
2121
"cinebench_r23_single": null,
2222
"cinebench_r23_multi": null,
2323
"cinebench_2024_single": null,
@@ -41,6 +41,7 @@
4141
"verified": true,
4242
"source_urls": [
4343
"https://en.wikipedia.org/wiki/AMD_Accelerated_Processing_Unit",
44-
"https://technical.city/en/cpu/A10-5800K"
44+
"https://technical.city/en/cpu/A10-5800K",
45+
"https://en.wikipedia.org/wiki/List_of_AMD_accelerated_processing_units"
4546
]
4647
}

data/cpu/amd/2012/consumer/a4-5300.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"tdp_w": 65,
1818
"max_tdp_w": null,
1919
"integrated_graphics": "Radeon HD 7480D",
20-
"memory_support": null,
20+
"memory_support": "DDR3-1600 dual-channel",
2121
"cinebench_r23_single": null,
2222
"cinebench_r23_multi": null,
2323
"cinebench_2024_single": null,
@@ -41,6 +41,7 @@
4141
"verified": true,
4242
"source_urls": [
4343
"https://en.wikipedia.org/wiki/AMD_Accelerated_Processing_Unit",
44-
"https://technical.city/en/cpu/A4-5300"
44+
"https://technical.city/en/cpu/A4-5300",
45+
"https://en.wikipedia.org/wiki/List_of_AMD_accelerated_processing_units"
4546
]
4647
}

data/cpu/amd/2012/consumer/a6-5400k.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"tdp_w": 65,
1818
"max_tdp_w": null,
1919
"integrated_graphics": "Radeon HD 7540D",
20-
"memory_support": null,
20+
"memory_support": "DDR3-1866 dual-channel",
2121
"cinebench_r23_single": null,
2222
"cinebench_r23_multi": null,
2323
"cinebench_2024_single": null,
@@ -41,6 +41,7 @@
4141
"verified": true,
4242
"source_urls": [
4343
"https://en.wikipedia.org/wiki/AMD_Accelerated_Processing_Unit",
44-
"https://www.cpubenchmark.net/cpu.php?cpu=A6-5400K"
44+
"https://www.cpubenchmark.net/cpu.php?cpu=A6-5400K",
45+
"https://en.wikipedia.org/wiki/List_of_AMD_accelerated_processing_units"
4546
]
4647
}

data/cpu/amd/2012/consumer/a8-5600k.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"tdp_w": 100,
1818
"max_tdp_w": null,
1919
"integrated_graphics": "Radeon HD 7560D",
20-
"memory_support": null,
20+
"memory_support": "DDR3-1866 dual-channel",
2121
"cinebench_r23_single": null,
2222
"cinebench_r23_multi": null,
2323
"cinebench_2024_single": null,
@@ -41,6 +41,7 @@
4141
"verified": true,
4242
"source_urls": [
4343
"https://en.wikipedia.org/wiki/AMD_Accelerated_Processing_Unit",
44-
"https://technical.city/en/cpu/A8-5600K"
44+
"https://technical.city/en/cpu/A8-5600K",
45+
"https://en.wikipedia.org/wiki/List_of_AMD_accelerated_processing_units"
4546
]
4647
}

data/cpu/amd/2012/consumer/fx-8320.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"tdp_w": 125,
1818
"max_tdp_w": null,
1919
"integrated_graphics": null,
20-
"memory_support": null,
20+
"memory_support": "DDR3-1866 dual-channel",
2121
"cinebench_r23_single": null,
2222
"cinebench_r23_multi": null,
2323
"cinebench_2024_single": null,
@@ -41,6 +41,7 @@
4141
"verified": true,
4242
"source_urls": [
4343
"https://en.wikipedia.org/wiki/Bulldozer_(microarchitecture)",
44-
"https://www.cpubenchmark.net/cpu.php?cpu=AMD+FX-8320"
44+
"https://www.cpubenchmark.net/cpu.php?cpu=AMD+FX-8320",
45+
"https://en.wikipedia.org/wiki/List_of_AMD_FX_processors"
4546
]
4647
}

data/cpu/amd/2013/consumer/a10-6700.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"tdp_w": 65,
1818
"max_tdp_w": null,
1919
"integrated_graphics": "Radeon HD 8670D",
20-
"memory_support": null,
20+
"memory_support": "DDR3-1866 dual-channel",
2121
"cinebench_r23_single": null,
2222
"cinebench_r23_multi": null,
2323
"cinebench_2024_single": null,
@@ -41,6 +41,7 @@
4141
"verified": true,
4242
"source_urls": [
4343
"https://en.wikipedia.org/wiki/AMD_Accelerated_Processing_Unit",
44-
"https://www.cpubenchmark.net/cpu.php?cpu=A10-6700"
44+
"https://www.cpubenchmark.net/cpu.php?cpu=A10-6700",
45+
"https://en.wikipedia.org/wiki/List_of_AMD_accelerated_processing_units"
4546
]
4647
}

data/cpu/amd/2013/consumer/a10-6800k.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"tdp_w": 100,
1818
"max_tdp_w": null,
1919
"integrated_graphics": "Radeon HD 8670D",
20-
"memory_support": null,
20+
"memory_support": "DDR3-2133 dual-channel",
2121
"cinebench_r23_single": null,
2222
"cinebench_r23_multi": null,
2323
"cinebench_2024_single": null,
@@ -41,6 +41,7 @@
4141
"verified": true,
4242
"source_urls": [
4343
"https://en.wikipedia.org/wiki/AMD_Accelerated_Processing_Unit",
44-
"https://technical.city/en/cpu/A10-6800K"
44+
"https://technical.city/en/cpu/A10-6800K",
45+
"https://en.wikipedia.org/wiki/List_of_AMD_accelerated_processing_units"
4546
]
4647
}

data/cpu/amd/2013/consumer/a4-6300.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"tdp_w": 65,
1818
"max_tdp_w": null,
1919
"integrated_graphics": "Radeon HD 8370D",
20-
"memory_support": null,
20+
"memory_support": "DDR3-1600 dual-channel",
2121
"cinebench_r23_single": null,
2222
"cinebench_r23_multi": null,
2323
"cinebench_2024_single": null,
@@ -41,6 +41,7 @@
4141
"verified": true,
4242
"source_urls": [
4343
"https://en.wikipedia.org/wiki/AMD_Accelerated_Processing_Unit",
44-
"https://www.cpubenchmark.net/cpu.php?cpu=A4-6300"
44+
"https://www.cpubenchmark.net/cpu.php?cpu=A4-6300",
45+
"https://en.wikipedia.org/wiki/List_of_AMD_accelerated_processing_units"
4546
]
4647
}

data/cpu/amd/2013/consumer/a6-6400k.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"tdp_w": 65,
1818
"max_tdp_w": null,
1919
"integrated_graphics": "Radeon HD 8470D",
20-
"memory_support": null,
20+
"memory_support": "DDR3-1866 dual-channel",
2121
"cinebench_r23_single": null,
2222
"cinebench_r23_multi": null,
2323
"cinebench_2024_single": null,
@@ -41,6 +41,7 @@
4141
"verified": true,
4242
"source_urls": [
4343
"https://en.wikipedia.org/wiki/AMD_Accelerated_Processing_Unit",
44-
"https://technical.city/en/cpu/A6-6400K"
44+
"https://technical.city/en/cpu/A6-6400K",
45+
"https://en.wikipedia.org/wiki/List_of_AMD_accelerated_processing_units"
4546
]
4647
}

0 commit comments

Comments
 (0)