This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rpi: use new revision parsing algo; support new 12 boards w/ RPi4
- Do not use the lookup table anymore, just use bit fields. - Include unit test to ensure there is no regression on the previously supported model, leveraging the work done in previous commits. This adds support to the following known board models: 0x900021 // board1APlus 0x900032 // board1BPlus 0x9020e0 // board3APlus 0x920092 // boardZero 0x900061 // boardCM1 0xa220a0 // boardCM3 0xa52082 // board3B 0xa22083 // board3B 0xa02100 // boardCM3Plus 0xa03111 // board4B 0xb03111 // board4B 0xc03111 // board4B
- Loading branch information
Showing
2 changed files
with
67 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters