]> git.dujemihanovic.xyz Git - u-boot.git/commit
global: Rename SPL_TPL_ to PHASE_
authorSimon Glass <sjg@chromium.org>
Mon, 30 Sep 2024 01:49:54 +0000 (19:49 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 11 Oct 2024 17:44:48 +0000 (11:44 -0600)
commit5c10c8badf8233cac1593cd2bef4d0379ac9e5bd
tree11afc689551dc2779e131a1c7dc262ffa1f60c04
parentc46760d5967d12b6f7d37402878d1607a98b2b84
global: Rename SPL_TPL_ to PHASE_

Use PHASE_ as the symbol to select a particular XPL build. This means
that SPL_TPL_ is no-longer set.

Update the comment in bootstage to refer to this symbol, instead of
SPL_

Signed-off-by: Simon Glass <sjg@chromium.org>
67 files changed:
Makefile
arch/arm/cpu/armv8/Makefile
arch/arm/lib/Makefile
arch/arm/mach-at91/arm926ejs/Makefile
arch/arm/mach-omap2/Makefile
arch/arm/mach-rockchip/Makefile
arch/powerpc/lib/Makefile
arch/riscv/lib/Makefile
arch/x86/Makefile
arch/x86/cpu/Makefile
arch/x86/cpu/broadwell/Makefile
arch/x86/cpu/intel_common/Makefile
arch/x86/lib/Makefile
board/coreboot/coreboot/Makefile
boot/Makefile
common/Makefile
common/bootstage.c
common/init/Makefile
common/spl/Makefile
disk/Makefile
drivers/Makefile
drivers/adc/Makefile
drivers/block/Makefile
drivers/cache/Makefile
drivers/clk/Makefile
drivers/clk/exynos/Makefile
drivers/clk/imx/Makefile
drivers/clk/ti/Makefile
drivers/core/Makefile
drivers/crypto/fsl/Makefile
drivers/gpio/Makefile
drivers/input/Makefile
drivers/misc/Makefile
drivers/mmc/Makefile
drivers/mtd/Makefile
drivers/mtd/nand/Makefile
drivers/mtd/nand/raw/Makefile
drivers/mtd/spi/Makefile
drivers/pinctrl/starfive/Makefile
drivers/power/Makefile
drivers/power/acpi_pmc/Makefile
drivers/power/pmic/Makefile
drivers/power/regulator/Makefile
drivers/ram/Makefile
drivers/reset/Makefile
drivers/rng/Makefile
drivers/rtc/Makefile
drivers/scsi/Makefile
drivers/serial/Makefile
drivers/spi/Makefile
drivers/sysreset/Makefile
drivers/tpm/Makefile
drivers/usb/gadget/Makefile
drivers/usb/host/Makefile
drivers/video/Makefile
drivers/watchdog/Makefile
env/Makefile
fs/sandbox/Makefile
lib/Makefile
lib/acpi/Makefile
lib/libfdt/Makefile
lib/rsa/Makefile
net/Makefile
scripts/Kbuild.include
scripts/Makefile.xpl
test/dm/Makefile
tools/qconfig.py