From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Brodkin Date: Fri, 5 Aug 2016 10:35:40 +0000 Subject: [U-Boot] [PATCH] arc: Update exception & interrupt handling for ARCv2 In-Reply-To: <1470308941-23748-1-git-send-email-abrodkin@synopsys.com> References: <1470308941-23748-1-git-send-email-abrodkin@synopsys.com> Message-ID: <1470393243.3430.27.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:09 +0300, Alexey Brodkin wrote: > Initially IVT for ARCv2 was simply copypasted from ARCompact > with some selected fixes so basic stuff works. > > Now we update it with more ARCv2 specific vectors like > ?* Software Interrupt > ?* Division by zero > ?* Data cache consistency error > ?* Misaligned access > > Also normal interrupts are now implemented properly and extened to > all possible 240 items. > > Signed-off-by: Alexey Brodkin Applied, Thanks! -Alexey