[U-Boot] [PATCH v2 16/38] x86: Rename some FSP functions to have an fsp_ prefix
Bin Meng
bmeng.cn at gmail.com
Thu Oct 3 07:57:42 UTC 2019
On Wed, Oct 2, 2019 at 10:06 PM Bin Meng <bmeng.cn at gmail.com> wrote:
>
> On Wed, Sep 25, 2019 at 10:12 PM Simon Glass <sjg at chromium.org> wrote:
> >
> > Given these exported function an fsp_ prefix since they are declared in an
> > fsp.h header.
> >
> > Signed-off-by: Simon Glass <sjg at chromium.org>
> > ---
> >
> > Changes in v2: None
> >
> > arch/x86/cpu/baytrail/fsp_configs.c | 2 +-
> > arch/x86/cpu/braswell/fsp_configs.c | 2 +-
> > arch/x86/cpu/ivybridge/fsp_configs.c | 2 +-
> > arch/x86/cpu/queensbay/fsp_configs.c | 2 +-
> > arch/x86/include/asm/fsp1/fsp_support.h | 6 +++---
> > arch/x86/lib/fsp1/fsp_car.S | 10 +++++-----
> > arch/x86/lib/fsp1/fsp_support.c | 14 +++++++-------
> > cmd/x86/fsp.c | 2 +-
> > 8 files changed, 20 insertions(+), 20 deletions(-)
> >
>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
applied to u-boot-x86/next, thanks!
More information about the U-Boot
mailing list