mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-19 17:53:08 +00:00
7d1a10659f
This adds initial support for the Toradex Verdin AM62 Quad 1GB WB IT V1.0A module and subsequent V1.1 launch configuration SKUs. They are strapped to boot from their on-module eMMC. U-Boot supports booting from the on-module eMMC only, DFU support is disabled for now due to missing AM62x USB support. The device trees were taken straight from Linux v6.5-rc1. Boot sequence is: SYSFW ---> R5 SPL (both in tiboot3.bin) ---> ATF (TF-A) ---> OP-TEE ---> A53 SPL (part of tispl.bin) ---> U-boot proper (u-boot.img) Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Reviewed-by: Nishanth Menon <nm@ti.com>
36 lines
808 B
YAML
36 lines
808 B
YAML
# SPDX-License-Identifier: GPL-2.0+
|
|
# Copyright (C) 2022-2023 Texas Instruments Incorporated - https://www.ti.com/
|
|
#
|
|
# Board configuration for AM62
|
|
#
|
|
|
|
---
|
|
|
|
board-cfg:
|
|
rev:
|
|
boardcfg_abi_maj : 0x0
|
|
boardcfg_abi_min : 0x1
|
|
control:
|
|
subhdr:
|
|
magic: 0xC1D3
|
|
size: 7
|
|
main_isolation_enable : 0x5A
|
|
main_isolation_hostid : 0x2
|
|
secproxy:
|
|
subhdr:
|
|
magic: 0x1207
|
|
size: 7
|
|
scaling_factor : 0x1
|
|
scaling_profile : 0x1
|
|
disable_main_nav_secure_proxy : 0
|
|
msmc:
|
|
subhdr:
|
|
magic: 0xA5C3
|
|
size: 5
|
|
msmc_cache_size : 0x0
|
|
debug_cfg:
|
|
subhdr:
|
|
magic: 0x020C
|
|
size: 8
|
|
trace_dst_enables : 0x00
|
|
trace_src_enables : 0x00
|