mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +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>
23 lines
262 B
Text
23 lines
262 B
Text
if TARGET_S32V234EVB
|
|
|
|
config SYS_CPU
|
|
string
|
|
default "armv8"
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "s32v234evb"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "freescale"
|
|
|
|
config SYS_SOC
|
|
string
|
|
default "s32v234"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "s32v234evb"
|
|
|
|
endif
|