This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM625: AM62x migration SDK9 to SDK11 issue, tiboot3.bin (HS) loads, but does not run (DFU)

Part Number: AM625

Hello,

On our custom board (hs-se), we used yocto scarthgap and SDK 9. Now we want to upgrade to the latest SDK 11.02.08.02. 

Summary:
tiboot3-am62x-hs-evm.bin is build, but using dfu it does not run, and no output on the uart. It appears as if the image is not signed.

Details:
All ti repos are checked out for tag 11.02.08

Our custom signing key is copied to:

arch/arm/mach-k3/keys/custMpk.pem
${STAGING_DIR_NATIVE}/usr/share/ti/ti-k3-secdev/keys/custMpk.pem

u-boot k3r5 config has:

SYSFW_SOC = "am62x"
SYSFW_CONFIG = "evm"
SYSFW_SUFFIX = "hs"
UBOOT_MACHINE = "am62x_lpsk_r5_defconfig"
UBOOT_CONFIG_FRAGMENTS = "am62x_r5_usbdfu.config"

Image content, seems ok - tiboot3-am62x-hs-evm.bin.map:

ImagePos    Offset      Size  Name
00000000  00000000  0004c2ae  tiboot3-am62x-hs-evm.bin
00000000   00000000  0000085c  ti-secure-rom
0000085c   0000085c  0002a770  u-boot-spl
0002afcc   0002afcc  00020020  ti-fs-enc.bin
0004afec   0004afec  000006dc  combined-tifs-cfg.bin
0004b6c8   0004b6c8  00000694  sysfw-inner-cert
0004bd5c   0004bd5c  00000552  combined-dm-cfg.bin

What am I missing in the migration? Help is appreciated.

