mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 19:28:36 +00:00
9702ec00e9
Add initial support for NXP's S32V234 SoC and S32V234EVB board. The S32V230 family is designed to support computation-intensive applications for image processing. The S32V234, as part of the S32V230 family, is a high-performance automotive processor designed to support safe computation-intensive applications in the area of vision and sensor fusion. Code originally writen by: Original-signed-off-by: Stoica Cosmin-Stefan <cosminstefan.stoica@freescale.com> Original-signed-off-by: Mihaela Martinas <Mihaela.Martinas@freescale.com> Original-signed-off-by: Eddy Petrișor <eddy.petrisor@gmail.com> Signed-off-by: Eddy Petrișor <eddy.petrisor@nxp.com>
29 lines
524 B
INI
29 lines
524 B
INI
/*
|
|
* (C) Copyright 2013-2015, Freescale Semiconductor, Inc.
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
/*
|
|
* Refer docs/README.imxmage for more details about how-to configure
|
|
* and create imximage boot image
|
|
*
|
|
* The syntax is taken as close as possible with the kwbimage
|
|
*/
|
|
#include <asm/imx-common/imximage.cfg>
|
|
|
|
/* image version */
|
|
IMAGE_VERSION 2
|
|
BOOT_FROM sd
|
|
|
|
|
|
/*
|
|
* Boot Device : one of qspi, sd:
|
|
* qspi: flash_offset: 0x1000
|
|
* sd/mmc: flash_offset: 0x1000
|
|
*/
|
|
|
|
|
|
#ifdef CONFIG_SECURE_BOOT
|
|
SECURE_BOOT
|
|
#endif
|