public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: "Álvaro Fernández Rojas" <noltari@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/3] mips: bmips: add BCM6338 SoC support
Date: Mon, 15 May 2017 22:49:54 +0200	[thread overview]
Message-ID: <1494881397-8935-1-git-send-email-noltari@gmail.com> (raw)

BCM6338 is one of the first BCM63xx SoCs and prior to BCM6348/BCM6358, which
means that it also needs ioremap "hacks".

Álvaro Fernández Rojas (3):
  dm: cpu: bmips: add BCM6338 support
  MIPS: add support for Broadcom MIPS BCM6338 SoC family
  MIPS: add BMIPS Sagem F at ST1704 board

 arch/mips/dts/Makefile                    |   1 +
 arch/mips/dts/brcm,bcm6338.dtsi           | 118 ++++++++++++++++++++++++++++++
 arch/mips/dts/sagem,f at st1704.dts          |  50 +++++++++++++
 arch/mips/mach-bmips/Kconfig              |  18 +++++
 arch/mips/mach-bmips/include/ioremap.h    |   3 +-
 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 +++++++++++++
 drivers/cpu/bmips_cpu.c                   |  14 ++++
 include/configs/bmips_bcm6338.h           |  30 ++++++++
 include/configs/sagem_f at st1704.h          |  15 ++++
 include/dt-bindings/clock/bcm6338-clock.h |  19 +++++
 include/dt-bindings/reset/bcm6338-reset.h |  22 ++++++
 15 files changed, 371 insertions(+), 1 deletion(-)
 create mode 100644 arch/mips/dts/brcm,bcm6338.dtsi
 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/bmips_bcm6338.h
 create mode 100644 include/configs/sagem_f at st1704.h
 create mode 100644 include/dt-bindings/clock/bcm6338-clock.h
 create mode 100644 include/dt-bindings/reset/bcm6338-reset.h

-- 
2.1.4

             reply	other threads:[~2017-05-15 20:49 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-15 20:49 Álvaro Fernández Rojas [this message]
2017-05-15 20:49 ` [U-Boot] [PATCH 1/3] dm: cpu: bmips: add BCM6338 support Álvaro Fernández Rojas
2017-05-15 20:49 ` [U-Boot] [PATCH 2/3] MIPS: add support for Broadcom MIPS BCM6338 SoC family Álvaro Fernández Rojas
2017-05-15 20:49 ` [U-Boot] [PATCH 3/3] MIPS: add BMIPS Sagem F@ST1704 board Álvaro Fernández Rojas
2017-05-16 11:40   ` Daniel Schwierzeck
2017-05-16 16:46 ` [U-Boot] [PATCH v2 0/3] mips: bmips: add BCM6338 SoC support Álvaro Fernández Rojas
2017-05-16 16:46   ` [U-Boot] [PATCH v2 1/3] dm: cpu: bmips: add BCM6338 support Álvaro Fernández Rojas
2017-05-17  1:34     ` Simon Glass
2017-05-16 16:46   ` [U-Boot] [PATCH v2 2/3] MIPS: add support for Broadcom MIPS BCM6338 SoC family Álvaro Fernández Rojas
2017-05-17  1:34     ` Simon Glass
2017-05-16 16:46   ` [U-Boot] [PATCH v2 3/3] MIPS: add BMIPS Sagem F@ST1704 board Álvaro Fernández Rojas
2017-05-17  1:34     ` Simon Glass
2017-05-20 16:07   ` [U-Boot] [PATCH v2 0/3] mips: bmips: add BCM6338 SoC support Daniel Schwierzeck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1494881397-8935-1-git-send-email-noltari@gmail.com \
    --to=noltari@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox