OpenSBI Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-11 19:18:29 to 2023-02-01 07:38:57 UTC [more...]

[PATCH 0/2] Add endianness conversion support
 2023-02-01  7:38 UTC  (7+ messages)
` [PATCH 1/2] include: Add support for byteorder/endianness conversion
` [PATCH 2/2] lib: utils/fdt: Use byteorder conversion functions in libfdt_env.h

[PATCH v5 0/8] OpenSBI debug console support
 2023-01-31 17:34 UTC  (12+ messages)
` [PATCH v5 1/8] include: Add defines for SBI debug console extension
` [PATCH v5 2/8] lib: sbi: Add sbi_nputs() function
` [PATCH v5 3/8] lib: sbi: Add sbi_ngets() function
` [PATCH v5 4/8] lib: sbi: Add sbi_domain_check_addr_range() function
` [PATCH v5 5/8] lib: sbi: Implement SBI debug console extension
` [PATCH v5 6/8] lib: sbi: Add console_puts() callback in the console device
` [PATCH v5 7/8] lib: utils/serial: Implement console_puts() for semihosting
` [PATCH v5 8/8] lib: sbi: Speed-up sbi_printf() and friends using nputs()

[PATCH v2 1/3] lib: sbi: Optimize sbi_tlb
 2023-01-31  9:31 UTC  (3+ messages)
` [PATCH v2 2/3] lib: sbi: Optimize sbi_ipi
` [PATCH v2 3/3] lib: sbi: rename function of sbi_ipi

[PATCH v2 0/3] Miscellaneous about sbi_tlb and sbi_ipi
 2023-01-31  9:29 UTC 

[PATCH 0/3] Miscellaneous about sbi_tlb and sbi_ipi
 2023-01-31  9:20 UTC  (4+ messages)
` [PATCH 1/3] lib: sbi: Optimize sbi_tlb
` [PATCH 2/3] lib: sbi: Optimize sbi_ipi
` [PATCH 3/3] lib: sbi: rename function of sbi_ipi

[PATCH] lib: sbi: Ensure domidx_to_domain_table is null-terminated
 2023-01-30 16:42 UTC 

[RFC PATCH v3 0/3] Renesas RZ/Five add support to configure PMA and add vendor specific SBI extension
 2023-01-30 16:36 UTC  (14+ messages)
` [RFC PATCH v3 1/3] platform: generic: renesas: rzfive: Add support to configure the PMA
` [RFC PATCH v3 2/3] platform: generic: renesas: rzfive: Configure the PMA region
` [RFC PATCH v3 3/3] platform: generic: renesas: rzfive: Add SBI EXT to check for enabling IOCP errata

[PATCH 1/1] Add RISC-V TEE support
 2023-01-28  8:33 UTC 

[PATCH 1/1] Add RISC-V TEE support
 2023-01-28  7:39 UTC 

[PATCH] lib: utils: Mark only the largest region as reserved in FDT
 2023-01-27  4:19 UTC 

OpenSBI (c45992c [master branch]) and U-Boot 2023.01 on QEMU 7.2.0 does not boot?
 2023-01-27  4:08 UTC  (3+ messages)

[PATCH] firmware: Fix fw_rw_offset computation in fw_base.S
 2023-01-27  3:15 UTC  (4+ messages)

[PATCH v3 0/5] Split RX and RW regions for separate pmp entries
 2023-01-26  8:50 UTC  (24+ messages)
` [PATCH v3 1/5] firmware: Split RO/RX and RW sections
` [PATCH v3 2/5] firmware: Move dynsym and reladyn sections to RX section
` [PATCH v3 3/5] firmware: Add RW section offset in scratch
` [PATCH v3 4/5] lib: sbi: Print the RW section offset
` [PATCH v3 5/5] Add two entries:

[RFC PATCH v2 0/3] Renesas RZ/Five add support to configure PMA and add vendor specific SBI extension
 2023-01-25 19:50 UTC  (11+ messages)
` [RFC PATCH v2 1/3] platform: generic: renesas: rzfive: Add support to configure the PMA
` [RFC PATCH v2 3/3] platform: generic: renesas: rzfive: Add SBI EXT to check for enabling IOCP errata

[PATCH 1/1] Add RISC-V TEE support
 2023-01-24 19:12 UTC  (13+ messages)
  ` 答复: "
      ` 答复: "

[PATCH v2 1/2] lib: utils: Add fdt_add_cpu_idle_states() helper function
 2023-01-24 12:32 UTC  (4+ messages)
` [PATCH v2 2/2] platform: generic: allwinner: Advertise nonretentive suspend

