• Home
Name Date Size #Lines LOC

..--

ucr/12-May-2024-7752

READMED12-May-2024973 3424

README

1MCE APEI INJ testing cases
2=========================
3
4Nov 6th, 2009
5
6Jiajia Zheng
7
8Start
9------------
10This test suite is based on apei-inj APEI haredware injection tool.
11It's structure and usage are the same with soft-inj test suite.
12To be root and invoke simple test driver on test configuration file as follow
13	drivers/simple/driver.sh config/simple_apei_ucr.conf
14
15Test Dependencies
16-----------------
17MCE APEI INJ test suite has following dependencies on kernel and other tools:
18
19* Make sure following configuration options are enabled in linux kernel:
20	CONFIG_FTRACE=y
21	CONFIG_FUNCTION_TRACER=y
22
23* page-types:
24  A tool to query page types, which is accompanied with Linux kernel
25  source (2.6.32 or newer, $KERNEL_SRC/Documentation/vm/page-types.c).
26  For detail, please see 3.4 in doc/howto.txt.
27
28* simple-process:
29  APEI hardware injection will inject an error to a page used by this simple-process.  Intall simple-process.
30	cd mce-test/tools/simple_process
31	make
32
33
34