messages from 2024-01-17 13:29:18 to 2024-02-28 16:01:41 UTC [more...]
[PATCH v2 0/5] SBIUnit: cover OpenSBI with tests
2024-02-28 16:01 UTC (14+ 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] lib: sbi_domain: Fix PMP condition for addresses
2024-02-27 20:07 UTC
[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] lib: sbi_misaligned_ldst: Add handling of C.LHU/C.LH and C.SH
2024-02-26 5:56 UTC
[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 (14+ 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 4/4] doc/firmware: add new configuration options for jump and payload firmware
[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] platform: andes: Drop andes_pmu_setup()
2024-02-22 9:18 UTC
[PATCH] lib: sbi: Add sparse hartid support for mtimer/ipi
2024-02-21 10:41 UTC (4+ messages)
[PATCH] lib: sbi_pmu: Before using we should ensure PMU init done
2024-02-21 2:04 UTC (8+ 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 v1 0/1] Add Indirect CSR and Counter delegation ISA extension support
2024-02-17 0:06 UTC (2+ messages)
` [PATCH v1 1/1] lib: sbi: Add support for smcsrind and smcdeleg
[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 (11+ messages)
` [PATCH v4 1/7] platform: starfive: correct system clock device tree node
` [PATCH v4 2/7] platform: starfive: get I2C offset address from clocks property
` [PATCH v4 3/7] platform: starfive: remove redundant compatibility check in pmic_ops
` [PATCH v4 4/7] platform: starfive: rename "stf,axp15060-regulator" -> "x-powers,axp15060"
` [PATCH v4 5/7] platform: starfive: drop "compatible" from struct pmic
` [PATCH v4 6/7] platform: starfive: return error if needed devices are not present
` [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 (17+ messages)
` [PATCH v3 1/7] platform: starfive: correct system clock device tree node
` [PATCH v3 2/7] platform: starfive: get I2C offset address from clocks property
` 回复: "
` [PATCH v3 3/7] platform: starfive: remove redundant compatibility check in pmic_ops
` [PATCH v3 4/7] platform: starfive: rename "stf,axp15060-regulator" -> "x-powers,axp15060"
` [PATCH v3 5/7] platform: starfive: drop "compatible" from struct pmic
` 回复: "
` [PATCH v3 6/7] platform: starfive: return error if needed devices are not present
` [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 (17+ messages)
` [PATCH v3 01/10] firmware: fw_base.S: Improve loading u32
` [PATCH v3 02/10] firmware: fw_base.S: remove _runtime_offset
` [PATCH v3 03/10] firmware: fw_base.S: Simplify address get in _relocate
` [PATCH v3 05/10] firmware: fw_base.S: Move _link_start to .rodata section
` [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
[PATCH 1/2] check for --exclude-libs
2024-02-05 11:13 UTC (4+ messages)
` [PATCH 2/2] firmware: always create dynsym section
[PATCH v2] Makefile: don't pass -mstrict-align if not supported
2024-02-05 10:40 UTC (3+ messages)
[PATCH] Makefile: Remove unused code and data
2024-02-05 7:43 UTC (2+ messages)
[PATCH] fw_base.S: Fix comment errors
2024-02-05 5:03 UTC (2+ messages)
[PATCH] lib: sbi: Use mask to check the free bit during trigger allocation
2024-02-05 4:54 UTC (2+ messages)
[PATCH 0/5] starfive reboot cleanup & fix
2024-02-02 10:47 UTC (10+ messages)
` [PATCH 1/5] platform: starfive: remove redundant compatibility check in pmic_ops
` [PATCH 2/5] platform: starfive: rename "stf,axp15060-regulator" -> "x-powers,axp15060"
` [PATCH 3/5] platform: starfive: drop "compatible" from struct pmic
` [PATCH 4/5] platform: starfive: return error if needed devices are not present
` [PATCH 5/5] platform: starfive: call starfive_jh7110_inst_init() in pm_reset_init()
[PATCH v1] lib:platform: Add support for specify coldboot harts in DT for generic
2024-01-30 10:41 UTC (2+ messages)
[PATCH 0/3] Allow platform to handle load/store faults
2024-01-29 17:08 UTC (7+ messages)
` [PATCH 1/3] lib: sbi: rename sbi_misaligned_ldst.c to sbi_trap_ldst.c
` [PATCH 2/3] include: sbi: rename sbi_misaligned_ldst.h to sbi_trap_ldst.h
` [PATCH 3/3] lib: sbi: Allow platform to fixup load/store faults
[PATCH v2] lib:firmware: Select preferred boot hart for cold boot
2024-01-25 5:49 UTC (6+ messages)
[PATCH] lib:firmware: Select preferred boot hart for cold boot
2024-01-24 14:31 UTC (4+ messages)
[PATCH] lib:firmware: Select preferred boot hart for cold boot
2024-01-24 3:42 UTC
[PATCH v2 1/2] platform: starfive: correct system clock device tree node
2024-01-18 9:20 UTC (2+ messages)
` [PATCH v2 2/2] platform: starfive: get I2C offset address from "clocks" property
[PATCH] Makefile: don't pass -mstrict-align to clang
2024-01-18 7:38 UTC (2+ messages)
[PATCH 1/2] platform: starfive: correct system clock device tree node
2024-01-18 4:57 UTC (3+ messages)
` [PATCH 2/2] platform: starfive: get I2C offset address from clocks property
[RFC PATCH v2 0/4] Add support for Supervisor Software Events extension
2024-01-17 13:39 UTC (5+ messages)
` [RFC PATCH v2 2/4] lib: sbi: add "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox