1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-01 14:11:15 +02:00

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>
This commit is contained in:
Rudolf Marek
2009-05-17 19:39:27 +00:00
parent e186da6b15
commit 68720c7bed
4 changed files with 31 additions and 3 deletions

View File

@ -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;