This series collects together a set of reverts and fixes to get most of the boards in the sjg lab running again.
Unfortunately three of them have developed a failure which requires more diagnosis, as it may just be a hardware failure. For coral, the TPM tests fail, but the board is working, so this can be dealt with separately. One remaining issue is that I am not sure what happens if two people try to run tests at the same time. Tests run as the same user so I need to investigate how that is handled. Simon Glass (8): CI: Drop extra condition for sjg lab Revert "power: regulator: Trigger probe of regulators which are always-on or boot-on" Revert "fdt: Correct condition for bloblist existing" Revert "fdt: Allow the devicetree to come from a bloblist" fdt: Allow the devicetree to come from a bloblist binman: Avoid skipping binman_init() Revert "global_data: Drop spl_handoff" CI: Drop broken boards from sjg lab .gitlab-ci.yml | 41 +++++++++-------- arch/x86/cpu/intel_common/cpu_from_spl.c | 4 +- arch/x86/lib/fsp2/fsp_dram.c | 4 +- cmd/sb.c | 6 +-- common/bloblist.c | 1 + common/board_f.c | 12 +++++ common/init/handoff.c | 12 ----- doc/develop/devicetree/control.rst | 6 +-- drivers/clk/rockchip/clk_rk3399.c | 3 +- drivers/power/regulator/regulator-uclass.c | 22 +++------ dts/Kconfig | 8 ++++ include/asm-generic/global_data.h | 6 +++ include/fdtdec.h | 3 +- include/handoff.h | 7 --- lib/binman.c | 1 - lib/fdtdec.c | 53 ++++++++-------------- test/dm/regulator.c | 6 ++- 17 files changed, 91 insertions(+), 104 deletions(-) -- 2.43.0