mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH next 0/3] RISC-V: resurrect nmon
@ 2021-07-08  8:30 Antony Pavlov
  2021-07-08  8:30 ` [PATCH next 1/3] RISC-V: make it possible to run nmon from PBL C code Antony Pavlov
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Antony Pavlov @ 2021-07-08  8:30 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

After migrating to PBL we can't use nmon assembler macro
in C code anymore. This series adds necessary wrapper
for invoking nmon from PBL C code.

Antony Pavlov (3):
  RISC-V: make it possible to run nmon from PBL C code
  RISC-V: boards: erizo: make it possible to use nmon
  RISC-V: boards: beaglev: make it possible to use nmon

 arch/riscv/Kconfig.socs              |  1 +
 arch/riscv/boards/beaglev/lowlevel.c |  2 ++
 arch/riscv/boards/erizo/lowlevel.c   |  2 ++
 arch/riscv/boot/Makefile             |  1 +
 arch/riscv/boot/nmon_entry.S         | 13 ++++++++
 arch/riscv/include/asm/riscv_nmon.h  | 49 ++++++++++++++++++----------
 6 files changed, 51 insertions(+), 17 deletions(-)
 create mode 100644 arch/riscv/boot/nmon_entry.S

-- 
2.32.0


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


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

end of thread, other threads:[~2021-07-09 21:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-08  8:30 [PATCH next 0/3] RISC-V: resurrect nmon Antony Pavlov
2021-07-08  8:30 ` [PATCH next 1/3] RISC-V: make it possible to run nmon from PBL C code Antony Pavlov
2021-07-08  8:30 ` [PATCH next 2/3] RISC-V: boards: erizo: make it possible to use nmon Antony Pavlov
2021-07-08  8:30 ` [PATCH next 3/3] RISC-V: boards: beaglev: " Antony Pavlov
2021-07-09 20:58 ` [PATCH next 0/3] RISC-V: resurrect nmon Sascha Hauer

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