coreboot-kgpe-d16/src/mainboard/emulation/qemu-i440fx/Makefile.inc
Arthur Heymans 65200f0746 mb/qemu-{i440fx,q35}: Use POSTCAR stage to load the ramstage
Qemu does not have a real CAR but postcar stage is still useful
for testing the stage.

The postcar stage is also mandatory for x86_64 to setup
pagetables for x86_64 ramstage.

Do not set up MTRRs, as qemu ignores them anyways.

Tested on qemu-i440fx and qemu-q35.

Change-Id: I6638534d99fde312e55b6a6be8c95e4cb25cca80
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Signed-off-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/30499
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
2019-03-05 19:35:37 +00:00

8 lines
188 B
Makefile

ramstage-y += northbridge.c
ramstage-y += fw_cfg.c
romstage-y += fw_cfg.c
romstage-y += memory.c
ramstage-y += memory.c
postcar-y += memory.c
postcar-y += fw_cfg.c
postcar-y += exit_car.S