From c60de0e87faa631887821892547f0554eed2727f Mon Sep 17 00:00:00 2001 From: James Laird Date: Wed, 27 Mar 2013 13:00:23 +0000 Subject: Add Altera USB-Blaster SPI programmer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds support for the Altera USB-Blaster programming dongle in Active Serial (AS) mode. Tested on both original product and a clone dongle. Corresponding to flashrom svn r1658. Signed-off-by: James Laird Signed-off-by: Kyösti Mälkki Signed-off-by: Stefan Tauner Acked-by: Kyösti Mälkki Acked-by: Stefan Tauner --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 8e812be..7f24cca 100644 --- a/README +++ b/README @@ -45,8 +45,8 @@ Build Instructions To build flashrom you need to install the following software: * pciutils+libpci (if you want support for mainboard or PCI device flashing) - * libusb (if you want FT2232 or Dediprog support) - * libftdi (if you want FT2232 support) + * libusb (if you want FT2232, Dediprog or USB-Blaster support) + * libftdi (if you want FT2232 or USB-Blaster support) Linux et al: -- cgit v1.1