Re: AArch64 support and sharing of various drivers

2020-09-04 Thread Sebastian Huber
On 04/09/2020 08:38, Christian Mauderer wrote: On 04/09/2020 05:12, Chris Johns wrote: On 4/9/20 12:43 pm, Joel Sherrill wrote: On Thu, Sep 3, 2020, 6:58 AM Christian Mauderer mailto:christian.maude...@embedded-brains.de>> wrote: Hello Kinsey, On 01/09/2020 23:56, Kinsey Moore wrot

Re: AArch64 support and sharing of various drivers

2020-09-03 Thread Christian Mauderer
On 04/09/2020 05:12, Chris Johns wrote: > On 4/9/20 12:43 pm, Joel Sherrill wrote: >> On Thu, Sep 3, 2020, 6:58 AM Christian Mauderer >> > > wrote: >> >> Hello Kinsey, >> >> On 01/09/2020 23:56, Kinsey Moore wrote: >> > Hi, >> > >> >

Re: AArch64 support and sharing of various drivers

2020-09-03 Thread Chris Johns
On 4/9/20 12:43 pm, Joel Sherrill wrote: > On Thu, Sep 3, 2020, 6:58 AM Christian Mauderer > > wrote: > > Hello Kinsey, > > On 01/09/2020 23:56, Kinsey Moore wrote: > > Hi, > > > > I’ve been working on proper AArch64 support for R

Re: AArch64 support and sharing of various drivers

2020-09-03 Thread Joel Sherrill
On Thu, Sep 3, 2020, 6:58 AM Christian Mauderer < christian.maude...@embedded-brains.de> wrote: > Hello Kinsey, > > On 01/09/2020 23:56, Kinsey Moore wrote: > > Hi, > > > > I’ve been working on proper AArch64 support for RTEMS > > That's great. It means good raspberry pi 4 support ;-) > > > (versu

Re: AArch64 support and sharing of various drivers

2020-09-03 Thread Christian Mauderer
Hello Kinsey, On 01/09/2020 23:56, Kinsey Moore wrote: > Hi, > > I’ve been working on proper AArch64 support for RTEMS That's great. It means good raspberry pi 4 support ;-) > (versus running > 32-bit ARM RTEMS behind a bootloader or JTAG device that switches the > CPU to AArch32 mode) and whil

AArch64 support and sharing of various drivers

2020-09-01 Thread Kinsey Moore
Hi, I've been working on proper AArch64 support for RTEMS (versus running 32-bit ARM RTEMS behind a bootloader or JTAG device that switches the CPU to AArch32 mode) and while the vast majority of the architecture support code is new, lives in its own aarch64 directories, and is unrelated to RTEM