Skip to content

Commit 54306c8

Browse files
Seungpyo1007rush1007n-glitch
authored andcommitted
feat(data/soc): rebuild SoC catalog covering Apple, Qualcomm, MediaTek, Samsung, Google, HiSilicon
Reorganises data/soc/<vendor>/ and grows coverage across major mobile SoC vendors and embedded platforms. Vendors covered - Apple A4-A18 Pro, M-series referenced via Mac segment - Qualcomm Snapdragon 200-8 Elite Gen + Snapdragon X family - MediaTek Helio + Dimensity 700-9400 - Samsung Exynos 4210/4412 (historic) -> 2200/2400 - Google Tensor G1-G5 - HiSilicon Kirin 9xx through 9100 - Unisoc, Allwinner, Amlogic, Rockchip embedded Historic SoCs (Apple A6 32 nm, Samsung Exynos 4210 45 nm, etc.) now validate cleanly thanks to the widened process_nm bound in scripts/validate.py. Refs #1
1 parent fc7bcd1 commit 54306c8

122 files changed

Lines changed: 1350 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

data/soc/apple/2012/apple-a6.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"slug": "apple-a6",
3+
"name": "Apple A6",
4+
"manufacturer": "apple",
5+
"release_date": "2012-09-21",
6+
"process_nm": 32.0,
7+
"transistors_billion": null,
8+
"cpu_config": {
9+
"performance": 2,
10+
"efficiency": 0,
11+
"architecture": "Apple Swift",
12+
"clocks_ghz": [1.3]
13+
},
14+
"gpu_name": "PowerVR SGX543MP3",
15+
"gpu_cores": 3,
16+
"gpu_clock_mhz": null,
17+
"npu_tops": null,
18+
"modem": null,
19+
"geekbench_single": 250,
20+
"geekbench_multi": 460,
21+
"antutu_score": null,
22+
"verified": false,
23+
"source_urls": [
24+
"https://en.wikipedia.org/wiki/Apple_A6",
25+
"https://support.apple.com/iphone-5"
26+
]
27+
}

data/soc/apple/2013/apple-a7.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"slug": "apple-a7",
3+
"name": "Apple A7",
4+
"manufacturer": "apple",
5+
"release_date": "2013-09-20",
6+
"process_nm": 28.0,
7+
"transistors_billion": 1.0,
8+
"cpu_config": {
9+
"performance": 2,
10+
"efficiency": 0,
11+
"architecture": "Apple Cyclone",
12+
"clocks_ghz": [1.3]
13+
},
14+
"gpu_name": "PowerVR G6430",
15+
"gpu_cores": 4,
16+
"gpu_clock_mhz": null,
17+
"npu_tops": null,
18+
"modem": null,
19+
"geekbench_single": 260,
20+
"geekbench_multi": 470,
21+
"antutu_score": null,
22+
"verified": false,
23+
"source_urls": [
24+
"https://en.wikipedia.org/wiki/Apple_A7",
25+
"https://support.apple.com/iphone-5s"
26+
]
27+
}

data/soc/apple/2014/apple-a8.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"slug": "apple-a8",
3+
"name": "Apple A8",
4+
"manufacturer": "apple",
5+
"release_date": "2014-09-09",
6+
"process_nm": 20.0,
7+
"transistors_billion": 2.0,
8+
"cpu_config": {
9+
"performance": 2,
10+
"efficiency": 0,
11+
"architecture": "Apple Typhoon",
12+
"clocks_ghz": [1.4]
13+
},
14+
"gpu_name": "PowerVR GX6450",
15+
"gpu_cores": 4,
16+
"gpu_clock_mhz": null,
17+
"npu_tops": null,
18+
"modem": null,
19+
"geekbench_single": 380,
20+
"geekbench_multi": 670,
21+
"antutu_score": null,
22+
"verified": false,
23+
"source_urls": [
24+
"https://en.wikipedia.org/wiki/Apple_A8",
25+
"https://support.apple.com/iphone-6"
26+
]
27+
}

data/soc/apple/2015/apple-a9.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"slug": "apple-a9",
3+
"name": "Apple A9",
4+
"manufacturer": "apple",
5+
"release_date": "2015-09-09",
6+
"process_nm": 14.0,
7+
"transistors_billion": 2.0,
8+
"cpu_config": {
9+
"performance": 2,
10+
"efficiency": 0,
11+
"architecture": "Apple Twister",
12+
"clocks_ghz": [1.85]
13+
},
14+
"gpu_name": "PowerVR GT7600",
15+
"gpu_cores": 6,
16+
"gpu_clock_mhz": 650,
17+
"npu_tops": null,
18+
"modem": null,
19+
"geekbench_single": 540,
20+
"geekbench_multi": 980,
21+
"antutu_score": null,
22+
"verified": false,
23+
"source_urls": [
24+
"https://en.wikipedia.org/wiki/Apple_A9",
25+
"https://support.apple.com/iphone-6s"
26+
]
27+
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"slug": "apple-a10-fusion",
3+
"name": "Apple A10 Fusion",
4+
"manufacturer": "apple",
5+
"release_date": "2016-09-07",
6+
"process_nm": 16.0,
7+
"transistors_billion": 3.3,
8+
"cpu_config": {
9+
"performance": 2,
10+
"efficiency": 2,
11+
"architecture": "Apple Hurricane/Zephyr",
12+
"clocks_ghz": [2.34, 1.05]
13+
},
14+
"gpu_name": "PowerVR GT7600 Plus (Apple G9)",
15+
"gpu_cores": 6,
16+
"gpu_clock_mhz": null,
17+
"npu_tops": null,
18+
"modem": null,
19+
"geekbench_single": 740,
20+
"geekbench_multi": 1320,
21+
"antutu_score": null,
22+
"verified": false,
23+
"source_urls": [
24+
"https://en.wikipedia.org/wiki/Apple_A10",
25+
"https://support.apple.com/iphone-7"
26+
]
27+
}

0 commit comments

Comments
 (0)