On Sat, Dec 7, 2019 at 12:49 PM Simon Glass <[email protected]> wrote: > > The fsp_notify() API is the same for FSP1 and FSP2. Move it into a new > common API file. > > Signed-off-by: Simon Glass <[email protected]> > Reviewed-by: Bin Meng <[email protected]> > --- > > Changes in v6: None > Changes in v5: None > Changes in v4: > - Drop incorrect coreboot reference from header file > > Changes in v3: None > Changes in v2: None > > arch/x86/include/asm/fsp/fsp_api.h | 24 ++++++++++++++++++++++++ > arch/x86/include/asm/fsp1/fsp_api.h | 21 +++------------------ > 2 files changed, 27 insertions(+), 18 deletions(-) > create mode 100644 arch/x86/include/asm/fsp/fsp_api.h >
applied to u-boot-x86/next, thanks!

