Subrata Banik uploaded patch set #2 to this change.

View Change

Rampayload: Attempt to boot coreboot without ramstage

This patch makes below code changes to boot platform with
CONFIG_RAMPAYLOAD enable(without ramstage).

A. Able to compile ASL code in postcar.
B. Also add option to create smm.manual/smmstub.manual based on
$(TARGET_STAGE) variable.

$(TARGET_STAGE)=ramstage if user selects CONFIG_HAVE_RAMSTAGE
$(TARGET_STAGE)=postcar if user selects CONFIG_RAMPAYLOAD

C. Avoid compilation of ramstage specific files from x86/Makefile.inc
when !CONFIG_HAVE_RAMSTAGE.

D. Replace ENV_RAMSTAGE with ENV_PAYLOAD_LOADER to include required
functions incase CONFIG_RAMPAYLOAD is enable.

Change-Id: I22994c11317cf6936828c07fcac2cf14fca8a74b
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
---
M Makefile.inc
M src/arch/x86/Makefile.inc
M src/cpu/x86/smm/Makefile.inc
M src/lib/program.ld
M src/mainboard/google/dragonegg/chromeos.c
M src/mainboard/intel/icelake_rvp/chromeos.c
6 files changed, 29 insertions(+), 29 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/76/34476/2

To view, visit change 34476. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I22994c11317cf6936828c07fcac2cf14fca8a74b
Gerrit-Change-Number: 34476
Gerrit-PatchSet: 2
Gerrit-Owner: Subrata Banik <subrata.banik@intel.com>
Gerrit-Reviewer: Aaron Durbin <adurbin@chromium.org>
Gerrit-Reviewer: Julius Werner <jwerner@chromium.org>
Gerrit-Reviewer: Martin Roth <martinroth@google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: Subrata Banik <subrata.banik@intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-Reviewer: ron minnich <rminnich@gmail.com>
Gerrit-MessageType: newpatchset