Re: [U-Boot] [PATCH 1/8] arm: v7: add read_mpidr function for arm32

2019-04-16 Thread Matthias Brugger
On 05/04/2019 10:30, Heiko Stuebner wrote: > Function to get the contents of the mpidr register, similar to > its arm64 counterpart. > > Signed-off-by: Heiko Stuebner Reviewed-by: Matthias Brugger > --- > arch/arm/include/asm/system.h | 9 + > 1 file changed, 9 insertions(+) > >

[U-Boot] [PATCH 1/8] arm: v7: add read_mpidr function for arm32

2019-04-05 Thread Heiko Stuebner
Function to get the contents of the mpidr register, similar to its arm64 counterpart. Signed-off-by: Heiko Stuebner --- arch/arm/include/asm/system.h | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm/include/asm/system.h b/arch/arm/include/asm/system.h index