[PATCH] x86: Move P2SB from Apollo Lake to a more generic location

Bin Meng bmeng.cn at gmail.com
Thu Feb 6 07:00:46 CET 2020


On Tue, Feb 4, 2020 at 4:21 PM Bin Meng <bmeng.cn at gmail.com> wrote:
>
> On Tue, Feb 4, 2020 at 4:04 PM Wolfgang Wallner
> <wolfgang.wallner at br-automation.com> wrote:
> >
> > The Primary to Sideband Bridge (P2SB) is not specific to Apollo Lake, so
> > move its driver to a common location within arch/x86.
> >
> > Signed-off-by: Wolfgang Wallner <wolfgang.wallner at br-automation.com>
> >
> > ---
> > This commit follows a similar rational as the recent moving of the ITSS
> > driver from Apollo Lake to the intel_common directory, and it also depends
> > on those patches (which are currently in u-boot-x86).
> >
> >  arch/x86/Kconfig                                 | 7 +++++++
> >  arch/x86/cpu/apollolake/Kconfig                  | 1 +
> >  arch/x86/cpu/apollolake/Makefile                 | 1 -
> >  arch/x86/cpu/intel_common/Makefile               | 1 +
> >  arch/x86/cpu/{apollolake => intel_common}/p2sb.c | 0
> >  5 files changed, 9 insertions(+), 1 deletion(-)
> >  rename arch/x86/cpu/{apollolake => intel_common}/p2sb.c (100%)
> >
>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>

applied to u-boot-x86, thanks!


More information about the U-Boot mailing list