public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 00/11] dm: x86: PCI/SPI fixes for minnowboard MAX
@ 2015-06-07 14:50 Simon Glass
  2015-06-07 14:50 ` [U-Boot] [PATCH 01/11] spi: sf: Print the error code on failure Simon Glass
                   ` (11 more replies)
  0 siblings, 12 replies; 41+ messages in thread
From: Simon Glass @ 2015-06-07 14:50 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 41+ messages in thread

end of thread, other threads:[~2015-06-25 14:16 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-07 14:50 [U-Boot] [PATCH 00/11] dm: x86: PCI/SPI fixes for minnowboard MAX Simon Glass
2015-06-07 14:50 ` [U-Boot] [PATCH 01/11] spi: sf: Print the error code on failure Simon Glass
2015-06-08  1:27   ` Bin Meng
2015-06-08  8:25   ` Marek Vasut
2015-06-08 17:49     ` Jagan Teki
2015-06-12 23:02       ` Simon Glass
2015-06-07 14:50 ` [U-Boot] [PATCH 02/11] dm: spi: Correct minor nits in ICH driver Simon Glass
2015-06-08  1:28   ` Bin Meng
2015-06-08 17:50     ` Jagan Teki
2015-06-12 23:03       ` Simon Glass
2015-06-07 14:50 ` [U-Boot] [PATCH 03/11] dm: spi: Correct status register access width Simon Glass
2015-06-08  1:41   ` Bin Meng
2015-06-07 14:50 ` [U-Boot] [PATCH 04/11] dm: spi: Correct BIOS protection logic for ICH9 Simon Glass
2015-06-08  1:55   ` Bin Meng
2015-06-08 17:58   ` Jagan Teki
2015-06-08 23:45     ` Bin Meng
2015-06-07 14:50 ` [U-Boot] [PATCH 05/11] dm: spi: Enable environment for minnowmax Simon Glass
2015-06-08  1:59   ` Bin Meng
2015-06-08 18:00     ` Jagan Teki
2015-06-07 14:50 ` [U-Boot] [PATCH 06/11] x86: Add ROM image description " Simon Glass
2015-06-08  2:08   ` Bin Meng
2015-06-07 14:50 ` [U-Boot] [PATCH 07/11] x86: pci: Tidy up the generic x86 PCI driver Simon Glass
2015-06-08  2:15   ` Bin Meng
2015-06-24  3:18     ` Simon Glass
2015-06-24  3:46       ` Bin Meng
2015-06-24  3:54         ` Simon Glass
2015-06-24  3:59           ` Bin Meng
2015-06-24 15:15             ` Simon Glass
2015-06-25 14:16               ` Simon Glass
2015-06-07 14:50 ` [U-Boot] [PATCH 08/11] dm: x86: minnowmax: Move PCI to use driver model Simon Glass
2015-06-08  2:34   ` Bin Meng
2015-06-07 14:50 ` [U-Boot] [PATCH 09/11] dm: pci: Use the correct hose when configuring devices Simon Glass
2015-06-24  3:25   ` Simon Glass
2015-06-07 14:50 ` [U-Boot] [PATCH 10/11] dm: pci: Correct bus number when scanning sub-buses Simon Glass
2015-06-24  3:25   ` Simon Glass
2015-06-07 14:50 ` [U-Boot] [PATCH 11/11] dm: x86: baytrail: Correct PCI region 3 when driver model is used Simon Glass
2015-06-08  2:57   ` Bin Meng
2015-06-08 12:32     ` Andrew Bradford
2015-06-24  3:23       ` Simon Glass
2015-06-24  4:52         ` Bin Meng
2015-06-08  3:03 ` [U-Boot] [PATCH 00/11] dm: x86: PCI/SPI fixes for minnowboard MAX Bin Meng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox