Re: [PATCH] eng: Add register block specification types

2021-09-12 Thread Sebastian Huber
On 12/09/2021 03:32, Chris Johns wrote: On 11/9/21 12:41 am, Sebastian Huber wrote: A register block may be used to specify the memory-mapped interface to the hardware. Register blocks consist of register block members. Register block members are either instances of registers or instances of

Re: [PATCH] eng: Add register block specification types

2021-09-12 Thread Sebastian Huber
On 11/09/2021 19:59, Joel Sherrill wrote: On Fri, Sep 10, 2021, 9:41 AM Sebastian Huber > wrote: A register block may be used to specify the memory-mapped interface to the hardware.  Register blocks consist of register block members. Reg

Re: [PATCH] eng: Add register block specification types

2021-09-12 Thread Sebastian Huber
On 11/09/2021 19:53, Gedare Bloom wrote: + start + The attribute value shall be an integer number. It shall be the start bit + of the bit field. + is it necessary to explain anywhere the convention that bit 0 is the last, least-significant bit of a register? I added a notice that

[PATCH v4] improve the format of error reporting on i386

2021-09-12 Thread zack leung
Thread id is now a Hex value. Updates #4203 --- cpukit/score/cpu/i386/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/score/cpu/i386/cpu.c b/cpukit/score/cpu/i386/cpu.c index 77b7a7161c..06af57418d 100644 --- a/cpukit/score/cpu/i386/cpu.c +++ b/cpukit/score/cpu/i386/