coreboot/src/soc
Julius Werner 21a4053fde rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGE
When CONFIG_SEPARATE_VERSTAGE=n, all verstage code gets linked into the
appropriate calling stage (bootblock or romstage). This means that
ENV_VERSTAGE is actually 0, and instead ENV_BOOTBLOCK or ENV_ROMSTAGE
are 1. This keeps tripping up people who are just trying to write a
simple "are we in verstage (i.e. wherever the vboot init logic runs)"
check, e.g. for TPM init functions which may run in "verstage" or
ramstage depending on whether vboot is enabled. Those checks will not
work as intended for CONFIG_SEPARATE_VERSTAGE=n.

This patch renames ENV_VERSTAGE to ENV_SEPARATE_VERSTAGE to try to
clarify that this macro can really only be used to check whether code is
running in a *separate* verstage, and clue people in that they may need
to cover the linked-in verstage case as well.

Signed-off-by: Julius Werner <jwerner@chromium.org>
Change-Id: I2ff3a3c3513b3db44b3cff3d93398330cd3632ea
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40582
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2020-04-23 01:21:56 +00:00
..
amd soc/amd/stoneyridge/memmap: fix bug in bert_reserved_region 2020-04-20 06:43:36 +00:00
cavium Replace DEVICE_NOOP with noop_(set|read)_resources 2020-04-10 11:50:22 +00:00
intel soc/intel/tigerlake: Configure TCSS power management 2020-04-22 13:47:05 +00:00
mediatek rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGE 2020-04-23 01:21:56 +00:00
nvidia Replace DEVICE_NOOP with noop_(set|read)_resources 2020-04-10 11:50:22 +00:00
qualcomm sc7180: Add I2C driver 2020-04-21 21:54:48 +00:00
rockchip Replace DEVICE_NOOP with noop_(set|read)_resources 2020-04-10 11:50:22 +00:00
samsung Replace DEVICE_NOOP with noop_(set|read)_resources 2020-04-10 11:50:22 +00:00
sifive soc/sifive: Use SPDX for GPL-2.0-only files 2020-04-05 17:51:11 +00:00
ucb soc/ucb: Use SPDX for GPL-2.0-only files 2020-04-05 17:47:49 +00:00