Re: [U-Boot] [PATCH v2 33/38] x86: fsp: Allow the HOBs to be used after relocation

2019-10-10 Thread Simon Glass
Hi Bin, On Thu, 3 Oct 2019 at 20:23, Bin Meng wrote: > > Hi Simon, > > On Wed, Sep 25, 2019 at 10:13 PM Simon Glass wrote: > > > > Allocate memory for the HOBs and copy them before relocation. This ensures > > that they can still be accessed after relocation. > > > > This is needed when

Re: [U-Boot] [PATCH v2 33/38] x86: fsp: Allow the HOBs to be used after relocation

2019-10-03 Thread Bin Meng
Hi Simon, On Wed, Sep 25, 2019 at 10:13 PM Simon Glass wrote: > > Allocate memory for the HOBs and copy them before relocation. This ensures > that they can still be accessed after relocation. > > This is needed when relocating the HOB within U-Boot. > > Signed-off-by: Simon Glass > --- > >

[U-Boot] [PATCH v2 33/38] x86: fsp: Allow the HOBs to be used after relocation

2019-09-25 Thread Simon Glass
Allocate memory for the HOBs and copy them before relocation. This ensures that they can still be accessed after relocation. This is needed when relocating the HOB within U-Boot. Signed-off-by: Simon Glass --- Changes in v2: None arch/x86/cpu/cpu.c | 6 ++