Re: [U-Boot] [PATCH v2 17/38] x86: fsp: Create a common fsp_support.h header

2019-10-03 Thread Bin Meng
On Wed, Oct 2, 2019 at 10:06 PM Bin Meng wrote: > > On Wed, Sep 25, 2019 at 10:12 PM Simon Glass wrote: > > > > Many support functions are common between FSP1 and FSP2. Add a new header > > to handle this. > > > > Signed-off-by: Simon Glass > > --- > > > > Changes in v2: None > > > > arch/x86/i

Re: [U-Boot] [PATCH v2 17/38] x86: fsp: Create a common fsp_support.h header

2019-10-02 Thread Bin Meng
On Wed, Sep 25, 2019 at 10:12 PM Simon Glass wrote: > > Many support functions are common between FSP1 and FSP2. Add a new header > to handle this. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > arch/x86/include/asm/fsp/fsp_support.h | 128 > arch/x86/

[U-Boot] [PATCH v2 17/38] x86: fsp: Create a common fsp_support.h header

2019-09-25 Thread Simon Glass
Many support functions are common between FSP1 and FSP2. Add a new header to handle this. Signed-off-by: Simon Glass --- Changes in v2: None arch/x86/include/asm/fsp/fsp_support.h | 128 arch/x86/include/asm/fsp1/fsp_support.h | 123 +-- drivers/pc