From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Brodkin Date: Fri, 5 Aug 2016 10:36:13 +0000 Subject: [U-Boot] [PATCH] arc: Rename ARCangel4 board to nSIM In-Reply-To: <1470311504-18732-1-git-send-email-abrodkin@synopsys.com> References: <1470311504-18732-1-git-send-email-abrodkin@synopsys.com> Message-ID: <1470393276.3430.29.camel@synopsys.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi! On Thu, 2016-08-04 at 14:51 +0300, Alexey Brodkin wrote: > ARCangel was one of the main development boards back in the day but > now it's gone and replaced by other boards like ARC SDP. > > But we also used to have simulation platform very similar to ARCangel4 > in terms of CPU settings as well as basic IO like UART. Even though > ARCangel4 is long gone now we have a replacement for simulation which is > a plain or stand-alone nSIM and Free nSIM. > > Note Free nSIM is available for download here: > https://www.synopsys.com/cgi-bin/dwarcnsim/req1.cgi > > And while at it: > ?* Finally switch hex numerical values in nsim.h to defines from > ???include/linux/sizes.h > ?* Add defconfigs with ARC HS38 cores > ?* Recreated all defconfigs with savedefconfig > > Signed-off-by: Alexey Brodkin Applied, Thanks! -Alexey