mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v2 0/3] ath79: enhancements
@ 2019-01-23  7:24 Oleksij Rempel
  2019-01-23  7:24 ` [PATCH v2 1/3] MIPS: tplink-mr3020: use ar9331_pbl_generic_start Oleksij Rempel
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Oleksij Rempel @ 2019-01-23  7:24 UTC (permalink / raw)
  To: barebox; +Cc: Oleksij Rempel

changes v2 20190123:
- squash bootstrap helper patches to one patch
- rename helper macro
- Add more comments

Oleksij Rempel (3):
  MIPS: tplink-mr3020: use ar9331_pbl_generic_start
  MIPS: black-swift: use ar9331_pbl_generic_start
  MIPS: ath79: add spi and sram bootstrap helpers

 arch/mips/boards/black-swift/lowlevel.S       | 29 +------------------
 arch/mips/boards/tplink-mr3020/lowlevel.S     | 29 +------------------
 arch/mips/include/asm/asm.h                   | 20 +++++++++++++
 arch/mips/lib/Makefile                        |  1 +
 arch/mips/lib/end.S                           | 16 ++++++++++
 arch/mips/mach-ath79/Makefile                 |  3 ++
 .../mips/mach-ath79/include/mach/pbl_macros.h | 21 ++++++++++++++
 .../mach-ath79/lowlevel_ar9331_spi_trap.S     | 18 ++++++++++++
 arch/mips/mach-ath79/lowlevel_ar9331_sram.S   | 18 ++++++++++++
 images/Makefile.ath79                         |  8 +++++
 10 files changed, 107 insertions(+), 56 deletions(-)
 create mode 100644 arch/mips/lib/end.S
 create mode 100644 arch/mips/mach-ath79/lowlevel_ar9331_spi_trap.S
 create mode 100644 arch/mips/mach-ath79/lowlevel_ar9331_sram.S

-- 
2.20.1


_______________________________________________
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:[~2019-01-24  7:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-23  7:24 [PATCH v2 0/3] ath79: enhancements Oleksij Rempel
2019-01-23  7:24 ` [PATCH v2 1/3] MIPS: tplink-mr3020: use ar9331_pbl_generic_start Oleksij Rempel
2019-01-23  8:12   ` Sam Ravnborg
2019-01-23  7:24 ` [PATCH v2 2/3] MIPS: black-swift: " Oleksij Rempel
2019-01-23  8:12   ` Sam Ravnborg
2019-01-23  7:24 ` [PATCH v2 3/3] MIPS: ath79: add spi and sram bootstrap helpers Oleksij Rempel
2019-01-24  7:33 ` [PATCH v2 0/3] ath79: enhancements Sascha Hauer

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