coreboot-kgpe-d16/src/cpu/x86
Patrick Rudolph 776da0872e arch/x86/*.S: use defines instead of hardcoded values
As preparation for x86_64 clean the assembly code and introduce
arch/ram_segs.h similar to existing arch/rom_segs.h.

Replace open coded segment values with the defines from the new
header.

Change-Id: Ib006cd4df59951335506b8153e9347450ec3403e
Signed-off-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36321
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2019-10-29 19:41:19 +00:00
..
16bit coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
32bit coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
cache
lapic arch/x86/*.S: use defines instead of hardcoded values 2019-10-29 19:41:19 +00:00
mtrr cpu,device/: Remove some __SIMPLE_DEVICE__ and __ROMCC__ use 2019-09-28 21:18:03 +00:00
name AUTHORS: Move src/cpu copyrights into AUTHORS file 2019-09-10 12:51:22 +00:00
pae AUTHORS: Move src/cpu copyrights into AUTHORS file 2019-09-10 12:51:22 +00:00
smm AUTHORS: Move src/cpu copyrights into AUTHORS file 2019-09-10 12:51:22 +00:00
tsc arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-class 2019-07-09 12:43:35 +00:00
backup_default_smm.c AUTHORS: Move src/cpu copyrights into AUTHORS file 2019-09-10 12:51:22 +00:00
car.c arch/x86: Drop _car_relocatable_data symbols 2019-09-11 06:22:10 +00:00
early_reset.S cpu/x86: Move checking for MTRR's as a proxy for proper CPU reset 2019-04-21 23:29:29 +00:00
fpu_enable.inc AUTHORS: Move src/cpu copyrights into AUTHORS file 2019-09-10 12:51:22 +00:00
Kconfig cpu/x86 mp_init: Add option for AMD INIT SIPI sequence 2019-08-09 01:26:18 +00:00
Kconfig.debug cpu/x86: Fix DEBUG_SMM_RELOCATION dependency 2019-07-15 04:49:30 +00:00
Makefile.inc arch/x86: Obsolete CACHE_AS_RAM config 2019-08-11 18:36:34 +00:00
mirror_payload.c src/cpu: Use 'include <stdlib.h>' when appropriate 2019-10-28 11:57:23 +00:00
mp_init.c AUTHORS: Move src/cpu copyrights into AUTHORS file 2019-09-10 12:51:22 +00:00
sipi_vector.S arch/x86/*.S: use defines instead of hardcoded values 2019-10-29 19:41:19 +00:00
sse_enable.inc AUTHORS: Move src/cpu copyrights into AUTHORS file 2019-09-10 12:51:22 +00:00