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

2022-02-02 Thread Sebastian Huber
Hello Kinsey, I briefly reviewed the patch set. It looks good, thanks. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email: sebastian.hu...@embedded-brains.de phone: +49-89-18 94 741 - 16 fax: +49-89-18 94 741 - 08 Registergericht: Amtsgericht München Regis

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

2022-02-02 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