[U-Boot] [PATCH 00/11] dm: x86: PCI/SPI fixes for minnowboard MAX

2015-06-07 Thread Simon Glass
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

Re: [U-Boot] [PATCH 00/11] dm: x86: PCI/SPI fixes for minnowboard MAX

2015-06-07 Thread Bin Meng
Hi Simon, On Sun, Jun 7, 2015 at 10:50 PM, Simon Glass s...@chromium.org wrote: 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