f0a3d44458
This provides stack guards with checking and common entry into postcar. Change-Id: If0729721f0165187946107eb98e8bc754f28e517 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34973 Reviewed-by: Patrick Rudolph <siro@das-labor.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
25 lines
785 B
Makefile
25 lines
785 B
Makefile
##
|
|
## This file is part of the coreboot project.
|
|
##
|
|
## This program is free software; you can redistribute it and/or modify
|
|
## it under the terms of the GNU General Public License as published by
|
|
## the Free Software Foundation; either version 2 of the License, or
|
|
## (at your option) any later version.
|
|
##
|
|
## This program is distributed in the hope that it will be useful,
|
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
## GNU General Public License for more details.
|
|
##
|
|
|
|
bootblock-y += cache_as_ram_bootblock.S
|
|
bootblock-y += bootblock.c
|
|
|
|
romstage-y += ../intel/car/romstage.c
|
|
|
|
ramstage-y += qemu.c
|
|
|
|
subdirs-y += ../x86/mtrr
|
|
subdirs-y += ../x86/lapic
|
|
subdirs-y += ../x86/smm
|
|
subdirs-y += ../x86/tsc
|