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
commitd71ff0d6edda81161a0a6a089020a5aee4cfe106 (patch)
tree6c429d105f1c3a0901af2770065c1ed0e9f72c71 /pcidev.c
parent67e1e4e16e559b5ad715753e41ad8acd8128452b (diff)
downloadflashrom-d71ff0d6edda81161a0a6a089020a5aee4cfe106.zip
flashrom-d71ff0d6edda81161a0a6a089020a5aee4cfe106.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