Re: [PATCH 3/3] microblaze: Rework for RTEMS 6

2021-10-04 Thread Sebastian Huber
On 02/10/2021 16:10, Joel Sherrill wrote: .../microblaze_fpga/startup/sim-crtinit.S | 46 +- FPGA or simulator? The naming seems to contradict it self. That's likely me building on Joel's first port on GDB, then using the same file name and modifying it to run on FPGA. Should be renamed

Re: [PATCH 3/3] microblaze: Rework for RTEMS 6

2021-10-02 Thread Joel Sherrill
On Sat, Oct 2, 2021, 3:59 AM Hesham Almatary wrote: > On Sat, 2 Oct 2021 at 02:44, Chris Johns wrote: > > > > On 1/10/21 3:43 pm, Alex White wrote: > > > bsps/microblaze/include/common/xil_types.h| 197 +++ > > > bsps/microblaze/include/dev/serial/uartlite.h | 62 + > > >

Re: [PATCH 3/3] microblaze: Rework for RTEMS 6

2021-10-02 Thread Hesham Almatary
On Sat, 2 Oct 2021 at 02:44, Chris Johns wrote: > > On 1/10/21 3:43 pm, Alex White wrote: > > bsps/microblaze/include/common/xil_types.h| 197 +++ > > bsps/microblaze/include/dev/serial/uartlite.h | 62 + > > .../include/dev/serial/uartlite_l.h | 323 + > >

Re: [PATCH 3/3] microblaze: Rework for RTEMS 6

2021-10-01 Thread Chris Johns
On 1/10/21 3:43 pm, Alex White wrote: > bsps/microblaze/include/common/xil_types.h| 197 +++ > bsps/microblaze/include/dev/serial/uartlite.h | 62 + > .../include/dev/serial/uartlite_l.h | 323 + > bsps/microblaze/shared/dev/serial/uartlite.c | 145 ++ >