[PATCH v2] platform: generic: renesas: rzfive: Configure the Local memory regions as part of root domain
 2023-01-23  6:09 UTC  (2+ messages)

[PATCH] lib: utils: Fix reserved memory node for firmware memory
 2023-01-23  4:59 UTC  (3+ messages)

[PATCH v4 0/6] Implement hart hotplug using HSM extension for AE350
 2023-01-23  4:59 UTC  (8+ messages)
` [PATCH v4 1/6] docs: generic.md: fix typo of andes-ae350
` [PATCH v4 2/6] lib: sbi_hsm: handle failure when hart_stop returns SBI_ENOTSUPP
` [PATCH v4 3/6] include: types: add always inline compiler attribute
` [PATCH v4 4/6] lib: utils: atcsmu: Add Andes System Management Unit support
` [PATCH v4 5/6] platform: andes/ae350: Implement hart hotplug using HSM extension
` [PATCH v4 6/6] lib: reset/fdt_reset_atcwdt200: Use defined macros and function in atcsmu.h

[PATCH v3 0/6] Implement hart hotplug using HSM extension for AE350
 2023-01-20  2:11 UTC  (11+ messages)
` [PATCH v3 1/6] docs: generic.md: fix typo of andes-ae350
` [PATCH v3 2/6] lib: sbi_hsm: handle failure when hart_stop returns SBI_ENOTSUPP
` [PATCH v3 3/6] include: types: add always inline compiler attribute
` [PATCH v3 4/6] lib: utils: atcsmu: Add Andes System Management Unit support
` [PATCH v3 5/6] platform: andes/ae350: Implement hart hotplug using HSM extension
` [PATCH v3 6/6] lib: reset/fdt_reset_atcwdt200: Use defined macros and function in atcsmu.h

[PATCH v2 0/5] Split RX and RW regions for separate pmp entries
 2023-01-19 14:01 UTC  (9+ messages)
` [PATCH v2 1/5] firmware: Split RO/RX and RW sections
` [PATCH v2 2/5] firmware: Move dynsym and reladyn sections to RX section
` [PATCH v2 3/5] firmware: Add RW section offset in scratch
` [PATCH v2 4/5] lib: sbi: Print the RW section offset
` [PATCH v2 5/5] Add two entries:

[PATCH 0/5] Split RX and RW regions for separate pmp entries
 2023-01-19 10:35 UTC  (15+ messages)
` [PATCH 1/5] firmware: Split RO/RX and RW sections
` [PATCH 2/5] firmware: Move dynsym and reladyn sections to RX section
` [PATCH 3/5] firmware: Add RW section offset in scratch
` [PATCH 4/5] lib: sbi: Print the RW section offset
` [PATCH 5/5] lib: sbi: Program separate pmp entries for text and data

[PATCH 00/11] SBI system suspend (SUSP) extension
 2023-01-18 14:56 UTC  (13+ messages)
