From: Antony Pavlov <antonynpavlov@gmail.com>
To: barebox@lists.infradead.org
Cc: Oleksij Rempel <linux@rempel-privat.de>
Subject: [RFC 0/4] MIPS: barebox as a first stage loader on the Black Swift board
Date: Wed, 16 Sep 2015 11:31:28 +0300 [thread overview]
Message-ID: <1442392292-15898-1-git-send-email-antonynpavlov@gmail.com> (raw)
This patchseries add necessary low level initialization routines for AR9331 SoC.
The patchseries makes possible to use barebox as a first stage loader
on the Black Swift board.
The patchseries is heavily based on Oleksij Rempel's work on barebox for TP-Link MR3020.
TODOs:
* add UART initialization routune for DEBUG_LL and NMON;
* add macros for GPIO_FUNCTION_1 register initialization;
* check macros names linux kernel source compartibility;
* DT compatible string vendor "smartlx" appears un-documented.
The site http://www.smartlx.ru/ is suspended.
Antony Pavlov (3):
MIPS: ar933x: pbl: add pbl_ar9331_ddr2_config macro
MIPS: ath79: add black-swift board support
MIPS: add black-swift_defconfig
Oleksij Rempel (1):
MIPS: ar933x: pbl: add pbl_ar9331_pll macro
arch/mips/Makefile | 1 +
arch/mips/boards/black-swift/Makefile | 1 +
arch/mips/boards/black-swift/board.c | 27 +++++
.../black-swift/include/board/board_pbl_start.h | 46 +++++++
arch/mips/configs/black-swift_defconfig | 37 ++++++
arch/mips/dts/black-swift.dts | 36 ++++++
arch/mips/include/asm/pbl_macros.h | 21 ++++
arch/mips/mach-ath79/Kconfig | 5 +
arch/mips/mach-ath79/include/mach/ar71xx_regs.h | 25 ++++
arch/mips/mach-ath79/include/mach/pbl_macros.h | 132 +++++++++++++++++++++
10 files changed, 331 insertions(+)
create mode 100644 arch/mips/boards/black-swift/Makefile
create mode 100644 arch/mips/boards/black-swift/board.c
create mode 100644 arch/mips/boards/black-swift/include/board/board_pbl_start.h
create mode 100644 arch/mips/configs/black-swift_defconfig
create mode 100644 arch/mips/dts/black-swift.dts
create mode 100644 arch/mips/mach-ath79/include/mach/pbl_macros.h
--
2.5.0
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2015-09-16 8:32 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-16 8:31 Antony Pavlov [this message]
2015-09-16 8:31 ` [RFC 1/4] MIPS: ar933x: pbl: add pbl_ar9331_pll macro Antony Pavlov
2015-09-16 8:31 ` [RFC 2/4] MIPS: ar933x: pbl: add pbl_ar9331_ddr2_config macro Antony Pavlov
2015-09-16 8:31 ` [RFC 3/4] MIPS: ath79: add black-swift board support Antony Pavlov
2015-09-17 5:44 ` Sascha Hauer
2015-09-16 8:31 ` [RFC 4/4] MIPS: add black-swift_defconfig Antony Pavlov
2015-09-16 10:19 ` [RFC 0/4] MIPS: barebox as a first stage loader on the Black Swift board Antony Pavlov
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=1442392292-15898-1-git-send-email-antonynpavlov@gmail.com \
--to=antonynpavlov@gmail.com \
--cc=barebox@lists.infradead.org \
--cc=linux@rempel-privat.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