Re: [U-Boot] [RESUBMIT PATCH v3 1/8] armv8: Add read_mpidr() function

2015-08-14 Thread Simon Glass
On 13 August 2015 at 10:51, Sergey Temerkhanov wrote: > This patch adds the read_mpidr() function which returns the > MPIDR_EL1 register value > > Signed-off-by: Sergey Temerkhanov > --- > > Changes in v3: None > Changes in v2: None > > arch/arm/include/asm/system.h | 11 +++ > 1 file ch

[U-Boot] [RESUBMIT PATCH v3 1/8] armv8: Add read_mpidr() function

2015-08-13 Thread Sergey Temerkhanov
This patch adds the read_mpidr() function which returns the MPIDR_EL1 register value Signed-off-by: Sergey Temerkhanov --- Changes in v3: None Changes in v2: None arch/arm/include/asm/system.h | 11 +++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/include/asm/system.h b/arch