aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/hp/dl145_g1
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/hp/dl145_g1
parentbf54c2cc5c58fc5de082f8a94fb11cc3998e4d15 (diff)
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/hp/dl145_g1')
-rw-r--r--src/mainboard/hp/dl145_g1/irq_tables.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/hp/dl145_g1/irq_tables.c b/src/mainboard/hp/dl145_g1/irq_tables.c
index f5e19cdd30..1cb5fa9550 100644
--- a/src/mainboard/hp/dl145_g1/irq_tables.c
+++ b/src/mainboard/hp/dl145_g1/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>