FreeBSD Bugzilla – Attachment 210424 Details for
Bug 243065
Recognize Neoverse-N1 core
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Detect Neoverse-N1 cores
neoverse-n1.patch (text/plain), 827 bytes, created by
Ali Saidi
on 2020-01-03 19:48:28 UTC
(
hide
)
Description:
Detect Neoverse-N1 cores
Filename:
MIME Type:
Creator:
Ali Saidi
Created:
2020-01-03 19:48:28 UTC
Size:
827 bytes
patch
obsolete
>Index: sys/arm64/arm64/identcpu.c >=================================================================== >--- sys/arm64/arm64/identcpu.c (revision 356085) >+++ sys/arm64/arm64/identcpu.c (working copy) >@@ -159,6 +160,7 @@ > { CPU_PART_CORTEX_A72, "Cortex-A72" }, > { CPU_PART_CORTEX_A73, "Cortex-A73" }, > { CPU_PART_CORTEX_A75, "Cortex-A75" }, >+ { CPU_PART_NEOVERSE_N1, "Neoverse-N1" }, > CPU_PART_NONE, > }; > /* Cavium */ >Index: sys/arm64/include/cpu.h >=================================================================== >--- sys/arm64/include/cpu.h (revision 356085) >+++ sys/arm64/include/cpu.h (working copy) >@@ -88,6 +88,7 @@ > #define CPU_PART_CORTEX_A72 0xD08 > #define CPU_PART_CORTEX_A73 0xD09 > #define CPU_PART_CORTEX_A75 0xD0A >+#define CPU_PART_NEOVERSE_N1 0xD0C > > /* Cavium Part numbers */ > #define CPU_PART_THUNDERX 0x0A1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 243065
: 210424