Re: [PATCH v6 02/14] tools: arm64: Import sysreg.h

From: Raghavendra Rao Ananta
Date: Tue Sep 14 2021 - 12:55:33 EST


On Mon, Sep 13, 2021 at 11:48 PM Andrew Jones <drjones@xxxxxxxxxx> wrote:
>
> On Mon, Sep 13, 2021 at 11:09:43PM +0000, Raghavendra Rao Ananta wrote:
> > Bring-in the kernel's arch/arm64/include/asm/sysreg.h
> > into tools/ for arm64 to make use of all the standard
> > register definitions in consistence with the kernel.
> >
> > Signed-off-by: Raghavendra Rao Ananta <rananta@xxxxxxxxxx>
> > ---
> > tools/arch/arm64/include/asm/sysreg.h | 1296 +++++++++++++++++++++++++
> > 1 file changed, 1296 insertions(+)
> > create mode 100644 tools/arch/arm64/include/asm/sysreg.h
>
> Looks like an older version than what is available now (v5.15-rc1?)
> was used, but it's expected that these tools copies go out of date
> quickly and it doesn't matter.
>
> Reviewed-by: Andrew Jones <drjones@xxxxxxxxxx>
>
While I'm sending out a new patchset anyways, I'll pull-in the latest copy.

Regards,
Raghavendra
> Thanks,
> drew
>