Subrata Banik uploaded patch set #3 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. Create makefile variable as TARGET_STAGE.
B. Able to compile ASL code in postcar.
C. 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

Change-Id: I22994c11317cf6936828c07fcac2cf14fca8a74b
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
---
M Makefile
M Makefile.inc
M src/cpu/x86/Makefile.inc
M src/cpu/x86/smm/Makefile.inc
4 files changed, 18 insertions(+), 31 deletions(-)

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

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: 3
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-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-MessageType: newpatchset