| # SPDX-License-Identifier: GPL-2.0+ |
| # Copyright (c) Siemens AG, 2018-2022 |
| # Le Jin <le.jin@siemens.com> |
| # Jan Kiszka <jan.kiszka@siemens.com> |
| prompt "Siemens SIMATIC IOT2050 boards" |
| config TARGET_IOT2050_A53_PG1 |
| bool "IOT2050 PG1 running on A53" |
| select IOT2050_A53_COMMON |
| This builds U-Boot for the Product Generation 1 (PG1) of the IOT2050 |
| config TARGET_IOT2050_A53_PG2 |
| bool "IOT2050 PG2 running on A53" |
| select IOT2050_A53_COMMON |
| This builds U-Boot for the Product Generation 2 (PG2) of the IOT2050 |
| config IOT2050_A53_COMMON |
| select SYS_DISABLE_DCACHE_OPS |
| config IOT2050_BOOT_SWITCH |
| bool "Disable eMMC boot via USER button (Advanced version only)" |
| config IOT2050_EMBED_OTPCMD |
| bool "Embed OTP programming data" |
| Embed signed OTP programming data 'otpcmd.bin' into the firmware |
| image. This data will be evaluated and executed on first boot of the |