summaryrefslogtreecommitdiff
path: root/chip/g/usb_spi.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g/usb_spi.h')
-rw-r--r--chip/g/usb_spi.h21
1 files changed, 11 insertions, 10 deletions
diff --git a/chip/g/usb_spi.h b/chip/g/usb_spi.h
index 7a3d5652b3..65be060616 100644
--- a/chip/g/usb_spi.h
+++ b/chip/g/usb_spi.h
@@ -63,16 +63,17 @@ enum usb_spi_error {
};
enum usb_spi_request {
- USB_SPI_REQ_ENABLE = 0x0000,
- USB_SPI_REQ_DISABLE = 0x0001,
- USB_SPI_REQ_ENABLE_AP = 0x0002,
- USB_SPI_REQ_ENABLE_EC = 0x0003,
- USB_SPI_REQ_ENABLE_H1 = 0x0004,
- USB_SPI_REQ_RESET = 0x0005,
- USB_SPI_REQ_BOOT_CFG = 0x0006,
- USB_SPI_REQ_SOCKET = 0x0007,
- USB_SPI_REQ_SIGNING_START = 0x0008,
- USB_SPI_REQ_SIGNING_SIGN = 0x0009,
+ USB_SPI_REQ_ENABLE = 0x0000,
+ USB_SPI_REQ_DISABLE = 0x0001,
+ USB_SPI_REQ_ENABLE_AP = 0x0002,
+ USB_SPI_REQ_ENABLE_EC = 0x0003,
+ USB_SPI_REQ_ENABLE_H1 = 0x0004,
+ USB_SPI_REQ_RESET = 0x0005,
+ USB_SPI_REQ_BOOT_CFG = 0x0006,
+ USB_SPI_REQ_SOCKET = 0x0007,
+ USB_SPI_REQ_SIGNING_START = 0x0008,
+ USB_SPI_REQ_SIGNING_SIGN = 0x0009,
+ USB_SPI_REQ_ENABLE_AP_CUSTOM = 0x000a,
};
/* USB SPI device bitmasks */