mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-24 01:28:48 +00:00
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:
committed by
Christian Helmuth
parent
1b1fd1e1f9
commit
b3655902ed
11
repos/base-hw/lib/mk/platform_panda/test-hw_info.mk
Normal file
11
repos/base-hw/lib/mk/platform_panda/test-hw_info.mk
Normal 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
|
Reference in New Issue
Block a user