Thanks,
Lars

  • Hi Lars,
    Can we parse and check the public key & the SMPK-H from your signed tiboot3-am62x-hs-evm.bin?

    openssl x509 -inform der -in tiboot3-am62x-hs-evm.bin -pubkey -noout > pubkey.pem
    openssl rsa -in pubkey.pem -pubin -outform der | openssl dgst -sha512 > smpk-h.log

    I'm attaching the smpk-h.log which is the SMPK-H parsed from tiboot3-am62x-hs-evm.bin which is signed with the TI testing custMpk.pem for your reference.

    Best,
    -Hong

    SHA2-512(stdin)= 1f6002b07cd9b0b7c47d9ca8d1aae57b8e8784a12f636b2b760d7d98a18f189760dfd0f23e2b0cb10ec7edc7c6edac3d9bdfefe0eddc3fff7fe9ad875195527d
    

  • Hi Hong,

    This is my smpk-h.log

    Thanks,

    Lars

    SHA2-512(stdin)= 374e39cbd06b04993bf92ab737a319c1bb09eaacf790fbe7fed5b38ebbe78e4e2f5a809306978b5db6ed0f1956a2aa5f2f4d17e25e04342dc7000f8c5f4065ba
    

  • Hi Lars,
    Can we compare the SMPK-H parsed from your signed tiboot3-am62x-hs-evm.bin to the SMPK-H dump on your HS-SE?
    I'm attaching the SMPK-H from SOC_UID dump on the HS-SE which was programmed with the TI testing key.
    Best,
    -Hong

    -----------------------
    SoC ID Header Info:
    -----------------------
    NumBlocks            : 2
    -----------------------
    SoC ID Public ROM Info:
    -----------------------
    SubBlockId           : 1
    SubBlockSize         : 26
    DeviceName           : am62x
    DeviceType           : HSSE
    DMSC ROM Version     : [0, 1, 0, 1]
    R5 ROM Version       : [0, 1, 0, 1]
    -----------------------
    SoC ID Secure ROM Info:
    -----------------------
    Sec SubBlockId       : 2
    Sec SubBlockSize     : 166
    Sec Prime            : 0
    Sec Key Revision     : 1
    Sec Key Count        : 1
    Sec TI MPK Hash      : d68ecb2c055dff11ade95bd927e837d2a53bc23b0a2800cebce4f106bcf309df2213912d77a157a8b7c2df40672a06a918034aa4c7d603e462481475225d49b8
    Sec Cust MPK Hash    : 1f6002b07cd9b0b7c47d9ca8d1aae57b8e8784a12f636b2b760d7d98a18f189760dfd0f23e2b0cb10ec7edc7c6edac3d9bdfefe0eddc3fff7fe9ad875195527d
    Sec Unique ID        : 78d2663c1460d6d7bf4530f233478c3f702acf2c97b32564624fee7b86b81a92
    

  • Hi Hong,

    This is the soc id I read from the board:

    -----------------------
    SoC ID Header Info:
    -----------------------
    NumBlocks            : 2
    -----------------------
    SoC ID Public ROM Info:
    -----------------------
    SubBlockId           : 1
    SubBlockSize         : 26
    DeviceName           : am62x
    DeviceType           : HSSE
    DMSC ROM Version     : [0, 1, 0, 1]
    R5 ROM Version       : [0, 1, 0, 1]
    -----------------------
    SoC ID Secure ROM Info:
    -----------------------
    Sec SubBlockId       : 2
    Sec SubBlockSize     : 166
    Sec Prime            : 0
    Sec Key Revision     : 1
    Sec Key Count        : 2
    Sec TI MPK Hash      : d68ecb2c055dff11ade95bd927e837d2a53bc23b0a2800cebce4f106bcf309df2213912d77a157a8b7c2df40672a06a918034aa4c7d603e462481475225d49b8
    Sec Cust MPK Hash    : 374e39cbd06b04993bf92ab737a319c1bb09eaacf790fbe7fed5b38ebbe78e4e2f5a809306978b5db6ed0f1956a2aa5f2f4d17e25e04342dc7000f8c5f4065ba
    Sec Unique ID        : 83a2e7ff6b0b661ae6fb5434774e144040739ceca63f4d2825d52b40604438a7

  • Hi Lars,

    It looks like the SMPK-H calculated from your signed tiboot3-am62x-hs-evm.bin matches the SMPK-H dump on your HS-SE, which "approves" your tiboot3-am62x-hs-evm.bin signing is good. The issue is due to something else.

    Do we have other boot modes other than DFU available on your board to checkout secure boot?

    Best,
    -Hong

  • Hi Hong,

    We should be able to boot from UART or SD, as well as emmc (the selected mode) and DFU. Which one do you prefer?

    Thanks,

    Lars

  • Hi Lars,
    Any alternative boot mode available on your board would help to check out secure boot.
    Best,
    -Hong

  • Hi Hong,

    In UART boot mode, I transferred and executed tiboot3 from SDK9 OK:

    5ba83a2e7ff6b0b661ae6fb5434774e144040739ceca63f4d2825d52b40604438a7CC
    U-Boot SPL 2023.04-ti-gf9b966c67473 (Mar 19 2024 - 20:31:40 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.7--v09.02.07 (Kool Koala)')
    SPL initial stack usage: 13392 bytes
    Trying to boot from UART
    CCCCC

    But with SDK11, it transfers, but does not execute.

    I have a HS-SE TI EVM at hand, if we can do more debugging on that?
    Thanks,
    Lars

  • Hi Lars,
    Yes, please test it on TI EVM (HS-SE) to see how it goes.
    Best,
    -Hong

  • Hi Hong,

    On EVM it is the same as on the custom board. Previous image runs, new is silent.
    Can it be the u-boot .config that is missing something?

    Thanks,
    Lars

  • My u-boot k3r5 .config:

    #
    # Automatically generated file; DO NOT EDIT.
    # U-Boot 2025.01 Configuration
    #
    
    #
    # Compiler: arm-poky-linux-gnueabi-gcc (GCC) 13.2.0
    #
    CONFIG_CREATE_ARCH_SYMLINK=y
    CONFIG_HAVE_SETJMP=y
    CONFIG_SUPPORT_LITTLE_ENDIAN=y
    CONFIG_SYS_CACHE_SHIFT_6=y
    CONFIG_SYS_CACHELINE_SIZE=64
    CONFIG_LINKER_LIST_ALIGN=4
    # CONFIG_ARC is not set
    CONFIG_ARM=y
    # CONFIG_M68K is not set
    # CONFIG_MICROBLAZE is not set
    # CONFIG_MIPS is not set
    # CONFIG_NIOS2 is not set
    # CONFIG_PPC is not set
    # CONFIG_RISCV is not set
    # CONFIG_SANDBOX is not set
    # CONFIG_SH is not set
    # CONFIG_X86 is not set
    # CONFIG_XTENSA is not set
    CONFIG_SYS_ARCH="arm"
    CONFIG_SYS_CPU="armv7"
    CONFIG_SYS_SOC="k3"
    CONFIG_SYS_VENDOR="ti"
    CONFIG_SYS_BOARD="am62x"
    CONFIG_SYS_CONFIG_NAME="am62x_evm"
    
    #
    # Skipping low level initialization functions
    #
    # CONFIG_SKIP_LOWLEVEL_INIT is not set
    # CONFIG_SPL_SKIP_LOWLEVEL_INIT is not set
    # CONFIG_TPL_SKIP_LOWLEVEL_INIT is not set
    # CONFIG_SKIP_LOWLEVEL_INIT_ONLY is not set
    # CONFIG_SPL_SKIP_LOWLEVEL_INIT_ONLY is not set
    # CONFIG_SYS_ICACHE_OFF is not set
    # CONFIG_SPL_SYS_ICACHE_OFF is not set
    # CONFIG_SYS_DCACHE_OFF is not set
    # CONFIG_SPL_SYS_DCACHE_OFF is not set
    
    #
    # ARM architecture
    #
    # CONFIG_SPL_USE_SEPARATE_FAULT_HANDLERS is not set
    # CONFIG_DRIVER_GICV2 is not set
    # CONFIG_GIC_V3_ITS is not set
    # CONFIG_GICV3_SUPPORT_GIC600 is not set
    CONFIG_DMA_ADDR_T_64BIT=y
    CONFIG_HAS_THUMB2=y
    CONFIG_ARM_ASM_UNIFIED=y
    CONFIG_SYS_ARM_CACHE_CP15=y
    # CONFIG_SYS_ARM_MMU is not set
    CONFIG_SYS_ARM_MPU=y
    CONFIG_CPU_V7R=y
    CONFIG_SYS_ARM_ARCH=7
    CONFIG_SYS_ARM_CACHE_WRITEBACK=y
    # CONFIG_SYS_ARM_CACHE_WRITETHROUGH is not set
    # CONFIG_SYS_ARM_CACHE_WRITEALLOC is not set
    # CONFIG_ARCH_CPU_INIT is not set
    CONFIG_SYS_THUMB_BUILD=y
    CONFIG_SPL_SYS_THUMB_BUILD=y
    # CONFIG_SYS_L2_PL310 is not set
    # CONFIG_SPL_SYS_L2_PL310 is not set
    # CONFIG_SYS_L2CACHE_OFF is not set
    # CONFIG_ENABLE_ARM_SOC_BOOT0_HOOK is not set
    CONFIG_USE_ARCH_MEMCPY=y
    CONFIG_SPL_USE_ARCH_MEMCPY=y
    CONFIG_USE_ARCH_MEMSET=y
    CONFIG_SPL_USE_ARCH_MEMSET=y
    # CONFIG_ARCH_AT91 is not set
    # CONFIG_ARCH_DAVINCI is not set
    # CONFIG_ARCH_HISTB is not set
    # CONFIG_ARCH_KIRKWOOD is not set
    # CONFIG_ARCH_MVEBU is not set
    # CONFIG_ARCH_ORION5X is not set
    # CONFIG_ARCH_BCM283X is not set
    # CONFIG_ARCH_BCMSTB is not set
    # CONFIG_ARCH_BCMBCA is not set
    # CONFIG_TARGET_VEXPRESS_CA9X4 is not set
    # CONFIG_TARGET_BCMNS is not set
    # CONFIG_TARGET_BCMNS3 is not set
    # CONFIG_ARCH_EXYNOS is not set
    # CONFIG_ARCH_S5PC1XX is not set
    # CONFIG_ARCH_HIGHBANK is not set
    # CONFIG_ARCH_INTEGRATOR is not set
    # CONFIG_ARCH_IPQ40XX is not set
    # CONFIG_ARCH_KEYSTONE is not set
    CONFIG_ARCH_K3=y
    # CONFIG_ARCH_OMAP2PLUS is not set
    # CONFIG_ARCH_MESON is not set
    # CONFIG_ARCH_MEDIATEK is not set
    # CONFIG_ARCH_LPC32XX is not set
    # CONFIG_ARCH_IMX8 is not set
    # CONFIG_ARCH_IMX8M is not set
    # CONFIG_ARCH_IMX8ULP is not set
    # CONFIG_ARCH_IMX9 is not set
    # CONFIG_ARCH_IMXRT is not set
    # CONFIG_ARCH_MX23 is not set
    # CONFIG_ARCH_MX28 is not set
    # CONFIG_ARCH_MX31 is not set
    # CONFIG_ARCH_MX7ULP is not set
    # CONFIG_ARCH_MX7 is not set
    # CONFIG_ARCH_MX6 is not set
    # CONFIG_ARCH_MX5 is not set
    # CONFIG_ARCH_NEXELL is not set
    # CONFIG_ARCH_NPCM is not set
    # CONFIG_ARCH_APPLE is not set
    # CONFIG_ARCH_OWL is not set
    # CONFIG_ARCH_QEMU is not set
    # CONFIG_ARCH_RENESAS is not set
    # CONFIG_ARCH_SNAPDRAGON is not set
    # CONFIG_ARCH_SOCFPGA is not set
    # CONFIG_ARCH_SUNXI is not set
    # CONFIG_ARCH_U8500 is not set
    # CONFIG_ARCH_VERSAL is not set
    # CONFIG_ARCH_VERSAL2 is not set
    # CONFIG_ARCH_VERSAL_NET is not set
    # CONFIG_ARCH_VF610 is not set
    # CONFIG_ARCH_ZYNQ is not set
    # CONFIG_ARCH_ZYNQMP_R5 is not set
    # CONFIG_ARCH_ZYNQMP is not set
    # CONFIG_ARCH_TEGRA is not set
    # CONFIG_ARCH_VEXPRESS64 is not set
    # CONFIG_TARGET_CORSTONE1000 is not set
    # CONFIG_TARGET_TOTAL_COMPUTE is not set
    # CONFIG_TARGET_LS2080A_EMU is not set
    # CONFIG_TARGET_LS1088AQDS is not set
    # CONFIG_TARGET_LS2080AQDS is not set
    # CONFIG_TARGET_LS2080ARDB is not set
    # CONFIG_TARGET_LS2081ARDB is not set
    # CONFIG_TARGET_LX2160ARDB is not set
    # CONFIG_TARGET_LX2160AQDS is not set
    # CONFIG_TARGET_LX2162AQDS is not set
    # CONFIG_TARGET_HIKEY is not set
    # CONFIG_TARGET_HIKEY960 is not set
    # CONFIG_TARGET_POPLAR is not set
    # CONFIG_TARGET_LS1012AQDS is not set
    # CONFIG_TARGET_LS1012ARDB is not set
    # CONFIG_TARGET_LS1012A2G5RDB is not set
    # CONFIG_TARGET_LS1012AFRWY is not set
    # CONFIG_TARGET_LS1012AFRDM is not set
    # CONFIG_TARGET_LS1028AQDS is not set
    # CONFIG_TARGET_LS1028ARDB is not set
    # CONFIG_TARGET_LS1088ARDB is not set
    # CONFIG_TARGET_LS1021AQDS is not set
    # CONFIG_TARGET_LS1021ATWR is not set
    # CONFIG_TARGET_PG_WCOM_SELI8 is not set
    # CONFIG_TARGET_PG_WCOM_EXPU1 is not set
    # CONFIG_TARGET_LS1021ATSN is not set
    # CONFIG_TARGET_LS1021AIOT is not set
    # CONFIG_TARGET_LS1043AQDS is not set
    # CONFIG_TARGET_LS1043ARDB is not set
    # CONFIG_TARGET_LS1046AQDS is not set
    # CONFIG_TARGET_LS1046ARDB is not set
    # CONFIG_TARGET_LS1046AFRWY is not set
    # CONFIG_ARCH_SC5XX is not set
    # CONFIG_TARGET_SL28 is not set
    # CONFIG_TARGET_TEN64 is not set
    # CONFIG_ARCH_UNIPHIER is not set
    # CONFIG_ARCH_SYNQUACER is not set
    # CONFIG_ARCH_STM32 is not set
    # CONFIG_ARCH_STI is not set
    # CONFIG_ARCH_STM32MP is not set
    # CONFIG_ARCH_ROCKCHIP is not set
    # CONFIG_ARCH_OCTEONTX is not set
    # CONFIG_ARCH_OCTEONTX2 is not set
    # CONFIG_TARGET_THUNDERX_88XX is not set
    # CONFIG_ARCH_ASPEED is not set
    # CONFIG_TARGET_DURIAN is not set
    # CONFIG_TARGET_POMELO is not set
    # CONFIG_TARGET_PE2201 is not set
    # CONFIG_TARGET_PRESIDIO_ASIC is not set
    # CONFIG_TARGET_XENGUEST_ARM64 is not set
    # CONFIG_ARCH_GXP is not set
    # CONFIG_SUPPORT_PASSING_ATAGS is not set
    # CONFIG_STATIC_MACH_TYPE is not set
    CONFIG_TI_SECURE_DEVICE_K3=y
    CONFIG_TI_SECURE_DEVICE=y
    CONFIG_TEXT_BASE=0x80800000
    CONFIG_SYS_MALLOC_LEN=0x08000000
    CONFIG_SYS_MALLOC_F_LEN=0x9000
    CONFIG_TI_I2C_BOARD_DETECT=y
    CONFIG_EEPROM_BUS_ADDRESS=0
    CONFIG_EEPROM_CHIP_ADDRESS=0x50
    # CONFIG_TI_COMMON_CMD_OPTIONS is not set
    # CONFIG_SPL_GPIO is not set
    CONFIG_SPL_LIBCOMMON_SUPPORT=y
    CONFIG_SPL_LIBGENERIC_SUPPORT=y
    CONFIG_NR_DRAM_BANKS=1
    CONFIG_SOC_K3_AM625=y
    # CONFIG_SOC_K3_AM62A7 is not set
    # CONFIG_SOC_K3_AM62L3 is not set
    # CONFIG_SOC_K3_AM62P5 is not set
    # CONFIG_SOC_K3_AM642 is not set
    # CONFIG_SOC_K3_AM654 is not set
    # CONFIG_SOC_K3_J721E is not set
    # CONFIG_SOC_K3_J721S2 is not set
    # CONFIG_SOC_K3_J722S is not set
    # CONFIG_SOC_K3_J784S4 is not set
    CONFIG_SYS_K3_NON_SECURE_MSRAM_SIZE=0x3c000
    CONFIG_SYS_K3_MAX_DOWNLODABLE_IMAGE_SIZE=0x38000
    CONFIG_SYS_K3_BOOT_PARAM_TABLE_INDEX=0x43c3f290
    CONFIG_SYS_K3_KEY=""
    CONFIG_SYS_K3_BOOT_CORE_ID=16
    # CONFIG_K3_EARLY_CONS is not set
    CONFIG_K3_TIFS_LOAD_ADDR=0x40000
    CONFIG_K3_TIFS_DATA_LOAD_ADDR=0x6c000
    CONFIG_K3_ATF_LOAD_ADDR=0x80000000
    CONFIG_K3_OPTEE_LOAD_ADDR=0x9e800000
    CONFIG_K3_DM_FW=y
    CONFIG_K3_X509_SWRV=1
    # CONFIG_K3_HSM_FW is not set
    CONFIG_K3_LOAD_SYSFW=y
    # CONFIG_K3_QOS is not set
    CONFIG_K3_SYSFW_IMAGE_NAME="sysfw.itb"
    CONFIG_K3_SYSFW_IMAGE_MMCSD_RAW_MODE_SECT=0x3600
    CONFIG_K3_SYSFW_IMAGE_SIZE_MAX=280000
    CONFIG_K3_SYSFW_IMAGE_SPI_OFFS=0x6C0000
    CONFIG_SYS_K3_SPL_ATF=y
    # CONFIG_TARGET_AM625_A53_EVM is not set
    CONFIG_TARGET_AM625_R5_EVM=y
    # CONFIG_TARGET_PHYCORE_AM62X_A53 is not set
    # CONFIG_TARGET_PHYCORE_AM62X_R5 is not set
    # CONFIG_TARGET_VERDIN_AM62_A53 is not set
    # CONFIG_TARGET_VERDIN_AM62_R5 is not set
    CONFIG_SPL_LDSCRIPT="arch/arm/mach-omap2/u-boot-spl.lds"
    # CONFIG_PHYCORE_AM62X_RAM_SIZE_FIX is not set
    CONFIG_ENV_SOURCE_FILE=""
    CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
    CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x43c3a7f0
    CONFIG_SF_DEFAULT_SPEED=25000000
    CONFIG_SF_DEFAULT_MODE=0
    CONFIG_ENV_SIZE=0x20000
    CONFIG_DM_GPIO=y
    CONFIG_SPL_DM_SPI=y
    CONFIG_DEFAULT_DEVICE_TREE="k3-am62-r5-lp-sk"
    # CONFIG_OF_LIBFDT_OVERLAY is not set
    CONFIG_MULTI_DTB_FIT_UNCOMPRESS_SZ=0x8000
    CONFIG_DM_RESET=y
    CONFIG_SYS_MONITOR_LEN=0
    # CONFIG_SPL_MMC is not set
    CONFIG_SPL_SERIAL=y
    CONFIG_SPL_DRIVERS_MISC=y
    CONFIG_SPL_STACK_R_ADDR=0x82000000
    CONFIG_SPL_SYS_MALLOC_F_LEN=0x7000
    CONFIG_SPL_TEXT_BASE=0x43c00000
    CONFIG_SPL_HAS_BSS_LINKER_SECTION=y
    CONFIG_SPL_BSS_START_ADDR=0x43c3b000
    CONFIG_SPL_BSS_MAX_SIZE=0x3000
    CONFIG_SPL_STACK_R=y
    CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x200000
    CONFIG_SYS_BOOTM_LEN=0x800000
    CONFIG_SYS_LOAD_ADDR=0x82000000
    CONFIG_WATCHDOG_TIMEOUT_MSECS=60000
    CONFIG_SPL_OF_LIBFDT_ASSUME_MASK=0xff
    CONFIG_SF_DEFAULT_BUS=0
    CONFIG_SF_DEFAULT_CS=0
    CONFIG_SPL_SYS_MALLOC_F=y
    CONFIG_ERR_PTR_OFFSET=0x0
    CONFIG_SPL_SIZE_LIMIT=0x3A7F0
    CONFIG_SPL_SIZE_LIMIT_PROVIDE_STACK=0x3500
    CONFIG_SPL=y
    CONFIG_IDENT_STRING=""
    CONFIG_SYS_CLK_FREQ=0
    # CONFIG_CHIP_DIP_SCAN is not set
    # CONFIG_SPL_FS_FAT is not set
    # CONFIG_SPL_LIBDISK_SUPPORT is not set
    # CONFIG_SPL_SPI is not set
    CONFIG_SYS_MEM_TOP_HIDE=0x0
    
    #
    # ARM debug
    #
    # CONFIG_DEBUG_LL is not set
    CONFIG_SPL_PAYLOAD="u-boot.bin"
    CONFIG_BUILD_TARGET=""
    # CONFIG_PCI is not set
    CONFIG_FWU_NUM_BANKS=2
    CONFIG_FWU_NUM_IMAGES_PER_BANK=2
    # CONFIG_DEBUG_UART is not set
    # CONFIG_AHCI is not set
    # CONFIG_OF_BOARD_FIXUP is not set
    
    #
    # Functionality shared between NXP SoCs
    #
    # CONFIG_NXP_ESBC is not set
    CONFIG_SYS_LITTLE_ENDIAN=y
    
    #
    # General setup
    #
    CONFIG_LOCALVERSION=""
    CONFIG_LOCALVERSION_AUTO=y
    CONFIG_CC_IS_GCC=y
    CONFIG_GCC_VERSION=130200
    CONFIG_CLANG_VERSION=0
    CONFIG_CC_OPTIMIZE_FOR_SIZE=y
    # CONFIG_CC_OPTIMIZE_FOR_SPEED is not set
    # CONFIG_CC_OPTIMIZE_FOR_DEBUG is not set
    # CONFIG_OPTIMIZE_INLINING is not set
    # CONFIG_SPL_OPTIMIZE_INLINING is not set
    CONFIG_ARCH_SUPPORTS_LTO=y
    CONFIG_LTO=y
    CONFIG_CC_HAS_ASM_INLINE=y
    # CONFIG_ENV_VARS_UBOOT_CONFIG is not set
    # CONFIG_SYS_BOOT_GET_CMDLINE is not set
    # CONFIG_SYS_BOOT_GET_KBD is not set
    CONFIG_SYS_MALLOC_F=y
    # CONFIG_VALGRIND is not set
    CONFIG_EXPERT=y
    CONFIG_SYS_MALLOC_CLEAR_ON_INIT=y
    CONFIG_SPL_SYS_MALLOC_CLEAR_ON_INIT=y
    # CONFIG_SYS_MALLOC_DEFAULT_TO_INIT is not set
    # CONFIG_TOOLS_DEBUG is not set
    # CONFIG_PHYS_64BIT is not set
    # CONFIG_FDT_64BIT is not set
    CONFIG_SPL_IMAGE="spl/u-boot-spl.bin"
    # CONFIG_REMAKE_ELF is not set
    # CONFIG_HAS_BOARD_SIZE_LIMIT is not set
    # CONFIG_SYS_CUSTOM_LDSCRIPT is not set
    CONFIG_PLATFORM_ELFENTRY="_start"
    CONFIG_STACK_SIZE=0x1000000
    CONFIG_SYS_SRAM_BASE=0x0
    CONFIG_SYS_SRAM_SIZE=0x0
    # CONFIG_MP is not set
    CONFIG_HAVE_TEXT_BASE=y
    # CONFIG_HAVE_SYS_UBOOT_START is not set
    CONFIG_SYS_UBOOT_START=0x80800000
    # CONFIG_DYNAMIC_SYS_CLK_FREQ is not set
    # CONFIG_API is not set
    
    #
    # Boot options
    #
    
    #
    # UEFI Support
    #
    CONFIG_EFI_LOADER=y
    CONFIG_EFI_BINARY_EXEC=y
    
    #
    # UEFI services
    #
    
    #
    # UEFI Variables
    #
    CONFIG_EFI_VARIABLE_FILE_STORE=y
    # CONFIG_EFI_RT_VOLATILE_STORE is not set
    # CONFIG_EFI_VARIABLE_NO_STORE is not set
    # CONFIG_EFI_VARIABLES_PRESEED is not set
    CONFIG_EFI_VAR_BUF_SIZE=131072
    CONFIG_EFI_PLATFORM_LANG_CODES="en-US"
    
    #
    # Capsule support
    #
    # CONFIG_EFI_RUNTIME_UPDATE_CAPSULE is not set
    CONFIG_EFI_CAPSULE_MAX=15
    
    #
    # UEFI protocol support
    #
    CONFIG_EFI_DEVICE_PATH_TO_TEXT=y
    CONFIG_EFI_DEVICE_PATH_UTIL=y
    CONFIG_EFI_DT_FIXUP=y
    CONFIG_EFI_LOADER_HII=y
    CONFIG_EFI_UNICODE_COLLATION_PROTOCOL2=y
    CONFIG_EFI_UNICODE_CAPITALIZATION=y
    CONFIG_EFI_LOAD_FILE2_INITRD=y
    
    #
    # Misc options
    #
    # CONFIG_EFI_LOADER_BOUNCE_BUFFER is not set
    CONFIG_EFI_GRUB_ARM32_WORKAROUND=y
    CONFIG_EFI_ECPT=y
    CONFIG_EFI_EBBR_2_1_CONFORMANCE=y
    # CONFIG_EFI_SCROLL_ON_CLEAR_SCREEN is not set
    
    #
    # EFI bootmanager
    #
    CONFIG_EFI_BOOTMGR=y
    # CONFIG_EFI_HTTP_BOOT is not set
    CONFIG_BOOTEFI_HELLO_COMPILE=y
    CONFIG_BOOTEFI_TESTAPP_COMPILE=y
    
    #
    # Boot images
    #
    # CONFIG_ANDROID_BOOT_IMAGE is not set
    # CONFIG_TIMESTAMP is not set
    CONFIG_FIT=y
    CONFIG_FIT_EXTERNAL_OFFSET=0x0
    CONFIG_FIT_FULL_CHECK=y
    # CONFIG_FIT_SIGNATURE is not set
    # CONFIG_FIT_CIPHER is not set
    # CONFIG_FIT_VERBOSE is not set
    # CONFIG_FIT_BEST_MATCH is not set
    CONFIG_FIT_PRINT=y
    CONFIG_SPL_FIT=y
    # CONFIG_SPL_FIT_PRINT is not set
    # CONFIG_SPL_FIT_FULL_CHECK is not set
    # CONFIG_SPL_FIT_SIGNATURE is not set
    CONFIG_SPL_LOAD_FIT=y
    CONFIG_SPL_LOAD_FIT_ADDRESS=0x80080000
    # CONFIG_SPL_LOAD_FIT_APPLY_OVERLAY is not set
    # CONFIG_SPL_LOAD_FIT_FULL is not set
    CONFIG_SPL_FIT_IMAGE_POST_PROCESS=y
    # CONFIG_USE_SPL_FIT_GENERATOR is not set
    CONFIG_PXE_UTILS=y
    CONFIG_BOOTSTD=y
    # CONFIG_SPL_BOOTSTD is not set
    # CONFIG_BOOTSTD_FULL is not set
    # CONFIG_BOOTSTD_DEFAULTS is not set
    CONFIG_BOOTSTD_BOOTCOMMAND=y
    CONFIG_BOOTMETH_GLOBAL=y
    # CONFIG_BOOTMETH_ANDROID is not set
    # CONFIG_BOOTMETH_CROS is not set
    CONFIG_BOOTMETH_EXTLINUX=y
    CONFIG_BOOTMETH_EFILOADER=y
    CONFIG_BOOTMETH_EFI_BOOTMGR=y
    CONFIG_BOOTMETH_VBE=y
    # CONFIG_SPL_BOOTMETH_VBE is not set
    CONFIG_BOOTMETH_VBE_REQUEST=y
    # CONFIG_SPL_BOOTMETH_VBE_REQUEST is not set
    CONFIG_BOOTMETH_VBE_SIMPLE=y
    CONFIG_BOOTMETH_VBE_SIMPLE_OS=y
    # CONFIG_SPL_BOOTMETH_VBE_SIMPLE is not set
    # CONFIG_BOOTMETH_SCRIPT is not set
    # CONFIG_UPL is not set
    # CONFIG_LEGACY_IMAGE_FORMAT is not set
    # CONFIG_SUPPORT_RAW_INITRD is not set
    # CONFIG_CHROMEOS is not set
    # CONFIG_CHROMEOS_VBOOT is not set
    # CONFIG_RAMBOOT_PBL is not set
    CONFIG_SYS_BOOT_RAMDISK_HIGH=y
    # CONFIG_DISTRO_DEFAULTS is not set
    
    #
    # Boot timing
    #
    # CONFIG_BOOTSTAGE is not set
    # CONFIG_SHOW_BOOT_PROGRESS is not set
    # CONFIG_SPL_SHOW_BOOT_PROGRESS is not set
    
    #
    # Boot media
    #
    # CONFIG_NAND_BOOT is not set
    # CONFIG_ONENAND_BOOT is not set
    # CONFIG_QSPI_BOOT is not set
    # CONFIG_SATA_BOOT is not set
    # CONFIG_SD_BOOT is not set
    # CONFIG_SD_BOOT_QSPI is not set
    # CONFIG_SPI_BOOT is not set
    
    #
    # Autoboot options
    #
    CONFIG_AUTOBOOT=y
    CONFIG_BOOTDELAY=2
    # CONFIG_AUTOBOOT_KEYED is not set
    # CONFIG_AUTOBOOT_USE_MENUKEY is not set
    # CONFIG_BOOT_RETRY is not set
    
    #
    # Image support
    #
    # CONFIG_IMAGE_PRE_LOAD is not set
    
    #
    # Devicetree fixup
    #
    # CONFIG_OF_ENV_SETUP is not set
    # CONFIG_OF_BOARD_SETUP is not set
    # CONFIG_OF_SYSTEM_SETUP is not set
    # CONFIG_OF_STDOUT_VIA_ALIAS is not set
    # CONFIG_FDT_FIXUP_PARTITIONS is not set
    CONFIG_ARCH_FIXUP_FDT_MEMORY=y
    # CONFIG_USE_BOOTARGS is not set
    # CONFIG_BOOTARGS_SUBST is not set
    # CONFIG_USE_BOOTCOMMAND is not set
    # CONFIG_USE_PREBOOT is not set
    CONFIG_DEFAULT_FDT_FILE=""
    # CONFIG_SAVE_PREV_BL_FDT_ADDR is not set
    # CONFIG_SAVE_PREV_BL_INITRAMFS_START_ADDR is not set
    
    #
    # Configuration editor
    #
    
    #
    # Console
    #
    CONFIG_MENU=y
    # CONFIG_CONSOLE_RECORD is not set
    CONFIG_SYS_CBSIZE=1024
    CONFIG_SYS_PBSIZE=1044
    # CONFIG_DISABLE_CONSOLE is not set
    CONFIG_LOGLEVEL=4
    CONFIG_SPL_LOGLEVEL=4
    # CONFIG_SILENT_CONSOLE is not set
    # CONFIG_SPL_SILENT_CONSOLE is not set
    # CONFIG_TPL_SILENT_CONSOLE is not set
    # CONFIG_PRE_CONSOLE_BUFFER is not set
    CONFIG_CONSOLE_FLUSH_SUPPORT=y
    # CONFIG_CONSOLE_FLUSH_ON_NEWLINE is not set
    # CONFIG_CONSOLE_MUX is not set
    # CONFIG_SYS_CONSOLE_IS_IN_ENV is not set
    # CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE is not set
    # CONFIG_SYS_CONSOLE_INFO_QUIET is not set
    # CONFIG_SYS_STDIO_DEREGISTER is not set
    # CONFIG_SPL_SYS_STDIO_DEREGISTER is not set
    # CONFIG_SYS_DEVICE_NULLDEV is not set
    
    #
    # Logging
    #
    # CONFIG_LOG is not set
    
    #
    # Init options
    #
    # CONFIG_BOARD_TYPES is not set
    # CONFIG_DISPLAY_CPUINFO is not set
    CONFIG_DISPLAY_BOARDINFO=y
    # CONFIG_DISPLAY_BOARDINFO_LATE is not set
    
    #
    # Start-up hooks
    #
    # CONFIG_CYCLIC is not set
    CONFIG_EVENT=y
    CONFIG_EVENT_DYNAMIC=y
    # CONFIG_EVENT_DEBUG is not set
    # CONFIG_ARCH_MISC_INIT is not set
    # CONFIG_BOARD_EARLY_INIT_F is not set
    # CONFIG_BOARD_EARLY_INIT_R is not set
    # CONFIG_BOARD_POSTCLK_INIT is not set
    # CONFIG_BOARD_LATE_INIT is not set
    # CONFIG_CLOCKS is not set
    # CONFIG_HWCONFIG is not set
    CONFIG_LAST_STAGE_INIT=y
    # CONFIG_MISC_INIT_R is not set
    # CONFIG_SYS_MALLOC_BOOTPARAMS is not set
    # CONFIG_ID_EEPROM is not set
    # CONFIG_RESET_PHY_R is not set
    
    #
    # Security support
    #
    CONFIG_HASH=y
    CONFIG_SPL_HASH=y
    # CONFIG_STACKPROTECTOR is not set
    # CONFIG_BOARD_RNG_SEED is not set
    
    #
    # Update support
    #
    # CONFIG_UPDATE_TFTP is not set
    # CONFIG_UPDATE_FIT is not set
    # CONFIG_ANDROID_AB is not set
    
    #
    # Blob list
    #
    # CONFIG_BLOBLIST is not set
    CONFIG_SUPPORT_SPL=y
    CONFIG_SPL_DFU_NO_RESET=y
    
    #
    # SPL configuration options
    #
    CONFIG_SPL_FRAMEWORK=y
    # CONFIG_SPL_FRAMEWORK_BOARD_INIT_F is not set
    CONFIG_SPL_SIZE_LIMIT_SUBTRACT_GD=y
    CONFIG_SPL_SIZE_LIMIT_SUBTRACT_MALLOC=y
    CONFIG_SPL_MAX_SIZE=0x3B000
    CONFIG_SPL_PAD_TO=0x0
    # CONFIG_SPL_NO_BSS_LIMIT is not set
    CONFIG_SPL_BSS_LIMIT=y
    # CONFIG_SPL_FOOTPRINT_LIMIT is not set
    CONFIG_SPL_SYS_STACK_F_CHECK_BYTE=0xaa
    CONFIG_SPL_SYS_REPORT_STACK_F_USAGE=y
    # CONFIG_SPL_SHOW_ERRORS is not set
    CONFIG_SPL_BINMAN_SYMBOLS=y
    CONFIG_SPL_BINMAN_UBOOT_SYMBOLS=y
    # CONFIG_SPL_SOC_INIT is not set
    # CONFIG_SPL_BOARD_INIT is not set
    CONFIG_SPL_LOAD_BLOCK=y
    # CONFIG_SPL_BOOTROM_SUPPORT is not set
    # CONFIG_SPL_BOOTCOUNT_LIMIT is not set
    # CONFIG_SPL_LOAD_IMX_CONTAINER is not set
    CONFIG_SPL_SYS_MALLOC_SIMPLE=y
    CONFIG_SPL_SHARES_INIT_SP_ADDR=y
    CONFIG_SPL_SEPARATE_BSS=y
    # CONFIG_SPL_SYS_MALLOC is not set
    CONFIG_SPL_BANNER_PRINT=y
    CONFIG_SPL_EARLY_BSS=y
    # CONFIG_SPL_DISPLAY_PRINT is not set
    CONFIG_SPL_SYS_MMCSD_RAW_MODE=y
    CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR=y
    # CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION is not set
    # CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION_TYPE is not set
    CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x400
    CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_DATA_PART_OFFSET=0x0
    # CONFIG_SUPPORT_EMMC_BOOT_OVERRIDE_PART_CONFIG is not set
    # CONFIG_SPL_FIT_IMAGE_TINY is not set
    # CONFIG_SPL_CACHE is not set
    # CONFIG_SPL_CPU is not set
    # CONFIG_SPL_CRYPTO is not set
    # CONFIG_SPL_DMA is not set
    CONFIG_SPL_ENV_SUPPORT=y
    # CONFIG_SPL_SAVEENV is not set
    # CONFIG_SPL_FS_EXT4 is not set
    # CONFIG_SPL_FS_SQUASHFS is not set
    # CONFIG_SPL_FAT_WRITE is not set
    # CONFIG_SPL_FPGA is not set
    # CONFIG_SPL_I2C is not set
    CONFIG_SPL_DM_MAILBOX=y
    # CONFIG_SPL_MEMORY is not set
    # CONFIG_SPL_MPC8XXX_INIT_DDR is not set
    # CONFIG_SPL_MTD is not set
    # CONFIG_SPL_MUSB_NEW is not set
    # CONFIG_SPL_NAND_SUPPORT is not set
    # CONFIG_SPL_NAND_DRIVERS is not set
    # CONFIG_SPL_NAND_ECC is not set
    # CONFIG_SPL_NAND_SIMPLE is not set
    # CONFIG_SPL_UBI is not set
    CONFIG_SPL_DM_SPI_FLASH=y
    # CONFIG_SPL_NET is not set
    # CONFIG_SPL_NOR_SUPPORT is not set
    # CONFIG_SPL_XIP_SUPPORT is not set
    # CONFIG_SPL_ONENAND_SUPPORT is not set
    # CONFIG_SPL_OS_BOOT is not set
    # CONFIG_SPL_PCI is not set
    # CONFIG_SPL_PCI_ENDPOINT is not set
    # CONFIG_SPL_PCH is not set
    # CONFIG_SPL_POST_MEM_SUPPORT is not set
    CONFIG_SPL_DM_RESET=y
    CONFIG_SPL_POWER=y
    CONFIG_SPL_POWER_DOMAIN=y
    CONFIG_SPL_RAM_SUPPORT=y
    CONFIG_SPL_RAM_DEVICE=y
    CONFIG_SPL_REMOTEPROC=y
    # CONFIG_SPL_RTC is not set
    # CONFIG_SPL_SATA is not set
    # CONFIG_SPL_NVME is not set
    # CONFIG_SPL_SPI_FLASH_MTD is not set
    # CONFIG_SPL_THERMAL is not set
    # CONFIG_SPL_WATCHDOG is not set
    CONFIG_SPL_YMODEM_SUPPORT=y
    # CONFIG_SPL_OPTEE_IMAGE is not set
    CONFIG_SPL_TARGET=""
    # CONFIG_VPL is not set
    CONFIG_CMDLINE=y
    CONFIG_HUSH_PARSER=y
    
    #
    # Hush flavor to use
    #
    CONFIG_HUSH_OLD_PARSER=y
    # CONFIG_HUSH_MODERN_PARSER is not set
    CONFIG_CMDLINE_EDITING=y
    # CONFIG_CMDLINE_PS_SUPPORT is not set
    CONFIG_AUTO_COMPLETE=y
    CONFIG_SYS_LONGHELP=y
    CONFIG_SYS_PROMPT="=> "
    CONFIG_SYS_PROMPT_HUSH_PS2="> "
    CONFIG_SYS_MAXARGS=64
    CONFIG_SYS_XTRACE=y
    
    #
    # Commands
    #
    
    #
    # Info commands
    #
    CONFIG_CMD_BDI=y
    # CONFIG_CMD_BDINFO_EXTRA is not set
    # CONFIG_CMD_CONFIG is not set
    CONFIG_CMD_CONSOLE=y
    # CONFIG_CMD_HISTORY is not set
    # CONFIG_CMD_LICENSE is not set
    # CONFIG_CMD_PMC is not set
    # CONFIG_CMD_SMBIOS is not set
    
    #
    # Boot commands
    #
    CONFIG_CMD_BOOTD=y
    CONFIG_CMD_BOOTM=y
    # CONFIG_CMD_BOOTDEV is not set
    CONFIG_CMD_BOOTFLOW=y
    # CONFIG_CMD_BOOTMETH is not set
    CONFIG_BOOTM_EFI=y
    CONFIG_BOOTM_ELF=y
    # CONFIG_CMD_BOOTZ is not set
    CONFIG_BOOTM_LINUX=y
    CONFIG_BOOTM_NETBSD=y
    # CONFIG_BOOTM_OPENRTOS is not set
    # CONFIG_BOOTM_OSE is not set
    CONFIG_BOOTM_PLAN9=y
    CONFIG_BOOTM_RTEMS=y
    # CONFIG_CMD_UPL is not set
    # CONFIG_CMD_VBE is not set
    CONFIG_BOOTM_VXWORKS=y
    CONFIG_CMD_BOOTEFI=y
    CONFIG_CMD_BOOTEFI_BINARY=y
    CONFIG_CMD_BOOTEFI_BOOTMGR=y
    # CONFIG_CMD_BOOTEFI_HELLO is not set
    # CONFIG_CMD_BOOTEFI_SELFTEST is not set
    # CONFIG_CMD_BOOTMENU is not set
    # CONFIG_CMD_ADTIMG is not set
    CONFIG_CMD_ELF=y
    CONFIG_CMD_ELF_BOOTVX=y
    # CONFIG_CMD_ELF_FDT_SETUP is not set
    CONFIG_CMD_FDT=y
    CONFIG_CMD_GO=y
    CONFIG_CMD_RUN=y
    CONFIG_CMD_IMI=y
    CONFIG_CMD_XIMG=y
    CONFIG_SYS_XIMG_LEN=0x800000
    # CONFIG_CMD_SPL is not set
    # CONFIG_CMD_THOR_DOWNLOAD is not set
    
    #
    # Environment commands
    #
    CONFIG_CMD_ASKENV=y
    CONFIG_CMD_EXPORTENV=y
    CONFIG_CMD_IMPORTENV=y
    CONFIG_CMD_EDITENV=y
    # CONFIG_CMD_GREPENV is not set
    CONFIG_CMD_SAVEENV=y
    # CONFIG_CMD_ERASEENV is not set
    CONFIG_CMD_ENV_EXISTS=y
    # CONFIG_CMD_ENV_CALLBACK is not set
    # CONFIG_CMD_ENV_FLAGS is not set
    # CONFIG_CMD_NVEDIT_EFI is not set
    # CONFIG_CMD_NVEDIT_INDIRECT is not set
    # CONFIG_CMD_NVEDIT_INFO is not set
    # CONFIG_CMD_NVEDIT_LOAD is not set
    # CONFIG_CMD_NVEDIT_SELECT is not set
    
    #
    # Memory commands
    #
    # CONFIG_CMD_BINOP is not set
    CONFIG_CMD_CRC32=y
    # CONFIG_CRC32_VERIFY is not set
    # CONFIG_CMD_EEPROM is not set
    # CONFIG_LOOPW is not set
    # CONFIG_CMD_MD5SUM is not set
    # CONFIG_CMD_MEMINFO is not set
    CONFIG_CMD_MEMORY=y
    # CONFIG_CMD_MEM_SEARCH is not set
    # CONFIG_CMD_MX_CYCLIC is not set
    CONFIG_CMD_RANDOM=y
    # CONFIG_CMD_MEMTEST is not set
    # CONFIG_CMD_SHA1SUM is not set
    # CONFIG_CMD_STRINGS is not set
    
    #
    # Compression commands
    #
    # CONFIG_CMD_LZMADEC is not set
    # CONFIG_CMD_UNLZ4 is not set
    # CONFIG_CMD_UNZIP is not set
    # CONFIG_CMD_ZIP is not set
    
    #
    # Device access commands
    #
    # CONFIG_CMD_BCB is not set
    # CONFIG_CMD_BIND is not set
    # CONFIG_CMD_CLK is not set
    # CONFIG_CMD_DEMO is not set
    CONFIG_CMD_DFU=y
    # CONFIG_CMD_DM is not set
    # CONFIG_CMD_FUSE is not set
    # CONFIG_CMD_GPIO is not set
    # CONFIG_CMD_GPT is not set
    # CONFIG_CMD_IDE is not set
    # CONFIG_CMD_IO is not set
    # CONFIG_CMD_IOTRACE is not set
    # CONFIG_CMD_I2C is not set
    CONFIG_CMD_LOADB=y
    # CONFIG_CMD_LOADM is not set
    CONFIG_CMD_LOADS=y
    # CONFIG_LOADS_ECHO is not set
    # CONFIG_CMD_SAVES is not set
    # CONFIG_SYS_LOADS_BAUD_CHANGE is not set
    CONFIG_CMD_LOADXY_TIMEOUT=90
    # CONFIG_CMD_LSBLK is not set
    # CONFIG_CMD_MBR is not set
    # CONFIG_CMD_MISC is not set
    # CONFIG_CMD_MMC is not set
    # CONFIG_CMD_CLONE is not set
    # CONFIG_CMD_MTD is not set
    # CONFIG_CMD_ONENAND is not set
    # CONFIG_CMD_PART is not set
    # CONFIG_CMD_PCI is not set
    CONFIG_CMD_PINMUX=y
    # CONFIG_CMD_POWEROFF is not set
    # CONFIG_CMD_READ is not set
    CONFIG_CMD_REMOTEPROC=y
    # CONFIG_CMD_SATA is not set
    # CONFIG_CMD_SDRAM is not set
    CONFIG_CMD_SF=y
    # CONFIG_CMD_SF_TEST is not set
    # CONFIG_CMD_SPI is not set
    # CONFIG_CMD_USB_SDP is not set
    # CONFIG_CMD_RKMTD is not set
    # CONFIG_CMD_USB_MASS_STORAGE is not set
    # CONFIG_CMD_WRITE is not set
    
    #
    # Shell scripting commands
    #
    # CONFIG_CMD_CAT is not set
    CONFIG_CMD_ECHO=y
    CONFIG_CMD_ITEST=y
    CONFIG_CMD_SOURCE=y
    # CONFIG_CMD_SETEXPR is not set
    # CONFIG_CMD_XXD is not set
    CONFIG_CMD_NET=y
    CONFIG_CMD_BOOTP=y
    # CONFIG_BOOTP_MAY_FAIL is not set
    CONFIG_BOOTP_BOOTPATH=y
    # CONFIG_BOOTP_VENDOREX is not set
    # CONFIG_BOOTP_BOOTFILESIZE is not set
    CONFIG_BOOTP_DNS=y
    # CONFIG_BOOTP_DNS2 is not set
    CONFIG_BOOTP_GATEWAY=y
    CONFIG_BOOTP_HOSTNAME=y
    # CONFIG_BOOTP_PREFER_SERVERIP is not set
    CONFIG_BOOTP_SUBNETMASK=y
    # CONFIG_BOOTP_NISDOMAIN is not set
    # CONFIG_BOOTP_NTPSERVER is not set
    # CONFIG_CMD_PCAP is not set
    CONFIG_BOOTP_VCI_STRING="U-Boot.armv7"
    # CONFIG_CMD_TFTPPUT is not set
    # CONFIG_CMD_TFTPSRV is not set
    CONFIG_NET_TFTP_VARS=y
    # CONFIG_CMD_RARP is not set
    # CONFIG_CMD_NFS is not set
    # CONFIG_SYS_DISABLE_AUTOLOAD is not set
    # CONFIG_CMD_CDP is not set
    # CONFIG_CMD_SNTP is not set
    # CONFIG_CMD_LINK_LOCAL is not set
    # CONFIG_CMD_ETHSW is not set
    # CONFIG_CMD_WOL is not set
    # CONFIG_CMD_DHCP is not set
    # CONFIG_CMD_DNS is not set
    # CONFIG_CMD_MII is not set
    # CONFIG_CMD_PING is not set
    CONFIG_CMD_TFTPBOOT=y
    # CONFIG_CMD_WGET is not set
    # CONFIG_CMD_PXE is not set
    
    #
    # Misc commands
    #
    # CONFIG_CMD_2048 is not set
    # CONFIG_CMD_BSP is not set
    CONFIG_CMD_BLOCK_CACHE=y
    # CONFIG_CMD_CACHE is not set
    # CONFIG_CMD_CONITRACE is not set
    # CONFIG_CMD_CLS is not set
    # CONFIG_CMD_EFIDEBUG is not set
    CONFIG_CMD_EFICONFIG=y
    # CONFIG_CMD_EXCEPTION is not set
    # CONFIG_CMD_INI is not set
    # CONFIG_CMD_DATE is not set
    CONFIG_CMD_TIME=y
    # CONFIG_CMD_GETTIME is not set
    # CONFIG_CMD_PAUSE is not set
    CONFIG_CMD_SLEEP=y
    # CONFIG_CMD_TIMER is not set
    # CONFIG_CMD_SYSBOOT is not set
    # CONFIG_CMD_QFW is not set
    # CONFIG_CMD_PSTORE is not set
    # CONFIG_CMD_TERMINAL is not set
    # CONFIG_CMD_UUID is not set
    
    #
    # TI specific command line interface
    #
    # CONFIG_CMD_DDR4 is not set
    # CONFIG_CMD_PD is not set
    
    #
    # Power commands
    #
    
    #
    # Security commands
    #
    # CONFIG_CMD_AES is not set
    # CONFIG_CMD_BLOB is not set
    # CONFIG_CMD_HASH is not set
    
    #
    # Firmware commands
    #
    
    #
    # Filesystem commands
    #
    # CONFIG_CMD_BTRFS is not set
    # CONFIG_CMD_EROFS is not set
    # CONFIG_CMD_EXT2 is not set
    # CONFIG_CMD_EXT4 is not set
    # CONFIG_CMD_FAT is not set
    # CONFIG_CMD_SQUASHFS is not set
    # CONFIG_CMD_FS_GENERIC is not set
    # CONFIG_CMD_FS_UUID is not set
    # CONFIG_CMD_JFFS2 is not set
    # CONFIG_CMD_MTDPARTS is not set
    CONFIG_MTDIDS_DEFAULT=""
    CONFIG_MTDPARTS_DEFAULT=""
    # CONFIG_CMD_ZFS is not set
    
    #
    # Debug commands
    #
    # CONFIG_CMD_DIAG is not set
    # CONFIG_CMD_EVENT is not set
    # CONFIG_CMD_LOG is not set
    # CONFIG_CMD_UBI is not set
    
    #
    # Partition Types
    #
    CONFIG_PARTITIONS=y
    CONFIG_SPL_PARTITIONS=y
    # CONFIG_MAC_PARTITION is not set
    # CONFIG_SPL_MAC_PARTITION is not set
    # CONFIG_TEGRA_PARTITION is not set
    CONFIG_DOS_PARTITION=y
    CONFIG_SPL_DOS_PARTITION=y
    # CONFIG_ISO_PARTITION is not set
    # CONFIG_SPL_ISO_PARTITION is not set
    # CONFIG_AMIGA_PARTITION is not set
    # CONFIG_SPL_AMIGA_PARTITION is not set
    CONFIG_EFI_PARTITION=y
    CONFIG_EFI_PARTITION_ENTRIES_NUMBERS=128
    CONFIG_EFI_PARTITION_ENTRIES_OFF=0
    CONFIG_SPL_EFI_PARTITION=y
    CONFIG_PARTITION_UUIDS=y
    CONFIG_SPL_PARTITION_UUIDS=y
    # CONFIG_PARTITION_TYPE_GUID is not set
    # CONFIG_SPL_PARTITION_TYPE_GUID is not set
    CONFIG_SUPPORT_OF_CONTROL=y
    CONFIG_PYLIBFDT=y
    CONFIG_DTOC=y
    CONFIG_BINMAN=y
    
    #
    # Device Tree Control
    #
    CONFIG_OF_CONTROL=y
    CONFIG_OF_REAL=y
    CONFIG_SPL_OF_CONTROL=y
    # CONFIG_OF_LIVE is not set
    # CONFIG_OF_UPSTREAM is not set
    CONFIG_OF_SEPARATE=y
    # CONFIG_OF_EMBED is not set
    # CONFIG_OF_INITIAL_DTB_READONLY is not set
    # CONFIG_OF_BOARD is not set
    # CONFIG_OF_OMIT_DTB is not set
    CONFIG_DEVICE_TREE_INCLUDES=""
    CONFIG_OF_LIST="k3-am62-r5-lp-sk"
    CONFIG_OF_OVERLAY_LIST=""
    # CONFIG_MULTI_DTB_FIT is not set
    CONFIG_SPL_MULTI_DTB_FIT=y
    CONFIG_SPL_OF_LIST="k3-am62-r5-lp-sk"
    # CONFIG_SPL_MULTI_DTB_FIT_LZO is not set
    # CONFIG_SPL_MULTI_DTB_FIT_GZIP is not set
    CONFIG_SPL_MULTI_DTB_FIT_NO_COMPRESSION=y
    CONFIG_OF_TAG_MIGRATE=y
    CONFIG_OF_SPL_REMOVE_PROPS="interrupt-parent interrupts"
    # CONFIG_OF_DTB_PROPS_REMOVE is not set
    # CONFIG_SPL_OF_PLATDATA is not set
    CONFIG_SPL_OF_REAL=y
    
    #
    # Environment
    #
    CONFIG_ENV_SUPPORT=y
    CONFIG_SAVEENV=y
    # CONFIG_ENV_OVERWRITE is not set
    # CONFIG_OVERWRITE_ETHADDR_ONCE is not set
    CONFIG_ENV_MIN_ENTRIES=64
    CONFIG_ENV_MAX_ENTRIES=512
    CONFIG_ENV_IS_DEFAULT=y
    CONFIG_ENV_IS_NOWHERE=y
    # CONFIG_ENV_IS_IN_EEPROM is not set
    # CONFIG_ENV_IS_IN_FAT is not set
    # CONFIG_ENV_IS_IN_EXT4 is not set
    # CONFIG_ENV_IS_IN_FLASH is not set
    # CONFIG_ENV_IS_IN_MMC is not set
    # CONFIG_ENV_IS_IN_NAND is not set
    # CONFIG_ENV_IS_IN_NVRAM is not set
    # CONFIG_ENV_IS_IN_REMOTE is not set
    # CONFIG_ENV_IS_IN_SPI_FLASH is not set
    # CONFIG_SYS_REDUNDAND_ENVIRONMENT is not set
    CONFIG_SYS_RELOC_GD_ENV_ADDR=y
    # CONFIG_USE_DEFAULT_ENV_FILE is not set
    # CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG is not set
    # CONFIG_ENV_IMPORT_FDT is not set
    # CONFIG_ENV_APPEND is not set
    # CONFIG_ENV_WRITEABLE_LIST is not set
    # CONFIG_ENV_ACCESS_IGNORE_FORCE is not set
    CONFIG_SPL_ENV_IS_NOWHERE=y
    # CONFIG_USE_BOOTFILE is not set
    # CONFIG_USE_ETHPRIME is not set
    # CONFIG_USE_HOSTNAME is not set
    # CONFIG_VERSION_VARIABLE is not set
    
    #
    # Networking
    #
    # CONFIG_NO_NET is not set
    CONFIG_NET=y
    # CONFIG_NET_LWIP is not set
    CONFIG_ARP_TIMEOUT=5000
    CONFIG_NET_RETRY_COUNT=5
    # CONFIG_PROT_UDP is not set
    # CONFIG_BOOTP_SEND_HOSTNAME is not set
    # CONFIG_NETCONSOLE is not set
    # CONFIG_IP_DEFRAG is not set
    # CONFIG_SYS_FAULT_ECHO_LINK_DOWN is not set
    # CONFIG_TFTP_PORT is not set
    CONFIG_TFTP_WINDOWSIZE=1
    CONFIG_TFTP_TSIZE=y
    # CONFIG_SERVERIP_FROM_PROXYDHCP is not set
    CONFIG_SERVERIP_FROM_PROXYDHCP_DELAY_MS=100
    # CONFIG_KEEP_SERVERADDR is not set
    # CONFIG_UDP_CHECKSUM is not set
    # CONFIG_BOOTP_SERVERIP is not set
    CONFIG_BOOTP_MAX_ROOT_PATH_LEN=64
    # CONFIG_USE_GATEWAYIP is not set
    # CONFIG_USE_IPADDR is not set
    # CONFIG_USE_NETMASK is not set
    # CONFIG_USE_ROOTPATH is not set
    # CONFIG_USE_SERVERIP is not set
    # CONFIG_PROT_TCP is not set
    # CONFIG_IPV6 is not set
    CONFIG_BOOTDEV_ETH=y
    # CONFIG_NET_RANDOM_ETHADDR is not set
    CONFIG_TFTP_BLOCKSIZE=1468
    CONFIG_SYS_RX_ETH_BUFFER=4
    
    #
    # Device Drivers
    #
    
    #
    # Generic Driver Options
    #
    CONFIG_DM=y
    CONFIG_SPL_DM=y
    # CONFIG_DM_WARN is not set
    # CONFIG_SPL_DM_WARN is not set
    # CONFIG_DM_DEBUG is not set
    # CONFIG_DM_STATS is not set
    # CONFIG_SPL_DM_STATS is not set
    CONFIG_DM_DEVICE_REMOVE=y
    CONFIG_DM_EVENT=y
    CONFIG_SPL_DM_DEVICE_REMOVE=y
    CONFIG_DM_STDIO=y
    CONFIG_DM_SEQ_ALIAS=y
    CONFIG_SPL_DM_SEQ_ALIAS=y
    CONFIG_SPL_DM_INLINE_OFNODE=y
    # CONFIG_DM_DMA is not set
    CONFIG_REGMAP=y
    CONFIG_SPL_REGMAP=y
    CONFIG_SYSCON=y
    CONFIG_SPL_SYSCON=y
    # CONFIG_DEVRES is not set
    CONFIG_SIMPLE_BUS=y
    CONFIG_SPL_SIMPLE_BUS=y
    # CONFIG_SIMPLE_BUS_CORRECT_RANGE is not set
    # CONFIG_SIMPLE_PM_BUS is not set
    CONFIG_OF_TRANSLATE=y
    CONFIG_SPL_OF_TRANSLATE=y
    # CONFIG_TRANSLATION_OFFSET is not set
    CONFIG_DM_DEV_READ_INLINE=y
    # CONFIG_OFNODE_MULTI_TREE is not set
    # CONFIG_BOUNCE_BUFFER is not set
    # CONFIG_ADC is not set
    # CONFIG_SPL_ADC is not set
    # CONFIG_SATA is not set
    # CONFIG_SCSI_AHCI is not set
    
    #
    # SATA/SCSI device support
    #
    # CONFIG_AXI is not set
    
    #
    # Bus devices
    #
    CONFIG_BLK=y
    CONFIG_SPL_BLK=y
    CONFIG_BLOCK_CACHE=y
    # CONFIG_BLKMAP is not set
    # CONFIG_SPL_BLOCK_CACHE is not set
    # CONFIG_EFI_MEDIA is not set
    # CONFIG_IDE is not set
    # CONFIG_LBA48 is not set
    # CONFIG_SYS_64BIT_LBA is not set
    # CONFIG_RKMTD is not set
    # CONFIG_BOOTCOUNT_LIMIT is not set
    
    #
    # Button Support
    #
    # CONFIG_BUTTON is not set
    
    #
    # Cache Controller drivers
    #
    # CONFIG_CACHE is not set
    # CONFIG_L2X0_CACHE is not set
    # CONFIG_ANDES_L2_CACHE is not set
    # CONFIG_NCORE_CACHE is not set
    # CONFIG_SIFIVE_CCACHE is not set
    # CONFIG_SIFIVE_PL2 is not set
    
    #
    # Clock
    #
    CONFIG_CLK=y
    CONFIG_SPL_CLK=y
    CONFIG_SPL_CLK_CCF=y
    # CONFIG_SPL_CLK_COMPOSITE_CCF is not set
    # CONFIG_CLK_CCF is not set
    # CONFIG_CLK_GPIO is not set
    # CONFIG_SPL_CLK_GPIO is not set
    # CONFIG_CLK_CDCE9XX is not set
    # CONFIG_CLK_ICS8N3QV01 is not set
    # CONFIG_CLK_K210 is not set
    # CONFIG_CLK_MPC83XX is not set
    # CONFIG_CLK_XLNX_CLKWZRD is not set
    # CONFIG_COMMON_CLK_ADI_SHARED is not set
    # CONFIG_CLK_AT91 is not set
    # CONFIG_CLK_RCAR is not set
    # CONFIG_CLK_RCAR_CPG_LIB is not set
    # CONFIG_CLK_SOPHGO_CV1800B is not set
    # CONFIG_CLK_SIFIVE is not set
    # CONFIG_CLK_TI_AM3_DPLL is not set
    # CONFIG_CLK_TI_CTRL is not set
    # CONFIG_CLK_TI_GATE is not set
    # CONFIG_CLK_TI_SCI is not set
    # CONFIG_CLK_K3_PLL is not set
    CONFIG_SPL_CLK_K3_PLL=y
    # CONFIG_CLK_K3 is not set
    CONFIG_SPL_CLK_K3=y
    # CONFIG_CPU is not set
    
    #
    # Hardware crypto devices
    #
    # CONFIG_DM_HASH is not set
    # CONFIG_FSL_CAAM is not set
    # CONFIG_SYS_FSL_SEC_BE is not set
    # CONFIG_SYS_FSL_SEC_LE is not set
    # CONFIG_NPCM_AES is not set
    # CONFIG_NPCM_SHA is not set
    # CONFIG_DDR_SPD is not set
    # CONFIG_IMX_SNPS_DDR_PHY is not set
    
    #
    # Demo for driver model
    #
    # CONFIG_DM_DEMO is not set
    
    #
    # DFU support
    #
    CONFIG_DFU=y
    CONFIG_DFU_OVER_USB=y
    # CONFIG_DFU_TFTP is not set
    # CONFIG_DFU_TIMEOUT is not set
    # CONFIG_DFU_MMC is not set
    # CONFIG_DFU_MTD is not set
    # CONFIG_DFU_RAM is not set
    # CONFIG_DFU_SF is not set
    # CONFIG_DFU_VIRT is not set
    # CONFIG_DFU_SCSI is not set
    # CONFIG_SET_DFU_ALT_INFO is not set
    CONFIG_SYS_DFU_DATA_BUF_SIZE=0x5000
    CONFIG_SYS_DFU_MAX_FILE_SIZE=0x800000
    CONFIG_DFU_NAME_MAX_SIZE=32
    
    #
    # DMA Support
    #
    # CONFIG_DMA is not set
    # CONFIG_DMA_LPC32XX is not set
    # CONFIG_TI_EDMA3 is not set
    # CONFIG_DMA_LEGACY is not set
    # CONFIG_TI_K3_NAVSS_UDMA is not set
    # CONFIG_TI_K3_UDMA_AM62L is not set
    
    #
    # Extcon Support
    #
    # CONFIG_EXTCON is not set
    
    #
    # Fastboot support
    #
    # CONFIG_USB_FUNCTION_FASTBOOT is not set
    # CONFIG_UDP_FUNCTION_FASTBOOT is not set
    # CONFIG_TCP_FUNCTION_FASTBOOT is not set
    CONFIG_FIRMWARE=y
    CONFIG_SPL_FIRMWARE=y
    CONFIG_TI_SCI_PROTOCOL=y
    # CONFIG_ZYNQMP_FIRMWARE is not set
    # CONFIG_SCMI_FIRMWARE is not set
    # CONFIG_DM_FUZZING_ENGINE is not set
    
    #
    # FPGA support
    #
    # CONFIG_FPGA_ALTERA is not set
    # CONFIG_FPGA_SOCFPGA is not set
    # CONFIG_FPGA_LATTICE is not set
    # CONFIG_FPGA_XILINX is not set
    # CONFIG_DM_FPGA is not set
    # CONFIG_FWU_MDATA is not set
    CONFIG_GPIO=y
    # CONFIG_GPIO_HOG is not set
    # CONFIG_DM_GPIO_LOOKUP_LABEL is not set
    # CONFIG_ALTERA_PIO is not set
    # CONFIG_BCM2835_GPIO is not set
    # CONFIG_DWAPB_GPIO is not set
    # CONFIG_AT91_GPIO is not set
    # CONFIG_ATMEL_PIO4 is not set
    # CONFIG_ASPEED_GPIO is not set
    # CONFIG_ASPEED_SGPIO is not set
    # CONFIG_ASPEED_G7_GPIO is not set
    CONFIG_DA8XX_GPIO=y
    # CONFIG_FXL6408_GPIO is not set
    # CONFIG_HIKEY_GPIO is not set
    # CONFIG_INTEL_BROADWELL_GPIO is not set
    # CONFIG_INTEL_GPIO is not set
    # CONFIG_INTEL_ICH6_GPIO is not set
    # CONFIG_IMX_RGPIO2P is not set
    # CONFIG_IPROC_GPIO is not set
    # CONFIG_HSDK_CREG_GPIO is not set
    # CONFIG_KIRKWOOD_GPIO is not set
    # CONFIG_LPC32XX_GPIO is not set
    # CONFIG_MAX7320_GPIO is not set
    # CONFIG_MCP230XX_GPIO is not set
    # CONFIG_MSM_GPIO is not set
    # CONFIG_MXC_GPIO is not set
    # CONFIG_MXS_GPIO is not set
    # CONFIG_NPCM_GPIO is not set
    # CONFIG_NPCM_SGPIO is not set
    # CONFIG_CMD_PCA953X is not set
    # CONFIG_PCF8575_GPIO is not set
    # CONFIG_ROCKCHIP_GPIO is not set
    # CONFIG_XILINX_GPIO is not set
    # CONFIG_TCA642X is not set
    # CONFIG_TEGRA_GPIO is not set
    # CONFIG_TEGRA186_GPIO is not set
    # CONFIG_VYBRID_GPIO is not set
    # CONFIG_SIFIVE_GPIO is not set
    # CONFIG_ZYNQ_GPIO is not set
    # CONFIG_DM_74X164 is not set
    # CONFIG_DM_PCA953X is not set
    # CONFIG_PCA953X is not set
    # CONFIG_MPC8XXX_GPIO is not set
    # CONFIG_MPC8XX_GPIO is not set
    # CONFIG_NX_GPIO is not set
    # CONFIG_NOMADIK_GPIO is not set
    # CONFIG_SLG7XL45106_I2C_GPO is not set
    # CONFIG_FTGPIO010 is not set
    # CONFIG_ADP5585_GPIO is not set
    
    #
    # Hardware Spinlock Support
    #
    # CONFIG_DM_HWSPINLOCK is not set
    CONFIG_I2C=y
    CONFIG_DM_I2C=y
    CONFIG_SPL_DM_I2C=y
    # CONFIG_I2C_SET_DEFAULT_BUS_NUM is not set
    # CONFIG_DM_I2C_GPIO is not set
    # CONFIG_SYS_I2C_IPROC is not set
    # CONFIG_SYS_I2C_FSL is not set
    # CONFIG_SYS_I2C_CADENCE is not set
    # CONFIG_SYS_I2C_DW is not set
    # CONFIG_SYS_I2C_INTEL is not set
    # CONFIG_SYS_I2C_IMX_LPI2C is not set
    # CONFIG_SYS_I2C_MTK is not set
    # CONFIG_SYS_I2C_MICROCHIP is not set
    # CONFIG_SYS_I2C_MXC is not set
    # CONFIG_SYS_I2C_NEXELL is not set
    # CONFIG_SYS_I2C_NPCM is not set
    # CONFIG_SYS_I2C_OCORES is not set
    # CONFIG_SYS_I2C_OMAP24XX is not set
    # CONFIG_SYS_I2C_ROCKCHIP is not set
    # CONFIG_SYS_I2C_SOFT is not set
    # CONFIG_SYS_I2C_S3C24X0 is not set
    # CONFIG_SYS_I2C_MV is not set
    # CONFIG_SYS_I2C_MVTWSI is not set
    # CONFIG_SYS_I2C_XILINX_XIIC is not set
    # CONFIG_SYS_I2C_IHS is not set
    # CONFIG_I2C_MUX is not set
    CONFIG_INPUT=y
    # CONFIG_SPL_INPUT is not set
    # CONFIG_DM_KEYBOARD is not set
    # CONFIG_SPL_DM_KEYBOARD is not set
    # CONFIG_CROS_EC_KEYB is not set
    # CONFIG_TEGRA_KEYBOARD is not set
    # CONFIG_TWL4030_INPUT is not set
    
    #
    # IOMMU device drivers
    #
    # CONFIG_IOMMU is not set
    
    #
    # LED Support
    #
    # CONFIG_LED is not set
    # CONFIG_LED_BOOT is not set
    # CONFIG_LED_ACTIVITY is not set
    # CONFIG_SPL_LED is not set
    # CONFIG_LED_STATUS is not set
    
    #
    # Mailbox Controller Support
    #
    CONFIG_DM_MAILBOX=y
    CONFIG_K3_SEC_PROXY=y
    
    #
    # Memory Controller drivers
    #
    # CONFIG_MEMORY is not set
    # CONFIG_ATMEL_EBI is not set
    # CONFIG_MFD_ATMEL_SMC is not set
    
    #
    # Multifunction device drivers
    #
    CONFIG_MISC=y
    CONFIG_SPL_MISC=y
    # CONFIG_NVMEM is not set
    # CONFIG_SPL_NVMEM is not set
    # CONFIG_ALTERA_SYSID is not set
    # CONFIG_ATSHA204A is not set
    # CONFIG_GATEWORKS_SC is not set
    # CONFIG_ROCKCHIP_EFUSE is not set
    # CONFIG_ROCKCHIP_OTP is not set
    # CONFIG_SIFIVE_OTP is not set
    # CONFIG_SMSC_LPC47M is not set
    # CONFIG_SMSC_SIO1007 is not set
    # CONFIG_VEXPRESS_CONFIG is not set
    # CONFIG_CROS_EC is not set
    # CONFIG_SPL_CROS_EC is not set
    # CONFIG_DS4510 is not set
    # CONFIG_FSL_SEC_MON is not set
    # CONFIG_IRQ is not set
    # CONFIG_NPCM_HOST is not set
    # CONFIG_NUVOTON_NCT6102D is not set
    # CONFIG_PWRSEQ is not set
    # CONFIG_PCA9551_LED is not set
    # CONFIG_TEST_DRV is not set
    # CONFIG_USB_HUB_USB251XB is not set
    # CONFIG_TWL4030_LED is not set
    # CONFIG_WINBOND_W83627 is not set
    # CONFIG_I2C_EEPROM is not set
    # CONFIG_SPL_I2C_EEPROM is not set
    # CONFIG_GDSYS_RXAUI_CTRL is not set
    # CONFIG_GDSYS_IOEP is not set
    # CONFIG_MPC83XX_SERDES is not set
    # CONFIG_FS_LOADER is not set
    # CONFIG_SPL_FS_LOADER is not set
    # CONFIG_GDSYS_SOC is not set
    # CONFIG_IHS_FPGA is not set
    CONFIG_ESM_K3=y
    # CONFIG_K3_BIST is not set
    # CONFIG_MICROCHIP_FLEXCOM is not set
    # CONFIG_SL28CPLD is not set
    # CONFIG_SPL_SOCFPGA_DT_REG is not set
    
    #
    # MMC Host controller Support
    #
    CONFIG_MMC=y
    CONFIG_MMC_WRITE=y
    # CONFIG_MMC_BROKEN_CD is not set
    CONFIG_DM_MMC=y
    CONFIG_SPL_DM_MMC=y
    # CONFIG_MMC_SPI is not set
    # CONFIG_ARM_PL180_MMCI is not set
    CONFIG_MMC_QUIRKS=y
    CONFIG_SYS_MMC_MAX_BLK_COUNT=65535
    CONFIG_MMC_HW_PARTITIONING=y
    # CONFIG_SUPPORT_EMMC_RPMB is not set
    CONFIG_SUPPORT_EMMC_BOOT=y
    # CONFIG_MMC_IO_VOLTAGE is not set
    # CONFIG_MMC_HS400_ES_SUPPORT is not set
    # CONFIG_MMC_HS400_SUPPORT is not set
    # CONFIG_MMC_HS200_SUPPORT is not set
    CONFIG_MMC_VERBOSE=y
    # CONFIG_MMC_TRACE is not set
    # CONFIG_MMC_DW is not set
    # CONFIG_MMC_MXC is not set
    # CONFIG_MMC_OMAP_HS is not set
    # CONFIG_MMC_SDHCI is not set
    # CONFIG_MMC_SDHCI_ADMA_FORCE_32BIT is not set
    CONFIG_MMC_SDHCI_ADMA_64BIT=y
    # CONFIG_MMC_PITON is not set
    # CONFIG_STM32_SDMMC2 is not set
    # CONFIG_FTSDC010 is not set
    # CONFIG_FSL_ESDHC is not set
    # CONFIG_FSL_ESDHC_IMX is not set
    
    #
    # MTD Support
    #
    CONFIG_MTD=y
    CONFIG_DM_MTD=y
    # CONFIG_MTD_NOR_FLASH is not set
    # CONFIG_MTD_CONCAT is not set
    # CONFIG_MTD_BLOCK is not set
    # CONFIG_SYS_MTDPARTS_RUNTIME is not set
    # CONFIG_FLASH_CFI_DRIVER is not set
    # CONFIG_CFI_FLASH is not set
    # CONFIG_ALTERA_QSPI is not set
    # CONFIG_SAMSUNG_ONENAND is not set
    # CONFIG_USE_SYS_MAX_FLASH_BANKS is not set
    CONFIG_MTD_NAND_CORE=y
    # CONFIG_MTD_RAW_NAND is not set
    CONFIG_MTD_SPI_NAND=y
    
    #
    # SPI Flash Support
    #
    CONFIG_DM_SPI_FLASH=y
    CONFIG_SPI_FLASH=y
    # CONFIG_BOOTDEV_SPI_FLASH is not set
    CONFIG_SPI_FLASH_SFDP_SUPPORT=y
    CONFIG_SPI_FLASH_SMART_HWCAPS=y
    # CONFIG_SPI_NOR_BOOT_SOFT_RESET_EXT_INVERT is not set
    CONFIG_SPI_FLASH_SOFT_RESET=y
    CONFIG_SPI_FLASH_SOFT_RESET_ON_BOOT=y
    # CONFIG_SPI_FLASH_BAR is not set
    CONFIG_SPI_FLASH_LOCK=y
    CONFIG_SPI_FLASH_UNLOCK_ALL=y
    # CONFIG_SPI_FLASH_ATMEL is not set
    # CONFIG_SPI_FLASH_EON is not set
    # CONFIG_SPI_FLASH_GIGADEVICE is not set
    # CONFIG_SPI_FLASH_ISSI is not set
    # CONFIG_SPI_FLASH_MACRONIX is not set
    # CONFIG_SPI_FLASH_PUYA is not set
    # CONFIG_SPI_FLASH_SILICONKAISER is not set
    CONFIG_SPI_FLASH_SPANSION=y
    CONFIG_SPI_FLASH_S28HX_T=y
    # CONFIG_SPI_FLASH_STMICRO is not set
    # CONFIG_SPI_FLASH_SST is not set
    # CONFIG_SPI_FLASH_WINBOND is not set
    # CONFIG_SPI_FLASH_XMC is not set
    # CONFIG_SPI_FLASH_XTX is not set
    # CONFIG_SPI_FLASH_ZBIT is not set
    CONFIG_SPI_FLASH_USE_4K_SECTORS=y
    # CONFIG_SPI_FLASH_DATAFLASH is not set
    # CONFIG_SPI_FLASH_MTD is not set
    
    #
    # UBI support
    #
    # CONFIG_UBI_SILENCE_MSG is not set
    # CONFIG_MTD_UBI is not set
    # CONFIG_NVMXIP is not set
    # CONFIG_NVMXIP_QSPI is not set
    
    #
    # Multiplexer drivers
    #
    # CONFIG_MULTIPLEXER is not set
    # CONFIG_BITBANGMII is not set
    # CONFIG_MV88E6352_SWITCH is not set
    # CONFIG_PHYLIB is not set
    # CONFIG_FSL_MEMAC is not set
    CONFIG_PHY_RESET_DELAY=0
    # CONFIG_FSL_PFE is not set
    CONFIG_ETH=y
    CONFIG_DM_ETH=y
    # CONFIG_DM_ETH_PHY is not set
    CONFIG_NETDEVICES=y
    # CONFIG_PHY_GIGE is not set
    # CONFIG_ALTERA_TSE is not set
    # CONFIG_BCM_SF2_ETH is not set
    # CONFIG_BCMGENET is not set
    # CONFIG_BNXT_ETH is not set
    # CONFIG_CALXEDA_XGMAC is not set
    # CONFIG_DWC_ETH_XGMAC is not set
    # CONFIG_DRIVER_DM9000 is not set
    # CONFIG_DWC_ETH_QOS is not set
    # CONFIG_EEPRO100 is not set
    # CONFIG_ETH_DESIGNWARE is not set
    # CONFIG_ETH_DESIGNWARE_MESON8B is not set
    # CONFIG_ETHOC is not set
    # CONFIG_FMAN_ENET is not set
    # CONFIG_FTMAC100 is not set
    # CONFIG_FTGMAC100 is not set
    # CONFIG_MCFFEC is not set
    # CONFIG_KS8851_MLL is not set
    # CONFIG_LITEETH is not set
    # CONFIG_MACB is not set
    # CONFIG_NET_NPCM750 is not set
    # CONFIG_PCH_GBE is not set
    # CONFIG_RGMII is not set
    # CONFIG_MII is not set
    # CONFIG_RMII is not set
    # CONFIG_PCNET is not set
    # CONFIG_QE_UEC is not set
    # CONFIG_RTL8139 is not set
    # CONFIG_SMC911X is not set
    # CONFIG_SUN7I_GMAC is not set
    # CONFIG_SUN4I_EMAC is not set
    # CONFIG_SUN8I_EMAC is not set
    # CONFIG_SH_ETHER is not set
    # CONFIG_DRIVER_TI_CPSW is not set
    # CONFIG_DRIVER_TI_EMAC is not set
    # CONFIG_DRIVER_TI_KEYSTONE_NET is not set
    # CONFIG_TI_AM65_CPSW_NUSS is not set
    # CONFIG_TI_ICSSG_PRUETH is not set
    # CONFIG_TULIP is not set
    # CONFIG_XILINX_AXIEMAC is not set
    # CONFIG_VSC7385_ENET is not set
    # CONFIG_XILINX_EMACLITE is not set
    # CONFIG_ZYNQ_GEM is not set
    # CONFIG_SYS_DPAA_QBMAN is not set
    # CONFIG_TSEC_ENET is not set
    # CONFIG_MEDIATEK_ETH is not set
    # CONFIG_HIFEMAC_ETH is not set
    # CONFIG_HIGMACV300_ETH is not set
    # CONFIG_NVME is not set
    # CONFIG_NVME_APPLE is not set
    
    #
    # PCI Endpoint
    #
    # CONFIG_PCI_ENDPOINT is not set
    # CONFIG_PCIE_CDNS_TI_EP is not set
    # CONFIG_X86_PCH7 is not set
    # CONFIG_X86_PCH9 is not set
    
    #
    # PHY Subsystem
    #
    # CONFIG_PHY is not set
    # CONFIG_SPL_PHY is not set
    # CONFIG_MIPI_DPHY_HELPERS is not set
    
    #
    # Rockchip PHY driver
    #
    # CONFIG_PHY_CADENCE_SIERRA is not set
    # CONFIG_PHY_CADENCE_TORRENT is not set
    # CONFIG_SPL_PHY_CADENCE_TORRENT is not set
    # CONFIG_PHY_J721E_WIZ is not set
    # CONFIG_SPL_PHY_J721E_WIZ is not set
    # CONFIG_MVEBU_COMPHY_SUPPORT is not set
    
    #
    # Pin controllers
    #
    CONFIG_PINCTRL=y
    CONFIG_PINCTRL_FULL=y
    # CONFIG_PINCTRL_GENERIC is not set
    CONFIG_PINCONF_RECURSIVE=y
    CONFIG_SPL_PINCTRL=y
    CONFIG_SPL_PINCTRL_FULL=y
    # CONFIG_SPL_PINCTRL_GENERIC is not set
    CONFIG_SPL_PINCONF_RECURSIVE=y
    # CONFIG_PINCTRL_AT91 is not set
    # CONFIG_PINCTRL_AT91PIO4 is not set
    # CONFIG_PINCTRL_INTEL is not set
    # CONFIG_PINCTRL_QE is not set
    # CONFIG_PINCTRL_ROCKCHIP_RV1108 is not set
    CONFIG_PINCTRL_SINGLE=y
    # CONFIG_PINCTRL_STM32 is not set
    # CONFIG_PINCTRL_STMFX is not set
    # CONFIG_SPL_PINCTRL_STMFX is not set
    # CONFIG_PINCTRL_TEGRA is not set
    # CONFIG_SPL_PINCTRL_TEGRA is not set
    CONFIG_POWER=y
    # CONFIG_POWER_LEGACY is not set
    # CONFIG_SPL_POWER_LEGACY is not set
    # CONFIG_ACPI_PMC is not set
    # CONFIG_SPL_ACPI_PMC is not set
    
    #
    # Power Domain Support
    #
    CONFIG_POWER_DOMAIN=y
    # CONFIG_APPLE_PMGR_POWER_DOMAIN is not set
    # CONFIG_TI_SCI_POWER_DOMAIN is not set
    CONFIG_TI_POWER_DOMAIN=y
    # CONFIG_DM_PMIC is not set
    # CONFIG_PMIC_TPS65217 is not set
    # CONFIG_POWER_TPS65218 is not set
    # CONFIG_POWER_TPS62362 is not set
    # CONFIG_SPL_POWER_TPS62362 is not set
    # CONFIG_SPL_POWER_TPS65910 is not set
    # CONFIG_DM_REGULATOR is not set
    # CONFIG_TPS6586X_POWER is not set
    # CONFIG_POWER_MT6323 is not set
    # CONFIG_DM_PWM is not set
    # CONFIG_PWM_IMX is not set
    # CONFIG_PWM_SANDBOX is not set
    # CONFIG_U_QE is not set
    CONFIG_RAM=y
    CONFIG_SPL_RAM=y
    # CONFIG_STM32_SDRAM is not set
    # CONFIG_MPC83XX_SDRAM is not set
    CONFIG_K3_DDRSS=y
    # CONFIG_K3_J721E_DDRSS is not set
    CONFIG_K3_AM64_DDRSS=y
    # CONFIG_K3_AM62A_DDRSS is not set
    # CONFIG_IMXRT_SDRAM is not set
    # CONFIG_K3_INLINE_ECC is not set
    # CONFIG_K3_MULTI_DDR is not set
    # CONFIG_CADENCE_DDR_CTRL is not set
    # CONFIG_ROCKCHIP_SDRAM_COMMON is not set
    
    #
    # Reboot Mode Support
    #
    # CONFIG_DM_REBOOT_MODE is not set
    
    #
    # Remote Processor drivers
    #
    CONFIG_REMOTEPROC=y
    CONFIG_K3_SYSTEM_CONTROLLER=y
    CONFIG_REMOTEPROC_TI_K3_ARM64=y
    # CONFIG_REMOTEPROC_TI_K3_DSP is not set
    # CONFIG_REMOTEPROC_TI_K3_R5F is not set
    # CONFIG_REMOTEPROC_TI_K3_M4F is not set
    CONFIG_REMOTEPROC_MAX_FW_SIZE=0x10000
    
    #
    # Reset Controller Support
    #
    CONFIG_RESET_TI_SCI=y
    # CONFIG_RESET_AST2500 is not set
    # CONFIG_RESET_AST2600 is not set
    # CONFIG_RESET_HISILICON is not set
    # CONFIG_RESET_SYSCON is not set
    # CONFIG_RESET_SCMI is not set
    # CONFIG_RESET_DRA7 is not set
    # CONFIG_DM_RNG is not set
    # CONFIG_SPL_DM_RNG is not set
    
    #
    # Real Time Clock
    #
    # CONFIG_DM_RTC is not set
    # CONFIG_SPL_DM_RTC is not set
    # CONFIG_RTC_ENABLE_32KHZ_OUTPUT is not set
    # CONFIG_RTC_DS1337 is not set
    # CONFIG_RTC_DS1338 is not set
    # CONFIG_RTC_DS1374 is not set
    # CONFIG_RTC_DS3231 is not set
    # CONFIG_RTC_PCF8563 is not set
    # CONFIG_RTC_PT7C4338 is not set
    # CONFIG_RTC_S35392A is not set
    # CONFIG_RTC_MC13XXX is not set
    # CONFIG_RTC_MC146818 is not set
    # CONFIG_RTC_M41T62 is not set
    # CONFIG_SCSI is not set
    CONFIG_SERIAL=y
    CONFIG_BAUDRATE=115200
    # CONFIG_OF_SERIAL_BAUD is not set
    # CONFIG_DEFAULT_ENV_IS_RW is not set
    CONFIG_REQUIRE_SERIAL_CONSOLE=y
    CONFIG_SPECIFY_CONSOLE_INDEX=y
    CONFIG_SERIAL_PRESENT=y
    CONFIG_SPL_SERIAL_PRESENT=y
    CONFIG_CONS_INDEX=1
    CONFIG_DM_SERIAL=y
    # CONFIG_SERIAL_RX_BUFFER is not set
    # CONFIG_SERIAL_PUTS is not set
    # CONFIG_SERIAL_SEARCH_ALL is not set
    # CONFIG_SERIAL_PROBE_ALL is not set
    CONFIG_SPL_DM_SERIAL=y
    # CONFIG_VPL_DM_SERIAL is not set
    # CONFIG_ALTERA_JTAG_UART is not set
    # CONFIG_ALTERA_UART is not set
    # CONFIG_ARC_SERIAL is not set
    # CONFIG_ARM_DCC is not set
    # CONFIG_ATMEL_USART is not set
    # CONFIG_BCM6345_SERIAL is not set
    # CONFIG_COREBOOT_SERIAL is not set
    # CONFIG_CORTINA_UART is not set
    # CONFIG_FSL_LINFLEXUART is not set
    # CONFIG_FSL_LPUART is not set
    # CONFIG_MVEBU_A3700_UART is not set
    # CONFIG_MCFUART is not set
    # CONFIG_NULLDEV_SERIAL is not set
    CONFIG_SYS_NS16550=y
    # CONFIG_NS16550_DYNAMIC is not set
    # CONFIG_SYS_NS16550_MEM32 is not set
    # CONFIG_SYS_NS16550_PORT_MAPPED is not set
    # CONFIG_PL01X_SERIAL is not set
    # CONFIG_ROCKCHIP_SERIAL is not set
    # CONFIG_XILINX_UARTLITE is not set
    # CONFIG_MSM_SERIAL is not set
    # CONFIG_MSM_GENI_SERIAL is not set
    # CONFIG_MXS_AUART_SERIAL is not set
    CONFIG_OMAP_SERIAL=y
    # CONFIG_SIFIVE_SERIAL is not set
    # CONFIG_ZYNQ_SERIAL is not set
    # CONFIG_MTK_SERIAL is not set
    # CONFIG_MT7620_SERIAL is not set
    # CONFIG_NPCM_SERIAL is not set
    # CONFIG_SM is not set
    # CONFIG_MESON_SM is not set
    # CONFIG_SMEM is not set
    
    #
    # Sound support
    #
    # CONFIG_SOUND is not set
    
    #
    # SOC (System On Chip) specific Drivers
    #
    CONFIG_SOC_DEVICE=y
    CONFIG_SOC_DEVICE_TI_K3=y
    # CONFIG_SOC_QCOM is not set
    # CONFIG_SOC_SAMSUNG is not set
    CONFIG_SOC_TI=y
    # CONFIG_TI_K3_NAVSS_RINGACC is not set
    # CONFIG_TI_PRUSS is not set
    CONFIG_SPI=y
    CONFIG_DM_SPI=y
    CONFIG_SPI_MEM=y
    # CONFIG_SPI_DIRMAP is not set
    # CONFIG_ALTERA_SPI is not set
    # CONFIG_APPLE_SPI is not set
    # CONFIG_ATCSPI200_SPI is not set
    # CONFIG_CORTINA_SFLASH is not set
    CONFIG_CADENCE_QSPI=y
    # CONFIG_HAS_CQSPI_REF_CLK is not set
    # CONFIG_CV1800B_SPIF is not set
    # CONFIG_DESIGNWARE_SPI is not set
    # CONFIG_FSL_QSPI is not set
    # CONFIG_GXP_SPI is not set
    # CONFIG_IPROC_QSPI is not set
    # CONFIG_MICROCHIP_COREQSPI is not set
    # CONFIG_MTK_SNOR is not set
    # CONFIG_MTK_SNFI_SPI is not set
    # CONFIG_MTK_SPIM is not set
    # CONFIG_MVEBU_A3700_SPI is not set
    # CONFIG_SPI_MXIC is not set
    # CONFIG_NPCM_FIU_SPI is not set
    # CONFIG_NPCM_PSPI is not set
    # CONFIG_NXP_FSPI is not set
    # CONFIG_OMAP3_SPI is not set
    # CONFIG_PL022_SPI is not set
    # CONFIG_ROCKCHIP_SFC is not set
    # CONFIG_ROCKCHIP_SPI is not set
    # CONFIG_SPI_ASPEED_SMC is not set
    # CONFIG_SPI_SIFIVE is not set
    # CONFIG_SOFT_SPI is not set
    # CONFIG_SPI_SN_F_OSPI is not set
    # CONFIG_SPI_SUNXI is not set
    # CONFIG_XILINX_SPI is not set
    # CONFIG_ZYNQ_SPI is not set
    # CONFIG_ZYNQ_QSPI is not set
    # CONFIG_ZYNQMP_GQSPI is not set
    # CONFIG_SPI_STACKED_PARALLEL is not set
    
    #
    # SPMI support
    #
    # CONFIG_SPMI is not set
    # CONFIG_SYSINFO is not set
    
    #
    # System reset device drivers
    #
    # CONFIG_SYSRESET is not set
    # CONFIG_DM_THERMAL is not set
    
    #
    # Timer Support
    #
    CONFIG_TIMER=y
    CONFIG_SPL_TIMER=y
    # CONFIG_TIMER_EARLY is not set
    # CONFIG_ALTERA_TIMER is not set
    # CONFIG_ARM_TWD_TIMER is not set
    # CONFIG_AST_TIMER is not set
    # CONFIG_AST_IBEX_TIMER is not set
    # CONFIG_ATCPIT100_TIMER is not set
    # CONFIG_ATMEL_PIT_TIMER is not set
    # CONFIG_SPL_ATMEL_PIT_TIMER is not set
    # CONFIG_CADENCE_TTC_TIMER is not set
    # CONFIG_DESIGNWARE_APB_TIMER is not set
    # CONFIG_FTTMR010_TIMER is not set
    # CONFIG_GXP_TIMER is not set
    # CONFIG_MPC83XX_TIMER is not set
    # CONFIG_RENESAS_OSTM_TIMER is not set
    # CONFIG_NOMADIK_MTU_TIMER is not set
    # CONFIG_NPCM_TIMER is not set
    CONFIG_OMAP_TIMER=y
    # CONFIG_ORION_TIMER is not set
    # CONFIG_ROCKCHIP_TIMER is not set
    # CONFIG_ARM_GLOBAL_TIMER is not set
    # CONFIG_SP804_TIMER is not set
    # CONFIG_STM32_TIMER is not set
    # CONFIG_TEGRA_TIMER is not set
    # CONFIG_MTK_TIMER is not set
    # CONFIG_MCHP_PIT64B_TIMER is not set
    # CONFIG_IMX_GPT_TIMER is not set
    # CONFIG_XILINX_TIMER is not set
    # CONFIG_STARFIVE_TIMER is not set
    
    #
    # TPM support
    #
    CONFIG_USB=y
    CONFIG_DM_USB=y
    CONFIG_SPL_DM_USB=y
    CONFIG_DM_USB_GADGET=y
    CONFIG_SPL_DM_USB_GADGET=y
    
    #
    # USB Host Controller Drivers
    #
    # CONFIG_SPL_USB_HOST is not set
    # CONFIG_USB_XHCI_HCD is not set
    # CONFIG_USB_EHCI_HCD is not set
    # CONFIG_USB_OHCI_HCD is not set
    # CONFIG_USB_UHCI_HCD is not set
    # CONFIG_USB_DWC2 is not set
    # CONFIG_USB_R8A66597_HCD is not set
    # CONFIG_USB_ISP1760 is not set
    # CONFIG_USB_CDNS3 is not set
    CONFIG_USB_DWC3=y
    CONFIG_USB_DWC3_GADGET=y
    
    #
    # Platform Glue Driver Support
    #
    # CONFIG_USB_DWC3_OMAP is not set
    CONFIG_USB_DWC3_GENERIC=y
    CONFIG_SPL_USB_DWC3_GENERIC=y
    CONFIG_SPL_USB_DWC3_AM62=y
    # CONFIG_USB_DWC3_AM62 is not set
    # CONFIG_USB_DWC3_LAYERSCAPE is not set
    
    #
    # PHY Subsystem
    #
    # CONFIG_USB_DWC3_PHY_OMAP is not set
    # CONFIG_USB_DWC3_PHY_SAMSUNG is not set
    
    #
    # Legacy MUSB Support
    #
    # CONFIG_USB_MUSB_HCD is not set
    # CONFIG_USB_MUSB_UDC is not set
    
    #
    # MUSB Controller Driver
    #
    # CONFIG_USB_MUSB_HOST is not set
    # CONFIG_USB_MUSB_GADGET is not set
    # CONFIG_USB_MUSB_PIO_ONLY is not set
    
    #
    # USB Phy
    #
    # CONFIG_TWL4030_USB is not set
    # CONFIG_ROCKCHIP_USB2_PHY is not set
    # CONFIG_TYPEC_TCPM is not set
    
    #
    # ULPI drivers
    #
    CONFIG_USB_GADGET=y
    CONFIG_SPL_USB_GADGET=y
    CONFIG_USB_GADGET_MANUFACTURER="Texas Instruments"
    CONFIG_USB_GADGET_VENDOR_NUM=0x0451
    CONFIG_USB_GADGET_PRODUCT_NUM=0x6165
    # CONFIG_USB_GADGET_ATMEL_USBA is not set
    # CONFIG_USB_GADGET_BCM_UDC_OTG_PHY is not set
    # CONFIG_USB_GADGET_DWC2_OTG is not set
    # CONFIG_USB_RENESAS_USBHS is not set
    # CONFIG_USB_GADGET_OS_DESCRIPTORS is not set
    # CONFIG_CI_UDC is not set
    # CONFIG_USB_GADGET_MAX3420 is not set
    CONFIG_USB_GADGET_VBUS_DRAW=2
    CONFIG_SDP_LOADADDR=0x0
    CONFIG_USB_GADGET_DUALSPEED=y
    CONFIG_USB_GADGET_DOWNLOAD=y
    # CONFIG_USB_FUNCTION_MASS_STORAGE is not set
    # CONFIG_USB_FUNCTION_ROCKUSB is not set
    # CONFIG_USB_FUNCTION_SDP is not set
    # CONFIG_USB_FUNCTION_THOR is not set
    # CONFIG_USB_FUNCTION_ACM is not set
    # CONFIG_USB_ETHER is not set
    CONFIG_SPL_DFU=y
    CONFIG_SPL_DFU_RAM=y
    # CONFIG_SPL_USB_SDP_SUPPORT is not set
    
    #
    # UFS Host Controller Support
    #
    # CONFIG_TI_J721E_UFS is not set
    
    #
    # Graphics support
    #
    # CONFIG_VIDEO is not set
    # CONFIG_SPL_VIDEO is not set
    
    #
    # VirtIO Drivers
    #
    # CONFIG_VIRTIO_MMIO is not set
    
    #
    # 1-Wire support
    #
    # CONFIG_W1 is not set
    
    #
    # 1-wire EEPROM support
    #
    # CONFIG_W1_EEPROM is not set
    
    #
    # Watchdog Timer Support
    #
    # CONFIG_WATCHDOG is not set
    # CONFIG_IMX_WATCHDOG is not set
    # CONFIG_ULP_WATCHDOG is not set
    # CONFIG_WDT is not set
    # CONFIG_SPL_WDT is not set
    # CONFIG_PHYS_TO_BUS is not set
    
    #
    # File systems
    #
    # CONFIG_FS_BTRFS is not set
    # CONFIG_FS_CBFS is not set
    # CONFIG_SPL_FS_CBFS is not set
    # CONFIG_FS_EXT4 is not set
    CONFIG_FS_FAT=y
    CONFIG_FAT_WRITE=y
    CONFIG_FS_FAT_MAX_CLUSTSIZE=65536
    # CONFIG_FS_JFFS2 is not set
    # CONFIG_UBIFS_SILENCE_MSG is not set
    # CONFIG_UBIFS_SILENCE_DEBUG_DUMP is not set
    # CONFIG_FS_CRAMFS is not set
    # CONFIG_YAFFS2 is not set
    # CONFIG_FS_SQUASHFS is not set
    # CONFIG_FS_EROFS is not set
    
    #
    # Library routines
    #
    # CONFIG_ADDR_MAP is not set
    # CONFIG_SYS_TIMER_COUNTS_DOWN is not set
    # CONFIG_PHYSMEM is not set
    # CONFIG_BCH is not set
    CONFIG_BINMAN_FDT=y
    # CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED is not set
    CONFIG_CHARSET=y
    # CONFIG_DYNAMIC_CRC_TABLE is not set
    CONFIG_HAVE_PRIVATE_LIBGCC=y
    CONFIG_LIB_UUID=y
    CONFIG_RANDOM_UUID=y
    CONFIG_SPL_LIB_UUID=y
    # CONFIG_SEMIHOSTING is not set
    # CONFIG_SPL_SEMIHOSTING is not set
    CONFIG_PRINTF=y
    CONFIG_SPL_PRINTF=y
    CONFIG_SPRINTF=y
    CONFIG_SPL_SPRINTF=y
    CONFIG_STRTO=y
    CONFIG_SPL_STRTO=y
    CONFIG_USE_PRIVATE_LIBGCC=y
    CONFIG_SYS_HZ=1000
    CONFIG_SPL_USE_TINY_PRINTF=y
    # CONFIG_PANIC_HANG is not set
    CONFIG_REGEX=y
    CONFIG_LIB_RAND=y
    # CONFIG_LIB_HW_RAND is not set
    CONFIG_SUPPORT_ACPI=y
    # CONFIG_ACPI is not set
    # CONFIG_SPL_ACPI is not set
    # CONFIG_SPL_TINY_MEMSET is not set
    # CONFIG_BITREVERSE is not set
    # CONFIG_TRACE is not set
    # CONFIG_CIRCBUF is not set
    # CONFIG_CMD_DHRYSTONE is not set
    
    #
    # Alternative crypto libraries
    #
    CONFIG_LEGACY_CRYPTO=y
    # CONFIG_MBEDTLS_LIB is not set
    CONFIG_LEGACY_CRYPTO_BASIC=y
    CONFIG_SHA1_LEGACY=y
    CONFIG_SHA256_LEGACY=y
    CONFIG_MD5_LEGACY=y
    CONFIG_SPL_SHA1_LEGACY=y
    CONFIG_SPL_SHA256_LEGACY=y
    CONFIG_LEGACY_CRYPTO_CERT=y
    
    #
    # Security support
    #
    # CONFIG_AES is not set
    # CONFIG_ECDSA is not set
    # CONFIG_RSA is not set
    # CONFIG_TPM is not set
    # CONFIG_SPL_TPM is not set
    
    #
    # Android Verified Boot
    #
    
    #
    # Hashing Support
    #
    # CONFIG_BLAKE2 is not set
    CONFIG_SHA1=y
    CONFIG_SHA256=y
    # CONFIG_SHA512 is not set
    # CONFIG_SHA384 is not set
    # CONFIG_SHA_HW_ACCEL is not set
    CONFIG_SPL_CRC32=y
    CONFIG_SPL_SHA1=y
    CONFIG_SPL_SHA256=y
    # CONFIG_SPL_SHA512 is not set
    # CONFIG_SPL_SHA384 is not set
    # CONFIG_SPL_SHA_HW_ACCEL is not set
    CONFIG_MD5=y
    # CONFIG_SPL_MD5 is not set
    CONFIG_CRC8=y
    # CONFIG_SPL_CRC8 is not set
    # CONFIG_SPL_CRC16 is not set
    CONFIG_CRC32=y
    
    #
    # Compression Support
    #
    # CONFIG_LZ4 is not set
    # CONFIG_LZMA is not set
    # CONFIG_LZO is not set
    CONFIG_GZIP=y
    # CONFIG_ZLIB_UNCOMPRESS is not set
    # CONFIG_BZIP2 is not set
    CONFIG_ZLIB=y
    # CONFIG_ZSTD is not set
    # CONFIG_SPL_BZIP2 is not set
    # CONFIG_SPL_LZ4 is not set
    # CONFIG_SPL_LZMA is not set
    # CONFIG_VPL_LZMA is not set
    # CONFIG_SPL_LZO is not set
    # CONFIG_SPL_GZIP is not set
    # CONFIG_SPL_ZSTD is not set
    # CONFIG_ERRNO_STR is not set
    # CONFIG_HEXDUMP is not set
    # CONFIG_GETOPT is not set
    CONFIG_OF_LIBFDT=y
    CONFIG_OF_LIBFDT_ASSUME_MASK=0x0
    CONFIG_SYS_FDT_PAD=0x3000
    CONFIG_SPL_OF_LIBFDT=y
    
    #
    # System tables
    #
    CONFIG_GENERATE_SMBIOS_TABLE=y
    CONFIG_LIB_RATIONAL=y
    CONFIG_SPL_LIB_RATIONAL=y
    CONFIG_SMBIOS=y
    # CONFIG_SMBIOS_PARSER is not set
    # CONFIG_OPTEE_LIB is not set
    # CONFIG_OPTEE_IMAGE is not set
    # CONFIG_BOOTM_OPTEE is not set
    # CONFIG_TEST_FDTDEC is not set
    CONFIG_LIB_ELF=y
    CONFIG_LMB=y
    # CONFIG_LMB_ARCH_MEM_MAP is not set
    # CONFIG_PHANDLE_CHECK_SEQ is not set
    
    #
    # Testing
    #
    # CONFIG_UNIT_TEST is not set
    # CONFIG_SPL_UNIT_TEST is not set
    # CONFIG_POST is not set
    
    #
    # Tools options
    #
    CONFIG_MKIMAGE_DTC_PATH="dtc"
    CONFIG_TOOLS_CRC32=y
    CONFIG_TOOLS_LIBCRYPTO=y
    CONFIG_TOOLS_KWBIMAGE=y
    CONFIG_TOOLS_FIT=y
    CONFIG_TOOLS_FIT_FULL_CHECK=y
    CONFIG_TOOLS_FIT_PRINT=y
    CONFIG_TOOLS_FIT_RSASSA_PSS=y
    CONFIG_TOOLS_FIT_SIGNATURE=y
    CONFIG_TOOLS_FIT_SIGNATURE_MAX_SIZE=0x10000000
    CONFIG_TOOLS_FIT_VERBOSE=y
    CONFIG_TOOLS_MD5=y
    CONFIG_TOOLS_OF_LIBFDT=y
    CONFIG_TOOLS_SHA1=y
    CONFIG_TOOLS_SHA256=y
    CONFIG_TOOLS_SHA384=y
    CONFIG_TOOLS_SHA512=y
    CONFIG_TOOLS_MKEFICAPSULE=y
    # CONFIG_FSPI_CONF_HEADER is not set
    # CONFIG_TOOLS_MKFWUMDATA is not set
    

  • Hi Lars,
    I'm attaching a reference log on TI AM62-SK (HS-SE) with the u-boot binary I built from AM62x Linux SDK 11.2.8.2
    https://www.ti.com/tool/download/PROCESSOR-SDK-LINUX-AM62X/11.02.08.02
    Best,
    -Hong

    �
    U-Boot SPL 2025.01-g7493977a537f (Feb 04 2026 - 17:18:48 -0600)
    SYSFW ABI: 4.0 (firmware rev 0x000b '11.2.5--v11.02.05 (Fancy Rat)')
    Set clock rates for '/a53@0', CPU: 1250MHz at Speed Grade 'T'
    SPL initial stack usage: 13424 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.13.0(release):v2.13.0-259-ge0c4d3903b-dirty
    NOTICE:  BL31: Built : 07:01:36, Jul  1 2025
    
    U-Boot SPL 2025.01-g7493977a537f (Feb 04 2026 - 17:19:24 -0600)
    SYSFW ABI: 4.0 (firmware rev 0x000b '11.2.5--v11.02.05 (Fancy Rat)')
    SPL initial stack usage: 1984 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    
    
    U-Boot 2025.01-g7493977a537f (Feb 04 2026 - 17:19:24 -0600)
    
    SoC:   AM62X SR1.0 HS-SE
    Model: Texas Instruments AM625 SK
    EEPROM not available at 0x50, trying to read at 0x51
    Reading on-board EEPROM at 0x51 failed -121
    DRAM:  2 GiB
    Core:  90 devices, 33 uclasses, devicetree: separate
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from nowhere... OK
    In:    serial
    Out:   serial
    Err:   serial
    EEPROM not available at 0x50, trying to read at 0x51
    Net:   eth0: ethernet@8000000port@1
    Warning: ethernet@8000000port@2 (eth1) using random MAC address - 06:b1:8a:69:56:fa
    , eth1: ethernet@8000000port@2
    
    Hit any key to stop autoboot:  2  0 
    => md.l 0x43000030 1
    43000030: 00000243                             C...
    => 

  • Hi Hong,

    Thanks - my u-boot repo is at the same commit as yours.

    Is the TI fw critical at this step, how to verify we use the correct fw?

    At the moment, I do not have access to a HS-FS board, so I can't verify if the fs version runs. Can I attach it for you to try?

    Thanks,
    Lars

  • Hi Hong,

    Yes, the ti-sci-fw repo is checked out Tag: 11.02.08  d7b3607a76e08b3be8f61ba69d959fa063f44b11

    Archive containing my build for our board, the hs-fs should boot on the SK LP EVM.



    Thanks,

    Lars

  • Hi Lars,
    I'm not able to get access to the link/file you shared on TI network.
    Best,
    -Hong

  • Hi Hong,

    Please download here:
    tiboot3-am62x-cpb579-bin.zip

    Thanks,

    LArs

  • Hi Lars,
    I tried SD boot using your image "tiboot3-am62x-hs-fs-evm" on AM62x-SK (HS-FS).
    there's no log message form serial terminal.
    I attached JTAG debugger, and captured the screenshot.

    It looks like ROM loaded tiboot3.bin from SD to SRAM, but R5-SPL locked up somehow.

    Best,
    -Hong

  • Hi Hong,

    Kindly advice on how we can troubleshoot further. I am not familiar with jtag debugging.

    Thanks,

    Lars

  • Hi Lars,

    Are the binary you shared early what you built for SD booting on AM62x-SK or your own board?

    Best,
    -Hong

  • Hi Hong,

    Those bins are build for our board, we boot from eMMC.

    Thanks,

    Lars

  • Hi Hong,

    I did a clean build of u-boot for the AM62x-SK-LP, using on the ti config, I signed it with our key. It booted on the EVM using UART boot mode. Then I went back to our u-boot recipe - and removed customization etc to make it similar to the EVM. Then I build u-boot which now also runs on the EVM. So, I guess I can now start to re-add customizations and identify what is causing the issue.

    Thanks for your help,
    Lars

  • Hi Lars,

    It is good to know the clean build without the customization works for your setup now.
    It is a good idea to add customization incrementally, and check out.

    Best,
    -Hong

  • Hi Hong,

    My custom dts source was included, but was not ported for sdk 11, so it caused the boot to silently fail.

    Thanks.

  • Hi Lars,
    Thanks for the update.
    Booting would work once you added your dts changes in SDK 11.x.
    Best,
    -Hong