Enable -Werror for romcc
[coreboot.git] / util / getpir / README
1 ABOUT:
2
3 This utility will help to create irq_table.c file, that is very hard to create
4 manually, specialy when you are testing new motherboards, changing your
5 hardware often, placing new cards, etc..
6
7 USAGE:
8
9 Steps
10 1. make distclean;
11 2. make getpir
12 3. ./getpir
13
14    Will dump irq table to the file called irq_tables.c, ready to use with
15    coreboot. Just move the file to corresponding place in the coreboot tree.
16
17
18 4. CHECKING CUSTOM irq_tables.c:
19
20    make checkpir
21    ./checkpir
22
23    checkpir.c Will verify the irq_tables.c, currently it only checks the
24    checksum. In case of wrong checksum, a good value is proposed, so you can
25    edit irq_tables.c manualy and replace checksum.
26
27
28 Do not run make checkpir and ./checkpir directly because it needs to be linked
29 to irq_table.o first.
30