OpenSBI Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-25 03:12:49 to 2021-11-10 09:48:58 UTC [more...]

[PATCH v4 0/5] I2C framework, reboot Unmatched via PMIC
 2021-11-10  9:48 UTC  (8+ messages)
` [PATCH v4 1/6] lib: utils/reset: add priority to gpio reset
` [PATCH v4 2/6] lib: utils/reset: separate driver init func
` [PATCH v4 3/6] lib: utils/i2c: Add generic I2C configuration library
` [PATCH v4 4/6] lib: utils/i2c: Add simple FDT based I2C framework
` [PATCH v4 5/6] lib: utils/i2c: Add minimal SiFive I2C driver
` [PATCH v4] platform: sifive_fu740: add platform reset driver

[PATCH v3 0/6] I2C framework, reboot Unmatched via PMIC
 2021-11-10  8:12 UTC  (16+ messages)
` [PATCH v3 1/6] lib: utils/reset: add priority to gpio reset
` [PATCH v3 2/6] lib: utils/reset: separate driver init func
` [PATCH v3 3/6] lib: utils/i2c: Add generic I2C configuration library
` [PATCH v3 4/6] lib: utils/i2c: Add simple FDT based I2C framework
` [PATCH v3 5/6] lib: utils/i2c: Add minimal SiFive I2C driver
` [PATCH v3 6/6] platform: sifive_fu740: add platform reset driver

[PATCH v2] lib: pmu: support the event ID encoded by a bitmap
 2021-11-10  5:01 UTC 

[PATCH] lib: sbi: Fix PMP address bits detection
 2021-11-09  5:47 UTC  (4+ messages)

[PATCH v5 00/12] Sscof extension support
 2021-11-09  5:33 UTC  (15+ messages)
` [PATCH v5 01/12] riscv: Add new CSRs introduced by Sscofpmf[1] extension
` [PATCH v5 02/12] lib: sbi: Update csr_read/write_num for PMU
` [PATCH v5 03/12] lib: sbi: Detect Sscofpmf extension at run time
` [PATCH v5 04/12] lib: sbi: Delegate PMU counter overflow interrupt to S mode
` [PATCH v5 05/12] lib: sbi: Support sscofpmf extension in OpenSBI
` [PATCH v5 06/12] lib: sbi: Always enable access for all counters
` [PATCH v5 07/12] lib: sbi: Allow programmable counters to monitor cycle/instret events
` [PATCH v5 08/12] lib: sbi: Reset the mhpmevent value upon counter reset
` [PATCH v5 09/12] lib: sbi: Counter info width should be zero indexed
` [PATCH v5 10/12] lib: sbi: Enable PMU extension for platforms without mcountinhibit
` [PATCH v5 11/12] lib: utils: Rename the prefix in PMU DT properties
` [PATCH v5 12/12] lib: sbi: Fix initial value mask while updating the counters

[PATCH v4 00/11] Sscof extension support
 2021-11-08 18:52 UTC  (22+ messages)
` [PATCH v4 01/11] riscv: Add new CSRs introduced by Sscofpmf[1] extension
` [PATCH v4 02/11] lib: sbi: Update csr_read/write_num for PMU
` [PATCH v4 03/11] lib: sbi: Detect Sscofpmf extension at run time
` [PATCH v4 04/11] lib: sbi: Delegate PMU counter overflow interrupt to S mode
` [PATCH v4 05/11] lib: sbi: Support sscofpmf extension in OpenSBI
` [PATCH v4 06/11] lib: sbi: Always enable access for all counters
` [PATCH v4 07/11] lib: sbi: Allow programmable counters to monitor cycle/instret events
` [PATCH v4 08/11] lib: sbi: Reset the mhpmevent value upon counter reset
` [PATCH v4 09/11] lib: sbi: Counter info width should be zero indexed
` [PATCH v4 10/11] lib: sbi: Enable PMU extension for platforms without mcountinhibit
` [PATCH v4 11/11] lib: utils: Rename the prefix in PMU DT properties

[PATCH] lib: sbi: Fix pmp_set/pmp_get to use sbi_hart_pmp_count to get the number of pmp
 2021-11-08 10:02 UTC 

[PATCH] lib: sbi: fix pmp_set: clear A befor setting
 2021-11-08  9:43 UTC 

[PATCH v2] lib: utils/irqchip: Automatically delegate T-HEAD PLIC access
 2021-11-08  6:29 UTC  (6+ messages)

[PATCH v5 0/3] lib: sbi: error handling in fdt_reset_init()
 2021-11-08  5:28 UTC  (8+ messages)
` [PATCH v5 1/3] lib: sbi: move sbi_boot_print_general()
` [PATCH v5 2/3] platform: generic: move fdt_reset_init to final_init
` [PATCH v5 3/3] lib: sbi: error handling in fdt_reset_init()

[PATCH] lib: pmu: support the event ID encoded by a bitmap
 2021-11-06  1:17 UTC  (5+ messages)

[PATCH v3 00/11] Sscof extension support
 2021-11-05 19:24 UTC  (32+ messages)
