-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add Wiren Board 8 support * of: ignore mdio-gpio aliases in of_find_gpiochips * add comment about missing compatibility entry in check-if-supports-usb-network.sh --------- Co-authored-by: Evgeny Boger <[email protected]>
- Loading branch information
1 parent
8d22b38
commit 76c2097
Showing
9 changed files
with
37 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
wb-utils (4.21.1) stable; urgency=medium | ||
|
||
* fix USB device (Debug Network) mode on WB8 | ||
|
||
-- Evgeny Boger <[email protected]> Wed, 20 May 2024 20:12:24 +0300 | ||
|
||
wb-utils (4.21.0) stable; urgency=medium | ||
|
||
* add Wiren Board 8 support | ||
|
||
-- Nikita Maslov <[email protected]> Mon, 20 May 2024 16:03:58 +0500 | ||
|
||
wb-utils (4.20.5) stable; urgency=medium | ||
|
||
* Fix compatibility checks for FIT updates | ||
|
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/bin/bash | ||
|
||
. /usr/lib/wb-utils/wb_env.sh | ||
|
||
wb_source "of" | ||
|
||
# wirenboard-720 matches all Wiren Board 7.x boards, that all is because of missing entry in earlier DTBs | ||
|
||
if of_machine_match "wirenboard,wirenboard-720" || of_machine_match "wirenboard,wirenboard-84x"; then | ||
exit 0 | ||
fi | ||
|
||
exit 1 |
This file was deleted.
Oops, something went wrong.