coreboot/src/cpu/x86/lapic
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
..
apic_timer.c cpu/x86/lapic: Refactor timer_fsb() 2019-09-19 09:28:55 +00:00
boot_cpu.c coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
lapic.c src/cpu/x86/lapic/lapic.c: Add missing newline 2019-05-28 09:24:39 +00:00
lapic_cpu_init.c src/cpu: Use 'include <stdlib.h>' when appropriate 2019-10-28 11:57:23 +00:00
Makefile.inc cpu/x86/lapic/apic_timer.c: Compile the same code for all stages 2018-08-03 09:13:20 +00:00
secondary.S arch/x86/*.S: use defines instead of hardcoded values 2019-10-29 19:41:19 +00:00