-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes: #104
- Loading branch information
Showing
2 changed files
with
84 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
title: EMB-3551 / Phytium E2000Q | ||
state: OPEN | ||
author: ThomasKaiser | ||
labels: | ||
comments: 2 | ||
assignees: | ||
projects: | ||
milestone: | ||
number: 104 | ||
-- | ||
**Describe the system** | ||
(name like "Pine64 RockPro64", "Raspberry/Pi 4", url to vendor if possible, SoC name) | ||
System name: EMB-3551 | ||
Vendor name: Norco | ||
SoC name: E2000Q | ||
SoC vendor name (ex. Qualcomm, Mediatek): Phytium | ||
|
||
**Paste `/proc/cpuinfo` content** | ||
|
||
``` | ||
processor : 0 | ||
BogoMIPS : 100.00 | ||
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid sha3 sha512 | ||
CPU implementer : 0x70 | ||
CPU architecture: 8 | ||
CPU variant : 0x0 | ||
CPU part : 0x303 | ||
CPU revision : 4 | ||
|
||
processor : 1 | ||
BogoMIPS : 100.00 | ||
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid sha3 sha512 | ||
CPU implementer : 0x70 | ||
CPU architecture: 8 | ||
CPU variant : 0x0 | ||
CPU part : 0x303 | ||
CPU revision : 4 | ||
|
||
processor : 2 | ||
BogoMIPS : 100.00 | ||
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid sha3 sha512 | ||
CPU implementer : 0x70 | ||
CPU architecture: 8 | ||
CPU variant : 0x1 | ||
CPU part : 0x664 | ||
CPU revision : 3 | ||
|
||
processor : 3 | ||
BogoMIPS : 100.00 | ||
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid sha3 sha512 | ||
CPU implementer : 0x70 | ||
CPU architecture: 8 | ||
CPU variant : 0x1 | ||
CPU part : 0x664 | ||
CPU revision : 3 | ||
``` | ||
|
||
**Additional context** | ||
|
||
This is a hybrid SoC, ID `0x303` is other than usual for FTC310 cores (usually with Phytium core name and ID are the same): https://gitee.com/phytium_embedded/phytium-standalone-sdk#33-e2000q | ||
|
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