Skip to content

Commit b84ddc0

Browse files
committed
feat(data/brand): restructure into country folders and expand catalog
Replaces the flat brand/<slug>.json layout with brand/<country-iso2>/<slug>.json and grows the catalog from ~19 manufacturers to ~110 across CPU, GPU, SoC, smartphone OEMs, console makers and historic vendors. New required fields: country (ISO 3166-1 alpha-2), categories (non-empty allow-list), founded_year (optional). Validator enforces the path convention brand/<country_lower>/<slug>.json. Coverage now includes IBM (us), Motorola/Freescale (us), DEC (us), Cyrix (us), Transmeta (us), VIA (tw), Zhaoxin (cn), Hygon (cn), Loongson (cn), Ampere (us), NVIDIA (us), Microsoft (us), ARM (gb), 3dfx (us), Matrox (ca), STMicroelectronics (ch), plus mobile OEMs Acer, ASUS, Lenovo, MSI, Razer, Sony, Sharp, Panasonic, LG, Xiaomi sub-brands and more. Refs #1
1 parent 663da5d commit b84ddc0

129 files changed

Lines changed: 1554 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/brand/at/emporia.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"slug": "emporia",
3+
"name": "Emporia Telecom",
4+
"country": "AT",
5+
"founded_year": 1991,
6+
"logo_url": null,
7+
"website": "https://www.emporia.eu",
8+
"categories": [
9+
"smartphone-oem"
10+
],
11+
"description_en": "Austrian mobile-phone manufacturer; specialises in simplified Android smartphones and feature phones designed for seniors.",
12+
"description_ko": "오스트리아의 휴대전화 제조사. 시니어를 위한 단순화된 안드로이드 스마트폰과 피처폰을 전문 생산."
13+
}

data/brand/ca/ati.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"slug": "ati",
3+
"name": "ATI Technologies",
4+
"country": "CA",
5+
"founded_year": 1985,
6+
"logo_url": null,
7+
"website": null,
8+
"categories": [
9+
"gpu-designer",
10+
"defunct"
11+
],
12+
"description_en": "Canadian GPU maker; designed Rage and Radeon graphics cards before being acquired by AMD in 2006.",
13+
"description_ko": "캐나다의 GPU 제조사. Rage 및 Radeon 그래픽카드를 설계했으며 2006년 AMD에 인수됨."
14+
}

data/brand/ca/blackberry.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"slug": "blackberry",
3+
"name": "BlackBerry",
4+
"country": "CA",
5+
"founded_year": 1984,
6+
"logo_url": null,
7+
"website": "https://www.blackberry.com",
8+
"categories": [
9+
"smartphone-oem",
10+
"defunct"
11+
],
12+
"description_en": "Canadian software company (formerly Research In Motion); produced QWERTY-keyboard smartphones such as the Bold and Priv, and now focuses on enterprise security software.",
13+
"description_ko": "캐나다의 소프트웨어 기업(구 Research In Motion). Bold, Priv 등 QWERTY 키보드 스마트폰을 생산했으며 현재는 기업용 보안 소프트웨어에 주력."
14+
}

data/brand/ca/matrox.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"slug": "matrox",
3+
"name": "Matrox",
4+
"country": "CA",
5+
"founded_year": 1976,
6+
"logo_url": null,
7+
"website": "https://www.matrox.com",
8+
"categories": [
9+
"gpu-designer"
10+
],
11+
"description_en": "Canadian electronics company; designs multi-display professional graphics cards and video-wall hardware, historically known for the Millennium and Parhelia GPUs.",
12+
"description_ko": "캐나다의 전자 기업. 다중 디스플레이 전문가용 그래픽 카드와 비디오 월 하드웨어를 설계하며, 과거 Millennium 및 Parhelia GPU로 유명."
13+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"slug": "stmicroelectronics",
3+
"name": "STMicroelectronics",
4+
"country": "CH",
5+
"founded_year": 1987,
6+
"logo_url": null,
7+
"website": "https://www.st.com",
8+
"categories": [
9+
"chipset-maker",
10+
"soc-designer"
11+
],
12+
"description_en": "Franco-Italian multinational semiconductor company; produces the STM32 ARM microcontroller family and is a major supplier of automotive and MEMS chips.",
13+
"description_ko": "프랑스·이탈리아 합작의 다국적 반도체 기업. STM32 ARM 마이크로컨트롤러 제품군을 생산하며 자동차용·MEMS 칩의 주요 공급사."
14+
}

