[U-Boot] [PATCH v3 6/8] dm: x86: minnowmax: Move PCI to use driver model
Simon Glass
sjg at chromium.org
Wed Jul 8 00:54:55 CEST 2015
On 3 July 2015 at 18:28, Simon Glass <sjg at chromium.org> wrote:
> Adjust minnowmax to use driver model for PCI. This requires adding a device
> tree node to specify the ranges, removing the board-specific PCI code and
> ensuring that the host bridge is configured.
>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v3: None
> Changes in v2: None
>
> arch/x86/cpu/baytrail/Makefile | 1 -
> arch/x86/cpu/baytrail/pci.c | 46 ------------------------------------------
> arch/x86/dts/minnowmax.dts | 10 +++++++++
> configs/minnowmax_defconfig | 1 +
> include/configs/minnowmax.h | 1 +
> 5 files changed, 12 insertions(+), 47 deletions(-)
> delete mode 100644 arch/x86/cpu/baytrail/pci.c
Applied to u-boot-x86.
More information about the U-Boot
mailing list