[PATCH v6 048/102] x86: fsp: Allow remembering the location of FSP-S

2019-12-06 Thread Simon Glass
FSP-S is used by the notify call after it has been used for silicon init. To avoid having to load it again, add a field to store the location. Reviewed-by: Bin Meng Signed-off-by: Simon Glass --- Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None

Re: [PATCH v6 048/102] x86: fsp: Allow remembering the location of FSP-S

2019-12-07 Thread Bin Meng
On Sat, Dec 7, 2019 at 12:49 PM Simon Glass wrote: > > FSP-S is used by the notify call after it has been used for silicon init. > To avoid having to load it again, add a field to store the location. > > Reviewed-by: Bin Meng > Signed-off-by: Simon Glass > --- > > Changes in v6: None > Changes i