zephyr/tests/kernel
Daniel Leung b7eb04b300 x86: consolidate x86_64 architecture, SoC and boards
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>
2019-10-25 17:57:55 -04:00
..
common coccinelle: standardize k_thread create/define calls with integer timeouts 2019-10-09 08:38:10 -04:00
context tests: updated names for the kernel tests 2019-10-22 22:55:35 -04:00
critical tests: updated names for the kernel tests 2019-10-22 22:55:35 -04:00
device x86: consolidate x86_64 architecture, SoC and boards 2019-10-25 17:57:55 -04:00
early_sleep tests: updated names for the kernel tests 2019-10-22 22:55:35 -04:00
fatal x86: consolidate x86_64 architecture, SoC and boards 2019-10-25 17:57:55 -04:00
fifo coccinelle: standardize k_thread create/define calls with integer timeouts 2019-10-09 08:38:10 -04:00
fp_sharing coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00
gen_isr_table tests: updated names for the arch interrupt tests 2019-10-23 23:13:13 -04:00
interrupt x86: consolidate x86_64 architecture, SoC and boards 2019-10-25 17:57:55 -04:00
lifo coccinelle: standardize k_thread create/define calls with integer timeouts 2019-10-09 08:38:10 -04:00
mbox tests: new updated names for the kernel tests 2019-10-24 06:25:53 -04:00
mem_heap/mheap_api_concept malloc: make sure returned memory is properly aligned 2019-07-03 14:17:29 -07:00
mem_pool tests: new updated names for the kernel tests 2019-10-24 06:25:53 -04:00
mem_protect x86: consolidate x86_64 architecture, SoC and boards 2019-10-25 17:57:55 -04:00
mem_slab tests: new updated names for the kernel tests 2019-10-24 06:25:53 -04:00
mp tests/kernel/mp: Update the MP test to run on emulated platforms 2019-10-06 12:53:28 -04:00
msgq/msgq_api coccinelle: standardize k_thread create/define calls with integer timeouts 2019-10-09 08:38:10 -04:00
mutex coccinelle: standardize k_thread create/define calls with integer timeouts 2019-10-09 08:38:10 -04:00
obj_tracing coccinelle: standardize kernel API timeout arguments 2019-10-03 11:55:44 -07:00
pending tests: updated names for the kernel tests 2019-10-22 22:55:35 -04:00
pipe tests: new updated names for the kernel tests 2019-10-24 06:25:53 -04:00
poll coccinelle: standardize k_thread create/define calls with integer timeouts 2019-10-09 08:38:10 -04:00
profiling/profiling_api tests: Never disable SMP 2019-09-26 16:54:06 -04:00
queue coccinelle: standardize k_thread create/define calls with integer timeouts 2019-10-09 08:38:10 -04:00
sched x86: consolidate x86_64 architecture, SoC and boards 2019-10-25 17:57:55 -04:00
semaphore tests: new updated names for the kernel tests 2019-10-24 06:25:53 -04:00
sleep tests: updated names for the kernel tests 2019-10-22 22:55:35 -04:00
smp tests: new updated names for the kernel tests 2019-10-24 06:25:53 -04:00
spinlock tests: new updated names for the kernel tests 2019-10-24 06:25:53 -04:00
stack coccinelle: standardize k_thread create/define calls with integer timeouts 2019-10-09 08:38:10 -04:00
threads tests: new updated names for the kernel tests 2019-10-24 06:25:53 -04:00
tickless tests: new updated names for the kernel tests 2019-10-24 06:25:53 -04:00
timer tests: new updated names for the kernel tests 2019-10-24 06:25:53 -04:00
workq tests: new updated names for the kernel tests 2019-10-24 06:25:53 -04:00
xip x86: fix XIP SOC support and defaults 2019-09-11 21:11:38 -04:00