2020-12-11 21:26:02 +01:00
|
|
|
/* A Bison parser, made by GNU Bison 3.7.2. */
|
2010-04-08 13:37:43 +02:00
|
|
|
|
2012-06-21 22:19:48 +02:00
|
|
|
/* Bison implementation for Yacc-like parsers in C
|
2016-05-07 10:11:14 +02:00
|
|
|
|
2020-04-28 16:28:03 +02:00
|
|
|
Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2020 Free Software Foundation,
|
|
|
|
Inc.
|
2016-05-07 10:11:14 +02:00
|
|
|
|
2010-04-08 13:37:43 +02:00
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
|
|
(at your option) any later version.
|
2016-05-07 10:11:14 +02:00
|
|
|
|
2010-04-08 13:37:43 +02:00
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
2016-05-07 10:11:14 +02:00
|
|
|
|
2010-04-08 13:37:43 +02:00
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
|
|
|
|
|
|
|
/* As a special exception, you may create a larger work that contains
|
|
|
|
part or all of the Bison parser skeleton and distribute that work
|
|
|
|
under terms of your choice, so long as that work isn't itself a
|
|
|
|
parser generator using the skeleton or a modified version thereof
|
|
|
|
as a parser skeleton. Alternatively, if you modify or redistribute
|
|
|
|
the parser skeleton itself, you may (at your option) remove this
|
|
|
|
special exception, which will cause the skeleton and the resulting
|
|
|
|
Bison output files to be licensed under the GNU General Public
|
|
|
|
License without this special exception.
|
2016-05-07 10:11:14 +02:00
|
|
|
|
2010-04-08 13:37:43 +02:00
|
|
|
This special exception was added by the Free Software Foundation in
|
|
|
|
version 2.2 of Bison. */
|
|
|
|
|
|
|
|
/* C LALR(1) parser skeleton written by Richard Stallman, by
|
|
|
|
simplifying the original so-called "semantic" parser. */
|
|
|
|
|
2020-07-30 01:28:43 +02:00
|
|
|
/* DO NOT RELY ON FEATURES THAT ARE NOT DOCUMENTED in the manual,
|
|
|
|
especially those whose name start with YY_ or yy_. They are
|
|
|
|
private implementation details that can be changed or removed. */
|
|
|
|
|
2010-04-08 13:37:43 +02:00
|
|
|
/* All symbols defined below should begin with yy or YY, to avoid
|
|
|
|
infringing on user name space. This should be done even for local
|
|
|
|
variables, as they might otherwise be expanded by user macros.
|
|
|
|
There are some unavoidable exceptions within include files to
|
|
|
|
define necessary library symbols; they are noted "INFRINGES ON
|
|
|
|
USER NAME SPACE" below. */
|
|
|
|
|
|
|
|
/* Identify Bison output. */
|
|
|
|
#define YYBISON 1
|
|
|
|
|
|
|
|
/* Bison version. */
|
2020-12-11 21:26:02 +01:00
|
|
|
#define YYBISON_VERSION "3.7.2"
|
2010-04-08 13:37:43 +02:00
|
|
|
|
|
|
|
/* Skeleton name. */
|
|
|
|
#define YYSKELETON_NAME "yacc.c"
|
|
|
|
|
|
|
|
/* Pure parsers. */
|
|
|
|
#define YYPURE 0
|
|
|
|
|
|
|
|
/* Push parsers. */
|
|
|
|
#define YYPUSH 0
|
|
|
|
|
|
|
|
/* Pull parsers. */
|
|
|
|
#define YYPULL 1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2020-04-28 16:28:03 +02:00
|
|
|
/* First part of user prologue. */
|
2010-04-08 13:37:43 +02:00
|
|
|
|
2020-05-08 19:28:13 +02:00
|
|
|
/* sconfig, coreboot device tree compiler */
|
util/: Replace GPLv2 boiler plate with SPDX header
Used commands:
perl -i -p0e 's|\/\*[\s*]*.*is free software[:;][\s*]*you[\s*]*can[\s*]*redistribute[\s*]*it[\s*]*and\/or[\s*]*modify[\s*]*it[\s*]*under[\s*]*the[\s*]*terms[\s*]*of[\s*]*the[\s*]*GNU[\s*]*General[\s*]*Public[\s*]*License[\s*]*as[\s*]*published[\s*]*by[\s*]*the[\s*]*Free[\s*]*Software[\s*]*Foundation[;,][\s*]*version[\s*]*2[\s*]*of[\s*]*the[\s*]*License.[\s*]*This[\s*]*program[\s*]*is[\s*]*distributed[\s*]*in[\s*]*the[\s*]*hope[\s*]*that[\s*]*it[\s*]*will[\s*]*be[\s*]*useful,[\s*]*but[\s*]*WITHOUT[\s*]*ANY[\s*]*WARRANTY;[\s*]*without[\s*]*even[\s*]*the[\s*]*implied[\s*]*warranty[\s*]*of[\s*]*MERCHANTABILITY[\s*]*or[\s*]*FITNESS[\s*]*FOR[\s*]*A[\s*]*PARTICULAR[\s*]*PURPOSE.[\s*]*See[\s*]*the[\s*]*GNU[\s*]*General[\s*]*Public[\s*]*License[\s*]*for[\s*]*more[\s*]*details.[\s*]*\*\/|/* SPDX-License-Identifier: GPL-2.0-only */|' $(cat filelist)
perl -i -p0e 's|This[\s*]*program[\s*]*is[\s*]*free[\s*]*software[:;][\s*]*you[\s*]*can[\s*]*redistribute[\s*]*it[\s*]*and/or[\s*]*modify[\s*]*it[\s*]*under[\s*]*the[\s*]*terms[\s*]*of[\s*]*the[\s*]*GNU[\s*]*General[\s*]*Public[\s*]*License[\s*]*as[\s*]*published[\s*]*by[\s*]*the[\s*]*Free[\s*]*Software[\s*]*Foundation[;,][\s*]*either[\s*]*version[\s*]*2[\s*]*of[\s*]*the[\s*]*License,[\s*]*or[\s*]*.at[\s*]*your[\s*]*option.*[\s*]*any[\s*]*later[\s*]*version.[\s*]*This[\s*]*program[\s*]*is[\s*]*distributed[\s*]*in[\s*]*the[\s*]*hope[\s*]*that[\s*]*it[\s*]*will[\s*]*be[\s*]*useful,[\s*]*but[\s*]*WITHOUT[\s*]*ANY[\s*]*WARRANTY;[\s*]*without[\s*]*even[\s*]*the[\s*]*implied[\s*]*warranty[\s*]*of[\s*]*MERCHANTABILITY[\s*]*or[\s*]*FITNESS[\s*]*FOR[\s*]*A[\s*]*PARTICULAR[\s*]*PURPOSE.[\s*]*See[\s*]*the[\s*]*GNU[\s*]*General[\s*]*Public[\s*]*License[\s*]*for[\s*]*more[\s*]*details.[\s*]*\*\/|/* SPDX-License-Identifier: GPL-2.0-or-later */|' $(cat filelist)
perl -i -p0e 's|\/\*[\s*]*.*This[\s*#]*program[\s*#]*is[\s*#]*free[\s*#]*software[;:,][\s*#]*you[\s*#]*can[\s*#]*redistribute[\s*#]*it[\s*#]*and/or[\s*#]*modify[\s*#]*it[\s*#]*under[\s*#]*the[\s*#]*terms[\s*#]*of[\s*#]*the[\s*#]*GNU[\s*#]*General[\s*#]*Public[\s*#]*License[\s*#]*as[\s*#]*published[\s*#]*by[\s*#]*the[\s*#]*Free[\s*#]*Software[\s*#]*Foundation[;:,][\s*#]*either[\s*#]*version[\s*#]*3[\s*#]*of[\s*#]*the[\s*#]*License[;:,][\s*#]*or[\s*#]*.at[\s*#]*your[\s*#]*option.*[\s*#]*any[\s*#]*later[\s*#]*version.[\s*#]*This[\s*#]*program[\s*#]*is[\s*#]*distributed[\s*#]*in[\s*#]*the[\s*#]*hope[\s*#]*that[\s*#]*it[\s*#]*will[\s*#]*be[\s*#]*useful[;:,][\s*#]*but[\s*#]*WITHOUT[\s*#]*ANY[\s*#]*WARRANTY[;:,][\s*#]*without[\s*#]*even[\s*#]*the[\s*#]*implied[\s*#]*warranty[\s*#]*of[\s*#]*MERCHANTABILITY[\s*#]*or[\s*#]*FITNESS[\s*#]*FOR[\s*#]*A[\s*#]*PARTICULAR[\s*#]*PURPOSE.[\s*#]*See[\s*#]*the[\s*#]*GNU[\s*#]*General[\s*#]*Public[\s*#]*License[\s*#]*for[\s*#]*more[\s*#]*details.[\s*]*\*\/|/* SPDX-License-Identifier: GPL-3.0-or-later */|' $(cat filelist)
perl -i -p0e 's|(\#\#*)[\w]*.*is free software[:;][\#\s]*you[\#\s]*can[\#\s]*redistribute[\#\s]*it[\#\s]*and\/or[\#\s]*modify[\#\s]*it[\s\#]*under[\s \#]*the[\s\#]*terms[\s\#]*of[\s\#]*the[\s\#]*GNU[\s\#]*General[\s\#]*Public[\s\#]*License[\s\#]*as[\s\#]*published[\s\#]*by[\s\#]*the[\s\#]*Free[\s\#]*Software[\s\#]*Foundation[;,][\s\#]*version[\s\#]*2[\s\#]*of[\s\#]*the[\s\#]*License.*[\s\#]*This[\s\#]*program[\s\#]*is[\s\#]*distributed[\s\#]*in[\s\#]*the[\s\#]*hope[\s\#]*that[\s\#]*it[\s\#]*will[\#\s]*be[\#\s]*useful,[\#\s]*but[\#\s]*WITHOUT[\#\s]*ANY[\#\s]*WARRANTY;[\#\s]*without[\#\s]*even[\#\s]*the[\#\s]*implied[\#\s]*warranty[\#\s]*of[\#\s]*MERCHANTABILITY[\#\s]*or[\#\s]*FITNESS[\#\s]*FOR[\#\s]*A[\#\s]*PARTICULAR[\#\s]*PURPOSE.[\#\s]*See[\#\s]*the[\#\s]*GNU[\#\s]*General[\#\s]*Public[\#\s]*License[\#\s]*for[\#\s]*more[\#\s]*details.\s(#* *\n)*|\1 SPDX-License-Identifier: GPL-2.0-only\n\n|' $(cat filelist)
perl -i -p0e 's|(\#\#*)[\w*]*.*is free software[:;][\s*]*you[\s*]*can[\s*]*redistribute[\s*]*it[\s*]*and\/or[\s*]*modify[\s*]*it[\s*]*under[\s*]*the[\s*]*terms[\s*]*of[\s*]*the[\s*]*GNU[\s*]*General[\s*]*Public[\s*]*License[\s*]*as[\s*]*published[\s*]*by[\s*]*the[\s*]*Free[\s*]*Software[\s*]*Foundation[;,][\s*]*version[\s*]*2[\s*]*of[\s*]*the[\s*]*License.[\s*]*This[\s*]*program[\s*]*is[\s*]*distributed[\s*]*in[\s*]*the[\s*]*hope[\s*]*that[\s*]*it[\s*]*will[\s*]*be[\s*]*useful,[\s*]*but[\s*]*WITHOUT[\s*]*ANY[\s*]*WARRANTY;[\s*]*without[\s*]*even[\s*]*the[\s*]*implied[\s*]*warranty[\s*]*of[\s*]*MERCHANTABILITY[\s*]*or[\s*]*FITNESS[\s*]*FOR[\s*]*A[\s*]*PARTICULAR[\s*]*PURPOSE.[\s*]*See[\s*]*the[\s*]*GNU[\s*]*General[\s*]*Public[\s*]*License[\s*]*for[\s*]*more[\s*]*details.\s(#* *\n)*|\1 SPDX-License-Identifier: GPL-2.0-only\n\n|' $(cat filelist)
Change-Id: I1008a63b804f355a916221ac994701d7584f60ff
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41177
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-05-08 20:48:04 +02:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
2010-04-08 13:37:43 +02:00
|
|
|
|
2020-12-11 21:26:02 +01:00
|
|
|
#include <stdint.h>
|
2010-05-05 13:19:50 +02:00
|
|
|
#include "sconfig.h"
|
2010-04-08 13:37:43 +02:00
|
|
|
|
2016-05-07 10:11:14 +02:00
|
|
|
int yylex();
|
|
|
|
void yyerror(const char *s);
|
|
|
|
|
2018-06-03 13:22:17 +02:00
|
|
|
static struct bus *cur_parent;
|
2018-05-31 19:33:16 +02:00
|
|
|
static struct chip_instance *cur_chip_instance;
|
2020-05-16 00:39:08 +02:00
|
|
|
static struct fw_config_field *cur_field;
|
2010-04-08 13:37:43 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
2020-04-28 16:28:03 +02:00
|
|
|
# ifndef YY_CAST
|
|
|
|
# ifdef __cplusplus
|
|
|
|
# define YY_CAST(Type, Val) static_cast<Type> (Val)
|
|
|
|
# define YY_REINTERPRET_CAST(Type, Val) reinterpret_cast<Type> (Val)
|
|
|
|
# else
|
|
|
|
# define YY_CAST(Type, Val) ((Type) (Val))
|
|
|
|
# define YY_REINTERPRET_CAST(Type, Val) ((Type) (Val))
|
|
|
|
# endif
|
|
|
|
# endif
|
2016-05-07 10:11:14 +02:00
|
|
|
# ifndef YY_NULLPTR
|
2020-04-28 16:28:03 +02:00
|
|
|
# if defined __cplusplus
|
|
|
|
# if 201103L <= __cplusplus
|
|
|
|
# define YY_NULLPTR nullptr
|
|
|
|
# else
|
|
|
|
# define YY_NULLPTR 0
|
|
|
|
# endif
|
2016-05-07 10:11:14 +02:00
|
|
|
# else
|
2020-04-28 16:28:03 +02:00
|
|
|
# define YY_NULLPTR ((void*)0)
|
2016-05-07 10:11:14 +02:00
|
|
|
# endif
|
|
|
|
# endif
|
2010-04-08 13:37:43 +02:00
|
|
|
|
2020-12-11 21:26:02 +01:00
|
|
|
#include "sconfig.tab.h_shipped"
|
2020-07-30 01:28:43 +02:00
|
|
|
/* Symbol kind. */
|
|
|
|
enum yysymbol_kind_t
|
|
|
|
{
|
|
|
|
YYSYMBOL_YYEMPTY = -2,
|
|
|
|
YYSYMBOL_YYEOF = 0, /* "end of file" */
|
|
|
|
YYSYMBOL_YYerror = 1, /* error */
|
|
|
|
YYSYMBOL_YYUNDEF = 2, /* "invalid token" */
|
|
|
|
YYSYMBOL_CHIP = 3, /* CHIP */
|
|
|
|
YYSYMBOL_DEVICE = 4, /* DEVICE */
|
|
|
|
YYSYMBOL_REGISTER = 5, /* REGISTER */
|
|
|
|
YYSYMBOL_ALIAS = 6, /* ALIAS */
|
|
|
|
YYSYMBOL_REFERENCE = 7, /* REFERENCE */
|
|
|
|
YYSYMBOL_ASSOCIATION = 8, /* ASSOCIATION */
|
|
|
|
YYSYMBOL_BOOL = 9, /* BOOL */
|
|
|
|
YYSYMBOL_STATUS = 10, /* STATUS */
|
|
|
|
YYSYMBOL_MANDATORY = 11, /* MANDATORY */
|
|
|
|
YYSYMBOL_BUS = 12, /* BUS */
|
|
|
|
YYSYMBOL_RESOURCE = 13, /* RESOURCE */
|
|
|
|
YYSYMBOL_END = 14, /* END */
|
|
|
|
YYSYMBOL_EQUALS = 15, /* EQUALS */
|
|
|
|
YYSYMBOL_HEX = 16, /* HEX */
|
|
|
|
YYSYMBOL_STRING = 17, /* STRING */
|
|
|
|
YYSYMBOL_PCI = 18, /* PCI */
|
|
|
|
YYSYMBOL_PNP = 19, /* PNP */
|
|
|
|
YYSYMBOL_I2C = 20, /* I2C */
|
|
|
|
YYSYMBOL_APIC = 21, /* APIC */
|
|
|
|
YYSYMBOL_CPU_CLUSTER = 22, /* CPU_CLUSTER */
|
|
|
|
YYSYMBOL_CPU = 23, /* CPU */
|
|
|
|
YYSYMBOL_DOMAIN = 24, /* DOMAIN */
|
|
|
|
YYSYMBOL_IRQ = 25, /* IRQ */
|
|
|
|
YYSYMBOL_DRQ = 26, /* DRQ */
|
|
|
|
YYSYMBOL_SLOT_DESC = 27, /* SLOT_DESC */
|
|
|
|
YYSYMBOL_IO = 28, /* IO */
|
|
|
|
YYSYMBOL_NUMBER = 29, /* NUMBER */
|
|
|
|
YYSYMBOL_SUBSYSTEMID = 30, /* SUBSYSTEMID */
|
|
|
|
YYSYMBOL_INHERIT = 31, /* INHERIT */
|
|
|
|
YYSYMBOL_IOAPIC_IRQ = 32, /* IOAPIC_IRQ */
|
|
|
|
YYSYMBOL_IOAPIC = 33, /* IOAPIC */
|
|
|
|
YYSYMBOL_PCIINT = 34, /* PCIINT */
|
|
|
|
YYSYMBOL_GENERIC = 35, /* GENERIC */
|
|
|
|
YYSYMBOL_SPI = 36, /* SPI */
|
|
|
|
YYSYMBOL_USB = 37, /* USB */
|
|
|
|
YYSYMBOL_MMIO = 38, /* MMIO */
|
|
|
|
YYSYMBOL_LPC = 39, /* LPC */
|
|
|
|
YYSYMBOL_ESPI = 40, /* ESPI */
|
2020-12-11 21:26:02 +01:00
|
|
|
YYSYMBOL_GPIO = 41, /* GPIO */
|
|
|
|
YYSYMBOL_FW_CONFIG_TABLE = 42, /* FW_CONFIG_TABLE */
|
|
|
|
YYSYMBOL_FW_CONFIG_FIELD = 43, /* FW_CONFIG_FIELD */
|
|
|
|
YYSYMBOL_FW_CONFIG_OPTION = 44, /* FW_CONFIG_OPTION */
|
|
|
|
YYSYMBOL_FW_CONFIG_PROBE = 45, /* FW_CONFIG_PROBE */
|
|
|
|
YYSYMBOL_YYACCEPT = 46, /* $accept */
|
|
|
|
YYSYMBOL_devtree = 47, /* devtree */
|
|
|
|
YYSYMBOL_chipchildren = 48, /* chipchildren */
|
|
|
|
YYSYMBOL_devicechildren = 49, /* devicechildren */
|
|
|
|
YYSYMBOL_chip = 50, /* chip */
|
|
|
|
YYSYMBOL_51_1 = 51, /* @1 */
|
|
|
|
YYSYMBOL_device = 52, /* device */
|
|
|
|
YYSYMBOL_53_2 = 53, /* @2 */
|
|
|
|
YYSYMBOL_54_3 = 54, /* @3 */
|
|
|
|
YYSYMBOL_alias = 55, /* alias */
|
|
|
|
YYSYMBOL_status = 56, /* status */
|
|
|
|
YYSYMBOL_resource = 57, /* resource */
|
|
|
|
YYSYMBOL_reference = 58, /* reference */
|
|
|
|
YYSYMBOL_registers = 59, /* registers */
|
|
|
|
YYSYMBOL_subsystemid = 60, /* subsystemid */
|
|
|
|
YYSYMBOL_ioapic_irq = 61, /* ioapic_irq */
|
|
|
|
YYSYMBOL_smbios_slot_desc = 62, /* smbios_slot_desc */
|
|
|
|
YYSYMBOL_fw_config_table = 63, /* fw_config_table */
|
|
|
|
YYSYMBOL_fw_config_table_children = 64, /* fw_config_table_children */
|
|
|
|
YYSYMBOL_fw_config_field_children = 65, /* fw_config_field_children */
|
|
|
|
YYSYMBOL_fw_config_field = 66, /* fw_config_field */
|
|
|
|
YYSYMBOL_67_4 = 67, /* $@4 */
|
|
|
|
YYSYMBOL_68_5 = 68, /* $@5 */
|
|
|
|
YYSYMBOL_69_6 = 69, /* $@6 */
|
|
|
|
YYSYMBOL_fw_config_option = 70, /* fw_config_option */
|
|
|
|
YYSYMBOL_fw_config_probe = 71 /* fw_config_probe */
|
2020-07-30 01:28:43 +02:00
|
|
|
};
|
|
|
|
typedef enum yysymbol_kind_t yysymbol_kind_t;
|
|
|
|
|
2010-04-08 13:37:43 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef short
|
|
|
|
# undef short
|
|
|
|
#endif
|
|
|
|
|
2020-04-28 16:28:03 +02:00
|
|
|
/* On compilers that do not define __PTRDIFF_MAX__ etc., make sure
|
|
|
|
<limits.h> and (if available) <stdint.h> are included
|
|
|
|
so that the code can choose integer types of a good width. */
|
|
|
|
|
|
|
|
#ifndef __PTRDIFF_MAX__
|
|
|
|
# include <limits.h> /* INFRINGES ON USER NAME SPACE */
|
|
|
|
# if defined __STDC_VERSION__ && 199901 <= __STDC_VERSION__
|
|
|
|
# include <stdint.h> /* INFRINGES ON USER NAME SPACE */
|
|
|
|
# define YY_STDINT_H
|
|
|
|
# endif
|
2010-04-08 13:37:43 +02:00
|
|
|
#endif
|
|
|
|
|
2020-04-28 16:28:03 +02:00
|
|
|
/* Narrow types that promote to a signed type and that can represent a
|
|
|
|
signed or unsigned integer of at least N bits. In tables they can
|
|
|
|
save space and decrease cache pressure. Promoting to a signed type
|
|
|
|
helps avoid bugs in integer arithmetic. */
|
|
|
|
|
|
|
|
#ifdef __INT_LEAST8_MAX__
|
|
|
|
typedef __INT_LEAST8_TYPE__ yytype_int8;
|
|
|
|
#elif defined YY_STDINT_H
|
|
|
|
typedef int_least8_t yytype_int8;
|
2010-04-08 13:37:43 +02:00
|
|
|
#else
|
2016-05-07 10:11:14 +02:00
|
|
|
typedef signed char yytype_int8;
|
2010-04-08 13:37:43 +02:00
|
|
|
#endif
|
|
|
|
|
2020-04-28 16:28:03 +02:00
|
|
|
#ifdef __INT_LEAST16_MAX__
|
|
|
|
typedef __INT_LEAST16_TYPE__ yytype_int16;
|
|
|
|
#elif defined YY_STDINT_H
|
|
|
|
typedef int_least16_t yytype_int16;
|
2010-04-08 13:37:43 +02:00
|
|
|
#else
|
2020-04-28 16:28:03 +02:00
|
|
|
typedef short yytype_int16;
|
2010-04-08 13:37:43 +02:00
|
|
|
#endif
|
|
|
|
|
2020-04-28 16:28:03 +02:00
|
|
|
#if defined __UINT_LEAST8_MAX__ && __UINT_LEAST8_MAX__ <= __INT_MAX__
|
|
|
|
typedef __UINT_LEAST8_TYPE__ yytype_uint8;
|
|
|
|
#elif (!defined __UINT_LEAST8_MAX__ && defined YY_STDINT_H \
|
|
|
|
&& UINT_LEAST8_MAX <= INT_MAX)
|
|
|
|
typedef uint_least8_t yytype_uint8;
|
|
|
|
#elif !defined __UINT_LEAST8_MAX__ && UCHAR_MAX <= INT_MAX
|
|
|
|
typedef unsigned char yytype_uint8;
|
2010-04-08 13:37:43 +02:00
|
|
|
#else
|
2020-04-28 16:28:03 +02:00
|
|
|
typedef short yytype_uint8;
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#if defined __UINT_LEAST16_MAX__ && __UINT_LEAST16_MAX__ <= __INT_MAX__
|
|
|
|
typedef __UINT_LEAST16_TYPE__ yytype_uint16;
|
|
|
|
#elif (!defined __UINT_LEAST16_MAX__ && defined YY_STDINT_H \
|
|
|
|
&& UINT_LEAST16_MAX <= INT_MAX)
|
|
|
|
typedef uint_least16_t yytype_uint16;
|
|
|
|
#elif !defined __UINT_LEAST16_MAX__ && USHRT_MAX <= INT_MAX
|
|
|
|
typedef unsigned short yytype_uint16;
|
|
|
|
#else
|
|
|
|
typedef int yytype_uint16;
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef YYPTRDIFF_T
|
|
|
|
# if defined __PTRDIFF_TYPE__ && defined __PTRDIFF_MAX__
|
|
|
|
# define YYPTRDIFF_T __PTRDIFF_TYPE__
|
|
|
|
# define YYPTRDIFF_MAXIMUM __PTRDIFF_MAX__
|
|
|
|
# elif defined PTRDIFF_MAX
|
|
|
|
# ifndef ptrdiff_t
|
|
|
|
# include <stddef.h> /* INFRINGES ON USER NAME SPACE */
|
|
|
|
# endif
|
|
|
|
# define YYPTRDIFF_T ptrdiff_t
|
|
|
|
# define YYPTRDIFF_MAXIMUM PTRDIFF_MAX
|
|
|
|
# else
|
|
|
|
# define YYPTRDIFF_T long
|
|
|
|
# define YYPTRDIFF_MAXIMUM LONG_MAX
|
|
|
|
# endif
|
2010-04-08 13:37:43 +02:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef YYSIZE_T
|
|
|
|
# ifdef __SIZE_TYPE__
|
|
|
|
# define YYSIZE_T __SIZE_TYPE__
|
|
|
|
# elif defined size_t
|
|
|
|
# define YYSIZE_T size_t
|
2020-04-28 16:28:03 +02:00
|
|
|
# elif defined __STDC_VERSION__ && 199901 <= __STDC_VERSION__
|
2010-04-08 13:37:43 +02:00
|
|
|
# include <stddef.h> /* INFRINGES ON USER NAME SPACE */
|
|
|
|
# define YYSIZE_T size_t
|
|
|
|
# else
|
2020-04-28 16:28:03 +02:00
|
|
|
# define YYSIZE_T unsigned
|
2010-04-08 13:37:43 +02:00
|
|
|
# endif
|
|
|
|
#endif
|
|
|
|
|
2020-04-28 16:28:03 +02:00
|
|
|
#define YYSIZE_MAXIMUM \
|
|
|
|
YY_CAST (YYPTRDIFF_T, \
|
|
|
|
(YYPTRDIFF_MAXIMUM < YY_CAST (YYSIZE_T, -1) \
|
|
|
|
? YYPTRDIFF_MAXIMUM \
|
|
|
|
: YY_CAST (YYSIZE_T, -1)))
|
|
|
|
|
|
|
|
#define YYSIZEOF(X) YY_CAST (YYPTRDIFF_T, sizeof (X))
|
|
|
|
|
2020-07-30 01:28:43 +02:00
|
|
|
|
2020-04-28 16:28:03 +02:00
|
|
|
/* Stored state numbers (used for stacks). */
|
|
|
|
typedef yytype_int8 yy_state_t;
|
|
|
|
|
|
|
|
/* State numbers in computations. */
|
|
|
|
typedef int yy_state_fast_t;
|
2010-04-08 13:37:43 +02:00
|
|
|
|
|
|
|
#ifndef YY_
|
2012-06-21 22:19:48 +02:00
|
|
|
# if defined YYENABLE_NLS && YYENABLE_NLS
|
2010-04-08 13:37:43 +02:00
|
|
|
# if ENABLE_NLS
|
|
|
|
# include <libintl.h> /* INFRINGES ON USER NAME SPACE */
|
2016-05-07 10:11:14 +02:00
|
|
|
# define YY_(Msgid) dgettext ("bison-runtime", Msgid)
|
2010-04-08 13:37:43 +02:00
|
|
|
# endif
|
|
|
|
# endif
|
|
|
|
# ifndef YY_
|
2016-05-07 10:11:14 +02:00
|
|
|
# define YY_(Msgid) Msgid
|
|
|
|
# endif
|
|
|
|
#endif
|
|
|
|
|
2020-07-30 01:28:43 +02:00
|
|
|
|
2020-04-28 16:28:03 +02:00
|
|
|
#ifndef YY_ATTRIBUTE_PURE
|
|
|
|
# if defined __GNUC__ && 2 < __GNUC__ + (96 <= __GNUC_MINOR__)
|
|
|
|
# define YY_ATTRIBUTE_PURE __attribute__ ((__pure__))
|
2016-05-07 10:11:14 +02:00
|
|
|
# else
|
2020-04-28 16:28:03 +02:00
|
|
|
# define YY_ATTRIBUTE_PURE
|
2016-05-07 10:11:14 +02:00
|
|
|
# endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef YY_ATTRIBUTE_UNUSED
|
2020-04-28 16:28:03 +02:00
|
|
|
# if defined __GNUC__ && 2 < __GNUC__ + (7 <= __GNUC_MINOR__)
|
|
|
|
# define YY_ATTRIBUTE_UNUSED __attribute__ ((__unused__))
|
2016-05-07 10:11:14 +02:00
|
|
|
# else
|
2020-04-28 16:28:03 +02:00
|
|
|
# define YY_ATTRIBUTE_UNUSED
|
2010-04-08 13:37:43 +02:00
|
|
|
# endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/* Suppress unused-variable warnings by "using" E. */
|
|
|
|
#if ! defined lint || defined __GNUC__
|
2016-05-07 10:11:14 +02:00
|
|
|
# define YYUSE(E) ((void) (E))
|
2010-04-08 13:37:43 +02:00
|
|
|
#else
|
2016-05-07 10:11:14 +02:00
|
|
|
# define YYUSE(E) /* empty */
|
2010-04-08 13:37:43 +02:00
|
|
|
#endif
|
|
|
|
|
2020-04-28 16:28:03 +02:00
|
|
|
#if defined __GNUC__ && ! defined __ICC && 407 <= __GNUC__ * 100 + __GNUC_MINOR__
|
2016-05-07 10:11:14 +02:00
|
|
|
/* Suppress an incorrect diagnostic about yylval being uninitialized. */
|
2020-04-28 16:28:03 +02:00
|
|
|
# define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN \
|
|
|
|
_Pragma ("GCC diagnostic push") \
|
|
|
|
_Pragma ("GCC diagnostic ignored \"-Wuninitialized\"") \
|
2016-05-07 10:11:14 +02:00
|
|
|
_Pragma ("GCC diagnostic ignored \"-Wmaybe-uninitialized\"")
|
2020-04-28 16:28:03 +02:00
|
|
|
# define YY_IGNORE_MAYBE_UNINITIALIZED_END \
|
2016-05-07 10:11:14 +02:00
|
|
|
_Pragma ("GCC diagnostic pop")
|
2010-04-08 13:37:43 +02:00
|
|
|
#else
|
2016-05-07 10:11:14 +02:00
|
|
|
# define YY_INITIAL_VALUE(Value) Value
|
2010-04-08 13:37:43 +02:00
|
|
|
#endif
|
2016-05-07 10:11:14 +02:00
|
|
|
#ifndef YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
|
|
|
|
# define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
|
|
|
|
# define YY_IGNORE_MAYBE_UNINITIALIZED_END
|
|
|
|
#endif
|
|
|
|
#ifndef YY_INITIAL_VALUE
|
|
|
|
# define YY_INITIAL_VALUE(Value) /* Nothing. */
|
2010-04-08 13:37:43 +02:00
|
|
|
#endif
|
|
|
|
|
2020-04-28 16:28:03 +02:00
|
|
|
#if defined __cplusplus && defined __GNUC__ && ! defined __ICC && 6 <= __GNUC__
|
|
|
|
# define YY_IGNORE_USELESS_CAST_BEGIN \
|
|
|
|
_Pragma ("GCC diagnostic push") \
|
|
|
|
_Pragma ("GCC diagnostic ignored \"-Wuseless-cast\"")
|
|
|
|
# define YY_IGNORE_USELESS_CAST_END \
|
|
|
|
_Pragma ("GCC diagnostic pop")
|
|
|
|
#endif
|
|
|
|
#ifndef YY_IGNORE_USELESS_CAST_BEGIN
|
|
|
|
# define YY_IGNORE_USELESS_CAST_BEGIN
|
|
|
|
# define YY_IGNORE_USELESS_CAST_END
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#define YY_ASSERT(E) ((void) (0 && (E)))
|
2016-05-07 10:11:14 +02:00
|
|
|
|
2020-07-30 01:28:43 +02:00
|
|
|
#if !defined yyoverflow
|
2010-04-08 13:37:43 +02:00
|
|
|
|
|
|
|
/* The parser invokes alloca or malloc; define the necessary symbols. */
|
|
|
|
|
|
|
|
# ifdef YYSTACK_USE_ALLOCA
|
|
|
|
# if YYSTACK_USE_ALLOCA
|
|
|
|
# ifdef __GNUC__
|
|
|
|
# define YYSTACK_ALLOC __builtin_alloca
|
|
|
|
# elif defined __BUILTIN_VA_ARG_INCR
|
|
|
|
# include <alloca.h> /* INFRINGES ON USER NAME SPACE */
|
|
|
|
# elif defined _AIX
|
|
|
|
# define YYSTACK_ALLOC __alloca
|
|
|
|
# elif defined _MSC_VER
|
|
|
|
# include <malloc.h> /* INFRINGES ON USER NAME SPACE */
|
|
|
|
# define alloca _alloca
|
|
|
|
# else
|
|
|
|
# define YYSTACK_ALLOC alloca
|
2016-05-07 10:11:14 +02:00
|
|
|
# if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS
|
2010-04-08 13:37:43 +02:00
|
|
|
# include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
|
2016-05-07 10:11:14 +02:00
|
|
|
/* Use EXIT_SUCCESS as a witness for stdlib.h. */
|
2012-06-21 22:19:48 +02:00
|
|
|
# ifndef EXIT_SUCCESS
|
|
|
|
# define EXIT_SUCCESS 0
|
2010-04-08 13:37:43 +02:00
|
|
|
# endif
|
|
|
|
# endif
|
|
|
|
# endif
|
|
|
|
# endif
|
|
|
|
# endif
|
|
|
|
|
|
|
|
# ifdef YYSTACK_ALLOC
|
2016-05-07 10:11:14 +02:00
|
|
|
/* Pacify GCC's 'empty if-body' warning. */
|
|
|
|
# define YYSTACK_FREE(Ptr) do { /* empty */; } while (0)
|
2010-04-08 13:37:43 +02:00
|
|
|
# ifndef YYSTACK_ALLOC_MAXIMUM
|
|
|
|
/* The OS might guarantee only one guard page at the bottom of the stack,
|
|
|
|
and a page size can be as small as 4096 bytes. So we cannot safely
|
|
|
|
invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
|
|
|
|
to allow for a few compiler-allocated temporary stack slots. */
|
|
|
|
# define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */
|
|
|
|
# endif
|
|
|
|
# else
|
|
|
|
# define YYSTACK_ALLOC YYMALLOC
|
|
|
|
# define YYSTACK_FREE YYFREE
|
|
|
|
# ifndef YYSTACK_ALLOC_MAXIMUM
|
|
|
|
# define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM
|
|
|
|
# endif
|
2012-06-21 22:19:48 +02:00
|
|
|
# if (defined __cplusplus && ! defined EXIT_SUCCESS \
|
2010-04-08 13:37:43 +02:00
|
|
|
&& ! ((defined YYMALLOC || defined malloc) \
|
2016-05-07 10:11:14 +02:00
|
|
|
&& (defined YYFREE || defined free)))
|
2010-04-08 13:37:43 +02:00
|
|
|
# include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
|
2012-06-21 22:19:48 +02:00
|
|
|
# ifndef EXIT_SUCCESS
|
|
|
|
# define EXIT_SUCCESS 0
|
2010-04-08 13:37:43 +02:00
|
|
|
# endif
|
|
|
|
# endif
|
|
|
|
# ifndef YYMALLOC
|
|
|
|
# define YYMALLOC malloc
|
2016-05-07 10:11:14 +02:00
|
|
|
# if ! defined malloc && ! defined EXIT_SUCCESS
|
2010-04-08 13:37:43 +02:00
|
|
|
void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
|
|
|
|
# endif
|
|
|
|
# endif
|
|
|
|
# ifndef YYFREE
|
|
|
|
# define YYFREE free
|
2016-05-07 10:11:14 +02:00
|
|
|
# if ! defined free && ! defined EXIT_SUCCESS
|
2010-04-08 13:37:43 +02:00
|
|
|
void free (void *); /* INFRINGES ON USER NAME SPACE */
|
|
|
|
# endif
|
|
|
|
# endif
|
|
|
|
# endif
|
2020-07-30 01:28:43 +02:00
|
|
|
#endif /* !defined yyoverflow */
|
2010-04-08 13:37:43 +02:00
|
|
|
|
|
|
|
#if (! defined yyoverflow \
|
|
|
|
&& (! defined __cplusplus \
|
2016-05-07 10:11:14 +02:00
|
|
|
|| (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL)))
|
2010-04-08 13:37:43 +02:00
|
|
|
|
|
|
|
/* A type that is properly aligned for any stack member. */
|
|
|
|
union yyalloc
|
|
|
|
{
|
2020-04-28 16:28:03 +02:00
|
|
|
yy_state_t yyss_alloc;
|
2010-04-08 13:37:43 +02:00
|
|
|
YYSTYPE yyvs_alloc;
|
|
|
|
};
|
|
|
|
|
|
|
|
/* The size of the maximum gap between one aligned stack and the next. */
|
2020-04-28 16:28:03 +02:00
|
|
|
# define YYSTACK_GAP_MAXIMUM (YYSIZEOF (union yyalloc) - 1)
|
2010-04-08 13:37:43 +02:00
|
|
|
|
|
|
|
/* The size of an array large to enough to hold all stacks, each with
|
|
|
|
N elements. */
|
|
|
|
# define YYSTACK_BYTES(N) \
|
2020-04-28 16:28:03 +02:00
|
|
|
((N) * (YYSIZEOF (yy_state_t) + YYSIZEOF (YYSTYPE)) \
|
2010-04-08 13:37:43 +02:00
|
|
|
+ YYSTACK_GAP_MAXIMUM)
|
|
|
|
|
2012-06-21 22:19:48 +02:00
|
|
|
# define YYCOPY_NEEDED 1
|
2010-04-08 13:37:43 +02:00
|
|
|
|
|
|
|
/* Relocate STACK from its old location to the new one. The
|
|
|
|
local variables YYSIZE and YYSTACKSIZE give the old and new number of
|
|
|
|
elements in the stack, and YYPTR gives the new location of the
|
|
|
|
stack. Advance YYPTR to a properly aligned location for the next
|
|
|
|
stack. */
|
2016-05-07 10:11:14 +02:00
|
|
|
# define YYSTACK_RELOCATE(Stack_alloc, Stack) \
|
|
|
|
do \
|
|
|
|
{ \
|
2020-04-28 16:28:03 +02:00
|
|
|
YYPTRDIFF_T yynewbytes; \
|
2016-05-07 10:11:14 +02:00
|
|
|
YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \
|
|
|
|
Stack = &yyptr->Stack_alloc; \
|
2020-04-28 16:28:03 +02:00
|
|
|
yynewbytes = yystacksize * YYSIZEOF (*Stack) + YYSTACK_GAP_MAXIMUM; \
|
|
|
|
yyptr += yynewbytes / YYSIZEOF (*yyptr); \
|
2016-05-07 10:11:14 +02:00
|
|
|
} \
|
|
|
|
while (0)
|
2010-04-08 13:37:43 +02:00
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2012-06-21 22:19:48 +02:00
|
|
|
#if defined YYCOPY_NEEDED && YYCOPY_NEEDED
|
2016-05-07 10:11:14 +02:00
|
|
|
/* Copy COUNT objects from SRC to DST. The source and destination do
|
2012-06-21 22:19:48 +02:00
|
|
|
not overlap. */
|
|
|
|
# ifndef YYCOPY
|
|
|
|
# if defined __GNUC__ && 1 < __GNUC__
|
2016-05-07 10:11:14 +02:00
|
|
|
# define YYCOPY(Dst, Src, Count) \
|
2020-04-28 16:28:03 +02:00
|
|
|
__builtin_memcpy (Dst, Src, YY_CAST (YYSIZE_T, (Count)) * sizeof (*(Src)))
|
2012-06-21 22:19:48 +02:00
|
|
|
# else
|
2016-05-07 10:11:14 +02:00
|
|
|
# define YYCOPY(Dst, Src, Count) \
|
|
|
|
do \
|
|
|
|
{ \
|
2020-04-28 16:28:03 +02:00
|
|
|
YYPTRDIFF_T yyi; \
|
2016-05-07 10:11:14 +02:00
|
|
|
for (yyi = 0; yyi < (Count); yyi++) \
|
|
|
|
(Dst)[yyi] = (Src)[yyi]; \
|
|
|
|
} \
|
|
|
|
while (0)
|
2012-06-21 22:19:48 +02:00
|
|
|
# endif
|
|
|
|
# endif
|
|
|
|
#endif /* !YYCOPY_NEEDED */
|
|
|
|
|
2010-04-08 13:37:43 +02:00
|
|
|
/* YYFINAL -- State number of the termination state. */
|
2020-05-16 00:39:08 +02:00
|
|
|
#define YYFINAL 2
|
2010-04-08 13:37:43 +02:00
|
|
|
/* YYLAST -- Last index in YYTABLE. */
|
2020-12-11 21:26:02 +01:00
|
|
|
#define YYLAST 79
|
2010-04-08 13:37:43 +02:00
|
|
|
|
|
|
|
/* YYNTOKENS -- Number of terminals. */
|
2020-12-11 21:26:02 +01:00
|
|
|
#define YYNTOKENS 46
|
2010-04-08 13:37:43 +02:00
|
|
|
/* YYNNTS -- Number of nonterminals. */
|
2020-07-30 01:28:43 +02:00
|
|
|
#define YYNNTS 26
|
2010-04-08 13:37:43 +02:00
|
|
|
/* YYNRULES -- Number of rules. */
|
2020-07-30 01:28:43 +02:00
|
|
|
#define YYNRULES 50
|
2016-05-07 10:11:14 +02:00
|
|
|
/* YYNSTATES -- Number of states. */
|
2020-07-30 01:28:43 +02:00
|
|
|
#define YYNSTATES 89
|
2010-04-08 13:37:43 +02:00
|
|
|
|
2020-12-11 21:26:02 +01:00
|
|
|
/* YYMAXUTOK -- Last valid token kind. */
|
|
|
|
#define YYMAXUTOK 300
|
2010-04-08 13:37:43 +02:00
|
|
|
|
2020-04-28 16:28:03 +02:00
|
|
|
|
|
|
|
/* YYTRANSLATE(TOKEN-NUM) -- Symbol number corresponding to TOKEN-NUM
|
|
|
|
as returned by yylex, with out-of-bounds checking. */
|
2020-07-30 01:28:43 +02:00
|
|
|
#define YYTRANSLATE(YYX) \
|
|
|
|
(0 <= (YYX) && (YYX) <= YYMAXUTOK \
|
|
|
|
? YY_CAST (yysymbol_kind_t, yytranslate[YYX]) \
|
|
|
|
: YYSYMBOL_YYUNDEF)
|
2010-04-08 13:37:43 +02:00
|
|
|
|
2016-05-07 10:11:14 +02:00
|
|
|
/* YYTRANSLATE[TOKEN-NUM] -- Symbol number corresponding to TOKEN-NUM
|
2020-04-28 16:28:03 +02:00
|
|
|
as returned by yylex. */
|
|
|
|
static const yytype_int8 yytranslate[] =
|
2010-04-08 13:37:43 +02:00
|
|
|
{
|
|
|
|
0, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
2, 2, 2, 2, 2, 2, 1, 2, 3, 4,
|
|
|
|
5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
|
2012-06-21 22:19:48 +02:00
|
|
|
15, 16, 17, 18, 19, 20, 21, 22, 23, 24,
|
Add configurable ramstage support for minimal PCI scanning
This CL has changes that allow us to enable a configurable
ramstage, and one change that allows us to minimize PCI
scanning. Minimal scanning is a frequently requested feature.
To enable it, we add two new variables to src/Kconfig
CONFIGURABLE_RAMSTAGE
is the overall variable controlling other options for minimizing the
ramstage.
MINIMAL_PCI_SCANNING is how we indicate we wish to enable minimal
PCI scanning.
Some devices must be scanned in all cases, such as 0:0.0.
To indicate which devices we must scan, we add a new mandatory
keyword to sconfig
It is used in place of on, off, or hidden, and indicates
a device is enabled and mandatory. Mandatory
devices are always scanned. When MINIMAL_PCI_SCANNING is enabled,
ONLY mandatory devices are scanned.
We further add support in src/device/pci_device.c to manage
both MINIMAL_PCI_SCANNING and mandatory devices.
Finally, to show how this works in practice, we add mandatory
keywords to 3 devices on the qemu-q35.
TEST=
1. This is tested and working on the qemu-q35 target.
2. On CML-Hatch
Before CL:
Total Boot time: ~685ms
After CL:
Total Boot time: ~615ms
Change-Id: I2073d9f8e9297c2b02530821ebb634ea2a5c758e
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36221
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jeremy Soller <jeremy@system76.com>
2019-10-22 04:02:24 +02:00
|
|
|
25, 26, 27, 28, 29, 30, 31, 32, 33, 34,
|
2020-12-11 21:26:02 +01:00
|
|
|
35, 36, 37, 38, 39, 40, 41, 42, 43, 44,
|
|
|
|
45
|
2010-04-08 13:37:43 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
#if YYDEBUG
|
2016-05-07 10:11:14 +02:00
|
|
|
/* YYRLINE[YYN] -- Source line where rule number YYN was defined. */
|
2020-04-28 16:28:03 +02:00
|
|
|
static const yytype_int8 yyrline[] =
|
2010-04-08 13:37:43 +02:00
|
|
|
{
|
2020-12-11 21:26:02 +01:00
|
|
|
0, 25, 25, 25, 25, 27, 27, 27, 27, 27,
|
|
|
|
29, 29, 29, 29, 29, 29, 29, 29, 29, 31,
|
|
|
|
31, 40, 40, 48, 48, 56, 58, 62, 62, 64,
|
|
|
|
67, 70, 73, 76, 79, 82, 85, 88, 92, 95,
|
|
|
|
95, 98, 98, 101, 101, 107, 107, 113, 113, 119,
|
|
|
|
123
|
2010-04-08 13:37:43 +02:00
|
|
|
};
|
|
|
|
#endif
|
|
|
|
|
2020-07-30 01:28:43 +02:00
|
|
|
/** Accessing symbol of state STATE. */
|
|
|
|
#define YY_ACCESSING_SYMBOL(State) YY_CAST (yysymbol_kind_t, yystos[State])
|
|
|
|
|
|
|
|
#if YYDEBUG || 0
|
|
|
|
/* The user-facing name of the symbol whose (internal) number is
|
|
|
|
YYSYMBOL. No bounds checking. */
|
|
|
|
static const char *yysymbol_name (yysymbol_kind_t yysymbol) YY_ATTRIBUTE_UNUSED;
|
|
|
|
|
2010-04-08 13:37:43 +02:00
|
|
|
/* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
|
|
|
|
First, the terminals, then, starting at YYNTOKENS, nonterminals. */
|
|
|
|
static const char *const yytname[] =
|
|
|
|
{
|
2020-07-30 01:28:43 +02:00
|
|
|
"\"end of file\"", "error", "\"invalid token\"", "CHIP", "DEVICE",
|
|
|
|
"REGISTER", "ALIAS", "REFERENCE", "ASSOCIATION", "BOOL", "STATUS",
|
|
|
|
"MANDATORY", "BUS", "RESOURCE", "END", "EQUALS", "HEX", "STRING", "PCI",
|
|
|
|
"PNP", "I2C", "APIC", "CPU_CLUSTER", "CPU", "DOMAIN", "IRQ", "DRQ",
|
|
|
|
"SLOT_DESC", "IO", "NUMBER", "SUBSYSTEMID", "INHERIT", "IOAPIC_IRQ",
|
|
|
|
"IOAPIC", "PCIINT", "GENERIC", "SPI", "USB", "MMIO", "LPC", "ESPI",
|
2020-12-11 21:26:02 +01:00
|
|
|
"GPIO", "FW_CONFIG_TABLE", "FW_CONFIG_FIELD", "FW_CONFIG_OPTION",
|
2020-07-30 01:28:43 +02:00
|
|
|
"FW_CONFIG_PROBE", "$accept", "devtree", "chipchildren",
|
|
|
|
"devicechildren", "chip", "@1", "device", "@2", "@3", "alias", "status",
|
|
|
|
"resource", "reference", "registers", "subsystemid", "ioapic_irq",
|
|
|
|
"smbios_slot_desc", "fw_config_table", "fw_config_table_children",
|
|
|
|
"fw_config_field_children", "fw_config_field", "$@4", "$@5", "$@6",
|
|
|
|
"fw_config_option", "fw_config_probe", YY_NULLPTR
|
2010-04-08 13:37:43 +02:00
|
|
|
};
|
2020-07-30 01:28:43 +02:00
|
|
|
|
|
|
|
static const char *
|
|
|
|
yysymbol_name (yysymbol_kind_t yysymbol)
|
|
|
|
{
|
|
|
|
return yytname[yysymbol];
|
|
|
|
}
|
2010-04-08 13:37:43 +02:00
|
|
|
#endif
|
|
|
|
|
2020-07-30 01:28:43 +02:00
|
|
|
#ifdef YYPRINT
|
2016-05-07 10:11:14 +02:00
|
|
|
/* YYTOKNUM[NUM] -- (External) token number corresponding to the
|
|
|
|
(internal) symbol number NUM (which must be that of a token). */
|
2020-04-28 16:28:03 +02:00
|
|
|
static const yytype_int16 yytoknum[] =
|
2010-04-08 13:37:43 +02:00
|
|
|
{
|
|
|
|
0, 256, 257, 258, 259, 260, 261, 262, 263, 264,
|
|
|
|
265, 266, 267, 268, 269, 270, 271, 272, 273, 274,
|
2017-02-11 09:50:38 +01:00
|
|
|
275, 276, 277, 278, 279, 280, 281, 282, 283, 284,
|
2020-05-16 00:39:08 +02:00
|
|
|
285, 286, 287, 288, 289, 290, 291, 292, 293, 294,
|
2020-12-11 21:26:02 +01:00
|
|
|
295, 296, 297, 298, 299, 300
|
2010-04-08 13:37:43 +02:00
|
|
|
};
|
2020-07-30 01:28:43 +02:00
|
|
|
#endif
|
2010-04-08 13:37:43 +02:00
|
|
|
|
2020-12-11 21:26:02 +01:00
|
|
|
#define YYPACT_NINF (-15)
|
2010-04-08 13:37:43 +02:00
|
|
|
|
2020-04-28 16:28:03 +02:00
|
|
|
#define yypact_value_is_default(Yyn) \
|
|
|
|
((Yyn) == YYPACT_NINF)
|
2010-04-08 13:37:43 +02:00
|
|
|
|
2020-04-28 16:28:03 +02:00
|
|
|
#define YYTABLE_NINF (-1)
|
2010-04-08 13:37:43 +02:00
|
|
|
|
2020-04-28 16:28:03 +02:00
|
|
|
#define yytable_value_is_error(Yyn) \
|
2016-05-07 10:11:14 +02:00
|
|
|
0
|
2010-04-08 13:37:43 +02:00
|
|
|
|
2016-05-07 10:11:14 +02:00
|
|
|
/* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
|
|
|
|
STATE-NUM. */
|
2010-04-08 13:37:43 +02:00
|
|
|
static const yytype_int8 yypact[] =
|
|
|
|
{
|
2020-12-11 21:26:02 +01:00
|
|
|
-15, 9, -15, 0, -15, -15, -15, -15, -11, -15,
|
|
|
|
-15, 2, -15, 45, -8, 13, 6, 19, -15, -15,
|
|
|
|
-15, -15, -15, 10, -15, 23, 12, 11, 36, -15,
|
|
|
|
-15, -7, 25, 39, 30, 37, -15, -6, -15, 38,
|
|
|
|
-15, -15, -15, -15, 40, 25, -15, -15, -1, -15,
|
|
|
|
24, -15, -15, -15, -15, -15, -3, -15, 27, -15,
|
|
|
|
41, 31, 32, 46, -15, -15, -15, -15, -15, -15,
|
|
|
|
-15, -15, 1, 47, 48, 35, 33, 49, -15, 42,
|
|
|
|
51, 43, 44, -15, -15, 52, -15, -15, -15
|
2010-04-08 13:37:43 +02:00
|
|
|
};
|
|
|
|
|
2016-05-07 10:11:14 +02:00
|
|
|
/* YYDEFACT[STATE-NUM] -- Default reduction number in state STATE-NUM.
|
|
|
|
Performed when YYTABLE does not specify something else to do. Zero
|
|
|
|
means the default is an error. */
|
2020-04-28 16:28:03 +02:00
|
|
|
static const yytype_int8 yydefact[] =
|
2016-05-07 10:11:14 +02:00
|
|
|
{
|
2020-07-30 01:28:43 +02:00
|
|
|
2, 0, 1, 0, 40, 3, 4, 19, 0, 9,
|
|
|
|
38, 0, 39, 0, 47, 0, 0, 0, 20, 6,
|
|
|
|
5, 8, 7, 45, 42, 0, 0, 0, 0, 43,
|
|
|
|
42, 0, 0, 25, 0, 0, 42, 0, 48, 0,
|
|
|
|
41, 27, 28, 23, 0, 0, 31, 30, 0, 46,
|
|
|
|
0, 18, 26, 21, 44, 49, 0, 18, 0, 24,
|
|
|
|
0, 0, 0, 0, 11, 10, 12, 16, 13, 14,
|
|
|
|
15, 17, 0, 0, 0, 0, 0, 0, 22, 0,
|
|
|
|
37, 32, 0, 50, 29, 36, 33, 34, 35
|
2016-05-07 10:11:14 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
/* YYPGOTO[NTERM-NUM]. */
|
2010-04-08 13:37:43 +02:00
|
|
|
static const yytype_int8 yypgoto[] =
|
|
|
|
{
|
2020-12-11 21:26:02 +01:00
|
|
|
-15, -15, -15, 15, 17, -15, 57, -15, -15, -15,
|
|
|
|
34, -15, -15, 62, -15, -15, -15, -15, -15, -14,
|
|
|
|
-15, -15, -15, -15, -15, -15
|
2010-04-08 13:37:43 +02:00
|
|
|
};
|
|
|
|
|
2016-05-07 10:11:14 +02:00
|
|
|
/* YYDEFGOTO[NTERM-NUM]. */
|
|
|
|
static const yytype_int8 yydefgoto[] =
|
|
|
|
{
|
2020-07-30 01:28:43 +02:00
|
|
|
-1, 1, 13, 56, 64, 9, 65, 57, 51, 45,
|
|
|
|
43, 66, 21, 67, 68, 69, 70, 6, 8, 31,
|
|
|
|
12, 36, 30, 24, 40, 71
|
2016-05-07 10:11:14 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
/* YYTABLE[YYPACT[STATE-NUM]] -- What to do in state STATE-NUM. If
|
|
|
|
positive, shift that token. If negative, reduce the rule whose
|
|
|
|
number is the opposite. If YYTABLE_NINF, syntax error. */
|
2020-04-28 16:28:03 +02:00
|
|
|
static const yytype_int8 yytable[] =
|
2010-04-08 13:37:43 +02:00
|
|
|
{
|
2020-12-11 21:26:02 +01:00
|
|
|
3, 15, 16, 10, 3, 15, 16, 38, 49, 2,
|
|
|
|
58, 59, 3, 54, 58, 78, 37, 7, 5, 14,
|
|
|
|
25, 23, 48, 27, 60, 26, 34, 61, 60, 62,
|
|
|
|
19, 61, 11, 62, 41, 42, 28, 39, 39, 29,
|
|
|
|
32, 33, 63, 39, 35, 44, 63, 46, 3, 15,
|
|
|
|
16, 4, 17, 55, 47, 50, 73, 52, 74, 18,
|
|
|
|
75, 76, 79, 77, 81, 80, 83, 82, 85, 88,
|
|
|
|
20, 84, 72, 87, 86, 22, 0, 0, 0, 53
|
2010-04-08 13:37:43 +02:00
|
|
|
};
|
|
|
|
|
2010-05-05 15:13:47 +02:00
|
|
|
static const yytype_int8 yycheck[] =
|
2010-04-08 13:37:43 +02:00
|
|
|
{
|
2020-07-30 01:28:43 +02:00
|
|
|
3, 4, 5, 14, 3, 4, 5, 14, 14, 0,
|
2020-12-11 21:26:02 +01:00
|
|
|
13, 14, 3, 14, 13, 14, 30, 17, 1, 17,
|
|
|
|
7, 29, 36, 17, 27, 12, 15, 30, 27, 32,
|
|
|
|
13, 30, 43, 32, 9, 10, 17, 44, 44, 29,
|
|
|
|
17, 29, 45, 44, 8, 6, 45, 17, 3, 4,
|
|
|
|
5, 42, 7, 29, 17, 17, 29, 17, 17, 14,
|
|
|
|
29, 29, 15, 17, 29, 17, 17, 34, 17, 17,
|
|
|
|
13, 29, 57, 29, 31, 13, -1, -1, -1, 45
|
2010-04-08 13:37:43 +02:00
|
|
|
};
|
|
|
|
|
2016-05-07 10:11:14 +02:00
|
|
|
/* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
|
|
|
|
symbol of state STATE-NUM. */
|
2020-04-28 16:28:03 +02:00
|
|
|
static const yytype_int8 yystos[] =
|
2010-04-08 13:37:43 +02:00
|
|
|
{
|
2020-12-11 21:26:02 +01:00
|
|
|
0, 47, 0, 3, 42, 50, 63, 17, 64, 51,
|
|
|
|
14, 43, 66, 48, 17, 4, 5, 7, 14, 50,
|
|
|
|
52, 58, 59, 29, 69, 7, 12, 17, 17, 29,
|
|
|
|
68, 65, 17, 29, 15, 8, 67, 65, 14, 44,
|
|
|
|
70, 9, 10, 56, 6, 55, 17, 17, 65, 14,
|
|
|
|
17, 54, 17, 56, 14, 29, 49, 53, 13, 14,
|
|
|
|
27, 30, 32, 45, 50, 52, 57, 59, 60, 61,
|
|
|
|
62, 71, 49, 29, 17, 29, 29, 17, 14, 15,
|
2020-07-30 01:28:43 +02:00
|
|
|
17, 29, 34, 17, 29, 17, 31, 29, 17
|
2010-04-08 13:37:43 +02:00
|
|
|
};
|
|
|
|
|
2016-05-07 10:11:14 +02:00
|
|
|
/* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */
|
2020-04-28 16:28:03 +02:00
|
|
|
static const yytype_int8 yyr1[] =
|
2016-05-07 10:11:14 +02:00
|
|
|
{
|
2020-12-11 21:26:02 +01:00
|
|
|
0, 46, 47, 47, 47, 48, 48, 48, 48, 48,
|
|
|
|
49, 49, 49, 49, 49, 49, 49, 49, 49, 51,
|
|
|
|
50, 53, 52, 54, 52, 55, 55, 56, 56, 57,
|
|
|
|
58, 59, 60, 60, 61, 62, 62, 62, 63, 64,
|
|
|
|
64, 65, 65, 67, 66, 68, 66, 69, 66, 70,
|
|
|
|
71
|
2016-05-07 10:11:14 +02:00
|
|
|
};
|
2010-04-08 13:37:43 +02:00
|
|
|
|
2016-05-07 10:11:14 +02:00
|
|
|
/* YYR2[YYN] -- Number of symbols on the right hand side of rule YYN. */
|
2020-04-28 16:28:03 +02:00
|
|
|
static const yytype_int8 yyr2[] =
|
2016-05-07 10:11:14 +02:00
|
|
|
{
|
2020-06-03 19:20:07 +02:00
|
|
|
0, 2, 0, 2, 2, 2, 2, 2, 2, 0,
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 0, 0,
|
2020-07-30 01:28:43 +02:00
|
|
|
5, 0, 8, 0, 7, 0, 2, 1, 1, 4,
|
|
|
|
4, 4, 3, 4, 4, 5, 4, 3, 3, 2,
|
|
|
|
0, 2, 0, 0, 7, 0, 6, 0, 5, 3,
|
|
|
|
3
|
2016-05-07 10:11:14 +02:00
|
|
|
};
|
2010-04-08 13:37:43 +02:00
|
|
|
|
|
|
|
|
2020-07-30 01:28:43 +02:00
|
|
|
enum { YYENOMEM = -2 };
|
|
|
|
|
2016-05-07 10:11:14 +02:00
|
|
|
#define yyerrok (yyerrstatus = 0)
|
|
|
|
#define yyclearin (yychar = YYEMPTY)
|
2010-04-08 13:37:43 +02:00
|
|
|
|
2016-05-07 10:11:14 +02:00
|
|
|
#define YYACCEPT goto yyacceptlab
|
|
|
|
#define YYABORT goto yyabortlab
|
|
|
|
#define YYERROR goto yyerrorlab
|
2010-04-08 13:37:43 +02:00
|
|
|
|
|
|
|
|
2016-05-07 10:11:14 +02:00
|
|
|
#define YYRECOVERING() (!!yyerrstatus)
|
|
|
|
|
2020-04-28 16:28:03 +02:00
|
|
|
#define YYBACKUP(Token, Value) \
|
|
|
|
do \
|
|
|
|
if (yychar == YYEMPTY) \
|
|
|
|
{ \
|
|
|
|
yychar = (Token); \
|
|
|
|
yylval = (Value); \
|
|
|
|
YYPOPSTACK (yylen); \
|
|
|
|
yystate = *yyssp; \
|
|
|
|
goto yybackup; \
|
|
|
|
} \
|
|
|
|
else \
|
|
|
|
{ \
|
|
|
|
yyerror (YY_("syntax error: cannot back up")); \
|
|
|
|
YYERROR; \
|
|
|
|
} \
|
|
|
|
while (0)
|
2016-05-07 10:11:14 +02:00
|
|
|
|
2020-07-30 01:28:43 +02:00
|
|
|
/* Backward compatibility with an undocumented macro.
|
|
|
|
Use YYerror or YYUNDEF. */
|
|
|
|
#define YYERRCODE YYUNDEF
|
2010-04-08 13:37:43 +02:00
|
|
|
|
|
|
|
|
|
|
|
/* Enable debugging if requested. */
|
|
|
|
#if YYDEBUG
|
|
|
|
|
|
|
|
# ifndef YYFPRINTF
|
|
|
|
# include <stdio.h> /* INFRINGES ON USER NAME SPACE */
|
|
|
|
# define YYFPRINTF fprintf
|
|
|
|
# endif
|
|
|
|
|
2016-05-07 10:11:14 +02:00
|
|
|
# define YYDPRINTF(Args) \
|
|
|
|
do { \
|
|
|
|
if (yydebug) \
|
|
|
|
YYFPRINTF Args; \
|
|
|
|
} while (0)
|
2010-04-08 13:37:43 +02:00
|
|
|
|
2016-05-07 10:11:14 +02:00
|
|
|
/* This macro is provided for backward compatibility. */
|
2020-07-30 01:28:43 +02:00
|
|
|
# ifndef YY_LOCATION_PRINT
|
|
|
|
# define YY_LOCATION_PRINT(File, Loc) ((void) 0)
|
|
|
|
# endif
|
2010-04-08 13:37:43 +02:00
|
|
|
|
|
|
|
|
2020-07-30 01:28:43 +02:00
|
|
|
# define YY_SYMBOL_PRINT(Title, Kind, Value, Location) \
|
2016-05-07 10:11:14 +02:00
|
|
|
do { \
|
|
|
|
if (yydebug) \
|
|
|
|
{ \
|
|
|
|
YYFPRINTF (stderr, "%s ", Title); \
|
|
|
|
yy_symbol_print (stderr, \
|
2020-07-30 01:28:43 +02:00
|
|
|
Kind, Value); \
|
2016-05-07 10:11:14 +02:00
|
|
|
YYFPRINTF (stderr, "\n"); \
|
|
|
|
} \
|
|
|
|
} while (0)
|
|
|
|
|
|
|
|
|
2020-04-28 16:28:03 +02:00
|
|
|
/*-----------------------------------.
|
|
|
|
| Print this symbol's value on YYO. |
|
|
|
|
`-----------------------------------*/
|
2010-04-08 13:37:43 +02:00
|
|
|
|
|
|
|
static void
|
2020-07-30 01:28:43 +02:00
|
|
|
yy_symbol_value_print (FILE *yyo,
|
|
|
|
yysymbol_kind_t yykind, YYSTYPE const * const yyvaluep)
|
2010-04-08 13:37:43 +02:00
|
|
|
{
|
2020-04-28 16:28:03 +02:00
|
|
|
FILE *yyoutput = yyo;
|
|
|
|
YYUSE (yyoutput);
|
2010-04-08 13:37:43 +02:00
|
|
|
if (!yyvaluep)
|
|
|
|
return;
|
|
|
|
# ifdef YYPRINT
|
2020-07-30 01:28:43 +02:00
|
|
|
if (yykind < YYNTOKENS)
|
|
|
|
YYPRINT (yyo, yytoknum[yykind], *yyvaluep);
|
2010-04-08 13:37:43 +02:00
|
|
|
# endif
|
2020-04-28 16:28:03 +02:00
|
|
|
YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
|
2020-07-30 01:28:43 +02:00
|
|
|
YYUSE (yykind);
|
2020-04-28 16:28:03 +02:00
|
|
|
YY_IGNORE_MAYBE_UNINITIALIZED_END
|
2010-04-08 13:37:43 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2020-04-28 16:28:03 +02:00
|
|
|
/*---------------------------.
|
|
|
|
| Print this symbol on YYO. |
|
|
|
|
`---------------------------*/
|
2010-04-08 13:37:43 +02:00
|
|
|
|
|
|
|
static void
|
2020-07-30 01:28:43 +02:00
|
|
|
yy_symbol_print (FILE *yyo,
|
|
|
|
yysymbol_kind_t yykind, YYSTYPE const * const yyvaluep)
|
2010-04-08 13:37:43 +02:00
|
|
|
{
|
2020-04-28 16:28:03 +02:00
|
|
|
YYFPRINTF (yyo, "%s %s (",
|
2020-07-30 01:28:43 +02:00
|
|
|
yykind < YYNTOKENS ? "token" : "nterm", yysymbol_name (yykind));
|
2010-04-08 13:37:43 +02:00
|
|
|
|
2020-07-30 01:28:43 +02:00
|
|
|
yy_symbol_value_print (yyo, yykind, yyvaluep);
|
2020-04-28 16:28:03 +02:00
|
|
|
YYFPRINTF (yyo, ")");
|
2010-04-08 13:37:43 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/*------------------------------------------------------------------.
|
|
|
|
| yy_stack_print -- Print the state stack from its BOTTOM up to its |
|
|
|
|
| TOP (included). |
|
|
|
|
`------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
static void
|
2020-04-28 16:28:03 +02:00
|
|
|
yy_stack_print (yy_state_t *yybottom, yy_state_t *yytop)
|
2010-04-08 13:37:43 +02:00
|
|
|
{
|
|
|
|
YYFPRINTF (stderr, "Stack now");
|
|
|
|
for (; yybottom <= yytop; yybottom++)
|
|
|
|
{
|
|
|
|
int yybot = *yybottom;
|
|
|
|
YYFPRINTF (stderr, " %d", yybot);
|
|
|
|
}
|
|
|
|
YYFPRINTF (stderr, "\n");
|
|
|
|
}
|
|
|
|
|
2016-05-07 10:11:14 +02:00
|
|
|
# define YY_STACK_PRINT(Bottom, Top) \
|
|
|
|
do { \
|
|
|
|
if (yydebug) \
|
|
|
|
yy_stack_print ((Bottom), (Top)); \
|
|
|
|
} while (0)
|
2010-04-08 13:37:43 +02:00
|
|
|
|
|
|
|
|
|
|
|
/*------------------------------------------------.
|
|
|
|
| Report that the YYRULE is going to be reduced. |
|
|
|
|
`------------------------------------------------*/
|
|
|
|
|
|
|
|
static void
|
2020-07-30 01:28:43 +02:00
|
|
|
yy_reduce_print (yy_state_t *yyssp, YYSTYPE *yyvsp,
|
|
|
|
int yyrule)
|
2010-04-08 13:37:43 +02:00
|
|
|
{
|
2020-04-28 16:28:03 +02:00
|
|
|
int yylno = yyrline[yyrule];
|
2010-04-08 13:37:43 +02:00
|
|
|
int yynrhs = yyr2[yyrule];
|
|
|
|
int yyi;
|
2020-04-28 16:28:03 +02:00
|
|
|
YYFPRINTF (stderr, "Reducing stack by rule %d (line %d):\n",
|
2016-05-07 10:11:14 +02:00
|
|
|
yyrule - 1, yylno);
|
2010-04-08 13:37:43 +02:00
|
|
|
/* The symbols being reduced. */
|
|
|
|
for (yyi = 0; yyi < yynrhs; yyi++)
|
|
|
|
{
|
|
|
|
YYFPRINTF (stderr, " $%d = ", yyi + 1);
|
2016-05-07 10:11:14 +02:00
|
|
|
yy_symbol_print (stderr,
|
2020-07-30 01:28:43 +02:00
|
|
|
YY_ACCESSING_SYMBOL (+yyssp[yyi + 1 - yynrhs]),
|
|
|
|
&yyvsp[(yyi + 1) - (yynrhs)]);
|
2010-04-08 13:37:43 +02:00
|
|
|
YYFPRINTF (stderr, "\n");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-05-07 10:11:14 +02:00
|
|
|
# define YY_REDUCE_PRINT(Rule) \
|
|
|
|
do { \
|
|
|
|
if (yydebug) \
|
|
|
|
yy_reduce_print (yyssp, yyvsp, Rule); \
|
|
|
|
} while (0)
|
2010-04-08 13:37:43 +02:00
|
|
|
|
|
|
|
/* Nonzero means print parse trace. It is left uninitialized so that
|
|
|
|
multiple parsers can coexist. */
|
|
|
|
int yydebug;
|
|
|
|
#else /* !YYDEBUG */
|
2020-07-30 01:28:43 +02:00
|
|
|
# define YYDPRINTF(Args) ((void) 0)
|
|
|
|
# define YY_SYMBOL_PRINT(Title, Kind, Value, Location)
|
2010-04-08 13:37:43 +02:00
|
|
|
# define YY_STACK_PRINT(Bottom, Top)
|
|
|
|
# define YY_REDUCE_PRINT(Rule)
|
|
|
|
#endif /* !YYDEBUG */
|
|
|
|
|
|
|
|
|
|
|
|
/* YYINITDEPTH -- initial size of the parser's stacks. */
|
2016-05-07 10:11:14 +02:00
|
|
|
#ifndef YYINITDEPTH
|
2010-04-08 13:37:43 +02:00
|
|
|
# define YYINITDEPTH 200
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/* YYMAXDEPTH -- maximum size the stacks can grow to (effective only
|
|
|
|
if the built-in stack extension method is used).
|
|
|
|
|
|
|
|
Do not make this value too large; the results are undefined if
|
|
|
|
YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH)
|
|
|
|
evaluated with infinite-precision integer arithmetic. */
|
|
|
|
|
|
|
|
#ifndef YYMAXDEPTH
|
|
|
|
# define YYMAXDEPTH 10000
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*-----------------------------------------------.
|
|
|
|
| Release the memory associated to this symbol. |
|
|
|
|
`-----------------------------------------------*/
|
|
|
|
|
|
|
|
static void
|
2020-07-30 01:28:43 +02:00
|
|
|
yydestruct (const char *yymsg,
|
|
|
|
yysymbol_kind_t yykind, YYSTYPE *yyvaluep)
|
2010-04-08 13:37:43 +02:00
|
|
|
{
|
|
|
|
YYUSE (yyvaluep);
|
|
|
|
if (!yymsg)
|
|
|
|
yymsg = "Deleting";
|
2020-07-30 01:28:43 +02:00
|
|
|
YY_SYMBOL_PRINT (yymsg, yykind, yyvaluep, yylocationp);
|
2010-04-08 13:37:43 +02:00
|
|
|
|
2016-05-07 10:11:14 +02:00
|
|
|
YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
|
2020-07-30 01:28:43 +02:00
|
|
|
YYUSE (yykind);
|
2016-05-07 10:11:14 +02:00
|
|
|
YY_IGNORE_MAYBE_UNINITIALIZED_END
|
2010-04-08 13:37:43 +02:00
|
|
|
}
|
|
|
|
|
2012-06-21 22:19:48 +02:00
|
|
|
|
2020-12-11 21:26:02 +01:00
|
|
|
/* Lookahead token kind. */
|
2010-04-08 13:37:43 +02:00
|
|
|
int yychar;
|
|
|
|
|
|
|
|
/* The semantic value of the lookahead symbol. */
|
|
|
|
YYSTYPE yylval;
|
|
|
|
/* Number of syntax errors so far. */
|
|
|
|
int yynerrs;
|
|
|
|
|
|
|
|
|
2020-07-30 01:28:43 +02:00
|
|
|
|
|
|
|
|
2012-06-21 22:19:48 +02:00
|
|
|
/*----------.
|
|
|
|
| yyparse. |
|
|
|
|
`----------*/
|
2010-04-08 13:37:43 +02:00
|
|
|
|
|
|
|
int
|
|
|
|
yyparse (void)
|
|
|
|
{
|
2020-12-11 21:26:02 +01:00
|
|
|
yy_state_fast_t yystate = 0;
|
2010-04-08 13:37:43 +02:00
|
|
|
/* Number of tokens to shift before error messages enabled. */
|
2020-12-11 21:26:02 +01:00
|
|
|
int yyerrstatus = 0;
|
2010-04-08 13:37:43 +02:00
|
|
|
|
2020-12-11 21:26:02 +01:00
|
|
|
/* Refer to the stacks through separate pointers, to allow yyoverflow
|
2010-04-08 13:37:43 +02:00
|
|
|
to reallocate them elsewhere. */
|
|
|
|
|
2020-07-30 01:28:43 +02:00
|
|
|
/* Their size. */
|
2020-12-11 21:26:02 +01:00
|
|
|
YYPTRDIFF_T yystacksize = YYINITDEPTH;
|
2020-07-30 01:28:43 +02:00
|
|
|
|
2020-12-11 21:26:02 +01:00
|
|
|
/* The state stack: array, bottom, top. */
|
2020-04-28 16:28:03 +02:00
|
|
|
yy_state_t yyssa[YYINITDEPTH];
|
2020-12-11 21:26:02 +01:00
|
|
|
yy_state_t *yyss = yyssa;
|
|
|
|
yy_state_t *yyssp = yyss;
|
2010-04-08 13:37:43 +02:00
|
|
|
|
2020-12-11 21:26:02 +01:00
|
|
|
/* The semantic value stack: array, bottom, top. */
|
2010-04-08 13:37:43 +02:00
|
|
|
YYSTYPE yyvsa[YYINITDEPTH];
|
2020-12-11 21:26:02 +01:00
|
|
|
YYSTYPE *yyvs = yyvsa;
|
|
|
|
YYSTYPE *yyvsp = yyvs;
|
2010-04-08 13:37:43 +02:00
|
|
|
|
|
|
|
int yyn;
|
2020-07-30 01:28:43 +02:00
|
|
|
/* The return value of yyparse. */
|
2010-04-08 13:37:43 +02:00
|
|
|
int yyresult;
|
2020-12-11 21:26:02 +01:00
|
|
|
/* Lookahead symbol kind. */
|
2020-07-30 01:28:43 +02:00
|
|
|
yysymbol_kind_t yytoken = YYSYMBOL_YYEMPTY;
|
2010-04-08 13:37:43 +02:00
|
|
|
/* The variables used to return semantic value and location from the
|
|
|
|
action routines. */
|
|
|
|
YYSTYPE yyval;
|
|
|
|
|
2020-07-30 01:28:43 +02:00
|
|
|
|
2010-04-08 13:37:43 +02:00
|
|
|
|
|
|
|
#define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N))
|
|
|
|
|
|
|
|
/* The number of symbols on the RHS of the reduced rule.
|
|
|
|
Keep to zero when no symbol should be popped. */
|
|
|
|
int yylen = 0;
|
|
|
|
|
|
|
|
YYDPRINTF ((stderr, "Starting parse\n"));
|
|
|
|
|
|
|
|
yychar = YYEMPTY; /* Cause a token to be read. */
|
|
|
|
goto yysetstate;
|
|
|
|
|
2020-04-28 16:28:03 +02:00
|
|
|
|
2010-04-08 13:37:43 +02:00
|
|
|
/*------------------------------------------------------------.
|
2020-04-28 16:28:03 +02:00
|
|
|
| yynewstate -- push a new state, which is found in yystate. |
|
2010-04-08 13:37:43 +02:00
|
|
|
`------------------------------------------------------------*/
|
2020-04-28 16:28:03 +02:00
|
|
|
yynewstate:
|
2010-04-08 13:37:43 +02:00
|
|
|
/* In all cases, when you get here, the value and location stacks
|
|
|
|
have just been pushed. So pushing a state here evens the stacks. */
|
|
|
|
yyssp++;
|
|
|
|
|
2020-04-28 16:28:03 +02:00
|
|
|
|
|
|
|
/*--------------------------------------------------------------------.
|
|
|
|
| yysetstate -- set current state (the top of the stack) to yystate. |
|
|
|
|
`--------------------------------------------------------------------*/
|
|
|
|
yysetstate:
|
|
|
|
YYDPRINTF ((stderr, "Entering state %d\n", yystate));
|
|
|
|
YY_ASSERT (0 <= yystate && yystate < YYNSTATES);
|
|
|
|
YY_IGNORE_USELESS_CAST_BEGIN
|
|
|
|
*yyssp = YY_CAST (yy_state_t, yystate);
|
|
|
|
YY_IGNORE_USELESS_CAST_END
|
2020-07-30 01:28:43 +02:00
|
|
|
YY_STACK_PRINT (yyss, yyssp);
|
2010-04-08 13:37:43 +02:00
|
|
|
|
|
|
|
if (yyss + yystacksize - 1 <= yyssp)
|
2020-04-28 16:28:03 +02:00
|
|
|
#if !defined yyoverflow && !defined YYSTACK_RELOCATE
|
|
|
|
goto yyexhaustedlab;
|
|
|
|
#else
|
2010-04-08 13:37:43 +02:00
|
|
|
{
|
|
|
|
/* Get the current used size of the three stacks, in elements. */
|
2020-04-28 16:28:03 +02:00
|
|
|
YYPTRDIFF_T yysize = yyssp - yyss + 1;
|
2010-04-08 13:37:43 +02:00
|
|
|
|
2020-04-28 16:28:03 +02:00
|
|
|
# if defined yyoverflow
|
2010-04-08 13:37:43 +02:00
|
|
|
{
|
2016-05-07 10:11:14 +02:00
|
|
|
/* Give user a chance to reallocate the stack. Use copies of
|
|
|
|
these so that the &'s don't force the real ones into
|
|
|
|
memory. */
|
2020-04-28 16:28:03 +02:00
|
|
|
yy_state_t *yyss1 = yyss;
|
2016-05-07 10:11:14 +02:00
|
|
|
YYSTYPE *yyvs1 = yyvs;
|
|
|
|
|
|
|
|
/* Each stack pointer address is followed by the size of the
|
|
|
|
data in use in that stack, in bytes. This used to be a
|
|
|
|
conditional around just the two extra args, but that might
|
|
|
|
be undefined if yyoverflow is a macro. */
|
|
|
|
yyoverflow (YY_("memory exhausted"),
|
2020-04-28 16:28:03 +02:00
|
|
|
&yyss1, yysize * YYSIZEOF (*yyssp),
|
|
|
|
&yyvs1, yysize * YYSIZEOF (*yyvsp),
|
2016-05-07 10:11:14 +02:00
|
|
|
&yystacksize);
|
|
|
|
yyss = yyss1;
|
|
|
|
yyvs = yyvs1;
|
2010-04-08 13:37:43 +02:00
|
|
|
}
|
2020-04-28 16:28:03 +02:00
|
|
|
# else /* defined YYSTACK_RELOCATE */
|
2010-04-08 13:37:43 +02:00
|
|
|
/* Extend the stack our own way. */
|
|
|
|
if (YYMAXDEPTH <= yystacksize)
|
2016-05-07 10:11:14 +02:00
|
|
|
goto yyexhaustedlab;
|
2010-04-08 13:37:43 +02:00
|
|
|
yystacksize *= 2;
|
|
|
|
if (YYMAXDEPTH < yystacksize)
|
2016-05-07 10:11:14 +02:00
|
|
|
yystacksize = YYMAXDEPTH;
|
2010-04-08 13:37:43 +02:00
|
|
|
|
|
|
|
{
|
2020-04-28 16:28:03 +02:00
|
|
|
yy_state_t *yyss1 = yyss;
|
2016-05-07 10:11:14 +02:00
|
|
|
union yyalloc *yyptr =
|
2020-04-28 16:28:03 +02:00
|
|
|
YY_CAST (union yyalloc *,
|
|
|
|
YYSTACK_ALLOC (YY_CAST (YYSIZE_T, YYSTACK_BYTES (yystacksize))));
|
2016-05-07 10:11:14 +02:00
|
|
|
if (! yyptr)
|
|
|
|
goto yyexhaustedlab;
|
|
|
|
YYSTACK_RELOCATE (yyss_alloc, yyss);
|
|
|
|
YYSTACK_RELOCATE (yyvs_alloc, yyvs);
|
2020-07-30 01:28:43 +02:00
|
|
|
# undef YYSTACK_RELOCATE
|
2016-05-07 10:11:14 +02:00
|
|
|
if (yyss1 != yyssa)
|
|
|
|
YYSTACK_FREE (yyss1);
|
2010-04-08 13:37:43 +02:00
|
|
|
}
|
|
|
|
# endif
|
|
|
|
|
|
|
|
yyssp = yyss + yysize - 1;
|
|
|
|
yyvsp = yyvs + yysize - 1;
|
|
|
|
|
2020-04-28 16:28:03 +02:00
|
|
|
YY_IGNORE_USELESS_CAST_BEGIN
|
|
|
|
YYDPRINTF ((stderr, "Stack size increased to %ld\n",
|
|
|
|
YY_CAST (long, yystacksize)));
|
|
|
|
YY_IGNORE_USELESS_CAST_END
|
2010-04-08 13:37:43 +02:00
|
|
|
|
|
|
|
if (yyss + yystacksize - 1 <= yyssp)
|
2016-05-07 10:11:14 +02:00
|
|
|
YYABORT;
|
2010-04-08 13:37:43 +02:00
|
|
|
}
|
2020-04-28 16:28:03 +02:00
|
|
|
#endif /* !defined yyoverflow && !defined YYSTACK_RELOCATE */
|
2010-04-08 13:37:43 +02:00
|
|
|
|
|
|
|
if (yystate == YYFINAL)
|
|
|
|
YYACCEPT;
|
|
|
|
|
|
|
|
goto yybackup;
|
|
|
|
|
2020-04-28 16:28:03 +02:00
|
|
|
|
2010-04-08 13:37:43 +02:00
|
|
|
/*-----------.
|
|
|
|
| yybackup. |
|
|
|
|
`-----------*/
|
|
|
|
yybackup:
|
|
|
|
/* Do appropriate processing given the current state. Read a
|
|
|
|
lookahead token if we need one and don't already have one. */
|
|
|
|
|
|
|
|
/* First try to decide what to do without reference to lookahead token. */
|
|
|
|
yyn = yypact[yystate];
|
2012-06-21 22:19:48 +02:00
|
|
|
if (yypact_value_is_default (yyn))
|
2010-04-08 13:37:43 +02:00
|
|
|
goto yydefault;
|
|
|
|
|
|
|
|
/* Not known => get a lookahead token if don't already have one. */
|
|
|
|
|
2020-07-30 01:28:43 +02:00
|
|
|
/* YYCHAR is either empty, or end-of-input, or a valid lookahead. */
|
2010-04-08 13:37:43 +02:00
|
|
|
if (yychar == YYEMPTY)
|
|
|
|
{
|
2020-07-30 01:28:43 +02:00
|
|
|
YYDPRINTF ((stderr, "Reading a token\n"));
|
2016-05-07 10:11:14 +02:00
|
|
|
yychar = yylex ();
|
2010-04-08 13:37:43 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
if (yychar <= YYEOF)
|
|
|
|
{
|
2020-07-30 01:28:43 +02:00
|
|
|
yychar = YYEOF;
|
|
|
|
yytoken = YYSYMBOL_YYEOF;
|
2010-04-08 13:37:43 +02:00
|
|
|
YYDPRINTF ((stderr, "Now at end of input.\n"));
|
|
|
|
}
|
2020-07-30 01:28:43 +02:00
|
|
|
else if (yychar == YYerror)
|
|
|
|
{
|
|
|
|
/* The scanner already issued an error message, process directly
|
|
|
|
to error recovery. But do not keep the error token as
|
|
|
|
lookahead, it is too special and may lead us to an endless
|
|
|
|
loop in error recovery. */
|
|
|
|
yychar = YYUNDEF;
|
|
|
|
yytoken = YYSYMBOL_YYerror;
|
|
|
|
goto yyerrlab1;
|
|
|
|
}
|
2010-04-08 13:37:43 +02:00
|
|
|
else
|
|
|
|
{
|
|
|
|
yytoken = YYTRANSLATE (yychar);
|
|
|
|
YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* If the proper action on seeing token YYTOKEN is to reduce or to
|
|
|
|
detect an error, take that action. */
|
|
|
|
yyn += yytoken;
|
|
|
|
if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken)
|
|
|
|
goto yydefault;
|
|
|
|
yyn = yytable[yyn];
|
|
|
|
if (yyn <= 0)
|
|
|
|
{
|
2012-06-21 22:19:48 +02:00
|
|
|
if (yytable_value_is_error (yyn))
|
|
|
|
goto yyerrlab;
|
2010-04-08 13:37:43 +02:00
|
|
|
yyn = -yyn;
|
|
|
|
goto yyreduce;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Count tokens shifted since error; after three, turn off error
|
|
|
|
status. */
|
|
|
|
if (yyerrstatus)
|
|
|
|
yyerrstatus--;
|
|
|
|
|
|
|
|
/* Shift the lookahead token. */
|
|
|
|
YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
|
|
|
|
yystate = yyn;
|
2016-05-07 10:11:14 +02:00
|
|
|
YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
|
2010-04-08 13:37:43 +02:00
|
|
|
*++yyvsp = yylval;
|
2016-05-07 10:11:14 +02:00
|
|
|
YY_IGNORE_MAYBE_UNINITIALIZED_END
|
2010-04-08 13:37:43 +02:00
|
|
|
|
2020-04-28 16:28:03 +02:00
|
|
|
/* Discard the shifted token. */
|
|
|
|
yychar = YYEMPTY;
|
2010-04-08 13:37:43 +02:00
|
|
|
goto yynewstate;
|
|
|
|
|
|
|
|
|
|
|
|
/*-----------------------------------------------------------.
|
|
|
|
| yydefault -- do the default action for the current state. |
|
|
|
|
`-----------------------------------------------------------*/
|
|
|
|
yydefault:
|
|
|
|
yyn = yydefact[yystate];
|
|
|
|
if (yyn == 0)
|
|
|
|
goto yyerrlab;
|
|
|
|
goto yyreduce;
|
|
|
|
|
|
|
|
|
|
|
|
/*-----------------------------.
|
2020-04-28 16:28:03 +02:00
|
|
|
| yyreduce -- do a reduction. |
|
2010-04-08 13:37:43 +02:00
|
|
|
`-----------------------------*/
|
|
|
|
yyreduce:
|
|
|
|
/* yyn is the number of a rule to reduce with. */
|
|
|
|
yylen = yyr2[yyn];
|
|
|
|
|
|
|
|
/* If YYLEN is nonzero, implement the default value of the action:
|
2016-05-07 10:11:14 +02:00
|
|
|
'$$ = $1'.
|
2010-04-08 13:37:43 +02:00
|
|
|
|
|
|
|
Otherwise, the following line sets YYVAL to garbage.
|
|
|
|
This behavior is undocumented and Bison
|
|
|
|
users should not rely upon it. Assigning to YYVAL
|
|
|
|
unconditionally makes the parser a bit smaller, and it avoids a
|
|
|
|
GCC warning that YYVAL may be used uninitialized. */
|
|
|
|
yyval = yyvsp[1-yylen];
|
|
|
|
|
|
|
|
|
|
|
|
YY_REDUCE_PRINT (yyn);
|
|
|
|
switch (yyn)
|
|
|
|
{
|
2020-12-11 21:26:02 +01:00
|
|
|
case 2: /* devtree: %empty */
|
2020-04-28 16:28:03 +02:00
|
|
|
{ cur_parent = root_parent; }
|
2010-04-08 13:37:43 +02:00
|
|
|
break;
|
|
|
|
|
2020-12-11 21:26:02 +01:00
|
|
|
case 19: /* @1: %empty */
|
2020-04-28 16:28:03 +02:00
|
|
|
{
|
2018-05-31 19:33:16 +02:00
|
|
|
(yyval.chip_instance) = new_chip_instance((yyvsp[0].string));
|
|
|
|
chip_enqueue_tail(cur_chip_instance);
|
|
|
|
cur_chip_instance = (yyval.chip_instance);
|
2012-06-21 22:19:48 +02:00
|
|
|
}
|
2010-04-08 13:37:43 +02:00
|
|
|
break;
|
|
|
|
|
2020-12-11 21:26:02 +01:00
|
|
|
case 20: /* chip: CHIP STRING @1 chipchildren END */
|
2020-04-28 16:28:03 +02:00
|
|
|
{
|
2018-05-31 19:33:16 +02:00
|
|
|
cur_chip_instance = chip_dequeue_tail();
|
2012-06-21 22:19:48 +02:00
|
|
|
}
|
2010-04-08 13:37:43 +02:00
|
|
|
break;
|
|
|
|
|
2020-12-11 21:26:02 +01:00
|
|
|
case 21: /* @2: %empty */
|
2020-06-03 19:20:07 +02:00
|
|
|
{
|
2020-07-30 01:28:43 +02:00
|
|
|
(yyval.dev) = new_device_raw(cur_parent, cur_chip_instance, (yyvsp[-3].number), (yyvsp[-2].string), (yyvsp[-1].string), (yyvsp[0].number));
|
2018-06-03 13:22:17 +02:00
|
|
|
cur_parent = (yyval.dev)->last_bus;
|
2012-06-21 22:19:48 +02:00
|
|
|
}
|
2010-04-08 13:37:43 +02:00
|
|
|
break;
|
|
|
|
|
2020-12-11 21:26:02 +01:00
|
|
|
case 22: /* device: DEVICE BUS NUMBER alias status @2 devicechildren END */
|
2020-04-28 16:28:03 +02:00
|
|
|
{
|
2018-06-03 13:22:17 +02:00
|
|
|
cur_parent = (yyvsp[-2].dev)->parent;
|
2012-06-21 22:19:48 +02:00
|
|
|
}
|
2010-04-08 13:37:43 +02:00
|
|
|
break;
|
|
|
|
|
2020-12-11 21:26:02 +01:00
|
|
|
case 23: /* @3: %empty */
|
2020-07-30 01:28:43 +02:00
|
|
|
{
|
|
|
|
(yyval.dev) = new_device_reference(cur_parent, cur_chip_instance, (yyvsp[-1].string), (yyvsp[0].number));
|
|
|
|
cur_parent = (yyval.dev)->last_bus;
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
2020-12-11 21:26:02 +01:00
|
|
|
case 24: /* device: DEVICE REFERENCE STRING status @3 devicechildren END */
|
2020-07-30 01:28:43 +02:00
|
|
|
{
|
|
|
|
cur_parent = (yyvsp[-2].dev)->parent;
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
2020-12-11 21:26:02 +01:00
|
|
|
case 25: /* alias: %empty */
|
2020-06-03 19:20:07 +02:00
|
|
|
{
|
|
|
|
(yyval.string) = NULL;
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
2020-12-11 21:26:02 +01:00
|
|
|
case 26: /* alias: ALIAS STRING */
|
2020-06-03 19:20:07 +02:00
|
|
|
{
|
|
|
|
(yyval.string) = (yyvsp[0].string);
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
2020-12-11 21:26:02 +01:00
|
|
|
case 29: /* resource: RESOURCE NUMBER EQUALS NUMBER */
|
2020-04-28 16:28:03 +02:00
|
|
|
{ add_resource(cur_parent, (yyvsp[-3].number), strtol((yyvsp[-2].string), NULL, 0), strtol((yyvsp[0].string), NULL, 0)); }
|
2011-03-01 20:58:15 +01:00
|
|
|
break;
|
|
|
|
|
2020-12-11 21:26:02 +01:00
|
|
|
case 30: /* reference: REFERENCE STRING ASSOCIATION STRING */
|
2020-06-03 19:20:07 +02:00
|
|
|
{ add_reference(cur_chip_instance, (yyvsp[0].string), (yyvsp[-2].string)); }
|
|
|
|
break;
|
|
|
|
|
2020-12-11 21:26:02 +01:00
|
|
|
case 31: /* registers: REGISTER STRING EQUALS STRING */
|
2020-04-28 16:28:03 +02:00
|
|
|
{ add_register(cur_chip_instance, (yyvsp[-2].string), (yyvsp[0].string)); }
|
2012-06-21 22:19:48 +02:00
|
|
|
break;
|
|
|
|
|
2020-12-11 21:26:02 +01:00
|
|
|
case 32: /* subsystemid: SUBSYSTEMID NUMBER NUMBER */
|
2020-04-28 16:28:03 +02:00
|
|
|
{ add_pci_subsystem_ids(cur_parent, strtol((yyvsp[-1].string), NULL, 16), strtol((yyvsp[0].string), NULL, 16), 0); }
|
2012-06-21 22:19:48 +02:00
|
|
|
break;
|
|
|
|
|
2020-12-11 21:26:02 +01:00
|
|
|
case 33: /* subsystemid: SUBSYSTEMID NUMBER NUMBER INHERIT */
|
2020-04-28 16:28:03 +02:00
|
|
|
{ add_pci_subsystem_ids(cur_parent, strtol((yyvsp[-2].string), NULL, 16), strtol((yyvsp[-1].string), NULL, 16), 1); }
|
2011-03-01 20:58:15 +01:00
|
|
|
break;
|
|
|
|
|
2020-12-11 21:26:02 +01:00
|
|
|
case 34: /* ioapic_irq: IOAPIC_IRQ NUMBER PCIINT NUMBER */
|
2020-04-28 16:28:03 +02:00
|
|
|
{ add_ioapic_info(cur_parent, strtol((yyvsp[-2].string), NULL, 16), (yyvsp[-1].string), strtol((yyvsp[0].string), NULL, 16)); }
|
2019-04-12 14:42:17 +02:00
|
|
|
break;
|
|
|
|
|
2020-12-11 21:26:02 +01:00
|
|
|
case 35: /* smbios_slot_desc: SLOT_DESC STRING STRING STRING STRING */
|
2020-04-28 16:28:03 +02:00
|
|
|
{ add_slot_desc(cur_parent, (yyvsp[-3].string), (yyvsp[-2].string), (yyvsp[-1].string), (yyvsp[0].string)); }
|
2019-04-12 14:42:17 +02:00
|
|
|
break;
|
|
|
|
|
2020-12-11 21:26:02 +01:00
|
|
|
case 36: /* smbios_slot_desc: SLOT_DESC STRING STRING STRING */
|
2020-04-28 16:28:03 +02:00
|
|
|
{ add_slot_desc(cur_parent, (yyvsp[-2].string), (yyvsp[-1].string), (yyvsp[0].string), NULL); }
|
|
|
|
break;
|
2019-04-12 14:42:17 +02:00
|
|
|
|
2020-12-11 21:26:02 +01:00
|
|
|
case 37: /* smbios_slot_desc: SLOT_DESC STRING STRING */
|
2020-04-28 16:28:03 +02:00
|
|
|
{ add_slot_desc(cur_parent, (yyvsp[-1].string), (yyvsp[0].string), NULL, NULL); }
|
2019-04-12 14:42:17 +02:00
|
|
|
break;
|
|
|
|
|
2020-12-11 21:26:02 +01:00
|
|
|
case 38: /* fw_config_table: FW_CONFIG_TABLE fw_config_table_children END */
|
2020-05-16 00:39:08 +02:00
|
|
|
{ }
|
|
|
|
break;
|
|
|
|
|
2020-12-11 21:26:02 +01:00
|
|
|
case 43: /* $@4: %empty */
|
2020-05-16 00:39:08 +02:00
|
|
|
{
|
|
|
|
cur_field = new_fw_config_field((yyvsp[-2].string), strtoul((yyvsp[-1].string), NULL, 0), strtoul((yyvsp[0].string), NULL, 0));
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
2020-12-11 21:26:02 +01:00
|
|
|
case 44: /* fw_config_field: FW_CONFIG_FIELD STRING NUMBER NUMBER $@4 fw_config_field_children END */
|
2020-05-16 00:39:08 +02:00
|
|
|
{ }
|
|
|
|
break;
|
|
|
|
|
2020-12-11 21:26:02 +01:00
|
|
|
case 45: /* $@5: %empty */
|
2020-05-16 00:39:08 +02:00
|
|
|
{
|
|
|
|
cur_field = new_fw_config_field((yyvsp[-1].string), strtoul((yyvsp[0].string), NULL, 0), strtoul((yyvsp[0].string), NULL, 0));
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
2020-12-11 21:26:02 +01:00
|
|
|
case 46: /* fw_config_field: FW_CONFIG_FIELD STRING NUMBER $@5 fw_config_field_children END */
|
2020-05-16 00:39:08 +02:00
|
|
|
{ }
|
|
|
|
break;
|
|
|
|
|
2020-12-11 21:26:02 +01:00
|
|
|
case 47: /* $@6: %empty */
|
2020-05-16 00:39:08 +02:00
|
|
|
{
|
|
|
|
cur_field = get_fw_config_field((yyvsp[0].string));
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
2020-12-11 21:26:02 +01:00
|
|
|
case 48: /* fw_config_field: FW_CONFIG_FIELD STRING $@6 fw_config_field_children END */
|
2020-05-16 00:39:08 +02:00
|
|
|
{ }
|
|
|
|
break;
|
|
|
|
|
2020-12-11 21:26:02 +01:00
|
|
|
case 49: /* fw_config_option: FW_CONFIG_OPTION STRING NUMBER */
|
|
|
|
{ add_fw_config_option(cur_field, (yyvsp[-1].string), strtoull((yyvsp[0].string), NULL, 0)); }
|
2020-05-16 00:39:08 +02:00
|
|
|
break;
|
|
|
|
|
2020-12-11 21:26:02 +01:00
|
|
|
case 50: /* fw_config_probe: FW_CONFIG_PROBE STRING STRING */
|
2020-05-16 00:39:08 +02:00
|
|
|
{ add_fw_config_probe(cur_parent, (yyvsp[-1].string), (yyvsp[0].string)); }
|
|
|
|
break;
|
|
|
|
|
2010-04-08 13:37:43 +02:00
|
|
|
|
|
|
|
|
|
|
|
default: break;
|
|
|
|
}
|
2012-06-21 22:19:48 +02:00
|
|
|
/* User semantic actions sometimes alter yychar, and that requires
|
|
|
|
that yytoken be updated with the new translation. We take the
|
|
|
|
approach of translating immediately before every use of yytoken.
|
|
|
|
One alternative is translating here after every semantic action,
|
|
|
|
but that translation would be missed if the semantic action invokes
|
|
|
|
YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or
|
|
|
|
if it invokes YYBACKUP. In the case of YYABORT or YYACCEPT, an
|
|
|
|
incorrect destructor might then be invoked immediately. In the
|
|
|
|
case of YYERROR or YYBACKUP, subsequent parser actions might lead
|
|
|
|
to an incorrect destructor call or verbose syntax error message
|
|
|
|
before the lookahead is translated. */
|
2020-07-30 01:28:43 +02:00
|
|
|
YY_SYMBOL_PRINT ("-> $$ =", YY_CAST (yysymbol_kind_t, yyr1[yyn]), &yyval, &yyloc);
|
2010-04-08 13:37:43 +02:00
|
|
|
|
|
|
|
YYPOPSTACK (yylen);
|
|
|
|
yylen = 0;
|
|
|
|
|
|
|
|
*++yyvsp = yyval;
|
|
|
|
|
2016-05-07 10:11:14 +02:00
|
|
|
/* Now 'shift' the result of the reduction. Determine what state
|
2010-04-08 13:37:43 +02:00
|
|
|
that goes to, based on the state we popped back to and the rule
|
|
|
|
number reduced by. */
|
2020-04-28 16:28:03 +02:00
|
|
|
{
|
|
|
|
const int yylhs = yyr1[yyn] - YYNTOKENS;
|
|
|
|
const int yyi = yypgoto[yylhs] + *yyssp;
|
|
|
|
yystate = (0 <= yyi && yyi <= YYLAST && yycheck[yyi] == *yyssp
|
|
|
|
? yytable[yyi]
|
|
|
|
: yydefgoto[yylhs]);
|
|
|
|
}
|
2010-04-08 13:37:43 +02:00
|
|
|
|
|
|
|
goto yynewstate;
|
|
|
|
|
|
|
|
|
2016-05-07 10:11:14 +02:00
|
|
|
/*--------------------------------------.
|
|
|
|
| yyerrlab -- here on detecting error. |
|
|
|
|
`--------------------------------------*/
|
2010-04-08 13:37:43 +02:00
|
|
|
yyerrlab:
|
2012-06-21 22:19:48 +02:00
|
|
|
/* Make sure we have latest lookahead translation. See comments at
|
|
|
|
user semantic actions for why this is necessary. */
|
2020-07-30 01:28:43 +02:00
|
|
|
yytoken = yychar == YYEMPTY ? YYSYMBOL_YYEMPTY : YYTRANSLATE (yychar);
|
2010-04-08 13:37:43 +02:00
|
|
|
/* If not already recovering from an error, report this error. */
|
|
|
|
if (!yyerrstatus)
|
|
|
|
{
|
|
|
|
++yynerrs;
|
|
|
|
yyerror (YY_("syntax error"));
|
|
|
|
}
|
|
|
|
|
|
|
|
if (yyerrstatus == 3)
|
|
|
|
{
|
|
|
|
/* If just tried and failed to reuse lookahead token after an
|
2016-05-07 10:11:14 +02:00
|
|
|
error, discard it. */
|
2010-04-08 13:37:43 +02:00
|
|
|
|
|
|
|
if (yychar <= YYEOF)
|
2016-05-07 10:11:14 +02:00
|
|
|
{
|
|
|
|
/* Return failure if at end of input. */
|
|
|
|
if (yychar == YYEOF)
|
|
|
|
YYABORT;
|
|
|
|
}
|
2010-04-08 13:37:43 +02:00
|
|
|
else
|
2016-05-07 10:11:14 +02:00
|
|
|
{
|
|
|
|
yydestruct ("Error: discarding",
|
|
|
|
yytoken, &yylval);
|
|
|
|
yychar = YYEMPTY;
|
|
|
|
}
|
2010-04-08 13:37:43 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Else will try to reuse lookahead token after shifting the error
|
|
|
|
token. */
|
|
|
|
goto yyerrlab1;
|
|
|
|
|
|
|
|
|
|
|
|
/*---------------------------------------------------.
|
|
|
|
| yyerrorlab -- error raised explicitly by YYERROR. |
|
|
|
|
`---------------------------------------------------*/
|
|
|
|
yyerrorlab:
|
2020-04-28 16:28:03 +02:00
|
|
|
/* Pacify compilers when the user code never invokes YYERROR and the
|
|
|
|
label yyerrorlab therefore never appears in user code. */
|
|
|
|
if (0)
|
|
|
|
YYERROR;
|
2010-04-08 13:37:43 +02:00
|
|
|
|
2016-05-07 10:11:14 +02:00
|
|
|
/* Do not reclaim the symbols of the rule whose action triggered
|
2010-04-08 13:37:43 +02:00
|
|
|
this YYERROR. */
|
|
|
|
YYPOPSTACK (yylen);
|
|
|
|
yylen = 0;
|
|
|
|
YY_STACK_PRINT (yyss, yyssp);
|
|
|
|
yystate = *yyssp;
|
|
|
|
goto yyerrlab1;
|
|
|
|
|
|
|
|
|
|
|
|
/*-------------------------------------------------------------.
|
|
|
|
| yyerrlab1 -- common code for both syntax error and YYERROR. |
|
|
|
|
`-------------------------------------------------------------*/
|
|
|
|
yyerrlab1:
|
2016-05-07 10:11:14 +02:00
|
|
|
yyerrstatus = 3; /* Each real token shifted decrements this. */
|
2010-04-08 13:37:43 +02:00
|
|
|
|
2020-07-30 01:28:43 +02:00
|
|
|
/* Pop stack until we find a state that shifts the error token. */
|
2010-04-08 13:37:43 +02:00
|
|
|
for (;;)
|
|
|
|
{
|
|
|
|
yyn = yypact[yystate];
|
2012-06-21 22:19:48 +02:00
|
|
|
if (!yypact_value_is_default (yyn))
|
2016-05-07 10:11:14 +02:00
|
|
|
{
|
2020-07-30 01:28:43 +02:00
|
|
|
yyn += YYSYMBOL_YYerror;
|
|
|
|
if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYSYMBOL_YYerror)
|
2016-05-07 10:11:14 +02:00
|
|
|
{
|
|
|
|
yyn = yytable[yyn];
|
|
|
|
if (0 < yyn)
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
2010-04-08 13:37:43 +02:00
|
|
|
|
|
|
|
/* Pop the current state because it cannot handle the error token. */
|
|
|
|
if (yyssp == yyss)
|
2016-05-07 10:11:14 +02:00
|
|
|
YYABORT;
|
2010-04-08 13:37:43 +02:00
|
|
|
|
|
|
|
|
|
|
|
yydestruct ("Error: popping",
|
2020-07-30 01:28:43 +02:00
|
|
|
YY_ACCESSING_SYMBOL (yystate), yyvsp);
|
2010-04-08 13:37:43 +02:00
|
|
|
YYPOPSTACK (1);
|
|
|
|
yystate = *yyssp;
|
|
|
|
YY_STACK_PRINT (yyss, yyssp);
|
|
|
|
}
|
|
|
|
|
2016-05-07 10:11:14 +02:00
|
|
|
YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
|
2010-04-08 13:37:43 +02:00
|
|
|
*++yyvsp = yylval;
|
2016-05-07 10:11:14 +02:00
|
|
|
YY_IGNORE_MAYBE_UNINITIALIZED_END
|
2010-04-08 13:37:43 +02:00
|
|
|
|
|
|
|
|
|
|
|
/* Shift the error token. */
|
2020-07-30 01:28:43 +02:00
|
|
|
YY_SYMBOL_PRINT ("Shifting", YY_ACCESSING_SYMBOL (yyn), yyvsp, yylsp);
|
2010-04-08 13:37:43 +02:00
|
|
|
|
|
|
|
yystate = yyn;
|
|
|
|
goto yynewstate;
|
|
|
|
|
|
|
|
|
|
|
|
/*-------------------------------------.
|
|
|
|
| yyacceptlab -- YYACCEPT comes here. |
|
|
|
|
`-------------------------------------*/
|
|
|
|
yyacceptlab:
|
|
|
|
yyresult = 0;
|
|
|
|
goto yyreturn;
|
|
|
|
|
2020-04-28 16:28:03 +02:00
|
|
|
|
2010-04-08 13:37:43 +02:00
|
|
|
/*-----------------------------------.
|
|
|
|
| yyabortlab -- YYABORT comes here. |
|
|
|
|
`-----------------------------------*/
|
|
|
|
yyabortlab:
|
|
|
|
yyresult = 1;
|
|
|
|
goto yyreturn;
|
|
|
|
|
2020-04-28 16:28:03 +02:00
|
|
|
|
2020-07-30 01:28:43 +02:00
|
|
|
#if !defined yyoverflow
|
2010-04-08 13:37:43 +02:00
|
|
|
/*-------------------------------------------------.
|
|
|
|
| yyexhaustedlab -- memory exhaustion comes here. |
|
|
|
|
`-------------------------------------------------*/
|
|
|
|
yyexhaustedlab:
|
|
|
|
yyerror (YY_("memory exhausted"));
|
|
|
|
yyresult = 2;
|
2020-12-11 21:26:02 +01:00
|
|
|
goto yyreturn;
|
2010-04-08 13:37:43 +02:00
|
|
|
#endif
|
|
|
|
|
2020-04-28 16:28:03 +02:00
|
|
|
|
2020-12-11 21:26:02 +01:00
|
|
|
/*-------------------------------------------------------.
|
|
|
|
| yyreturn -- parsing is finished, clean up and return. |
|
|
|
|
`-------------------------------------------------------*/
|
2010-04-08 13:37:43 +02:00
|
|
|
yyreturn:
|
|
|
|
if (yychar != YYEMPTY)
|
2012-06-21 22:19:48 +02:00
|
|
|
{
|
|
|
|
/* Make sure we have latest lookahead translation. See comments at
|
|
|
|
user semantic actions for why this is necessary. */
|
|
|
|
yytoken = YYTRANSLATE (yychar);
|
|
|
|
yydestruct ("Cleanup: discarding lookahead",
|
|
|
|
yytoken, &yylval);
|
|
|
|
}
|
2016-05-07 10:11:14 +02:00
|
|
|
/* Do not reclaim the symbols of the rule whose action triggered
|
2010-04-08 13:37:43 +02:00
|
|
|
this YYABORT or YYACCEPT. */
|
|
|
|
YYPOPSTACK (yylen);
|
|
|
|
YY_STACK_PRINT (yyss, yyssp);
|
|
|
|
while (yyssp != yyss)
|
|
|
|
{
|
|
|
|
yydestruct ("Cleanup: popping",
|
2020-07-30 01:28:43 +02:00
|
|
|
YY_ACCESSING_SYMBOL (+*yyssp), yyvsp);
|
2010-04-08 13:37:43 +02:00
|
|
|
YYPOPSTACK (1);
|
|
|
|
}
|
|
|
|
#ifndef yyoverflow
|
|
|
|
if (yyss != yyssa)
|
|
|
|
YYSTACK_FREE (yyss);
|
|
|
|
#endif
|
2020-07-30 01:28:43 +02:00
|
|
|
|
2016-05-07 10:11:14 +02:00
|
|
|
return yyresult;
|
2010-04-08 13:37:43 +02:00
|
|
|
}
|
2016-05-07 10:11:14 +02:00
|
|
|
|
2020-07-30 01:28:43 +02:00
|
|
|
|