summaryrefslogtreecommitdiff
path: root/src/mainboard/winent
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@chromium.org>2015-11-06 22:40:57 +0100
committerPatrick Georgi <pgeorgi@google.com>2015-11-10 14:11:06 +0100
commit47b6a825a7df938391ffee3e29df8091b6a8010e (patch)
treef5e9aa9ff65bc8fa54cd239a30ab05e2fd293819 /src/mainboard/winent
parentbf54c2cc5c58fc5de082f8a94fb11cc3998e4d15 (diff)
downloadcoreboot-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/winent')
-rw-r--r--src/mainboard/winent/mb6047/irq_tables.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/winent/mb6047/irq_tables.c b/src/mainboard/winent/mb6047/irq_tables.c
index 6fe7349e92..d03f2c40f8 100644
--- a/src/mainboard/winent/mb6047/irq_tables.c
+++ b/src/mainboard/winent/mb6047/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>