
This adds some fixes for x86-based Chromebook builds which have picked up a few problems recently.
With this, chromebook_link, chromebook_samus and chromebook_coral work correctly. For chromebook_link64 a problem remains where it fails to jump into 64-bit U-Boot.
Simon Glass (13): Revert "buildman: Correct CROSS_COMPILE output for sandbox" buildman: Fix CROSS_COMPILE output for sandbox x86: samus: Drop EFI_LOADER x86: ivybridge: Ensure LPC is available for GPIO base x86: Support debug UART in 64-bit mode x86: Tidy up availability of string functions x86: mrc: Correct SPL debug message x86: spl: Show debugging for BSS sf: Guard against zero erasesize sf: Rename spi-nor-tiny functions dm: Emit the arch_cpu_init_dm() even only before relocation x86: Allow listing MTRRs in SPL x86: Add on to existing MTRRs in SPL
arch/arm/mach-imx/imx8/cpu.c | 2 +- arch/arm/mach-imx/imx8m/soc.c | 2 +- arch/arm/mach-imx/imx8ulp/soc.c | 2 +- arch/arm/mach-imx/imx9/soc.c | 2 +- arch/arm/mach-omap2/am33xx/board.c | 2 +- arch/arm/mach-omap2/hwinit-common.c | 2 +- arch/mips/mach-pic32/cpu.c | 2 +- arch/nios2/cpu/cpu.c | 2 +- arch/riscv/cpu/cpu.c | 2 +- arch/x86/cpu/baytrail/cpu.c | 2 +- arch/x86/cpu/broadwell/cpu.c | 2 +- arch/x86/cpu/ivybridge/bd82x6x.c | 17 ++++---- arch/x86/cpu/ivybridge/cpu.c | 2 +- arch/x86/cpu/mtrr.c | 61 +++++++++++++++++++++++++++++ arch/x86/cpu/quark/quark.c | 2 +- arch/x86/cpu/x86_64/cpu.c | 7 ++++ arch/x86/include/asm/mtrr.h | 20 ++++++++++ arch/x86/include/asm/string.h | 6 ++- arch/x86/lib/Makefile | 4 +- arch/x86/lib/fsp2/fsp_init.c | 2 +- arch/x86/lib/mrccache.c | 2 +- arch/x86/lib/spl.c | 21 +++++++--- cmd/x86/mtrr.c | 60 ++-------------------------- configs/chromebook_link64_defconfig | 2 + configs/chromebook_samus_defconfig | 1 + doc/develop/event.rst | 6 +-- drivers/core/root.c | 4 +- drivers/cpu/microblaze_cpu.c | 2 +- drivers/mtd/spi/sf_probe.c | 3 +- drivers/mtd/spi/spi-nor-tiny.c | 16 ++++---- include/event.h | 2 +- tools/buildman/toolchain.py | 4 +- 32 files changed, 162 insertions(+), 104 deletions(-)