Re: [PATCH 1/1] cmd: exception: unaligned data access on RISC-V

2020-08-05 Thread Leo Liang
>> Cc: u-boot@lists.denx.de; Heinrich Schuchardt > > >> Subject: [PATCH 1/1] cmd: exception: unaligned data access on RISC-V > > >> > > >> The command 'exception' can be used to test the handling of exceptions. > > >> > > >> Currently

Re: [PATCH 1/1] cmd: exception: unaligned data access on RISC-V

2020-08-05 Thread Rick Chen
Hi Heinrich > >> From: Heinrich Schuchardt [mailto:xypron.g...@gmx.de] > >> Sent: Tuesday, August 04, 2020 7:10 PM > >> To: Rick Jian-Zhi Chen(陳建志) > >> Cc: u-boot@lists.denx.de; Heinrich Schuchardt > >> Subject: [PATCH 1/1] cmd: exception: unaligne

Re: [PATCH 1/1] cmd: exception: unaligned data access on RISC-V

2020-08-05 Thread Heinrich Schuchardt
On 8/5/20 10:47 AM, Rick Chen wrote: > Hi Heinrich > >> From: Heinrich Schuchardt [mailto:xypron.g...@gmx.de] >> Sent: Tuesday, August 04, 2020 7:10 PM >> To: Rick Jian-Zhi Chen(陳建志) >> Cc: u-boot@lists.denx.de; Heinrich Schuchardt >> Subject: [PATCH 1/1] cmd:

Re: [PATCH 1/1] cmd: exception: unaligned data access on RISC-V

2020-08-05 Thread Rick Chen
Hi Heinrich > From: Heinrich Schuchardt [mailto:xypron.g...@gmx.de] > Sent: Tuesday, August 04, 2020 7:10 PM > To: Rick Jian-Zhi Chen(陳建志) > Cc: u-boot@lists.denx.de; Heinrich Schuchardt > Subject: [PATCH 1/1] cmd: exception: unaligned data access on RISC-V > > The command &#

[PATCH 1/1] cmd: exception: unaligned data access on RISC-V

2020-08-04 Thread Heinrich Schuchardt
The command 'exception' can be used to test the handling of exceptions. Currently the exception command only allows to create an illegal instruction exception on RISC-V. Provide a sub-command 'exception unaligned' to cause a misaligned load address exception. Adjust the online help for 'exceptio