From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Sat, 28 May 2016 12:10:50 +0200 Subject: [U-Boot] [PATCH v3 2/2] armv8: s32v234: Introduce basic support for s32v234evb In-Reply-To: <1464429375-6191-3-git-send-email-eddy.petrisor@gmail.com> References: <1464429375-6191-1-git-send-email-eddy.petrisor@gmail.com> <1464429375-6191-3-git-send-email-eddy.petrisor@gmail.com> Message-ID: <94f177b6-988c-251e-93bb-ed2a5e19ac23@suse.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > Original-signed-off-by: Mihaela Martinas > Original-signed-off-by: Eddy Petri?or > > Signed-off-by: Eddy Petri?or > --- > > 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