RE: [PATCH 3/8] x86: start64: Support HOB in 64-bit U-Boot

2020-04-28 Thread Park, Aiden
Hi Simon, > -Original Message- > From: Simon Glass > Sent: Sunday, April 26, 2020 1:16 PM > To: Park, Aiden > Cc: Bin Meng ; U-Boot Mailing List b...@lists.denx.de> > Subject: Re: [PATCH 3/8] x86: start64: Support HOB in 64-bit U-Boot > > Hi Aiden, >

Re: [PATCH 3/8] x86: start64: Support HOB in 64-bit U-Boot

2020-04-26 Thread Simon Glass
Hi Aiden, On Tue, 21 Apr 2020 at 18:45, wrote: > > From: Aiden Park > > This will allow 64-bit U-Boot to use HOB. > > Signed-off-by: Aiden Park > --- > arch/x86/cpu/start64.S | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/arch/x86/cpu/start64.S b/arch/x86/cpu/start64.S > index