File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,8 @@ def _linux_id(self):
137137 vendor_id = self .detector .get_cpuinfo_field ("vendor_id" )
138138 if vendor_id == "AuthenticAMD" :
139139 model_name = self .detector .get_cpuinfo_field ("model name" ).upper ()
140+ if "RYZEN EMBEDDED V1202B" in model_name :
141+ linux_id = chips .RYZEN_V1202B
140142 if "RYZEN EMBEDDED V1605B" in model_name :
141143 linux_id = chips .RYZEN_V1605B
142144 else :
Original file line number Diff line number Diff line change 9595ROCK_PI_S = "ROCK_PI_S"
9696
9797GREATFET_ONE = "GREATFET_ONE"
98- UDOO_BOLT = "UDOO_BOLT"
98+ UDOO_BOLT_V3 = "UDOO_BOLT_V3"
99+ UDOO_BOLT_V8 = "UDOO_BOLT_V8"
99100
100101# pylint: enable=bad-whitespace
101102
345346_PINE64_DEV_IDS = (PINE64 , PINEBOOK , PINEPHONE )
346347
347348# UDOO
348- _UDOO_BOARD_IDS = {UDOO_BOLT : ("SC40-2000-0000-C0|C" ,)}
349+ _UDOO_BOARD_IDS = {UDOO_BOLT_V8 : ("SC40-2000-0000-C0|C" ,)}
Original file line number Diff line number Diff line change 44BCM2XXX = "BCM2XXX"
55ESP8266 = "ESP8266"
66EXYNOS5422 = "EXYNOS5422"
7+ RYZEN_V1202B = "RYZEN_V1202B"
78RYZEN_V1605B = "RYZEN_V1605B"
89SAMD21 = "SAMD21"
910STM32 = "STM32"
You can’t perform that action at this time.
0 commit comments