OpenSBI Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-06 07:41:45 to 2024-03-10 04:48:36 UTC [more...]

[PATCH v4 0/4] SBIUnit: cover OpenSBI with tests
 2024-03-10  4:48 UTC  (10+ messages)
` [PATCH v4 1/4] docs: Add documentation about tests and SBIUnit
` [PATCH v4 2/4] lib: Add SBIUnit testing macros and functions
` [PATCH v4 3/4] lib: tests: Add a test for sbi_bitmap
` [PATCH v4 4/4] lib: tests: Add sbi_console test

[PATCH v6 0/5] Improvements to fw_base.S
 2024-03-09 13:44 UTC  (9+ messages)
` [PATCH v6 1/5] firmware: fw_base.S: Simplify address get
` [PATCH v6 2/5] firmware: fw_base: Simplified setup trap handler
` [PATCH v6 3/5] firmware: fw_dynamic.S: Remove _bad_dynamic_info
` [PATCH v6 4/5] firmware: fw_base.S: Remove _relocate_lottery
` [PATCH v6 5/5] firmware: fw_base.S: fix _reset_regs

[PATCH v4] lib: sbi: Add initial domain context management support
 2024-03-07  8:45 UTC  (2+ messages)

[PATCH] lib: sbi_misaligned_ldst: Add handling of C.LHU/C.LH and C.SH
 2024-03-06  5:46 UTC  (5+ messages)

[PATCH v4 0/7] Allow platform to handle load/store faults
 2024-03-06  2:35 UTC  (8+ messages)
` [PATCH v4 1/7] lib: sbi: rename sbi_misaligned_ldst.c to sbi_trap_ldst.c
` [PATCH v4 2/7] include: sbi: rename sbi_misaligned_ldst.h to sbi_trap_ldst.h
` [PATCH v4 3/7] lib: sbi: change prototype of sbi_trap_redirect
` [PATCH v4 4/7] lib: sbi: change prototype of sbi_misaligned_load/store_handler
` [PATCH v4 5/7] lib: sbi: abstract out insn decoding to unify mem fault handlers
` [PATCH v4 6/7] include: sbi: add emulate_load/store handler to platform ops
` [PATCH v4 7/7] lib: sbi: call platform load/store emulators

[PATCH] firmware: Prevent _start from not being at the beginning
 2024-03-05 12:27 UTC  (3+ messages)

[PATCH v3 0/4] SBIUnit: cover OpenSBI with tests
 2024-03-04 16:46 UTC  (12+ messages)
` [PATCH v3 1/4] docs: Add documentation about tests and SBIUnit
` [PATCH v3 2/4] lib: Add SBIUnit testing macros and functions
` [PATCH v3 3/4] lib: tests: Add a test for sbi_bitmap
` [PATCH v3 4/4] lib: tests: Add sbi_console test

[PATCH v1 0/1] Add Indirect CSR and Counter delegation ISA extension support
 2024-03-04  6:53 UTC  (5+ messages)
` [PATCH v1 1/1] lib: sbi: Add support for smcsrind and smcdeleg

[PATCH] lib: sbi_domain: Fix PMP condition for addresses
 2024-03-04  5:28 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] platform: andes: Drop andes_pmu_setup()
 2024-03-04  4:56 UTC  (2+ messages)

[PATCH v3 0/6] Allow platform to handle load/store faults
 2024-03-03  4:32 UTC  (16+ messages)
` [PATCH v3 1/6] lib: sbi: rename sbi_misaligned_ldst.c to sbi_trap_ldst.c
` [PATCH v3 2/6] include: sbi: rename sbi_misaligned_ldst.h to sbi_trap_ldst.h
` [PATCH v3 3/6] lib: sbi: change prototype of sbi_trap_redirect
` [PATCH v3 4/6] lib: sbi: abstract out insn decoding to unify mem fault handlers
` [PATCH v3 5/6] include: sbi: add emulate_load/store handler to platform ops
` [PATCH v3 6/6] lib: sbi: call platform load/store emulators

[PATCH v5 0/8] Improvements to fw_base.S
 2024-03-02 13:30 UTC  (13+ messages)
` [PATCH v5 1/8] firmware: remove copy-base relocation
` [PATCH v5 2/8] firmware: fw_base.S: Simplify address get
` [PATCH v5 3/8] firmware: fw_base: Simplified setup trap handler
` [PATCH v5 4/8] firmware: fw_dynamic.S: Remove _bad_dynamic_info
` [PATCH v5 5/8] firmware: fw_base.S: Remove _relocate_lottery
` [PATCH v5 6/8] firmware: fw_base.S: fix _reset_regs
` [PATCH v5 7/8] firmware: Improve fw_boot_hart
` [PATCH v5 8/8] firmware: Use C if possible

[PATCH v2 0/5] SBIUnit: cover OpenSBI with tests
 2024-02-28 17:10 UTC  (22+ messages)
` [PATCH v2 1/5] docs: Add documentation about tests and SBIUnit
` [PATCH v2 2/5] lib: Add SBIUnit testing macros and functions
` [PATCH v2 3/5] Makefile: clean '.c' files generated by carray
` [PATCH v2 4/5] lib: tests: Add a test for sbi_bitmap
` [PATCH v2 5/5] lib: tests: Add sbi_console test

[PATCH v2 0/3] Allow platform to handle load/store faults
 2024-02-27  6:31 UTC  (7+ messages)
