Re: [U-Boot] [PATCH] x86: link: Add PCH driver to support SPI Flash

2015-04-28 Thread Simon Glass
On 20 April 2015 at 07:07, Simon Glass wrote: > U-Boot on coreboot does not have a driver for the PCH so cannot see the > SPI peripheral now that it has moved inside the PCH. Add a simple driver so > that SPI flash works again. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/coreboot/pci.c

[U-Boot] [PATCH] x86: link: Add PCH driver to support SPI Flash

2015-04-20 Thread Simon Glass
U-Boot on coreboot does not have a driver for the PCH so cannot see the SPI peripheral now that it has moved inside the PCH. Add a simple driver so that SPI flash works again. Signed-off-by: Simon Glass --- arch/x86/cpu/coreboot/pci.c | 11 +++ arch/x86/dts/chromebook_link.dts | 2