[U-Boot] [PATCH v2 3/3] MIPS: add BMIPS Sagem F at ST1704 board

Simon Glass sjg at chromium.org
Wed May 17 01:34:17 UTC 2017


On 16 May 2017 at 10:46, Álvaro Fernández Rojas <noltari at gmail.com> wrote:
> Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
> ---
>  v2: introduce changes requested by Simon Glass and Daniel Schwierzeck:
>   - Add board description.
>   - Remove ioremap tweaks from this patch.
>
>  arch/mips/dts/Makefile               |  1 +
>  arch/mips/dts/sagem,f at st1704.dts     | 50 ++++++++++++++++++++++++++++++++++
>  arch/mips/mach-bmips/Kconfig         | 12 +++++++++
>  board/sagem/f at st1704/Kconfig         | 12 +++++++++
>  board/sagem/f at st1704/MAINTAINERS     |  6 +++++
>  board/sagem/f at st1704/Makefile        |  5 ++++
>  board/sagem/f at st1704/f at st1704.c      |  7 +++++
>  configs/sagem_f at st1704_ram_defconfig | 52 ++++++++++++++++++++++++++++++++++++
>  include/configs/sagem_f at st1704.h     | 15 +++++++++++
>  9 files changed, 160 insertions(+)
>  create mode 100644 arch/mips/dts/sagem,f at st1704.dts
>  create mode 100644 board/sagem/f at st1704/Kconfig
>  create mode 100644 board/sagem/f at st1704/MAINTAINERS
>  create mode 100644 board/sagem/f at st1704/Makefile
>  create mode 100644 board/sagem/f at st1704/f at st1704.c
>  create mode 100644 configs/sagem_f at st1704_ram_defconfig
>  create mode 100644 include/configs/sagem_f at st1704.h
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list