Re: [PATCH v1 1/5] cpukit/microblaze: Add exception framework

2022-02-02 Thread Kinsey Moore
On 2/2/2022 01:22, Sebastian Huber wrote: Hello Kinsey, could you please use the _CPU_* and CPU_* prefixes only for items which are defined by the CPU port interface: cpukit/score/cpu/no_cpu/include/rtems/score/cpu.h cpukit/score/cpu/no_cpu/include/rtems/score/cpuimpl.h Architecture-specific

Re: [PATCH v1 1/5] cpukit/microblaze: Add exception framework

2022-02-01 Thread Sebastian Huber
Hello Kinsey, could you please use the _CPU_* and CPU_* prefixes only for items which are defined by the CPU port interface: cpukit/score/cpu/no_cpu/include/rtems/score/cpu.h cpukit/score/cpu/no_cpu/include/rtems/score/cpuimpl.h Architecture-specific interfaces should have an architecture-spe

[PATCH v1 1/5] cpukit/microblaze: Add exception framework

2022-02-01 Thread Kinsey Moore
This patch updates the CPU_Exception_frame to include all necessary registers, combines hardware snd software exception handlers into a shared vector, provides an architecture-specific hook for taking control of exception handling, and moves exception handling over to actually using the CPU_Excepti