]> git.baikalelectronics.ru Git - uboot.git/commitdiff
Merge branch 'next'
authorTom Rini <trini@konsulko.com>
Mon, 3 Apr 2023 20:45:41 +0000 (16:45 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 3 Apr 2023 20:45:41 +0000 (16:45 -0400)
Signed-off-by: Tom Rini <trini@konsulko.com>
1  2 
Makefile
arch/arm/dts/k3-j721e-sk-u-boot.dtsi
include/efi_api.h
lib/efi_loader/efi_device_path.c
tools/buildman/toolchain.py

diff --cc Makefile
Simple merge
index f529e7032a1b70fa0219287a25e2de8eb1c4ff1d,0949caa129601f5e2b107c0a951a5b6e352a291c..31f979f3bb8124e6bd23ed93c845f750bbfc5e37
  };
  
  &cbass_main{
-       u-boot,dm-spl;
+       bootph-pre-ram;
  
 -      main_navss {
 +      main_navss: bus@30000000 {
-               u-boot,dm-spl;
+               bootph-pre-ram;
        };
  };
  
                reg = <0x0 0x40400000 0x0 0x80>;
                ti,timer-alwon;
                clock-frequency = <25000000>;
-               u-boot,dm-spl;
+               bootph-pre-ram;
        };
  
 -      mcu-navss {
 +      mcu_navss: bus@28380000 {
-               u-boot,dm-spl;
+               bootph-pre-ram;
  
                ringacc@2b800000 {
                        reg =   <0x0 0x2b800000 0x0 0x400000>,
  };
  
  &fss {
-       u-boot,dm-spl;
+       bootph-pre-ram;
  };
  
 +&hbmc {
 +      status = "disabled";
 +};
 +
  &ospi0 {
-       u-boot,dm-spl;
+       bootph-pre-ram;
  
        flash@0 {
-               u-boot,dm-spl;
+               bootph-pre-ram;
  
                partition@3fc0000 {
                        label = "ospi.phypattern";
Simple merge
Simple merge
Simple merge