Re: [U-Boot] [PATCH v2 15/50] x86: Add a handoff header file

2019-05-01 Thread Bin Meng
On Fri, Apr 26, 2019 at 12:00 PM Simon Glass wrote: > > Add an arch-specific handoff header so that we can use the HANDOFF feature > on x86 devices. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v2: None > > arch/x86/include/asm/handoff.h | 15 +++ > 1

[U-Boot] [PATCH v2 15/50] x86: Add a handoff header file

2019-04-25 Thread Simon Glass
Add an arch-specific handoff header so that we can use the HANDOFF feature on x86 devices. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v2: None arch/x86/include/asm/handoff.h | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 arch/x86/include/asm/ha