From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Sun, 8 Dec 2019 11:20:30 +0800 Subject: [PATCH v6 049/102] x86: fsp: Make the notify API call common In-Reply-To: <20191206213936.v6.49.Ie52c13ee01adf10e1a5aeab9e2d7b72eec5ebb08@changeid> References: <20191207044315.51770-1-sjg@chromium.org> <20191206213936.v6.49.Ie52c13ee01adf10e1a5aeab9e2d7b72eec5ebb08@changeid> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, Dec 7, 2019 at 12:49 PM Simon Glass 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 > Reviewed-by: Bin Meng > --- > > 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!