[PATCH] x86: Move P2SB from Apollo Lake to a more generic location
Bin Meng
bmeng.cn at gmail.com
Tue Feb 4 09:21:59 CET 2020
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>
More information about the U-Boot
mailing list