mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 03:53:37 +02:00
This patch add the OpenHW Core-V CVA6 Risc-V JSON file. For more info: https://openhwfoundation.org/news/2023/11/07/openhw-group-announces-core-v-cva6-platform-project-for-risc-v-software-development-and-testing/ Signed-off-by: Manuel Hernández Méndez <manuel.hernandez@openchip.com> Reviewed-by: Ian Rogers <irogers@google.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
# Format:
|
|
# MVENDORID-MARCHID-MIMPID,Version,JSON/file/pathname,Type
|
|
#
|
|
# where
|
|
# MVENDORID JEDEC code of the core provider
|
|
# MARCHID base microarchitecture of the hart
|
|
# MIMPID unique encoding of the version
|
|
# of the processor implementation
|
|
# Version could be used to track version of JSON file
|
|
# but currently unused.
|
|
# JSON/file/pathname is the path to JSON file, relative
|
|
# to tools/perf/pmu-events/arch/riscv/.
|
|
# Type is core, uncore etc
|
|
#
|
|
#
|
|
#MVENDORID-MARCHID-MIMPID,Version,Filename,EventType
|
|
0x489-0x8000000000000007-0x[[:xdigit:]]+,v1,sifive/bullet,core
|
|
0x489-0x8000000000000[1-9a-e]07-0x[78ac][[:xdigit:]]+,v1,sifive/bullet-07,core
|
|
0x489-0x8000000000000[1-9a-e]07-0xd[[:xdigit:]]+,v1,sifive/bullet-0d,core
|
|
0x489-0x8000000000000008-0x[[:xdigit:]]+,v1,sifive/p550,core
|
|
0x489-0x8000000000000[1-6]08-0x[9b][[:xdigit:]]+,v1,sifive/p650,core
|
|
0x5b7-0x0-0x0,v1,thead/c900-legacy,core
|
|
0x5b7-0x80000000090c0d00-0x2047000,v1,thead/c900-legacy,core
|
|
0x602-0x3-0x0,v1,openhwgroup/cva6,core
|
|
0x67e-0x80000000db0000[89]0-0x[[:xdigit:]]+,v1,starfive/dubhe-80,core
|
|
0x31e-0x8000000000008a45-0x[[:xdigit:]]+,v1,andes/ax45,core
|