data/brand/cn/alcatel.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"slug": "alcatel",
3+
"name": "Alcatel Mobile",
4+
"country": "CN",
5+
"founded_year": 2004,
6+
"logo_url": null,
7+
"website": "https://www.alcatelmobile.com",
8+
"categories": [
9+
"smartphone-oem",
10+
"sub-brand"
11+
],
12+
"description_en": "Mobile-phone brand currently licensed and operated by TCL Communication; produces budget Android smartphones, tablets, and feature phones.",
13+
"description_ko": "TCL Communication이 라이선스 운영 중인 휴대전화 브랜드. 보급형 안드로이드 스마트폰, 태블릿, 피처폰을 생산."
14+
}

data/brand/cn/allwinner.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"slug": "allwinner",
3+
"name": "Allwinner Technology",
4+
"country": "CN",
5+
"founded_year": 2007,
6+
"logo_url": null,
7+
"website": "https://www.allwinnertech.com",
8+
"categories": [
9+
"soc-designer"
10+
],
11+
"description_en": "Chinese fabless chip designer; makes the A-series and H-series ARM SoCs used in tablets, smart displays, and single-board computers.",
12+
"description_ko": "중국의 팹리스 칩 디자이너. 태블릿, 스마트 디스플레이, 싱글보드 컴퓨터에 사용되는 A 시리즈 및 H 시리즈 ARM SoC를 생산."
13+
}

data/brand/cn/amlogic.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"slug": "amlogic",
3+
"name": "Amlogic",
4+
"country": "CN",
5+
"founded_year": 1995,
6+
"logo_url": null,
7+
"website": "https://www.amlogic.com",
8+
"categories": [
9+
"soc-designer"
10+
],
11+
"description_en": "Chinese fabless chip designer; makes the S-series ARM SoCs widely used in Android TV boxes, smart speakers, and streaming devices.",
12+
"description_ko": "중국의 팹리스 칩 디자이너. 안드로이드 TV 박스, 스마트 스피커, 스트리밍 기기에 널리 사용되는 S 시리즈 ARM SoC를 생산."
13+
}

data/brand/cn/ayaneo.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"slug": "ayaneo",
3+
"name": "AYANEO",
4+
"country": "CN",
5+
"founded_year": 2020,
6+
"logo_url": null,
7+
"website": "https://www.ayaneo.com",
8+
"categories": [
9+
"pc-oem"
10+
],
11+
"description_en": "Chinese hardware manufacturer; specialises in x86 Windows handheld gaming PCs powered by AMD Ryzen APUs, including the AYANEO 2 and Slide.",
12+
"description_ko": "중국의 하드웨어 제조사. AMD Ryzen APU를 탑재한 AYANEO 2, Slide 등 x86 윈도우 핸드헬드 게이밍 PC를 전문 생산."
13+
}

data/brand/cn/coolpad.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"slug": "coolpad",
3+
"name": "Coolpad",
4+
"country": "CN",
5+
"founded_year": 1993,
6+
"logo_url": null,
7+
"website": "https://www.coolpad.com",
8+
"categories": [
9+
"smartphone-oem"
10+
],
11+
"description_en": "Chinese smartphone manufacturer; produced the Cool and Coolpad Cool-series Android phones, known for early dual-SIM and CDMA devices.",
12+
"description_ko": "중국의 스마트폰 제조사. Cool 및 Coolpad Cool 시리즈 안드로이드 폰을 생산했으며 초기 듀얼심·CDMA 기기로 유명."
13+
}

0 commit comments

Comments
 (0)