There are two set of code supporting x86_64: x86_64 using x32 ABI, and x86 long mode, and this consolidates both into one x86_64 architecture and SoC supporting truly 64-bit mode. () Removes the x86_64:x32 architecture and SoC, and replaces them with the existing x86 long mode arch and SoC. () Replace qemu_x86_64 with qemu_x86_long as qemu_x86_64. () Updates samples and tests to remove reference to qemu_x86_long. () Renames CONFIG_X86_LONGMODE to CONFIG_X86_64. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
19 lines
414 B
Text
19 lines
414 B
Text
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
CONFIG_X86=y
|
|
CONFIG_SOC_IA32=y
|
|
CONFIG_BOARD_QEMU_X86_64=y
|
|
CONFIG_CPU_MINUTEIA=y
|
|
CONFIG_HPET_TIMER=y
|
|
CONFIG_PIC_DISABLE=y
|
|
CONFIG_LOAPIC=y
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_SERIAL=y
|
|
CONFIG_UART_NS16550=y
|
|
CONFIG_UART_CONSOLE=y
|
|
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=25000000
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
|
CONFIG_DEBUG_INFO=y
|
|
CONFIG_SMP=y
|
|
CONFIG_MP_NUM_CPUS=2
|
|
CONFIG_X86_VERY_EARLY_CONSOLE=y
|