` [PATCH v3 01/11] riscv: Add new CSRs introduced by Sscofpmf extension
` [PATCH v3 02/11] lib: sbi: Use csr_read/write_num for mhpmevent[h] csrs as well
` [PATCH v3 03/11] lib: sbi: Detect SSCOF extension at run time
` [PATCH v3 04/11] lib: sbi: Delegate PMU counter overflow interrupt to S mode
` [PATCH v3 05/11] lib: sbi: Support sscof extension in OpenSBI
` [PATCH v3 06/11] lib: sbi: Always enable access for all counters
` [PATCH v3 07/11] lib: sbi: Allow programmable counters to monitor cycle/instret events
` [PATCH v3 08/11] lib: sbi: Reset the mhpmevent value upon counter reset
` [PATCH v3 09/11] lib: sbi: Counter info width should be zero indexed
` [PATCH v3 10/11] lib: sbi: Enable PMU extension for platforms without mcountinhibit
` [PATCH v3 11/11] lib: utils: Rename the prefix in PMU DT properties

[PATCH v4 0/3] lib: sbi: error handling in fdt_reset_init()
 2021-11-04 14:43 UTC  (7+ messages)
` [PATCH v4 1/3] lib: sbi: move sbi_boot_print_general()
` [PATCH v4 2/3] platform: generic: move fdt_reset_init to final_init
` [PATCH v4 3/3] lib: sbi: error handling in fdt_reset_init()

[PATCH v2 0/5] I2C framework, reboot Unmatched via PMIC
 2021-11-04 13:06 UTC  (13+ messages)
` [PATCH v2 5/5] lib: utils/reset: Add generic da9063 reset driver

[PATCH] lib: utils/gpio: use list for drivers
 2021-11-04 12:58 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] include: sbi_utils: Introduce an helper to get fdt base address
 2021-11-02 12:23 UTC  (4+ messages)

[PATCH] lib: sbi: Fix GPA passed to __sbi_hfence_gvma_xyz() functions
 2021-11-02 10:37 UTC  (6+ messages)

[PATCH] lib: sbi: Refine addr format in sbi_printf
 2021-11-02  5:15 UTC  (2+ messages)

[PATCH] lib: utils/reset: Register separate GPIO system reset devices
 2021-11-02  5:05 UTC  (5+ messages)

[PATCH] [PoC] add init like system
 2021-11-01 12:45 UTC 

[PATCH] lib: sbi: Emulate debug CSR read/write
 2021-11-01  8:20 UTC  (6+ messages)

Release Plans
 2021-10-29 16:10 UTC  (8+ messages)

[PATCH v3 0/3] lib: sbi: error handling in fdt_reset_init()
 2021-10-27 15:09 UTC  (8+ messages)
` [PATCH v3 1/3] lib: sbi: move sbi_boot_print_general()
` [PATCH v2 2/3] platform: generic: move fdt_reset_init to final_init
` [PATCH v2 3/3] lib: sbi: error handling in fdt_reset_init()

[PATCH v2 0/3] lib: sbi: error handling in fdt_reset_init()
 2021-10-26 13:41 UTC  (6+ messages)
` [PATCH v2 1/3] lib: sbi: move sbi_boot_print_general()
` [PATCH v2 2/3] platform: generic: move fdt_reset_init to final_init
` [PATCH v2 3/3] lib: sbi: error handling in fdt_reset_init()

[PATCH 1/1] lib: utils/reset: error handling in fdt_reset_init()
 2021-10-26 10:24 UTC  (5+ messages)

[PATCH] lib: utils:/gpio: Improve the sifive gpio driver
 2021-10-26  3:43 UTC  (6+ messages)

[PATCH v2 00/10] Sscof extension support
 2021-10-25 19:44 UTC  (11+ messages)
` [PATCH v2 01/10] riscv: Add new CSRs introduced by Sscofpmf extension
` [PATCH v2 02/10] lib: sbi: Use csr_read/write_num for mhpmevent[h] csrs as well
` [PATCH v2 03/10] lib: sbi: Detect SSCOF extension at run time
` [PATCH v2 04/10] lib: sbi: Delegate PMU counter overflow interrupt to S mode
` [PATCH v2 05/10] lib: sbi: Support sscof extension in OpenSBI
` [PATCH v2 06/10] lib: sbi: Always enable access for all counters
` [PATCH v2 07/10] lib: sbi: Allow programmable counters to monitor cycle/instret events
` [PATCH v2 08/10] lib: sbi: Reset the mhpmevent value upon counter reset
` [PATCH v2 09/10] lib: sbi: Counter info width should be zero indexed
` [PATCH v2 10/10] lib: sbi: Enable PMU extension for platforms without mcountinhibit

[PATCH V2 0/2] lib: utils:/gpio: Improve the gpio driver
 2021-10-25  7:04 UTC  (3+ messages)
` [PATCH V2 1/2] lib: utils:/gpio: Improve the sifive "
` [PATCH V2 2/2] lib: utils:/gpio: Move the invert logic of ACTIVE_LOW to gpio


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