-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v1.04][RISCV] Add Lichee PI 4a SoC (#200)
- Loading branch information
Showing
4 changed files
with
15 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,7 @@ static char* soc_trademark_string[] = { | |
// RISC-V | ||
[SOC_VENDOR_SIFIVE] = "SiFive ", | ||
[SOC_VENDOR_STARFIVE] = "StarFive ", | ||
[SOC_VENDOR_SIPEED] = "Sipeed ", | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
Dr-Noob
Author
Owner
|
||
// ARM & RISC-V | ||
[SOC_VENDOR_ALLWINNER] = "Allwinner " | ||
}; | ||
|
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
The SoC vendor is T-Head, Sipeed is only the SBC vendor. BeagleBoard has a board called BeagleV-Ahead that uses the same SoC.