OpenSBI Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Misc OpenSBI HART ISA extension improvements
@ 2023-07-06  4:15 Anup Patel
  2023-07-06  4:15 ` [PATCH v2 1/4] lib: sbi: Add Zicntr as a HART ISA extension Anup Patel
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Anup Patel @ 2023-07-06  4:15 UTC (permalink / raw)
  To: opensbi

This series does assorted improvements to OpenSBI HART ISA extensions.

These patches can also be found in zicntr_zihpm_v2 branch at:
https://github.com/avpatel/opensbi.git

Changes since v1:
 - Updated PATCH2 to set set SBI_HART_EXT_ZIHPM in hart_detect_features()
   after calling sbi_platform_extensions_init().

Anup Patel (4):
  lib: sbi: Add Zicntr as a HART ISA extension
  lib: sbi: Add Zihpm as a HART ISA extension
  lib: sbi: Alphabetically sort HART ISA extensions
  lib: sbi: Rename hart_pmu_get_allowed_bits() function

 include/sbi/sbi_hart.h | 12 +++++++-----
 lib/sbi/sbi_hart.c     | 30 +++++++++++++++++++-----------
 lib/sbi/sbi_timer.c    |  2 +-
 3 files changed, 27 insertions(+), 17 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2023-07-09  5:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-06  4:15 [PATCH v2 0/4] Misc OpenSBI HART ISA extension improvements Anup Patel
2023-07-06  4:15 ` [PATCH v2 1/4] lib: sbi: Add Zicntr as a HART ISA extension Anup Patel
2023-07-09  5:40   ` Anup Patel
2023-07-06  4:15 ` [PATCH v2 2/4] lib: sbi: Add Zihpm " Anup Patel
2023-07-09  5:41   ` Anup Patel
2023-07-06  4:15 ` [PATCH v2 3/4] lib: sbi: Alphabetically sort HART ISA extensions Anup Patel
2023-07-09  5:41   ` Anup Patel
2023-07-06  4:15 ` [PATCH v2 4/4] lib: sbi: Rename hart_pmu_get_allowed_bits() function Anup Patel
2023-07-09  5:41   ` Anup Patel

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