From 3260e09b2ae4ee9eb80ff83f800d9b3bcff209e4 Mon Sep 17 00:00:00 2001 From: Burt P Date: Sun, 9 Jul 2017 21:45:10 -0500 Subject: alpha: add frequency, add test Signed-off-by: Burt P --- test/data/alpha_as_cpuinfo | 19 +++++++++++++++++++ test/test.sh | 2 ++ 2 files changed, 21 insertions(+) create mode 100644 test/data/alpha_as_cpuinfo (limited to 'test') diff --git a/test/data/alpha_as_cpuinfo b/test/data/alpha_as_cpuinfo new file mode 100644 index 00000000..698b3d4d --- /dev/null +++ b/test/data/alpha_as_cpuinfo @@ -0,0 +1,19 @@ +cpu : Alpha +cpu model : EV56 +cpu variation : 7 +cpu revision : 0 +cpu serial number : +system type : Rawhide +system variation : Tincup +system revision : 0 +system serial number : BT00000000 +cycle frequency [Hz] : 531914893 +timer frequency [Hz] : 1200.00 +page size [bytes] : 8192 +phys. address bits : 40 +max. addr. space # : 127 +BogoMIPS : 1063.92 +kernel unaligned acc : 0 (pc=0,va=0) +user unaligned acc : 0 (pc=0,va=0) +platform string : AlphaServer 1200 5/533 4MB +cpus detected : 1 diff --git a/test/test.sh b/test/test.sh index 7a05a79b..bc748320 100644 --- a/test/test.sh +++ b/test/test.sh @@ -16,3 +16,5 @@ 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 + -- cgit v1.2.3