Jordan ERNST
141ac825c9
SoPine (Pine64) detection
4 years ago
Melissa LeBlanc-Williams
71f439703d
Adding Raspberry Pi 400 detection
4 years ago
Melissa LeBlanc-Williams
1f6b3f056f
Removed long line
4 years ago
twa127
97ee9a9415
Update chips.py
4 years ago
twa127
9ec299e072
Update boards.py
4 years ago
twa127
74e1d05857
Update board.py
4 years ago
Melissa LeBlanc-Williams
1fa338d969
Change Pine64 to use dt-compatible
4 years ago
twa127
f1ed7750b2
Update boards.py
4 years ago
twa127
c08f180aa6
Update board.py
4 years ago
jolesieur
0c1d3b700c
Added support for BeagleBone Green Gateway
Added support for the BeagleBone Green Gateway from Seeed Studio.
4 years ago
l-r-r
78c7df9733
Add support for RPi 4 Model B Rev 1.4
Add rev_code "b03114" in _PI_REV_CODES to support Rev 1.4 of RPi 4B.
4 years ago
Michael Murton
e1661ce56a
fix generic amd not returning a chip ref #96
4 years ago
Stephen Warren
2516a166f4
Fix any_jetson_board after _JETSON_IDS type change
Fixes issue 103
Fixes: e3fede2f5c
("Convert _JETSON_IDS to a tuple")
4 years ago
Stephen Warren
f41f70e1ab
Add support for NVIDIA Clara AGX Xavier
4 years ago
Stephen Warren
e3fede2f5c
Convert _JETSON_IDS to a tuple
This will allow us to control the order that each entry is checked,
whereas the current dictionary is unordered. This will be useful when
adding support for future very similar boards.
4 years ago
Melissa LeBlanc-Williams
ebcb4a0cb2
Implemented simple chip id and board id caching
4 years ago
Melissa LeBlanc-Williams
95a3fdd7ad
Renamed STM32 to STM32F405 because it was too generic
4 years ago
Melissa LeBlanc-Williams
67854a2d13
Remove bad-whitespace pylint option
4 years ago
Melissa LeBlanc-Williams
ec95b17d19
Added STM32MP1 detection
4 years ago
kent
da46b462ce
formatted with black and pylint
4 years ago
kent
69e54cbe5d
Corrected pylint reported formatting issues
whitespaces removed. = surrounded with spaces and removed redundant else:
4 years ago
kent
c7114215b3
Added Udoo x64 boards
tested on Udoo x64 ultra II
4 years ago
kent
01b7ff76c9
detect Pentium_N3710 (Braswell core)
detect Udoo x64 cpu
4 years ago
kent
ae007c0fbf
Added code to read board name from system
4 years ago
kent
528efbc783
add Pentium_N3700 Braswell SOC for UDOO x64
4 years ago
Melissa LeBlanc-Williams
28dd57733d
Ran black
4 years ago
Melissa LeBlanc-Williams
dc6475f9ec
Clean up Tinkerboard detection
4 years ago
Melissa LeBlanc-Williams
e46a1867c3
Fix formatting
4 years ago
Melissa LeBlanc-Williams
c52b24b515
Fix false positive on Tinkerboard
4 years ago
Daniel Manla
3f334213a1
Fixed formatting via "black"
4 years ago
Melissa LeBlanc-Williams
b4998383c7
Add missing Raspberry Pi 2 Rev code
4 years ago
Daniel Manla
578742c684
Modified a comment for clarification
4 years ago
Daniel Manla
e586f7e1c5
Add PineH64 and Allwinner H6 constants
4 years ago
Daniel Manla
ee64a3d3b0
Added Allwinner H6; Modified Allwinner A64
In chip.py hardware identifiers take precedence over all other forms of chip detection. This causes issues with differentiating between the Allwinner H6 and Allwinner A64. Both the Allwinner H6 and Allwinner A64 return "sun50iw1p1 when checking the cpu info Hardware field. I have added logic to prevent the use of sun50iw1p1 as an identifier. I have added additional logic which successfully detects the Allwinner H6.
4 years ago
Daniel Manla
111daa078b
Add PineH64 to board detection
4 years ago
Fletcher Porter
e2f1b673de
Fixed an issue where __init__.check_dt_compatible_value opened a file but did not close it and thus caused a memory leak and a ResourceWarning.
4 years ago
BlitzCityDIY
24124352c3
Changing to use function
Changing to use function _asus_tinker_board_id() in board.py
4 years ago
Franklin Harding
34d046ad1a
Add support for detecting FT2232H
4 years ago
BlitzCityDIY
834f1b32d2
Changing to _ASUS_TINKER_BOARD_IDS
Updating to boards._ASUS_TINKER_BOARD_IDS
4 years ago
BlitzCityDIY
8f4bf4a94f
Adding _ASUS_TINKER_BOARD_IDS
Changed some things up to have everything match formatting for multiple boards so that more Tinker Board types can be added easily (I'm hoping to add the S after the original Tinker Board is all set)
4 years ago
BlitzCityDIY
6333865b87
Changing ASUS_TINKER_BOARD to _ASUS_TINKER_BOARD
Changing ASUS_TINKER_BOARD to _ASUS_TINKER_BOARD. Should be last commit, thank you for all your help and guidance!
4 years ago
Tommy
6776b983fe
Add revision code for 8GB model Raspberry Pi 4B
4 years ago
Melissa LeBlanc-Williams
1cc0239aba
Black formatted
4 years ago
Melissa LeBlanc-Williams
63a6103b7c
Added missing rev codes for newer Raspberry Pi 2
4 years ago
BlitzCityDIY
3eaf2add35
Reformatted with Black
Reformatted with Black- sorry for all the back and forth, it's my first time doing something like this.
4 years ago
BlitzCityDIY
d0e22d04d6
Updating pylint
fixing pylint errors
4 years ago
BlitzCityDIY
07e8625558
Black formatting
updating chip.py and boards.py to be Black formatted
4 years ago
BlitzCityDIY
f6cf2cd767
Updating board.py
adding any_asus_tinker_board for embedded linux system identification
4 years ago
BlitzCityDIY
98cdaa4bba
Adding Tinker Board detection
Adding detection for the ASUS Tinker Board SBC.
SoC: Rockchip 3288 (RK3288)
4 years ago
Dale Weber
ebb72a406d
Added UDOO Bolt V3 and V8 detection. Original Bolt is Bolt V8 now
4 years ago