
On 16 May 2017 at 10:46, Álvaro Fernández Rojas noltari@gmail.com wrote:
Signed-off-by: Álvaro Fernández Rojas noltari@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@st1704.dts | 50 ++++++++++++++++++++++++++++++++++ arch/mips/mach-bmips/Kconfig | 12 +++++++++ board/sagem/f@st1704/Kconfig | 12 +++++++++ board/sagem/f@st1704/MAINTAINERS | 6 +++++ board/sagem/f@st1704/Makefile | 5 ++++ board/sagem/f@st1704/f@st1704.c | 7 +++++ configs/sagem_f@st1704_ram_defconfig | 52 ++++++++++++++++++++++++++++++++++++ include/configs/sagem_f@st1704.h | 15 +++++++++++ 9 files changed, 160 insertions(+) create mode 100644 arch/mips/dts/sagem,f@st1704.dts create mode 100644 board/sagem/f@st1704/Kconfig create mode 100644 board/sagem/f@st1704/MAINTAINERS create mode 100644 board/sagem/f@st1704/Makefile create mode 100644 board/sagem/f@st1704/f@st1704.c create mode 100644 configs/sagem_f@st1704_ram_defconfig create mode 100644 include/configs/sagem_f@st1704.h
Reviewed-by: Simon Glass sjg@chromium.org