From ac9072baaa41c5bb0879da73bb2603dbb018b3fc Mon Sep 17 00:00:00 2001 From: Burt P Date: Sun, 9 Jul 2017 21:59:27 -0500 Subject: parisc: fixes, add test It really didn't work at all before. Signed-off-by: Burt P --- test/data/parisc_hppa_fortex4_cpuinfo | 59 +++++++++++++++++++++++++++++++++++ test/test.sh | 4 ++- 2 files changed, 62 insertions(+), 1 deletion(-) create mode 100644 test/data/parisc_hppa_fortex4_cpuinfo (limited to 'test') diff --git a/test/data/parisc_hppa_fortex4_cpuinfo b/test/data/parisc_hppa_fortex4_cpuinfo new file mode 100644 index 00000000..79efffc2 --- /dev/null +++ b/test/data/parisc_hppa_fortex4_cpuinfo @@ -0,0 +1,59 @@ +processor : 0 +cpu family : PA-RISC 2.0 +cpu : PA8500 (PCX-W) +cpu MHz : 440.000000 +model : 9000/785/J7000 +model name : Forte W 4-way +hversion : 0x00005bf0 +sversion : 0x00000491 +I-cache : 512 KB +D-cache : 1024 KB (WB) +ITLB entries : 160 +DTLB entries : 160 - shared with ITLB +bogomips : 878.18 +software id : 2002742099 + +processor : 1 +cpu family : PA-RISC 2.0 +cpu : PA8500 (PCX-W) +cpu MHz : 440.000000 +model : 9000/785/J7000 +model name : Forte W 4-way +hversion : 0x00005bf0 +sversion : 0x00000491 +I-cache : 512 KB +D-cache : 1024 KB (WB) +ITLB entries : 160 +DTLB entries : 160 - shared with ITLB +bogomips : 878.18 +software id : 2002742099 + +processor : 2 +cpu family : PA-RISC 2.0 +cpu : PA8500 (PCX-W) +cpu MHz : 440.000000 +model : 9000/785/J7000 +model name : Forte W 4-way +hversion : 0x00005bf0 +sversion : 0x00000491 +I-cache : 512 KB +D-cache : 1024 KB (WB) +ITLB entries : 160 +DTLB entries : 160 - shared with ITLB +bogomips : 878.18 +software id : 2002742099 + +processor : 3 +cpu family : PA-RISC 2.0 +cpu : PA8500 (PCX-W) +cpu MHz : 440.000000 +model : 9000/785/J7000 +model name : Forte W 4-way +hversion : 0x00005bf0 +sversion : 0x00000491 +I-cache : 512 KB +D-cache : 1024 KB (WB) +ITLB entries : 160 +DTLB entries : 160 - shared with ITLB +bogomips : 878.18 +software id : 2002742099 diff --git a/test/test.sh b/test/test.sh index bc748320..9c1f0692 100644 --- a/test/test.sh +++ b/test/test.sh @@ -16,5 +16,7 @@ do_test() { #do_test arm data/arm_jetsontx2_cpuinfo #do_test sparc data/sparc_m7_cpuinfo #do_test mips data/mips_loongson_cpuinfo -do_test alpha data/alpha_as_cpuinfo +#do_test alpha data/alpha_as_cpuinfo +do_test parisc data/parisc_hppa_fortex4_cpuinfo + -- cgit v1.2.3