hw & arm_v7: provide run/hw_info

The run test 'hw_info' prints the content of the basic ARMv7 identification and
feature registers in a pretty readable format. It is a kernel-internal test
because many of these registers are restricted to privilege level 1 or higher.

fix #1278
This commit is contained in:
Martin Stein
2014-10-21 19:01:40 +02:00
committed by Christian Helmuth
parent 1b1fd1e1f9
commit b3655902ed
5 changed files with 504 additions and 0 deletions

View File

@ -0,0 +1,11 @@
#
# \brief Build config for a core that prints hardware information
# \author Martin Stein
# \date 2011-12-16
#
# add C++ sources
SRC_CC += spec/arm_v7/info.cc
# decrlare source directories
vpath % $(REP_DIR)/src/test/hw_info