` [PATCH 01/11] lib: sbi_hsm: Factor out invalid state detection
` [PATCH 02/11] lib: sbi_hsm: Don't try to restore state on failed change
` [PATCH 03/11] lib: sbi_hsm: Ensure errors are consistent with spec
` [PATCH 04/11] lib: sbi_hsm: Move misplaced comment
` [PATCH 05/11] lib: sbi_hsm: Remove unnecessary include
` [PATCH 06/11] lib: sbi_hsm: Export some functions
` [PATCH 07/11] lib: sbi: Add system suspend skeleton
` [PATCH 08/11] lib: sbi: Add system_suspend_allowed domain property
` [PATCH 09/11] lib: sbi: Implement system suspend
` [PATCH 10/11] docs: Correct opensbi-domain property name
` [PATCH 11/11] platform: generic: Add system suspend test

Upcoming OpenSBI v1.2 release
 2023-01-18  8:18 UTC  (6+ messages)

[PATCH v2 0/6] Implement hart hotplug using HSM extension for AE350
 2023-01-18  4:17 UTC  (9+ messages)
` [PATCH v2 1/6] docs: generic.md: fix typo of andes-ae350
` [PATCH v2 2/6] lib: sbi_hsm: handle failure when hart_stop returns SBI_ENOTSUPP
` [PATCH v2 3/6] include: types: add always inline compiler attribute
` [PATCH v2 4/6] lib: utils: atcsmu: Add Andes System Management Unit support
` [PATCH v2 5/6] platform: andes/ae350: Implement hart hotplug using HSM extension
` [PATCH v2 6/6] lib: reset/fdt_reset_atcwdt200: Use defined macros and function in atcsmu.h

[PATCH v5] dt-bindings: riscv: add SBI PMU event mappings
 2023-01-17 19:50 UTC  (2+ messages)

[RFC PATCH 00/11] SBI system suspend (SUSP) extension
 2023-01-17  9:33 UTC  (25+ messages)
` [RFC PATCH 01/11] lib: sbi_hsm: Factor out invalid state detection
` [RFC PATCH 02/11] lib: sbi_hsm: Don't try to restore state on failed change
` [RFC PATCH 03/11] lib: sbi_hsm: Ensure errors are consistent with spec
` [RFC PATCH 04/11] lib: sbi_hsm: Move misplaced comment
` [RFC PATCH 05/11] lib: sbi_hsm: Remove unnecessary include
` [RFC PATCH 06/11] lib: sbi_hsm: Export some functions
` [RFC PATCH 07/11] lib: sbi: Add system suspend skeleton
` [RFC PATCH 08/11] lib: sbi: Add system_suspend_allowed domain property
` [RFC PATCH 09/11] lib: sbi: Implement system suspend
` [RFC PATCH 10/11] docs: Correct opensbi-domain property name
` [RFC PATCH 11/11] platform: generic: Add system suspend test

[PATCH 0/2] Not to clear all the bits of mip
 2023-01-17  8:14 UTC  (3+ messages)
` [PATCH 1/2] firmware: Not to clear all the MIP
` [PATCH 2/2] lib: sbi_hsm: Use csr_set to restore "

[PATCH 0/6] Implement hart hotplug using HSM extension for
 2023-01-16 20:17 UTC  (17+ messages)
` [PATCH 1/6] docs: generic.md: fix typo of andes-ae350
` [PATCH 2/6] lib: sbi_hsm: handle failure when hart_stop returns SBI_ENOTSUPP
` [PATCH 3/6] include: types: add always inline compiler attribute
` [PATCH 4/6] platform: andes/ae350: Implement hart hotplug using HSM extension
` [PATCH 5/6] lib: reset/fdt_reset_atcwdt200: use defined macros in atcsmu.h
` [PATCH 6/6] lib: sbi_hsm: Introduce hart_secondary_boot() callback

[PATCH 1/1] Add RISC-V TEE support
 2023-01-16 13:08 UTC 

[PATCH] lib: sbi_domain: Avoid overwriting coldboot hart's scratch->arg1
 2023-01-13 13:25 UTC  (4+ messages)

[PATCH 1/2] lib: utils: Add fdt_add_cpu_idle_states() helper function
 2023-01-13 12:28 UTC  (6+ messages)
` [PATCH 2/2] platform: generic: allwinner: Advertise nonretentive suspend

[PATCH] platform: generic: allwinner: Fix PLIC array bounds
 2023-01-13 12:07 UTC  (2+ messages)

[PATCH 1/1] platform: generic: allwinner: avoid buffer overrun
 2023-01-13 12:04 UTC  (2+ messages)

[PATCH] platform: generic: renesas: rzfive: Configure the Local memory regions as part of root domain
 2023-01-11 23:53 UTC  (6+ messages)


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