From 3cd7a94352422d5f92e4c0794b6b002835e43daf Mon Sep 17 00:00:00 2001 From: stefanct Date: Sat, 27 Oct 2012 00:34:23 +0000 Subject: serprog: add opcode to control the programmer's output drivers. This allowed me to let the clips remain attached on my D946GZIS while playing with coreboot/serialice. Signed-off-by: Stefan Tauner Acked-by: Stefan Tauner git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1618 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- serprog.h | 1 + 1 file changed, 1 insertion(+) (limited to 'serprog.h') diff --git a/serprog.h b/serprog.h index 8d11772..b54aaea 100644 --- a/serprog.h +++ b/serprog.h @@ -22,3 +22,4 @@ #define S_CMD_S_BUSTYPE 0x12 /* Set used bustype(s). */ #define S_CMD_O_SPIOP 0x13 /* Perform SPI operation. */ #define S_CMD_S_SPI_FREQ 0x14 /* Set SPI clock frequency */ +#define S_CMD_S_PIN_STATE 0x15 /* Enable/disable output drivers */ -- cgit v1.2.1