platform/kernel/opensbi.git
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
2021-05-06 Daniel Cedermanlib: utils/serial: Add support for Gaisler APBUART
2021-04-29 Bin Mengdocs/platform: sifive_fu540: Update U-Boot defconfig...
2021-04-28 Anup Patellib: sbi: Show devices provided by platform in boot...
2021-04-28 Anup Patellib: sbi: Simplify HSM platform operations
2021-04-28 Anup Patellib: sbi: Simplify system reset platform operations
2021-04-28 Anup Patellib: sbi: Simplify ipi platform operations
2021-04-28 Anup Patellib: sbi: Simplify timer platform operations
2021-04-28 Anup Patellib: sbi: Simplify console platform operations
2021-04-28 Anup Patellib: sbi: Remove domains_root_regions() platform callback
2021-04-28 Guo Rendocs: generic: Add T-HEAD C9xx series processors
2021-04-28 Guo Renplatform: Remove platform/thead
2021-04-28 Guo Renfirmware: Enable FW_PIC by default
2021-04-24 Anup Patellib: sbi: Fix sbi_domain_root_add_memregion() for mergi...
2021-04-22 Guo Renlib: utils: reset: Add T-HEAD sample platform reset...
2021-04-22 Guo Renlib: utils: Implement "64bit-mmio" property parsing
2021-04-13 Anup Patellib: sbi: Make sbi_domain_memregion_initfw() a local...
2021-04-13 Anup Patellib: utils: Copy over restricted root domain memregions...
2021-04-13 Anup Patellib: sbi: Make the root domain instance global variable
2021-04-13 Anup Patellib: utils/sys: Add CLINT memregion in the root domain
next