diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2008-01-18 15:34:24 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2008-01-18 15:34:24 +0000 |
commit | 997afe6ca576dcc0117891294b5f51f29864f354 (patch) | |
tree | a94f448e82a0d21235fe69a1f15b19a06a1182cd /util/getpir/README | |
parent | f527e70333e9644f4024737240b9be18f4e2d4d4 (diff) |
util/ renames
Acked-by: Stefan Reinauer <stepan@coresystems.de>
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3056 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/getpir/README')
-rw-r--r-- | util/getpir/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/getpir/README b/util/getpir/README index 771aeb9bfb..6c5d6e2b53 100644 --- a/util/getpir/README +++ b/util/getpir/README @@ -6,14 +6,14 @@ specialy when you are testing new motherboards, changing your hardware often, pl INSTALL: -edit Makefile, define the root to Linuxbios tree +edit Makefile, define the root to coreboot tree make USAGE: ./getpir -Will dump irq table to the file called irq_tables.c, ready to use with Linuxbios. Just move the +Will dump irq table to the file called irq_tables.c, ready to use with coreboot. Just move the file to corresponding place in the linux bios tree. |