Merge branch 'next'
authorTom Rini <trini@konsulko.com>
Mon, 2 Oct 2023 14:55:44 +0000 (10:55 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 2 Oct 2023 14:55:44 +0000 (10:55 -0400)
Signed-off-by: Tom Rini <trini@konsulko.com>
45 files changed:
1  2 
.azure-pipelines.yml
.gitlab-ci.yml
Kconfig
MAINTAINERS
Makefile
arch/arm/Kconfig
arch/arm/mach-imx/Kconfig
arch/arm/mach-imx/imx8m/soc.c
arch/arm/mach-imx/imx9/soc.c
arch/sandbox/dts/test.dts
board/starfive/visionfive2/starfive_visionfive2.c
boot/expo_build.c
common/dlmalloc.c
common/spl/spl_opensbi.c
configs/imx6q_logic_defconfig
configs/imx8mm_data_modul_edm_sbc_defconfig
configs/imx8mn_beacon_2g_defconfig
configs/imx8mn_beacon_defconfig
configs/imx8mn_beacon_fspi_defconfig
configs/imx8mp_beacon_defconfig
configs/imx8mp_data_modul_edm_sbc_defconfig
configs/imx8mp_dhcom_pdk2_defconfig
configs/imx8mp_dhcom_pdk3_defconfig
configs/sam9x60_curiosity_mmc1_defconfig
configs/sam9x60_curiosity_mmc_defconfig
configs/sam9x60ek_mmc_defconfig
configs/sam9x60ek_nandflash_defconfig
configs/sam9x60ek_qspiflash_defconfig
configs/sandbox64_defconfig
configs/sandbox_defconfig
configs/snow_defconfig
configs/xilinx_versal_mini_defconfig
configs/xilinx_versal_mini_emmc0_defconfig
configs/xilinx_versal_mini_emmc1_defconfig
configs/xilinx_versal_net_virt_defconfig
configs/xilinx_versal_virt_defconfig
doc/board/emulation/qemu-arm.rst
doc/board/starfive/visionfive2.rst
doc/usage/cmd/bootflow.rst
drivers/mtd/nand/raw/atmel/nand-controller.c
drivers/serial/Kconfig
include/env/ti/ti_common.env
include/expo.h
include/spl.h
tools/docker/Dockerfile

Simple merge
diff --cc .gitlab-ci.yml
@@@ -225,9 -211,22 +211,9 @@@ Run binman, buildman, dtoc, Kconfig an
        ./tools/patman/patman test;
        make testconfig
  
 -Run tests for Nokia RX-51 (aka N900):
 -  extends: .testsuites
 -  script:
 -    - mkdir nokia_rx51_tmp;
 -      ln -s /opt/nokia/u-boot-gen-combined nokia_rx51_tmp/;
 -      ln -s /opt/nokia/qemu-n900.tar.gz nokia_rx51_tmp/;
 -      ln -s /opt/nokia/kernel_2.6.28-20103103+0m5_armel.deb nokia_rx51_tmp/;
 -      ln -s /opt/nokia/libc6_2.5.1-1eglibc27+0m5_armel.deb nokia_rx51_tmp/;
 -      ln -s /opt/nokia/busybox_1.10.2.legal-1osso30+0m5_armel.deb nokia_rx51_tmp/;
 -      ln -s /opt/nokia/qemu-system-arm nokia_rx51_tmp/;
 -      export PATH=/opt/gcc-13.2.0-nolibc/arm-linux-gnueabi/bin:$PATH;
 -      test/nokia_rx51_test.sh
 -
  # Check for any pylint regressions
  Run pylint:
-   stage: testsuites
+   extends: .testsuites
    script:
      - git config --global --add safe.directory "${CI_PROJECT_DIR}"
      - pip install -r test/py/requirements.txt
diff --cc Kconfig
Simple merge
diff --cc MAINTAINERS
Simple merge
diff --cc Makefile
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
@@@ -90,10 -88,5 +90,10 @@@ void *board_fdt_blob_setup(int *err
                        return (ulong *)(uintptr_t)gd->arch.firmware_fdt_addr;
        }
  
-       return (ulong *)&_end;
+       return (ulong *)_end;
  }
 +
 +int ft_board_setup(void *blob, struct bd_info *bd)
 +{
 +      return fdt_fixup_memory(blob, 0x40000000, gd->ram_size);
 +}
