Re: [PATCH] arm: Add arm handoff header file

2020-01-25 Thread Tom Rini
On Sun, Jan 05, 2020 at 04:51:13PM +0100, Michael Trimarchi wrote: > Add an arch-specific handoff header so that we can use the HANDOFF feature > on arm devices. > > Signed-off-by: Michael Trimarchi > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Descripti

Re: [PATCH] arm: Add arm handoff header file

2020-01-10 Thread Simon Glass
On Mon, 6 Jan 2020 at 04:51, Michael Trimarchi wrote: > > Add an arch-specific handoff header so that we can use the HANDOFF feature > on arm devices. > > Signed-off-by: Michael Trimarchi > --- > arch/arm/include/asm/handoff.h | 21 + > 1 file changed, 21 insertions(+) > cre

[PATCH] arm: Add arm handoff header file

2020-01-05 Thread Michael Trimarchi
Add an arch-specific handoff header so that we can use the HANDOFF feature on arm devices. Signed-off-by: Michael Trimarchi --- arch/arm/include/asm/handoff.h | 21 + 1 file changed, 21 insertions(+) create mode 100644 arch/arm/include/asm/handoff.h diff --git a/arch/arm/in