platform/kernel/opensbi.git
2021-09-26 Anup Patellib: sbi: Add generic timer delay loop function
2021-09-26 Anup Patellib: sbi: Print timer frequency at boot time
2021-09-26 Anup Patellib: sbi: Add timer frequency to struct sbi_timer_device
2021-09-26 Anup Patellib: utils/fdt: Add fdt_parse_timebase_frequency()...
2021-09-22 Xiang Wlib: sbi: Add BUG() macro for csr_read/write_num()...
2021-09-22 Xiang Wlib: sbi: add some macros to detect BUG at runtime
2021-09-22 Xiang Wlib: sbi: fix ctz bug
2021-09-14 Samuel Hollandlib: utils/reset: Add a sunxi watchdog reset driver
2021-09-14 Samuel Hollandlib: utils/reset: Sort fdt_reset driver list
2021-09-03 Dong Dulib: sbi: Refine the way to construct platform features
2021-09-03 Dong Dulib: sbi: Checking fifo validness in sbi_fifo_is_empty...
2021-08-30 Dong Dulib: sbi: protect dprintf output with spinlock
2021-08-30 Rahul Pathaklib: sbi: Correct typo in faults delegation CSR name
2021-08-20 Samuel Hollandpayloads/test: Add support for SBI v0.2 ecalls
2021-08-20 Samuel Hollandlib: sbi_trap: Restore redirect for access faults
2021-08-20 Dong Dulib: sbi: Fix bug in sbi_ecall_rfence that misses checking
2021-08-14 Anup Patellib: utils/timer: Simplify MTIMER synchronization
2021-08-14 Anup Patellib: utils/timer: Allow ACLINT MTIMER supporting only...
2021-08-14 Anup Patellib: utils/fdt: Extend fdt_parse_aclint_node() function
2021-08-14 Anup Patellib: utils: Extend fdt_get_node_addr_size() for multipl...
2021-08-14 Anup Patellib: utils/timer: Allow separate base addresses for...
2021-08-07 Bin Menglib: utils/fdt: Change addr and size to uint64_t
2021-08-07 Dong Dulib: sbi: Fix bug in strncmp function when count is 0
2021-07-27 Heinrich Schuchardtlib: utils: support both of gpio-poweroff, gpio-reset
2021-07-27 Heinrich Schuchardtlib: utils: remove unused variable in fdt_reset_init
2021-07-27 David Abdurachmanovgeneric: fu740: add workaround for CIP-1200 errata
2021-07-27 Xiang Wfirmware: use _fw_start for load address
2021-07-27 Bin MengMakefile: Manually forward RELAX_FLAG to the assembler...
2021-07-17 Bin MengREADME: Update toolchain information
2021-07-17 Bin Mengdocs: Document FW_PIC compile time option
2021-07-17 Bin Mengdocs: Document parameters passed to firmware and alignm...
2021-07-17 Bin Mengfirmware: Remove the unhelpful alignment codes before...
2021-07-17 Alex Richardsoninclude: types: Use __builtin_offsetof when supported
2021-07-17 Alex Richardsonfirmware: use __SIZEOF_LONG__ for field offsets in...
2021-07-17 Green Wanlib: utils/reset: Add generic GPIO reset driver
2021-07-17 Green Wanlib: utils/gpio: Add minimal SiFive GPIO driver
2021-07-17 Anup Patellib: utils/gpio: Add simple FDT based GPIO framework
2021-07-17 Anup Patellib: utils/gpio: Add generic GPIO configuration library
2021-07-17 Anup Patellib: utils/fdt: Add fdt_parse_phandle_with_args() API
2021-07-11 Jessica Clarkelib: utils: Drop dependency on libgcc by importing...
2021-07-11 Jessica ClarkeMakefile: Support building with Clang and LLVM binutils
2021-07-11 Jessica Clarkefirmware: Only default FW_PIC to y if supported
2021-07-11 Jessica Clarkefirmware: Explicitly pass -pie to the linker, not just...
2021-07-11 Jessica Clarkefw_base: Put data in .data rather than .text
2021-07-11 Jessica Clarkefw_base: Don't mark fw_platform_init as both global...
2021-07-11 Anup Patellib: sbi: Fix sbi_pmu_exit() for systems not having...
2021-07-11 Bin Mengfirmware: Define a macro for version of struct fw_dynam...
2021-07-11 Bin Mengfirmware: Remove the sanity checks in fw_save_info()
2021-07-11 Bin Mengdocs: Make <xyz> visible in the rendered platform guide
2021-07-11 Bin Mengdocs: Correct a typo in platform_guide.md
2021-07-11 Bin Mengfirmware: Minor optimization in _scratch_init()
2021-07-11 Atish Patraplatform: generic: Add PMU support
2021-07-11 Atish Patralib: sbi: Improve TLB function naming
2021-07-11 Atish Patralib: sbi: Implement firmware counters
2021-07-11 Atish Patralib: sbi: Implement SBI PMU extension
2021-07-11 Atish Patrautils: fdt: Add fdt helper functions to parse PMU DT...
2021-07-11 Atish Patralib: sbi: Add PMU support
2021-07-11 Atish Patralib: sbi: Add PMU specific platform hooks
2021-07-11 Atish Patralib: sbi: Use csr_read/write_num to read/update PMU...
2021-07-11 Atish Patralib: sbi: Remove redundant boot time print statement
2021-07-11 Atish Patrainclude: Add a list empty check function
2021-07-11 Atish Patralib: sbi: Disable m/scounteren & enable mcountinhibit
2021-07-11 Atish Patralib: sbi: Detect number of bits implemented in mhpmcounter
2021-07-11 Atish Patralib: sbi: Remove stray '\' character
2021-07-11 Atish Patralib: sbi: Detect mcountinihibit support at runtime
2021-07-11 Atish Patradocs: Add device tree bindings for SBI PMU extension
2021-07-06 Bin Mengplatform: generic: Terminate platform.name with null
2021-07-06 Bin Mengdocs/platform: thead-c9xx: Remove FW_PIC=y
2021-07-05 Green Wanlib: utils: reset: unify naming of 'sifive_test' device
2021-06-24 Anup Patelplatform: Replace CLINT library usage with ACLINT library
2021-06-24 Anup Patellib: utils/timer: Add FDT based ACLINT MTIMER driver
2021-06-24 Anup Patellib: utils/ipi: Add FDT based ACLINT MSWI IPI driver
2021-06-24 Anup Patellib: utils: Add FDT parsing API common for both ACLINT...
2021-06-24 Anup Patellib: utils/ipi: Add ACLINT MSWI library
2021-06-24 Anup Patellib: utils/timer: Add ACLINT MTIMER library
2021-06-22 Heinrich Schuchardtlib: simplify sbi_fifo_inplace_update()
2021-06-22 Heinrich Schuchardtlib: sign conflict in wake_coldboot_harts()
2021-06-22 Heinrich Schuchardtlib: sign conflict in sbi_tlb_entry_process()
2021-06-22 Bin Menglib: utils/libfdt: Upgrade to v1.6.1 release
2021-06-12 Charles Paponlib: sbi: Fix GET_F64_REG inline assembly
2021-06-11 Heinrich Schuchardtlib: utils: missing initialization in thead_reset_init
2021-06-11 Heinrich Schuchardtlib: sbi_scratch: zero out scratch memory on all harts
2021-06-11 Bin Mengplatform: andes/ae350: Drop plicsw_ipi_sync()
2021-06-11 Bin Mengplatform: andes/ae350: Drop plicsw_get_pending()
2021-06-11 Bin Mengdocs/platform: andes-ae350: Fix missing spaces
2021-06-11 Bin Mengplatform: andes/ae350: Cosmetic fixes in plicsw.c
2021-06-02 Heinrich Schuchardtlib: sbi_scratch: remove owner from sbi_scratch_alloc_o...
2021-06-02 Heinrich Schuchardtlib: utils: consider ':' in stdout-path
2021-06-02 Heinrich Schuchardtdocs: debugging OpenSBI
2021-05-24 Anup Patellib: utils: Try other FDT drivers when we see SBI_ENODEV
2021-05-24 Anup Patellib: Check region base for merging in sbi_domain_root_a...
2021-05-19 Daniel Schaeferlib: utils/fdt: Replace strcmp with strncmp
2021-05-19 Daniel Schaeferlib: utils/fdt: Don't use sbi_string functions
2021-05-19 Daniel Schaeferlib: utils: Add strncpy macro to libfdt_env.h
2021-05-19 Fabrice FontaineMakefile: unconditionally disable SSP
2021-05-19 Bin Menglib: utils/serial: Support Synopsys DesignWare APB...
2021-05-14 Daniel Schaeferlib: sbi: Have spinlock checks return bool
2021-05-06 Bin Mengplatform: Remove sifive/fu540 platform
2021-05-06 Bin Mengdocs: platform: Describe sifive_fu540 as supported...
2021-05-06 Bin Mengdocs: platform: Sort platform names
next