messages from 2023-05-21 15:26:33 to 2023-06-12 01:05:04 UTC [more...]
[RFC PATCH 0/2] lib: reset: thead: Correct dts naming convention
2023-06-12 1:05 UTC (18+ messages)
` [RFC PATCH 1/2] lib: reset: thead: Remove unnecessary fence operations
` [RFC PATCH 2/2] lib: reset: thead: Correct the naming convention of dts
[PATCH 0/2] OpenSBI logo and copyright update
2023-06-11 4:08 UTC (3+ messages)
` [PATCH 1/2] docs: Add OpenSBI logo and use it in the top-level README.md
` [PATCH 2/2] README.md: Improve project copyright information
[PATCH v5 00/14] Improve sbi_console
2023-06-09 8:58 UTC (21+ messages)
` [PATCH v5 01/14] lib: sbi: Fix missing contine in print
` [PATCH v5 02/14] lib: sbi: Fix how print gets flags
` [PATCH v5 03/14] lib: sbi: print not fill '0' when left-aligned
` [PATCH v5 04/14] lib: sbi: Add '+' flags for print
` [PATCH v5 05/14] lib: sbi: Add ' ' '\'' "
` [PATCH v5 06/14] lib: sbi: implifying the parameters of printi
` [PATCH v5 07/14] lib: sbi: print add 'o' type
` [PATCH v5 08/14] lib: sbi: Fix printi
` [PATCH v5 09/14] lib: sbi: Simplify prints
` [PATCH v5 10/14] lib: sbi: sbi_console.c code re-layout
` [PATCH v5 11/14] lib: sbi: Add print_info for sbi_console.c
` [PATCH v5 12/14] lib: sbi: Fix timing of clearing tbuf
` [PATCH v5 13/14] lib: sbi: Fix missing '\0' when buffer szie equal 1
` [PATCH v5 14/14] lib: sbi: Fix invalid directive print
[PATCH v4 00/13] Improve sbi_console
2023-06-08 7:36 UTC (15+ messages)
` [PATCH v4 01/13] lib: sbi: Fix missing contine in print
` [PATCH v4 02/13] lib: sbi: Fix how print gets flags
` [PATCH v4 03/13] lib: sbi: print not fill '0' when left-aligned
` [PATCH v4 04/13] lib: sbi: Add '+' flags for print
` [PATCH v4 05/13] lib: sbi: Add ' ' '\'' "
` [PATCH v4 06/13] lib: sbi: implifying the parameters of printi
` [PATCH v4 07/13] lib: sbi: print add 'o' type
` [PATCH v4 08/13] lib: sbi: Fix printi
` [PATCH v4 09/13] lib: sbi: Simplify prints
` [PATCH v4 10/13] lib: sbi: sbi_console.c code re-layout
` [PATCH v4 11/13] lib: sbi: Add print_info for sbi_console.c
` [PATCH v4 12/13] lib: sbi: Fix timing of clearing tbuf
` [PATCH v4 13/13] lib: sbi: Fix missing '\0' when buffer szie equal 1
[PATCH v3 12/12] lib: sbi: Fix timing of clearing tbuf
2023-06-06 13:29 UTC
[PATCH v3 11/12] lib: sbi: Add print_info for sbi_console.c
2023-06-06 13:29 UTC
[PATCH v3 10/12] lib: sbi: sbi_console.c code re-layout
2023-06-06 13:29 UTC
[PATCH v3 09/12] lib: sbi: Simplify prints
2023-06-06 13:29 UTC
[PATCH v3 00/12] Improve sbi_console
2023-06-06 13:24 UTC (9+ messages)
` [PATCH v3 01/12] lib: sbi: Fix missing contine in print
` [PATCH v3 02/12] lib: sbi: Fix how print gets flags
` [PATCH v3 03/12] lib: sbi: print not fill '0' when left-aligned
` [PATCH v3 04/12] lib: sbi: Add '+' flags for print
` [PATCH v3 05/12] lib: sbi: Add ' ' '\'' "
` [PATCH v3 06/12] lib: sbi: implifying the parameters of printi
` [PATCH v3 07/12] lib: sbi: print add 'o' type
` [PATCH v3 08/12] lib: sbi: Fix printi
[PATCH v2 00/18] Introduce and use simple heap allocator
2023-06-06 10:33 UTC (20+ messages)
` [PATCH v2 01/18] include: sbi_scratch: Add helper macros to access data type
` [PATCH v2 02/18] platform: Allow platforms to specify heap size
` [PATCH v2 03/18] lib: sbi: Introduce simple heap allocator
` [PATCH v2 04/18] lib: sbi: Print scratch size and usage at boot time
` [PATCH v2 05/18] lib: sbi_pmu: Use heap for per-HART PMU state
` [PATCH v2 06/18] lib: sbi: Use heap for root domain creation
` [PATCH v2 07/18] lib: sbi: Use scratch space to save per-HART domain pointer
` [PATCH v2 08/18] lib: utils/gpio: Use heap in SiFive and StartFive GPIO drivers
` [PATCH v2 09/18] lib: utils/i2c: Use heap in DesignWare and SiFive I2C drivers
` [PATCH v2 10/18] lib: utils/ipi: Use heap in ACLINT MSWI driver
` [PATCH v2 11/18] lib: utils/irqchip: Use heap in PLIC, APLIC and IMSIC drivers
` [PATCH v2 12/18] lib: utils/timer: Use heap in ACLINT MTIMER driver
` [PATCH v2 13/18] lib: utils/fdt: Use heap in FDT domain parsing
` [PATCH v2 14/18] lib: utils/ipi: Use scratch space to save per-HART MSWI pointer
` [PATCH v2 15/18] lib: utils/timer: Use scratch space to save per-HART MTIMER pointer
` [PATCH v2 16/18] lib: utils/irqchip: Use scratch space to save per-HART PLIC pointer
` [PATCH v2 17/18] lib: utils/irqchip: Don't check hartid in imsic_update_hartid_table()
` [PATCH v2 18/18] lib: utils/irqchip: Use scratch space to save per-HART IMSIC pointer
[PATCH v2 12/12] lib: sbi: Fix timing of clearing tbuf
2023-06-06 10:32 UTC
[PATCH v2 11/12] lib: sbi: Add print_info for sbi_console.c
2023-06-06 10:32 UTC
[PATCH v2 00/12] Improve sbi_console
2023-06-06 10:31 UTC (11+ messages)
` [PATCH v2 01/12] lib: sbi: Fix missing contine in print
` [PATCH v2 02/12] lib: sbi: Fix how print gets flags
` [PATCH v2 03/12] lib: sbi: print not fill '0' when left-aligned
` [PATCH v2 04/12] lib: sbi: Add '+' flags for print
` [PATCH v2 05/12] lib: sbi: Add ' ' '\'' "
` [PATCH v2 06/12] lib: sbi: implifying the parameters of printi
` [PATCH v2 07/12] lib: sbi: print add 'o' type
` [PATCH v2 08/12] lib: sbi: Fix printi
` [PATCH v2 09/12] lib: sbi: Simplify prints
` [PATCH v2 10/12] lib: sbi: sbi_console.c code re-layout
[PATCH v2 00/12] Improve sbi_console
2023-06-06 10:30 UTC (11+ messages)
` [PATCH v2 01/12] lib: sbi: Fix missing contine in print
` [PATCH v2 02/12] lib: sbi: Fix how print gets flags
` [PATCH v2 03/12] lib: sbi: print not fill '0' when left-aligned
` [PATCH v2 04/12] lib: sbi: Add '+' flags for print
` [PATCH v2 05/12] lib: sbi: Add ' ' '\'' "
` [PATCH v2 06/12] lib: sbi: implifying the parameters of printi
` [PATCH v2 07/12] lib: sbi: print add 'o' type
` [PATCH v2 08/12] lib: sbi: Fix printi
` [PATCH v2 09/12] lib: sbi: Simplify prints
` [PATCH v2 10/12] lib: sbi: sbi_console.c code re-layout
[PATCH] lib: sbi: Fix timing of clearing tbuf
2023-06-06 7:12 UTC (3+ messages)
[PATCH 00/17] Introduce and use simple heap allocator
2023-06-05 11:23 UTC (44+ messages)
` [PATCH 01/17] platform: Allow platforms to specify heap size
` [PATCH 02/17] lib: sbi: Introduce simple heap allocator
` [PATCH 03/17] lib: sbi: Print scratch size and usage at boot time
` [PATCH 04/17] lib: sbi_pmu: Use heap for per-HART PMU state
` [PATCH 05/17] lib: sbi: Use heap for root domain creation
` [PATCH 06/17] lib: sbi: Use scratch space to save per-HART domain pointer
` [PATCH 07/17] lib: utils/gpio: Use heap in SiFive and StartFive GPIO drivers
` [PATCH 08/17] lib: utils/i2c: Use heap in DesignWare and SiFive I2C drivers
` [PATCH 09/17] lib: utils/ipi: Use heap in ACLINT MSWI driver
` [PATCH 10/17] lib: utils/irqchip: Use heap in PLIC, APLIC and IMSIC drivers
` [PATCH 11/17] lib: utils/timer: Use heap in ACLINT MTIMER driver
` [PATCH 12/17] lib: utils/fdt: Use heap in FDT domain parsing
` [PATCH 13/17] lib: utils/ipi: Use scratch space to save per-HART MSWI pointer
` [PATCH 14/17] lib: utils/timer: Use scratch space to save per-HART MTIMER pointer
` [PATCH 15/17] lib: utils/irqchip: Use scratch space to save per-HART PLIC pointer
` [PATCH 16/17] lib: utils/irqchip: Don't check hartid in imsic_update_hartid_table()
` [PATCH 17/17] lib: utils/irqchip: Use scratch space to save per-HART IMSIC pointer
[PATCH 0/9] Improve sbi_console
2023-06-05 6:16 UTC (10+ messages)
` [PATCH 1/9] lib: sbi: Fix missing contine in print
` [PATCH 2/9] lib: sbi: Fix how print gets flags
` [PATCH 3/9] lib: sbi: print not fill '0' when left-aligned
` [PATCH 4/9] lib: sbi: Add '+' flags for print
` [PATCH 5/9] lib: sbi: Add ' ' '\'' "
` [PATCH 6/9] lib: sbi: implifying the parameters of printi
` [PATCH 7/9] lib: sbi: print add 'o' type
` [PATCH 8/9] lib: sbi: Fix printi
` [PATCH 9/9] lib: sbi: Simplify prints
[PATCH] lib: sbi: Align system suspend errors with spec
2023-06-04 9:52 UTC (2+ messages)
[PATCH v2 1/1] lib: utils/ipi: buffer overrun aclint_mswi_cold_init
2023-06-04 9:44 UTC (3+ messages)
reserved-memory nodes created by OpenSBI
2023-05-30 11:47 UTC (4+ messages)
[PATCH 1/1] lib: utils/ipi: buffer overrun aclint_mswi_cold_init
2023-05-29 8:38 UTC
[PATCH v3 0/4] Miscellaneous
2023-05-26 7:20 UTC (12+ messages)
` [PATCH v3 1/4] lib: sbi: Fix return of sbi_console_init
` [PATCH v3 2/4] lib: utils: Improve fdt_serial_init
` [PATCH v3 3/4] lib: utils: Improve fdt_ipi
` [PATCH v3 4/4] lib: utils: Improve fdt_timer
[PATCH 1/3] platform: generic: thead: move to thead c9xx header to vendor specific postion
2023-05-23 10:26 UTC (8+ messages)
` [PATCH 2/3] platform: generic: thead: separate implement of thead c9xx pmu
` [PATCH 3/3] platform: generic: thead: add pmu detection for th1520
[PATCH 0/3] platform: generic: add T-HEAD th1520 soc support
2023-05-23 6:36 UTC
[PATCH v2 0/4] Miscellaneous
2023-05-22 5:10 UTC (5+ messages)
` [PATCH v2 1/4] lib: sbi: Fix return of sbi_console_init
` [PATCH v2 2/4] lib: utils: Improve fdt_serial_init
` [PATCH v2 3/4] lib: utils: Improve fdt_ipi
` [PATCH v2 4/4] lib: utils: Improve fdt_timer
[PATCH] Makefile: Dereference symlinks on install
2023-05-22 4:02 UTC (4+ messages)
` [PATCH v[3]] "
[PATCH 0/4] Miscellaneous
2023-05-22 4:00 UTC (9+ messages)
` [PATCH 1/4] lib: sbi: Fix the hang condition of console init
` [PATCH 2/4] lib: utils: Improve fdt_serial_init
` [PATCH 3/4] lib: utils: Improve fdt_ipi
` [PATCH 4/4] lib: utils: Improve fdt_timer
[PATCH v6 0/7] lib: sbi: Ensure SBI extension is available
2023-05-21 15:32 UTC (13+ messages)
` [PATCH v6 2/7] lib: sbi: Narrow vendor extension range
` [PATCH v6 3/7] lib: sbi: pmu: Remove unnecessary probe function
` [PATCH v6 4/7] lib: sbi: Only register available extensions
` [PATCH v6 5/7] lib: sbi: Optimize probe of srst/susp
` [PATCH v6 6/7] lib: sbi: Remove 0/1 probe implementations
` [PATCH v6 7/7] lib: sbi: Document sbi_ecall_extension members
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