OpenSBI Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-24 04:30:18 to 2021-07-10 16:18:10 UTC [more...]

[PATCH v5 00/15] SBI PMU extension support
 2021-07-10 16:18 UTC  (10+ messages)
` [PATCH v5 01/15] docs: Add device tree bindings for SBI PMU extension
` [PATCH v5 02/15] lib: sbi: Detect mcountinihibit support at runtime
` [PATCH v5 03/15] lib: sbi: Remove stray '\' character
` [PATCH v5 04/15] lib: sbi: Detect number of bits implemented in mhpmcounter
` [PATCH v5 05/15] lib: sbi: Disable m/scounteren & enable mcountinhibit
` [PATCH v5 06/15] include: Add a list empty check function
` [PATCH v5 07/15] lib: sbi: Remove redundant boot time print statement
` [PATCH v5 08/15] lib: sbi: Use csr_read/write_num to read/update PMU counters
` [PATCH v5 09/15] lib: sbi: Add PMU specific platform hooks

[PATCH v4 0/5] Fully support standalone Clang/LLVM toolchains
 2021-07-10 14:56 UTC  (17+ messages)
` [PATCH v4 1/5] fw_base: Don't mark fw_platform_init as both global and weak
` [PATCH v4 2/5] fw_base: Put data in .data rather than .text
` [PATCH v4 3/5] firmware: Explicitly pass -pie to the linker, not just the driver
` [PATCH v4 4/5] Makefile: Support building with Clang and LLVM binutils
` [PATCH v4 5/5] Drop dependency on libgcc by importing part of FreeBSD's libquad

[PATCH 1/2] firmware: Remove the unhelpful alignment codes before fdt relocation
 2021-07-10 14:28 UTC  (2+ messages)
` [PATCH 2/2] docs: firmware: Document parameters passed to firmware and alignment requirement

[PATCH v2] firmware: Minor optimization in _scratch_init()
 2021-07-10 14:00 UTC 

[PATCH] firmware: Minor optimization in _scratch_init()
 2021-07-10 13:30 UTC  (4+ messages)

[PATCH v3 0/3] Fully support standalone Clang/LLVM toolchains
 2021-07-10 13:18 UTC  (12+ messages)
` [PATCH v3 1/3] fw_base: Don't mark fw_platform_init as both global and weak
` [PATCH v3 2/3] Makefile: Support building with Clang and LLVM binutils
` [PATCH v3 3/3] Drop dependency on libgcc by importing part of FreeBSD's libquad

[PATCH v3 0/5] GPIO reset support
 2021-07-10  5:58 UTC  (6+ messages)
` [PATCH v3 1/5] lib: utils/fdt: Add fdt_parse_phandle_with_args() API
` [PATCH v3 2/5] lib: utils/gpio: Add generic GPIO configuration library
` [PATCH v3 3/5] lib: utils/gpio: Add simple FDT based GPIO framework
` [PATCH v3 4/5] lib: utils/gpio: Add minimal SiFive GPIO driver
` [PATCH v3 5/5] lib: utils/reset: Add generic GPIO reset driver

[PATCH v2 0/2] Fully support standalone Clang/LLVM toolchains
 2021-07-10  5:37 UTC  (19+ messages)
` [PATCH v2 1/2] Makefile: Support building with Clang and LLVM binutils
` [PATCH v2 2/2] Drop dependency on libgcc by importing part of FreeBSD's libquad

[PATCH v2 0/6] GPIO reset support
 2021-07-10  5:11 UTC  (16+ messages)
` [PATCH v2 1/6] lib: utils/fdt: Add fdt_parse_phandle_with_args() API
` [PATCH v2 2/6] lib: utils/gpio: Add generic GPIO configuration library
` [PATCH v2 3/6] lib: utils/gpio: Add simple FDT based GPIO framework
` [PATCH v2 4/6] lib: utils/gpio: Add minimal SiFive GPIO driver
` [PATCH v2 5/6] lib: utils/reset: Add generic GPIO reset driver
` [PATCH v2 6/6] lib: utils/fdt: Disable GPIO restart and poweroff nodes in fdt_fixups()

[PATCH 0/2] Fully support standalone Clang/LLVM toolchains
 2021-07-08 17:17 UTC  (24+ messages)
` [PATCH 1/2] Makefile: Support building with Clang and LLVM binutils
` [PATCH 2/2] Drop dependency on libgcc by importing part of FreeBSD's libquad

[PATCH 1/2] docs: Correct a typo in platform_guide.md
 2021-07-08 12:06 UTC  (4+ messages)
` [PATCH 2/2] docs: Make <xyz> visible in the rendered platform guide

[PATCH] firmware: Define a macro for version of struct fw_dynamic_info
 2021-07-08  0:47 UTC  (2+ messages)

[PATCH] firmware: Remove the sanity checks in fw_save_info()
 2021-07-08  0:46 UTC  (2+ messages)

