2015-02-02 14:35:28 +00:00
|
|
|
if TARGET_GALILEO
|
|
|
|
|
|
|
|
config SYS_BOARD
|
|
|
|
default "galileo"
|
|
|
|
|
|
|
|
config SYS_VENDOR
|
|
|
|
default "intel"
|
|
|
|
|
|
|
|
config SYS_SOC
|
|
|
|
default "quark"
|
|
|
|
|
|
|
|
config SYS_CONFIG_NAME
|
|
|
|
default "galileo"
|
|
|
|
|
2015-04-27 15:22:28 +00:00
|
|
|
config SYS_TEXT_BASE
|
|
|
|
default 0xfff10000
|
|
|
|
|
2015-02-02 14:35:28 +00:00
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
|
|
def_bool y
|
|
|
|
select X86_RESET_VECTOR
|
|
|
|
select INTEL_QUARK
|
|
|
|
select BOARD_ROMSIZE_KB_1024
|
2017-07-30 13:23:26 +00:00
|
|
|
select SPI_FLASH_WINBOND
|
2015-02-02 14:35:28 +00:00
|
|
|
|
2016-05-22 08:45:39 +00:00
|
|
|
config SMBIOS_PRODUCT_NAME
|
|
|
|
default "GalileoGen2"
|
|
|
|
help
|
|
|
|
Override the default product name U-Boot reports in the SMBIOS
|
|
|
|
table, to be compatible with the Intel provided UEFI BIOS, as
|
|
|
|
Linux kernel drivers (drivers/mfd/intel_quark_i2c_gpio.c and
|
|
|
|
drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c) make use of
|
|
|
|
it to do different board level configuration.
|
|
|
|
|
|
|
|
This can be "Galileo" for GEN1 Galileo board.
|
|
|
|
|
2015-02-02 14:35:28 +00:00
|
|
|
endif
|