[U-Boot] [PATCH 00/11] dm: x86: PCI/SPI fixes for minnowboard MAX
Simon Glass
sjg at chromium.org
Sun Jun 7 16:50:31 CEST 2015
The SPI flash starts off protected on baytrail. The code which is supposed to
fix this is broken. This series fixes that, enables the SPI environment and
adds documentation.
Also when driver model is enabled for PCI some bugs appear. This series fixes
those and enables driver model for PCI on minnowboard MAX.
Simon Glass (11):
spi: sf: Print the error code on failure
dm: spi: Correct minor nits in ICH driver
dm: spi: Correct status register access width
dm: spi: Correct BIOS protection logic for ICH9
dm: spi: Enable environment for minnowmax
x86: Add ROM image description for minnowmax
x86: pci: Tidy up the generic x86 PCI driver
dm: x86: minnowmax: Move PCI to use driver model
dm: pci: Use the correct hose when configuring devices
dm: pci: Correct bus number when scanning sub-buses
dm: x86: baytrail: Correct PCI region 3 when driver model is used
arch/x86/cpu/baytrail/Makefile | 1 -
arch/x86/cpu/baytrail/pci.c | 46 ------------------------------------------
arch/x86/dts/minnowmax.dts | 10 +++++++++
common/cmd_sf.c | 8 ++++++--
configs/minnowmax_defconfig | 1 +
doc/README.x86 | 17 ++++++++++++++++
drivers/pci/pci-uclass.c | 11 +++++++---
drivers/pci/pci_common.c | 6 ++++++
drivers/pci/pci_x86.c | 5 ++++-
drivers/spi/ich.c | 11 +++++-----
include/configs/minnowmax.h | 6 +++---
include/pci.h | 10 +++++++++
12 files changed, 70 insertions(+), 62 deletions(-)
delete mode 100644 arch/x86/cpu/baytrail/pci.c
--
2.2.0.rc0.207.ga3a616c
More information about the U-Boot
mailing list