diff options
author | Burt P <pburt0@gmail.com> | 2017-07-09 21:45:10 -0500 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2017-07-12 19:38:41 -0700 |
commit | 3260e09b2ae4ee9eb80ff83f800d9b3bcff209e4 (patch) | |
tree | 2bd1804efb2da9d186cf4c2df79386290ea068af /test | |
parent | 86525d099c58e7e2d329107361398288c7c01296 (diff) |
alpha: add frequency, add test
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/data/alpha_as_cpuinfo | 19 | ||||
-rw-r--r-- | test/test.sh | 2 |
2 files changed, 21 insertions, 0 deletions
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 + |