Re: [U-Boot] [PATCH 1/1] cmd: add exception command

2019-02-18 Thread Tom Rini
On Mon, Feb 18, 2019 at 08:38:52PM +0100, Heinrich Schuchardt wrote: > On 1/5/19 2:56 AM, Simon Glass wrote: > > Hi Heinrich, > > > > On Sun, 30 Dec 2018 at 01:33, Heinrich Schuchardt > > wrote: > >> > >> On 12/29/18 2:39 PM, Simon Glass wrote: > >>> Hi Heinrich, > >>> > >>> On Wed, 26 Dec 2018

Re: [U-Boot] [PATCH 1/1] cmd: add exception command

2019-02-18 Thread Heinrich Schuchardt
On 1/5/19 2:56 AM, Simon Glass wrote: > Hi Heinrich, > > On Sun, 30 Dec 2018 at 01:33, Heinrich Schuchardt wrote: >> >> On 12/29/18 2:39 PM, Simon Glass wrote: >>> Hi Heinrich, >>> >>> On Wed, 26 Dec 2018 at 09:20, Heinrich Schuchardt >>> wrote: The 'exception' command allows to test

Re: [U-Boot] [PATCH 1/1] cmd: add exception command

2019-01-04 Thread Simon Glass
Hi Heinrich, On Sun, 30 Dec 2018 at 01:33, Heinrich Schuchardt wrote: > > On 12/29/18 2:39 PM, Simon Glass wrote: > > Hi Heinrich, > > > > On Wed, 26 Dec 2018 at 09:20, Heinrich Schuchardt > > wrote: > >> > >> The 'exception' command allows to test exception handling. > >> > >> This implementat

Re: [U-Boot] [PATCH 1/1] cmd: add exception command

2018-12-30 Thread Heinrich Schuchardt
On 12/29/18 2:39 PM, Simon Glass wrote: > Hi Heinrich, > > On Wed, 26 Dec 2018 at 09:20, Heinrich Schuchardt wrote: >> >> The 'exception' command allows to test exception handling. >> >> This implementation supports ARM, x86, RISC-V and the following exceptions: >> * 'breakpoint' - prefetch abort

Re: [U-Boot] [PATCH 1/1] cmd: add exception command

2018-12-29 Thread Simon Glass
Hi Heinrich, On Wed, 26 Dec 2018 at 09:20, Heinrich Schuchardt wrote: > > The 'exception' command allows to test exception handling. > > This implementation supports ARM, x86, RISC-V and the following exceptions: > * 'breakpoint' - prefetch abort exception (ARM 32bit only) > * 'unaligned' - data

[U-Boot] [PATCH 1/1] cmd: add exception command

2018-12-26 Thread Heinrich Schuchardt
The 'exception' command allows to test exception handling. This implementation supports ARM, x86, RISC-V and the following exceptions: * 'breakpoint' - prefetch abort exception (ARM 32bit only) * 'unaligned' - data abort exception (ARM only) * 'undefined' - undefined instruction exception Signe

Re: [U-Boot] [PATCH 1/1] cmd: add exception command

2018-12-21 Thread Simon Glass
Hi Heinrich, On Thu, 20 Dec 2018 at 18:58, Heinrich Schuchardt wrote: > > On 12/20/18 10:17 PM, Simon Glass wrote: > > Hi Heinrich, > > > > On Thu, 20 Dec 2018 at 05:23, Heinrich Schuchardt > > wrote: > >> > >> On 11/27/18 1:08 AM, Simon Glass wrote: > >>> Hi Heinrich, > >>> > >>> On Sat, 17 No

Re: [U-Boot] [PATCH 1/1] cmd: add exception command

2018-12-20 Thread Heinrich Schuchardt
On 12/20/18 10:17 PM, Simon Glass wrote: > Hi Heinrich, > > On Thu, 20 Dec 2018 at 05:23, Heinrich Schuchardt wrote: >> >> On 11/27/18 1:08 AM, Simon Glass wrote: >>> Hi Heinrich, >>> >>> On Sat, 17 Nov 2018 at 07:29, Heinrich Schuchardt >>> wrote: The 'exception' command allows to te

Re: [U-Boot] [PATCH 1/1] cmd: add exception command

2018-12-20 Thread Simon Glass
Hi Heinrich, On Thu, 20 Dec 2018 at 05:23, Heinrich Schuchardt wrote: > > On 11/27/18 1:08 AM, Simon Glass wrote: > > Hi Heinrich, > > > > On Sat, 17 Nov 2018 at 07:29, Heinrich Schuchardt > > wrote: > >> > >> The 'exception' command allows to test exception handling. > >> > >> This implementat

Re: [U-Boot] [PATCH 1/1] cmd: add exception command

2018-12-20 Thread Heinrich Schuchardt
On 11/27/18 1:08 AM, Simon Glass wrote: > Hi Heinrich, > > On Sat, 17 Nov 2018 at 07:29, Heinrich Schuchardt wrote: >> >> The 'exception' command allows to test exception handling. >> >> This implementation supports ARM, x86, RISC-V and the following exceptions: >> * 'breakpoint' - prefetch abort

Re: [U-Boot] [PATCH 1/1] cmd: add exception command

2018-11-26 Thread Simon Glass
Hi Heinrich, On Sat, 17 Nov 2018 at 07:29, Heinrich Schuchardt wrote: > > The 'exception' command allows to test exception handling. > > This implementation supports ARM, x86, RISC-V and the following exceptions: > * 'breakpoint' - prefetch abort exception (ARM 32bit only) > * 'unaligned' - data

[U-Boot] [PATCH 1/1] cmd: add exception command

2018-11-17 Thread Heinrich Schuchardt
The 'exception' command allows to test exception handling. This implementation supports ARM, x86, RISC-V and the following exceptions: * 'breakpoint' - prefetch abort exception (ARM 32bit only) * 'unaligned' - data abort exception (ARM only) * 'undefined' - undefined instruction exception Signe