2017-01-06 08:01:07 +08:00
|
|
|
# Kconfig - Quark D2000 configuration options
|
|
|
|
|
|
|
|
#
|
|
|
|
# Copyright (c) 2016 Intel Corporation
|
|
|
|
#
|
2017-02-19 19:07:06 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2017-01-06 08:01:07 +08:00
|
|
|
#
|
|
|
|
|
|
|
|
if X86 && SOC_QUARK_D2000
|
|
|
|
|
2017-12-30 23:49:10 +08:00
|
|
|
config SHARED_GDT_RAM_ADDR
|
2017-01-06 08:01:07 +08:00
|
|
|
hex "Address of the shared RAM with the QMSI Bootloader"
|
|
|
|
default 0x00281FE0
|
|
|
|
help
|
2017-12-13 23:08:21 +08:00
|
|
|
Address of the memory shared between the BSP and the Bootloader in order
|
|
|
|
to store the GDT.
|
2017-01-06 08:01:07 +08:00
|
|
|
|
2017-12-30 23:49:10 +08:00
|
|
|
config SHARED_GDT_RAM_SIZE
|
2017-01-06 08:01:07 +08:00
|
|
|
hex "Size of the shared RAM with the QMSI Bootloader"
|
|
|
|
depends on !SET_GDT
|
|
|
|
default 0x20
|
|
|
|
help
|
2017-12-13 23:08:21 +08:00
|
|
|
Size of the memory shared between the BSP and the Bootloader in order
|
|
|
|
to store the GDT.
|
2017-01-06 08:01:07 +08:00
|
|
|
|
|
|
|
endif #SOC_QUARK_D2000_X86
|