[U-Boot] [PATCH 11/13] x86: braswell: Add FSP configuration
Simon Glass
sjg at chromium.org
Sat Aug 26 13:39:18 UTC 2017
On 15 August 2017 at 23:42, Bin Meng <bmeng.cn at gmail.com> wrote:
> Add FSP related configuration for Braswell.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> arch/x86/cpu/braswell/Makefile | 2 +-
> arch/x86/cpu/braswell/fsp_configs.c | 158 ++++++++++++++
> .../include/asm/arch-braswell/fsp/fsp_configs.h | 89 ++++++++
> arch/x86/include/asm/arch-braswell/fsp/fsp_vpd.h | 172 +++++++++++++++
> arch/x86/include/asm/arch-braswell/gpio.h | 234 +++++++++++++++++++++
> 5 files changed, 654 insertions(+), 1 deletion(-)
> create mode 100644 arch/x86/cpu/braswell/fsp_configs.c
> create mode 100644 arch/x86/include/asm/arch-braswell/fsp/fsp_configs.h
> create mode 100644 arch/x86/include/asm/arch-braswell/fsp/fsp_vpd.h
> create mode 100644 arch/x86/include/asm/arch-braswell/gpio.h
>
Reviewed-by: Simon Glass <sjg at chromium.org>
Can this use drivers instead of manual device-tree access?
More information about the U-Boot
mailing list