qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-arm] [Qemu-devel] [PATCH v3 2/3] utils: Add helper to read arm


From: Vijay Kilari
Subject: Re: [Qemu-arm] [Qemu-devel] [PATCH v3 2/3] utils: Add helper to read arm MIDR_EL1 register
Date: Mon, 24 Oct 2016 15:50:39 +0530

On Mon, Oct 24, 2016 at 3:09 PM, Dr. David Alan Gilbert
<address@hidden> wrote:
> * address@hidden (address@hidden) wrote:
>> From: Vijaya Kumar K <address@hidden>
>>
>> Add helper API to read MIDR_EL1 registers to fetch
>> cpu identification information. This helps in
>> adding errata's and architecture specific features.
>>
>> This is implemented only for arm architecture.
>>
>> Signed-off-by: Vijaya Kumar K <address@hidden>
>> ---
>>  include/qemu/aarch64-cpuid.h |  9 +++++
>>  util/Makefile.objs           |  1 +
>>  util/aarch64-cpuid.c         | 87 
>> ++++++++++++++++++++++++++++++++++++++++++++
>
> It feels like there should be somewhere else to put this very ARM specific 
> thing
> that in util/ - not sure where though.

  IRC, I tried it. But libutil is built before arch code compilation.
So cannot put
outside of util folder



reply via email to

[Prev in Thread] Current Thread [Next in Thread]