Hello Aaron Durbin, Patrick Rudolph, ron minnich, Julius Werner, Marshall Dawson, build bot (Jenkins), Martin Roth, Furquan Shaikh, Philipp Hug,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/34939
to look at the new patch set (#7).
Change subject: Add new ENV_xxx definitions ......................................................................
Add new ENV_xxx definitions
ENV_BEFORE_RAMSTAGE is the generic replacement for __PRE_RAM__.
ENV_ROMSTAGE_OR_BEFORE is an intermediate define for ARCH_X86 to indicate presence of pre-ram symbols, or the use of car.ld, for the stage. It also acts as a separator for ENV_POSTCAR, should we need it somewhere.
ENV_PROGRAM_IN_RAM is used to determine whether .data section in the stage is allowd.
Define ENV_CACHE_AS_RAM only locally as !ENV_PROGRAM_IN_RAM.
Change-Id: Ibd2292f922ccb9e79d10ca9bc35797048d174287 Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com --- M src/arch/x86/include/arch/early_variables.h M src/arch/x86/include/arch/memlayout.h M src/console/printk.c M src/cpu/x86/pae/pgtbl.c M src/include/rules.h M src/include/symbols.h 6 files changed, 21 insertions(+), 20 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/34939/7