Marcel Ziswiler | 315deb3 | 2023-08-04 12:08:08 +0200 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-or-later |
| 2 | # |
| 3 | # Copyright 2023 Toradex |
| 4 | # |
| 5 | |
Marcel Ziswiler | 315deb3 | 2023-08-04 12:08:08 +0200 | [diff] [blame] | 6 | if TARGET_VERDIN_AM62_A53 |
| 7 | |
| 8 | config SYS_BOARD |
| 9 | default "verdin-am62" |
| 10 | |
| 11 | config SYS_CONFIG_NAME |
| 12 | default "verdin-am62" |
| 13 | |
| 14 | config SYS_VENDOR |
| 15 | default "toradex" |
| 16 | |
| 17 | config TDX_CFG_BLOCK |
| 18 | default y |
| 19 | |
| 20 | config TDX_CFG_BLOCK_2ND_ETHADDR |
| 21 | default y |
| 22 | |
| 23 | config TDX_CFG_BLOCK_DEV |
| 24 | default "0" |
| 25 | |
| 26 | config TDX_CFG_BLOCK_EXTRA |
| 27 | default y |
| 28 | |
| 29 | # Toradex config block in eMMC, at the end of 1st "boot sector" |
| 30 | config TDX_CFG_BLOCK_OFFSET |
| 31 | default "-512" |
| 32 | |
| 33 | config TDX_CFG_BLOCK_PART |
| 34 | default "1" |
| 35 | |
| 36 | config TDX_HAVE_EEPROM_EXTRA |
| 37 | default y |
| 38 | |
| 39 | config TDX_HAVE_MMC |
| 40 | default y |
| 41 | |
| 42 | source "board/toradex/common/Kconfig" |
| 43 | |
| 44 | endif |
| 45 | |
| 46 | if TARGET_VERDIN_AM62_R5 |
| 47 | |
| 48 | config SPL_LDSCRIPT |
| 49 | default "arch/arm/mach-omap2/u-boot-spl.lds" |
| 50 | |
| 51 | config SYS_BOARD |
| 52 | default "verdin-am62" |
| 53 | |
| 54 | config SYS_CONFIG_NAME |
| 55 | default "verdin-am62" |
| 56 | |
| 57 | config SYS_VENDOR |
| 58 | default "toradex" |
| 59 | |
| 60 | endif |