Re: [PATCH V5 3/4] cpu: Introduce getHost support for ARM CPU driver

2020-05-15 Thread Jiri Denemark
On Wed, May 13, 2020 at 18:48:34 +0800, Zhenyu Zheng wrote: > Introduce getHost support for ARM CPU driver, > read CPU vendor_id, part_id and flags from > registers directly. These codes will only be > compiled on aarch64 hardware. > > Signed-off-by: Zhenyu Zheng > --- > src/cpu/cpu_arm.c | 162

[PATCH V5 3/4] cpu: Introduce getHost support for ARM CPU driver

2020-05-13 Thread Zhenyu Zheng
Introduce getHost support for ARM CPU driver, read CPU vendor_id, part_id and flags from registers directly. These codes will only be compiled on aarch64 hardware. Signed-off-by: Zhenyu Zheng --- src/cpu/cpu_arm.c | 162 ++ 1 file changed, 162 insertio