Subrata Banik has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34752 )
Change subject: arch/x86: Attempt to boot without postcar stage/phase
......................................................................
Patch Set 4:
(5 comments)
https://review.coreboot.org/c/coreboot/+/34752/3/src/arch/x86/c_start.S
File src/arch/x86/c_start.S:
https://review.coreboot.org/c/coreboot/+/34752/3/src/arch/x86/c_start.S@36
PS3, Line 36: .code64
We can't have the feature of this CL work with RAMSTAGE_X86_64. It would be broken.
Done
https://review.coreboot.org/c/coreboot/+/34752/3/src/arch/x86/c_start.S@42
PS3, Line 42: _start:
Can we get away with #include'ing exit_car. […]
Done
https://review.coreboot.org/c/coreboot/+/34752/3/src/arch/x86/c_start.S@45
PS3, Line 45: ramstage_start:
agree
Done
https://review.coreboot.org/c/coreboot/+/34752/3/src/arch/x86/c_start.S@48
PS3, Line 48: lgdt %cs:gdtaddr
yes, we don;t need gdtinit in exit_car. […]
Done
https://review.coreboot.org/c/coreboot/+/34752/3/src/lib/program.ld
File src/lib/program.ld:
https://review.coreboot.org/c/coreboot/+/34752/3/src/lib/program.ld@100
PS3, Line 100: #if ENV_RMODULE || ENV_POSTCAR || CONFIG(RAMSTAGE_LOADS_FROM_ROMSTAGE)
agree, i can modify kconfig and make depends on relocatable ramstage
Done, added depends
--
To view, visit
https://review.coreboot.org/c/coreboot/+/34752
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ibc88e6727b2fa692585dffe576e69f6d4d0b349d
Gerrit-Change-Number: 34752
Gerrit-PatchSet: 4
Gerrit-Owner: Subrata Banik
subrata.banik@intel.com
Gerrit-Reviewer: Aaron Durbin
adurbin@chromium.org
Gerrit-Reviewer: Damien Zammit
Gerrit-Reviewer: David Guckian
david.guckian@intel.com
Gerrit-Reviewer: Huang Jin
huang.jin@intel.com
Gerrit-Reviewer: Julius Werner
jwerner@chromium.org
Gerrit-Reviewer: Kyösti Mälkki
kyosti.malkki@gmail.com
Gerrit-Reviewer: Lee Leahy
leroy.p.leahy@intel.com
Gerrit-Reviewer: Martin Roth
martinroth@google.com
Gerrit-Reviewer: Patrick Georgi
pgeorgi@google.com
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Subrata Banik
subrata.banik@intel.com
Gerrit-Reviewer: Vanny E
vanessa.f.eusebio@intel.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Arthur Heymans
arthur@aheymans.xyz
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-CC: ron minnich
rminnich@gmail.com
Gerrit-Comment-Date: Thu, 08 Aug 2019 13:43:04 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Aaron Durbin
adurbin@chromium.org
Comment-In-Reply-To: Subrata Banik
subrata.banik@intel.com
Gerrit-MessageType: comment