Re: [U-Boot] [PATCH v2 24/38] x86: fsp: Add a few more definitions for FSP2

2019-10-03 Thread Bin Meng
On Wed, Oct 2, 2019 at 10:07 PM Bin Meng wrote: > > On Wed, Sep 25, 2019 at 10:13 PM Simon Glass wrote: > > > > Add definitions for the FSP signature and the FSP init phase. > > > > Signed-off-by: Simon Glass > > --- > > > > Changes in v2: None > > > > arch/x86/include/asm/fsp/fsp_infoheader.h

Re: [U-Boot] [PATCH v2 24/38] x86: fsp: Add a few more definitions for FSP2

2019-10-02 Thread Bin Meng
On Wed, Sep 25, 2019 at 10:13 PM Simon Glass wrote: > > Add definitions for the FSP signature and the FSP init phase. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > arch/x86/include/asm/fsp/fsp_infoheader.h | 15 ++- > 1 file changed, 14 insertions(+), 1 deletion(-)

[U-Boot] [PATCH v2 24/38] x86: fsp: Add a few more definitions for FSP2

2019-09-25 Thread Simon Glass
Add definitions for the FSP signature and the FSP init phase. Signed-off-by: Simon Glass --- Changes in v2: None arch/x86/include/asm/fsp/fsp_infoheader.h | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/arch/x86/include/asm/fsp/fsp_infoheader.h b/arch/x86/i