summaryrefslogtreecommitdiffstats
path: root/pcidev.c
diff options
context:
space:
mode:
authorRudolf Marek <r.marek@assembler.cz>2009-05-17 19:39:27 +0000
committerRudolf Marek <r.marek@assembler.cz>2009-05-17 19:39:27 +0000
commit68720c7bed9294907dfc49c6f40b692947b52299 (patch)
tree6c429d105f1c3a0901af2770065c1ed0e9f72c71 /pcidev.c
parente186da6b1558f0a2b697911627a428d4dfbcdcc0 (diff)
downloadast2050-flashrom-68720c7bed9294907dfc49c6f40b692947b52299.zip
ast2050-flashrom-68720c7bed9294907dfc49c6f40b692947b52299.tar.gz
This patch adds support for BIOS flashing on the all SiliconImage SATA controllers
It was easy because 1) flashrom has now nice API 2) documentation is public on the web site Corresponding to flashrom svn r527. Signed-off-by: Rudolf Marek <r.marek@assembler.cz> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
Diffstat (limited to 'pcidev.c')
-rw-r--r--pcidev.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pcidev.c b/pcidev.c
index 41b5f25..5dab83f 100644
--- a/pcidev.c
+++ b/pcidev.c
@@ -26,8 +26,6 @@
#include <errno.h>
#include "flash.h"
-#define PCI_IO_BASE_ADDRESS 0x10
-
uint32_t io_base_addr;
struct pci_access *pacc;
struct pci_filter filter;
OpenPOWER on IntegriCloud