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@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox