messages from 2021-07-09 16:50:36 to 2021-07-27 06:08:35 UTC [more...]
[PATCH] lib: sbi: Fix bug in strncmp function
2021-07-27 6:08 UTC
[PATCH] lib: sbi: Fix bug in strncmp function
2021-07-26 16:41 UTC
[PATCH 0/5] ACLINT MTIMER improvements
2021-07-24 12:25 UTC (6+ messages)
` [PATCH 1/5] lib: utils/timer: Allow separate base addresses for MTIME and MTIMECMP
` [PATCH 2/5] lib: utils: Extend fdt_get_node_addr_size() for multiple register sets
` [PATCH 3/5] lib: utils/fdt: Extend fdt_parse_aclint_node() function
` [PATCH 4/5] lib: utils/timer: Allow ACLINT MTIMER supporting only 32-bit MMIO
` [PATCH 5/5] lib: utils/timer: Simplify MTIMER synchronization
[PATCH 0/2] lib: utils: support both of gpio-poweroff, gpio-reset
2021-07-22 23:01 UTC (9+ messages)
` [PATCH 1/2] lib: utils: remove unused variable in fdt_reset_init
` [PATCH 2/2] lib: utils: support both of gpio-poweroff, gpio-reset
[PATCH 1/1] lib: utils: support multiple reset drivers of same type
2021-07-22 0:38 UTC (4+ messages)
[PATCH] generic: fu740: add workaround for CIP-1200 errata
2021-07-21 23:44 UTC (2+ messages)
[PATCH v4 0/5] Fully support standalone Clang/LLVM toolchains
2021-07-21 7:40 UTC (24+ 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 v3] README: Update toolchain information
2021-07-17 13:09 UTC (2+ messages)
[PATCH 1/1] include: types: Use __builtin_offsetof when supported
2021-07-17 12:52 UTC (5+ messages)
[PATCH 1/1] firware: use __SIZEOF_LONG__ for field offsets in fw_dynamic.h
2021-07-17 12:17 UTC (3+ messages)
[PATCH] docs: firmware: Document FW_PIC compile time option
2021-07-17 12:16 UTC (2+ messages)
[PATCH 1/2] firmware: Remove the unhelpful alignment codes before fdt relocation
2021-07-17 11:59 UTC (4+ messages)
` [PATCH 2/2] docs: firmware: Document parameters passed to firmware and alignment requirement
[PATCH v4 0/5] GPIO reset support
2021-07-17 8:49 UTC (11+ messages)
` [PATCH v4 1/5] lib: utils/fdt: Add fdt_parse_phandle_with_args() API
` [PATCH v4 2/5] lib: utils/gpio: Add generic GPIO configuration library
` [PATCH v4 3/5] lib: utils/gpio: Add simple FDT based GPIO framework
` [PATCH v4 4/5] lib: utils/gpio: Add minimal SiFive GPIO driver
` [PATCH v4 5/5] lib: utils/reset: Add generic GPIO reset driver
[PATCH] firmware: use _fw_start for load address
2021-07-14 7:14 UTC
[PATCH v4 0/5] GPIO reset support
2021-07-13 2:26 UTC (5+ messages)
` [PATCH v4 1/5] lib: utils/fdt: Add fdt_parse_phandle_with_args() API
` [PATCH v4 2/5] lib: utils/gpio: Add generic GPIO configuration library
` [PATCH v4 3/5] lib: utils/gpio: Add simple FDT based GPIO framework
` [PATCH v4 4/5] lib: utils/gpio: Add minimal SiFive GPIO driver
[PATCH v3 0/5] GPIO reset support
2021-07-12 15:05 UTC (13+ 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 v5 0/6] Fully support standalone Clang/LLVM toolchains
2021-07-12 4:26 UTC (34+ messages)
` [PATCH v5 1/6] fw_base: Don't mark fw_platform_init as both global and weak
` [PATCH v5 2/6] fw_base: Put data in .data rather than .text
` [PATCH v5 3/6] firmware: Explicitly pass -pie to the linker, not just the driver
` [PATCH v5 4/6] firmware: Only default FW_PIC to y if supported
` [PATCH v5 5/6] Makefile: Support building with Clang and LLVM binutils
` [PATCH v5 6/6] Drop dependency on libgcc by importing part of FreeBSD's libquad
[PATCH v2] Makefile: Manually forward RELAX_FLAG to the GNU assembler when linking with LLD
2021-07-12 2:12 UTC
[PATCH] Makefile: Pass "-Wa, -mno-relax" to manually forward it to the GNU assembler when linking with LLD
2021-07-12 1:53 UTC (2+ messages)
[PATCH v5] firmware: Detect whether the toolchain supports pie and automatically disable the FW_PIC option
2021-07-12 1:27 UTC (2+ messages)
[PATCH v2] README: Update toolchain information
2021-07-12 0:59 UTC (4+ messages)
[PATCH] README: Update toolchain information
2021-07-11 16:34 UTC (2+ messages)
[PATCH] lib: sbi: Fix sbi_pmu_exit() for systems not having MCOUNTINHIBIT csr
2021-07-11 14:15 UTC (3+ messages)
[PATCH] firmware: Define a macro for version of struct fw_dynamic_info
2021-07-11 8:52 UTC (3+ messages)
[PATCH] firmware: Remove the sanity checks in fw_save_info()
2021-07-11 8:52 UTC (3+ messages)
[PATCH 1/2] docs: Correct a typo in platform_guide.md
2021-07-11 6:33 UTC (6+ messages)
` [PATCH 2/2] docs: Make <xyz> visible in the rendered platform guide
[PATCH v2] firmware: Minor optimization in _scratch_init()
2021-07-11 6:23 UTC (2+ messages)
[PATCH v5 00/15] SBI PMU extension support
2021-07-11 5:32 UTC (31+ 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 v5 10/15] lib: sbi: Add PMU support
` [PATCH v5 11/15] utils: fdt: Add fdt helper functions to parse PMU DT nodes
` [PATCH v5 12/15] lib: sbi: Implement SBI PMU extension
` [PATCH v5 13/15] lib: sbi: Implement firmware counters
` [PATCH v5 14/15] lib:sbi:tlb: Improve function naming
` [PATCH v5 15/15] platform: generic: Add PMU support
[PATCH v4] firmware: Detect whether the toolchain supports pie and automatically disable the FW_PIC option
2021-07-11 3:53 UTC
[PATCH] firmware: Detect whether the toolchain supports pie and automatically disable the FW_PIC option
2021-07-11 1:56 UTC (2+ messages)
[PATCH] firmware: Detect whether the toolchain supports pie and automatically disable the FW_PIC option
2021-07-10 19:46 UTC
[PATCH] firmware: Detect whether the toolchain supports pie and automatically disable the FW_PIC option
2021-07-10 19:27 UTC (2+ messages)
[PATCH] firmware: Detect whether the toolchain supports pie and automatically disable the FW_PIC option
2021-07-10 19:11 UTC (4+ messages)
[PATCH] firmware: Minor optimization in _scratch_init()
2021-07-10 13:30 UTC (3+ messages)
[PATCH v3 0/3] Fully support standalone Clang/LLVM toolchains
2021-07-10 13:18 UTC (6+ messages)
[PATCH v2 0/2] Fully support standalone Clang/LLVM toolchains
2021-07-10 5:37 UTC (13+ messages)
` [PATCH v2 1/2] Makefile: Support building with Clang and LLVM binutils
[PATCH v2 0/6] GPIO reset support
2021-07-10 5:11 UTC (15+ 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 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()
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