public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/2] cmd/sbi: add missing SBI information
@ 2021-07-19 20:28 Heinrich Schuchardt
  2021-07-19 20:28 ` [PATCH 1/2] riscv: provide missing base extension functions Heinrich Schuchardt
  2021-07-19 20:28 ` [PATCH 2/2] cmd/sbi: add missing SBI information Heinrich Schuchardt
  0 siblings, 2 replies; 9+ messages in thread
From: Heinrich Schuchardt @ 2021-07-19 20:28 UTC (permalink / raw)
  To: Rick Chen
  Cc: Leo, Bin Meng, Atish Patra, Pragnesh Patel, u-boot,
	Dimitri John Ledkov, Heinrich Schuchardt

The series provides library functions to read

* SBI implementation version
* machine vendor ID
* machine architecture ID
* machine implementation ID

and enhances the sbi command to display this information.

Heinrich Schuchardt (2):
  riscv: provide missing base extension functions
  cmd/sbi: add missing SBI information

 arch/riscv/include/asm/sbi.h |  4 ++
 arch/riscv/lib/sbi.c         | 72 ++++++++++++++++++++++++++++++++++++
 cmd/riscv/sbi.c              | 19 +++++++++-
 3 files changed, 94 insertions(+), 1 deletion(-)

--
2.30.2


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

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-19 20:28 [PATCH 0/2] cmd/sbi: add missing SBI information Heinrich Schuchardt
2021-07-19 20:28 ` [PATCH 1/2] riscv: provide missing base extension functions Heinrich Schuchardt
2021-07-20  1:07   ` Sean Anderson
2021-07-26  6:44   ` Leo Liang
2021-07-19 20:28 ` [PATCH 2/2] cmd/sbi: add missing SBI information Heinrich Schuchardt
2021-07-20  1:11   ` Sean Anderson
2021-07-20  4:59     ` Heinrich Schuchardt
2021-07-20  5:13       ` Sean Anderson
2021-07-26  7:08         ` Leo Liang

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