From e67002968b6ebc69c5a94fb2cee17af3845268c9 Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Sat, 11 Feb 2017 00:50:38 -0800 Subject: sconfig: Add a new "SPI" device type Update sconfig lex and yacc files to add support for a new "SPI" device type in the devicetree. SPI device takes only parameter i.e. chip select number for the device on the SPI bus. Re-generate the shipped files for sconfig using flex 2.6.0 and bison 3.0.4 (make CONFIG_SCONFIG_GENPARSER=1). Clean up local paths that leak into generated files. BUG=chrome-os-partner:59832 BRANCH=None TEST=Compiles successfully. Change-Id: If0831e25b3e4ed87827ad92356d7bf47b6387884 Signed-off-by: Furquan Shaikh Reviewed-on: https://review.coreboot.org/18339 Tested-by: build bot (Jenkins) Reviewed-by: Duncan Laurie --- util/sconfig/sconfig.tab.h_shipped | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'util/sconfig/sconfig.tab.h_shipped') diff --git a/util/sconfig/sconfig.tab.h_shipped b/util/sconfig/sconfig.tab.h_shipped index 9666b37aba..3c586f5258 100644 --- a/util/sconfig/sconfig.tab.h_shipped +++ b/util/sconfig/sconfig.tab.h_shipped @@ -71,7 +71,8 @@ extern int yydebug; IOAPIC_IRQ = 281, IOAPIC = 282, PCIINT = 283, - GENERIC = 284 + GENERIC = 284, + SPI = 285 }; #endif -- cgit v1.2.3