
On 28.05.16 11:56, Eddy Petrișor wrote:
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
Notes: Changes in v2: - Added support for device model. Compatibility with non-DM code is kept for easier synchronization with the code on the vendor branch where the conversion to DM is not done for all boards. - remove TODO-s - remove '#if 0'-ed code - switched to SPDX headers - removed uselss guard around 'DECLARE_GLOBAL_DATA_PTR;' - replaced 'CONFIG_SYS_FSL' with 'S32V234' in defines for MMU bases and sizes - reset_cpu now says it's not implemented - moved OF_LIBFDT and BOOTZ config options to Kconfig
Changes in v3: - Switch s32v234evb to config_distro_defaults.h and config_distro_bootcmd.h
Awesome, thanks a lot :).
Alex