` [PATCH v2 1/3] lib: sbi: rename sbi_misaligned_ldst.c to sbi_trap_ldst.c
` [PATCH v2 2/3] include: sbi: rename sbi_misaligned_ldst.h to sbi_trap_ldst.h
` [PATCH v2 3/3] lib: sbi: Allow platform to fixup load/store faults

[PATCH V2] lib: sbi: Add sparse hartid support for mtimer and mswi
 2024-02-26  6:26 UTC  (5+ messages)

[PATCH 1/1] lib: sbi_hsm: Restor hart state to stop when fails to start
 2024-02-24 15:20 UTC  (5+ messages)

[PATCH v2 0/4] Add relocatable address support for jump and payload firmware
 2024-02-24 11:00 UTC  (9+ messages)
` [PATCH v2 1/4] firmware: Add relocatable FW_JUMP_ADDR and FW_JUMP_FDT_ADDR
` [PATCH v2 2/4] firmware: Add relocatable FW_PAYLOAD_FDT_ADDR
` [PATCH v2 3/4] platform: Apply relocatable address
` [PATCH v2 4/4] doc/firmware: add new configuration options for jump and payload firmware

[PATCH 0/4] Add relocatable address support for jump and payload firmware
 2024-02-23  7:37 UTC  (13+ messages)
` [PATCH 1/4] firmware: Add relocatable FW_JUMP_ADDR and FW_JUMP_FDT_ADDR
` [PATCH 2/4] firmware: Add relocatable FW_PAYLOAD_FDT_ADDR
` [PATCH 3/4] platform: Apply relocatable address

[PATCH v5 0/6] starfive reboot cleanup & fix
 2024-02-22 12:55 UTC  (8+ messages)
` [PATCH v5 1/6] platform: starfive: correct system clock device tree node
` [PATCH v5 2/6] platform: starfive: get I2C offset address from clocks property
` [PATCH v5 3/6] platform: starfive: remove redundant compatibility check in pmic_ops
` [PATCH v5 4/6] platform: starfive: rename "stf,axp15060-regulator" -> "x-powers,axp15060"
` [PATCH v5 5/6] platform: starfive: return error if needed devices are not present
` [PATCH v5 6/6] platform: starfive: call starfive_jh7110_inst_init() in pm_reset_init()

[PATCH] lib: sbi: Add sparse hartid support for mtimer/ipi
 2024-02-21 10:41 UTC  (3+ messages)

[PATCH] lib: sbi_pmu: Before using we should ensure PMU init done
 2024-02-21  2:04 UTC  (3+ messages)

[PATCH v3 2/4] docs: Add OpenSBI DT configuration guide
 2024-02-20 10:44 UTC  (6+ messages)
` [PATCH v3 3/4] platform: generic: Parse system suspend test from config node
` [PATCH v3 4/4] docs: move documentation of system suspend test

[PATCH v3 1/4] lib:platform: Add support for specify coldboot harts in DT for generic
 2024-02-20 10:41 UTC  (2+ messages)

[PATCH 1/4] docs: Add documentation about tests and SBIUnit
 2024-02-15 15:45 UTC  (19+ messages)
` [PATCH 2/4] lib: Add SBIUnit testing macros and functions
` [PATCH 3/4] lib: tests: Add a test for sbi_bitmap
` [PATCH 4/4] lib: tests: Add sbi_console test

[PATCH v4 0/7] starfive reboot cleanup & fix
 2024-02-12 14:25 UTC  (7+ messages)
` [PATCH v4 1/7] platform: starfive: correct system clock device tree node
` [PATCH v4 4/7] platform: starfive: rename "stf,axp15060-regulator" -> "x-powers,axp15060"
` [PATCH v4 7/7] platform: starfive: call starfive_jh7110_inst_init() in pm_reset_init()

[PATCH v4 0/8] Improvements to fw_base.S
 2024-02-11 16:11 UTC  (9+ messages)
` [PATCH v4 1/8] firmware: remove copy-base relocation
` [PATCH v4 2/8] firmware: fw_base.S: Simplify address get
` [PATCH v4 3/8] firmware: fw_base: Simplified setup trap handler
` [PATCH v4 4/8] firmware: fw_dynamic.S: Remove _bad_dynamic_info
` [PATCH v4 5/8] firmware: fw_base.S: Remove _relocate_lottery
` [PATCH v4 6/8] firmware: fw_base.S: fix _reset_regs
` [PATCH v4 7/8] firmware: Improve fw_boot_hart
` [PATCH v4 8/8] firmware: Use C if possible

[PATCH v2] lib:platform: Add support for specify coldboot harts in DT for generic
 2024-02-06 16:23 UTC  (2+ messages)

[PATCH v3] lib: sbi: Add initial domain context management support
 2024-02-06 12:34 UTC  (2+ messages)

[PATCH v3 0/7] Starfive reboot fix & cleanup
 2024-02-06 10:56 UTC  (4+ messages)
` [PATCH v3 7/7] platform: starfive: call starfive_jh7110_inst_init() in pm_reset_init()

[PATCH v3 00/10] Improvements to fw_base.S
 2024-02-06  8:08 UTC  (9+ messages)
` [PATCH v3 06/10] firmware: fw_base: Simplified setup trap handler
` [PATCH v3 07/10] firmware: fw_dynamic.S: Remove _bad_dynamic_info
` [PATCH v3 08/10] firmware: fw_base.S: Remove _relocate_lottery
` [PATCH v3 09/10] firmware: Use C if possible


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