From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Thu, 3 Oct 2019 16:44:44 +0800 Subject: [U-Boot] [PATCH v2 22/38] x86: fsp: Move common support functions into a common file In-Reply-To: References: <20190925141147.191166-1-sjg@chromium.org> <20190925141147.191166-23-sjg@chromium.org> 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 Wed, Oct 2, 2019 at 10:06 PM Bin Meng wrote: > > On Wed, Sep 25, 2019 at 10:12 PM Simon Glass wrote: > > > > Some of this file can be shared between FSP1 and FSP2. Move it into a > > shared file. > > > > Signed-off-by: Simon Glass > > --- > > > > Changes in v2: None > > > > arch/x86/lib/fsp/Makefile | 1 + > > arch/x86/lib/fsp/fsp_support.c | 176 ++++++++++++++++++++++++++++++++ > > arch/x86/lib/fsp1/fsp_support.c | 167 ------------------------------ > > 3 files changed, 177 insertions(+), 167 deletions(-) > > create mode 100644 arch/x86/lib/fsp/fsp_support.c > > > > Reviewed-by: Bin Meng applied to u-boot-x86/next, thanks!