[U-Boot] [PATCH v4 10/15] x86: crownbay: Add SPI flash support
Simon Glass
sjg at chromium.org
Wed Dec 17 15:56:52 CET 2014
On 17 December 2014 at 00:50, Bin Meng <bmeng.cn at gmail.com> wrote:
> The Crown Bay board has an SST25VF016B flash connected to the Tunnel
> Creek processor SPI controller used as the BIOS media where U-Boot
> is stored. Enable this flash support.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> Acked-by: Simon Glass <sjg at chromium.org>
>
> ---
>
> Changes in v4: None
> Changes in v3:
> - Add a commit message for the SPI support
>
> Changes in v2:
> - Move PCH_LPC_DEV to arch/x86/include/asm/arch-queensbay/tnc.h
> - Check return value of x86_cpu_init_f()
>
> arch/x86/cpu/queensbay/tnc.c | 26 +++++++++++++++++++++++++-
> arch/x86/include/asm/arch-queensbay/tnc.h | 15 +++++++++++++++
> include/configs/crownbay.h | 2 ++
> 3 files changed, 42 insertions(+), 1 deletion(-)
> create mode 100644 arch/x86/include/asm/arch-queensbay/tnc.h
Applied to u-boot-x86, thanks!
More information about the U-Boot
mailing list