[PATCH] include: simplify the definition of s64/u64/int64/uint64
 2021-07-06 14:14 UTC 

[PATCH] include: simplify the definition of s64/u64/int64/uint64
 2021-07-06 14:13 UTC  (3+ messages)

undefined reference to `__dyn_sym_start' since commit bf3ef53bb7f5 ("firmware: Enable FW_PIC by default")
 2021-07-06 13:01 UTC  (5+ messages)

[PATCH] platform: generic: Terminate platform.name with null
 2021-07-06  8:57 UTC  (2+ messages)

[PATCH] docs/platform: thead-c9xx: Remove FW_PIC=y
 2021-07-06  5:30 UTC  (2+ messages)

[RFC PATCH 0/4] add sifive reset device
 2021-07-06  5:14 UTC  (12+ messages)
` [RFC PATCH 1/4] lib: utils: reset: unify naming of 'sifive_test' device
` [RFC PATCH 2/4] lib: utils: add GPIO and poweroff parsing
` [RFC PATCH 3/4] lib: utils: add gpio generic interface
` [RFC PATCH 4/4] lib: utils: add sifive reset device

[PATCH v4 00/15] SBI PMU extension support
 2021-07-03  4:37 UTC  (17+ messages)
` [PATCH v4 01/15] docs: Add device tree bindings for SBI PMU extension
` [PATCH v4 02/15] lib: sbi: Detect mcountinihibit support at runtime
` [PATCH v4 03/15] lib: sbi: Remove stray '\' character
` [PATCH v4 04/15] lib: sbi: Detect number of bits implemented in mhpmcounter
` [PATCH v4 05/15] lib: sbi: Disable m/scounteren & enable mcountinhibit
` [PATCH v4 06/15] include: Add a list empty check function
` [PATCH v4 07/15] lib: sbi: Remove redundant boot time print statement
` [PATCH v4 08/15] lib: sbi: Use csr_read/write_num to read/update PMU counters
` [PATCH v4 09/15] lib: sbi: Add PMU specific platform hooks
` [PATCH v4 10/15] lib: sbi: Add PMU support
` [PATCH v4 11/15] utils: fdt: Add fdt helper functions to parse PMU DT nodes
` [PATCH v4 12/15] lib: sbi: Implement SBI PMU extension
` [PATCH v4 13/15] lib: sbi: Implement firmware counters
` [PATCH v4 14/15] lib:sbi:tlb: Improve function naming
` [PATCH v4 15/15] platform: generic: Add PMU support

[PATCH v3 00/15] SBI PMU extension support
 2021-07-01  8:58 UTC  (29+ messages)
` [PATCH v3 01/15] docs: Add device tree bindings for SBI PMU extension
` [PATCH v3 02/15] lib: sbi: Detect mcountinihibit support at runtime
` [PATCH v3 03/15] lib: sbi: Remove stray '\' character
` [PATCH v3 04/15] lib: sbi: Detect number of bits implemented in mhpmcounter
` [PATCH v3 05/15] lib: sbi: Disable m/scounteren & enable mcountinhibit
` [PATCH v3 06/15] include: Add a list empty check function
` [PATCH v3 07/15] lib: sbi: Remove redundant boot time print statement
` [PATCH v3 08/15] lib: sbi: Use csr_read/write_num to read/update PMU counters
` [PATCH v3 09/15] lib: sbi: Add PMU specific platform hooks
` [PATCH v3 10/15] lib: sbi: Add PMU support
` [PATCH v3 11/15] utils: fdt: Add fdt helper functions to parse PMU DT nodes
` [PATCH v3 12/15] lib: sbi: Implement SBI PMU extension
` [PATCH v3 13/15] lib: sbi: Implement firmware counters
` [PATCH v3 14/15] lib:sbi:tlb: Improve function naming
` [PATCH v3 15/15] platform: generic: Add PMU support

[PATCH v2 00/15] SBI PMU extension support
 2021-06-25 18:09 UTC  (6+ messages)
` [PATCH v2 10/15] lib: sbi: Add PMU support

[PATCH 1/1] lib: sbi_scratch: re-implement scratch memory allocator
 2021-06-25  8:05 UTC  (4+ messages)

[PATCH v3 0/6] OpenSBI RISC-V ACLINT Support
 2021-06-24  4:39 UTC  (13+ messages)
` [PATCH v3 1/6] lib: utils/timer: Add ACLINT MTIMER library
` [PATCH v3 2/6] lib: utils/ipi: Add ACLINT MSWI library
` [PATCH v3 3/6] lib: utils: Add FDT parsing API common for both ACLINT and CLINT
` [PATCH v3 4/6] lib: utils/ipi: Add FDT based ACLINT MSWI IPI driver
` [PATCH v3 5/6] lib: utils/timer: Add FDT based ACLINT MTIMER driver
` [PATCH v3 6/6] platform: Replace CLINT library usage with ACLINT library


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