mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [RFC 0/4] MIPS: barebox as a first stage loader on the Black Swift board
@ 2015-09-16  8:31 Antony Pavlov
  2015-09-16  8:31 ` [RFC 1/4] MIPS: ar933x: pbl: add pbl_ar9331_pll macro Antony Pavlov
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Antony Pavlov @ 2015-09-16  8:31 UTC (permalink / raw)
  To: barebox; +Cc: Oleksij Rempel

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-09-17  5:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-16  8:31 [RFC 0/4] MIPS: barebox as a first stage loader on the Black Swift board Antony Pavlov
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox