[U-Boot] [RFC PATCH v2 5/6] x86: Add basic Intel Galileo board support
Simon Glass
sjg at chromium.org
Sun Feb 1 17:30:52 CET 2015
On 29 January 2015 at 02:18, Bin Meng <bmeng.cn at gmail.com> wrote:
> New board/intel/galileo board directory with minimum codes, plus
> board dts, defconfig and configuration files.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
> arch/x86/dts/Makefile | 1 +
> arch/x86/dts/galileo.dts | 43 +++++++++++++++++++++++++++++++++
> board/intel/galileo/Kconfig | 21 ++++++++++++++++
> board/intel/galileo/MAINTAINERS | 6 +++++
> board/intel/galileo/Makefile | 7 ++++++
> board/intel/galileo/galileo.c | 19 +++++++++++++++
> board/intel/galileo/start.S | 9 +++++++
> configs/galileo_defconfig | 6 +++++
> include/configs/galileo.h | 53 +++++++++++++++++++++++++++++++++++++++++
> 9 files changed, 165 insertions(+)
> create mode 100644 arch/x86/dts/galileo.dts
> create mode 100644 board/intel/galileo/Kconfig
> create mode 100644 board/intel/galileo/MAINTAINERS
> create mode 100644 board/intel/galileo/Makefile
> create mode 100644 board/intel/galileo/galileo.c
> create mode 100644 board/intel/galileo/start.S
> create mode 100644 configs/galileo_defconfig
> create mode 100644 include/configs/galileo.h
>
Acked-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list