diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2015-11-06 22:40:57 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-11-10 14:11:06 +0100 |
commit | 47b6a825a7df938391ffee3e29df8091b6a8010e (patch) | |
tree | f5e9aa9ff65bc8fa54cd239a30ab05e2fd293819 /src/mainboard/sunw/ultra40 | |
parent | bf54c2cc5c58fc5de082f8a94fb11cc3998e4d15 (diff) | |
download | coreboot-47b6a825a7df938391ffee3e29df8091b6a8010e.tar.xz |
mainboard/**/irq_tables.c: Remove reference to getpir
The obsolete and removed getpir utility remarked in its output that the
data is autogenerated. The tool was removed because it wasn't very
reliable, so there's no need to point that anymore.
Change-Id: I5d624931ba7872b1fefa8fa3c270ae7367e069fa
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/12354
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/mainboard/sunw/ultra40')
-rw-r--r-- | src/mainboard/sunw/ultra40/irq_tables.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/sunw/ultra40/irq_tables.c b/src/mainboard/sunw/ultra40/irq_tables.c index a0e21e41e2..aa4fa10edc 100644 --- a/src/mainboard/sunw/ultra40/irq_tables.c +++ b/src/mainboard/sunw/ultra40/irq_tables.c @@ -1,9 +1,3 @@ -/* This file was generated by getpir.c, do not modify! - (but if you do, please run checkpir on it to verify) - Contains the IRQ Routing Table dumped directly from your memory , wich BIOS sets up - - Documentation at : http://www.microsoft.com/hwdev/busbios/PCIIRQ.HTM -*/ #include <console/console.h> #include <device/pci.h> #include <string.h> |