mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Oleksij Rempel <linux@rempel-privat.de>
To: barebox@lists.infradead.org
Cc: Oleksij Rempel <linux@rempel-privat.de>
Subject: [PATCH v2 0/5] add support for DPTechnics DPT-Module v1
Date: Tue, 12 Dec 2017 18:55:52 +0100	[thread overview]
Message-ID: <20171212175557.20067-1-linux@rempel-privat.de> (raw)

changes v2:
- remove dummy board code.
- provide HAS_NO_BOARD_HL_CODE option

Oleksij Rempel (5):
  MIPS: provide HAS_NO_BOARD_HL_CODE
  MIPS: ar9331: add watchdog support
  MIPS: ath79: ar9331: add generic RAM macro
  MIPS: ath79: ar9331: add ar9331_pbl_generic_start macro
  MIPS: add support for DPTechnics DPT-Module v1

 arch/mips/Kconfig                                  |  3 +
 arch/mips/Makefile                                 |  7 +-
 .../include/board/board_pbl_start.h                | 20 +++++
 arch/mips/configs/dptechnics-dpt-module_defconfig  | 89 ++++++++++++++++++++++
 arch/mips/dts/ar9331-dptechnics-dpt-module.dts     | 31 ++++++++
 arch/mips/dts/ar9331.dtsi                          |  6 ++
 arch/mips/mach-ath79/Kconfig                       |  8 ++
 arch/mips/mach-ath79/include/mach/ar71xx_regs.h    |  1 +
 arch/mips/mach-ath79/include/mach/pbl_macros.h     | 72 ++++++++++++++++-
 drivers/watchdog/Kconfig                           |  2 +-
 10 files changed, 234 insertions(+), 5 deletions(-)
 create mode 100644 arch/mips/boards/dptechnics-dpt-module/include/board/board_pbl_start.h
 create mode 100644 arch/mips/configs/dptechnics-dpt-module_defconfig
 create mode 100644 arch/mips/dts/ar9331-dptechnics-dpt-module.dts

-- 
2.14.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

             reply	other threads:[~2017-12-12 17:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-12 17:55 Oleksij Rempel [this message]
2017-12-12 17:55 ` [PATCH v2 1/5] MIPS: provide HAS_NO_BOARD_HL_CODE Oleksij Rempel
2017-12-12 17:55 ` [PATCH v2 2/5] MIPS: ar9331: add watchdog support Oleksij Rempel
2017-12-12 17:55 ` [PATCH v2 3/5] MIPS: ath79: ar9331: add generic RAM macro Oleksij Rempel
2017-12-12 17:55 ` [PATCH v2 4/5] MIPS: ath79: ar9331: add ar9331_pbl_generic_start macro Oleksij Rempel
2017-12-12 17:55 ` [PATCH v2 5/5] MIPS: add support for DPTechnics DPT-Module v1 Oleksij Rempel
2017-12-15  7:22 ` [PATCH v2 0/5] " Sascha Hauer

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=20171212175557.20067-1-linux@rempel-privat.de \
    --to=linux@rempel-privat.de \
    --cc=barebox@lists.infradead.org \
    /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