@@@ -280,9 -280,9 +280,9 @@@ static int menu_build(struct build_inf
  }
  
  /**
-  * menu_build() - Build an expo object and add it to a scene
+  * obj_build() - Build an expo object and add it to a scene
   *
 - * See doc/developer/expo.rst for a description of the format
 + * See doc/develop/expo.rst for a description of the format
   *
   * @info: Build information
   * @node: Node containing the object description
@@@ -631,10 -618,9 +618,9 @@@ void mem_malloc_init(ulong start, ulon
  
        debug("using memory %#lx-%#lx for malloc()\n", mem_malloc_start,
              mem_malloc_end);
 -#ifdef CONFIG_SYS_MALLOC_CLEAR_ON_INIT
 +#if CONFIG_IS_ENABLED(SYS_MALLOC_CLEAR_ON_INIT)
        memset((void *)mem_malloc_start, 0x0, size);
  #endif
-       malloc_bin_reloc();
  }
  
  /* field-extraction macros */
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
@@@ -12,7 -12,9 +12,8 @@@ CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x2000bf
  CONFIG_ENV_SIZE=0x4000
  CONFIG_DM_GPIO=y
  CONFIG_DEFAULT_DEVICE_TREE="at91-sam9x60_curiosity"
 -CONFIG_SYS_PROMPT="U-Boot> "
  CONFIG_OF_LIBFDT_OVERLAY=y
+ CONFIG_DM_RESET=y
  CONFIG_DEBUG_UART_BASE=0xfffff200
  CONFIG_DEBUG_UART_CLOCK=200000000
  CONFIG_DEBUG_UART_BOARD_INIT=y
@@@ -12,7 -12,9 +12,8 @@@ CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x2000bf
  CONFIG_ENV_SIZE=0x4000
  CONFIG_DM_GPIO=y
  CONFIG_DEFAULT_DEVICE_TREE="at91-sam9x60_curiosity"
 -CONFIG_SYS_PROMPT="U-Boot> "
  CONFIG_OF_LIBFDT_OVERLAY=y
+ CONFIG_DM_RESET=y
  CONFIG_DEBUG_UART_BASE=0xfffff200
  CONFIG_DEBUG_UART_CLOCK=200000000
  CONFIG_DEBUG_UART_BOARD_INIT=y
@@@ -13,7 -13,9 +13,8 @@@ CONFIG_SF_DEFAULT_SPEED=5000000
  CONFIG_ENV_SIZE=0x4000
  CONFIG_DM_GPIO=y
  CONFIG_DEFAULT_DEVICE_TREE="sam9x60ek"
 -CONFIG_SYS_PROMPT="U-Boot> "
  CONFIG_OF_LIBFDT_OVERLAY=y
+ CONFIG_DM_RESET=y
  CONFIG_DEBUG_UART_BASE=0xfffff200
  CONFIG_DEBUG_UART_CLOCK=200000000
  CONFIG_DEBUG_UART_BOARD_INIT=y
@@@ -12,7 -12,9 +12,8 @@@ CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x2000bf
  CONFIG_SF_DEFAULT_SPEED=50000000
  CONFIG_DM_GPIO=y
  CONFIG_DEFAULT_DEVICE_TREE="sam9x60ek"
 -CONFIG_SYS_PROMPT="U-Boot> "
  CONFIG_OF_LIBFDT_OVERLAY=y
+ CONFIG_DM_RESET=y
  CONFIG_DEBUG_UART_BASE=0xfffff200
  CONFIG_DEBUG_UART_CLOCK=200000000
  CONFIG_DEBUG_UART_BOARD_INIT=y
@@@ -12,7 -12,9 +12,8 @@@ CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x2000bf
  CONFIG_ENV_SECT_SIZE=0x1000
  CONFIG_DM_GPIO=y
  CONFIG_DEFAULT_DEVICE_TREE="sam9x60ek"
 -CONFIG_SYS_PROMPT="U-Boot> "
  CONFIG_OF_LIBFDT_OVERLAY=y
+ CONFIG_DM_RESET=y
  CONFIG_DEBUG_UART_BASE=0xfffff200
  CONFIG_DEBUG_UART_CLOCK=200000000
  CONFIG_DEBUG_UART_BOARD_INIT=y
Simple merge
Simple merge
Simple merge
Simple merge
@@@ -5,7 -5,9 +5,8 @@@ CONFIG_SYS_INIT_SP_BSS_OFFSET=157286
  CONFIG_ARCH_VERSAL=y
  CONFIG_TEXT_BASE=0x8000000
  CONFIG_SYS_MALLOC_F_LEN=0x100000
+ CONFIG_NR_DRAM_BANKS=36
  CONFIG_DEFAULT_DEVICE_TREE="xilinx-versal-virt"
 -CONFIG_SYS_PROMPT="Versal> "
  CONFIG_OF_LIBFDT_OVERLAY=y
  CONFIG_DM_RESET=y
  CONFIG_ENV_OFFSET_REDUND=0x7F00000
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc include/expo.h
Simple merge
diff --cc include/spl.h
Simple merge
Simple merge