lib: utils/irqchip: Use heap in PLIC, APLIC and IMSIC drivers
[platform/kernel/opensbi.git] / lib /
2023-06-05 Anup Patellib: utils/irqchip: Use heap in PLIC, APLIC and IMSIC...
2023-06-05 Anup Patellib: utils/ipi: Use heap in ACLINT MSWI driver
2023-06-05 Anup Patellib: utils/i2c: Use heap in DesignWare and SiFive I2C...
2023-06-05 Anup Patellib: utils/gpio: Use heap in SiFive and StartFive GPIO...
2023-06-05 Anup Patellib: sbi: Use scratch space to save per-HART domain...
2023-06-05 Anup Patellib: sbi: Use heap for root domain creation
2023-06-05 Anup Patellib: sbi_pmu: Use heap for per-HART PMU state
2023-06-05 Anup Patellib: sbi: Print scratch size and usage at boot time
2023-06-05 Anup Patellib: sbi: Introduce simple heap allocator
2023-06-04 Andrew Joneslib: sbi: Align system suspend errors with spec
2023-06-04 Heinrich Schuchardtlib: utils/ipi: buffer overrun aclint_mswi_cold_init
2023-05-26 Xiang Wlib: utils: Improve fdt_timer
2023-05-26 Xiang Wlib: utils: Improve fdt_ipi
2023-05-26 Xiang Wlib: utils: Improve fdt_serial_init
2023-05-26 Xiang Wlib: sbi: Fix return of sbi_console_init
2023-05-21 Andrew Joneslib: sbi: Remove 0/1 probe implementations
2023-05-21 Xiang Wlib: sbi: Optimize probe of srst/susp
2023-05-21 Andrew Joneslib: sbi: Only register available extensions
2023-05-21 Andrew Joneslib: sbi: pmu: Remove unnecessary probe function
2023-05-21 Andrew Joneslib: sbi: Narrow vendor extension range
2023-05-21 Andrew Joneslib: sbi: Introduce register_extensions extension callback
2023-05-11 Xiang Wlib: sbi: Simplify sbi_ipi_process remove goto
2023-05-11 Xiang Wlib: sbi: Remove unnecessary semicolon
2023-04-20 Tan En Delib: sbi: Add debug print when sbi_pmu_init fails
2023-04-17 Anup Patellib: sbi: Don't check SBI error range for legacy consol...
2023-04-17 Alexandre Ghitilib: sbi: Fix counter index calculation for SBI_PMU_CFG...
2023-04-17 Alexandre Ghitilib: sbi: Do not clear active_events for cycle/instret...
2023-04-14 Xiang Wlib: sbi: Optimize sbi_tlb queue waiting
2023-04-13 Xiang Wsbi: tlb: Simplify to tlb_process_count/tlb_process...
2023-04-13 Xiang Wlib: sbi: Optimize sbi_ipi
2023-04-13 Xiang Wlib: sbi: Optimize sbi_tlb
2023-04-07 Heinrich Schuchardtlib: utils: fdt_fixup: avoid buffer overrun
2023-04-07 Yu Chien Peter Linlib: sbi_pmu: Align the event type offset as per SBI...
2023-04-07 Sunil V Llib: sbi: Print the CPPC device name
2023-04-07 Sunil V Llib: sbi: Implement SBI CPPC extension
2023-04-06 Mayuresh Chitalelib: sbi_hart: clear mip csr during hart init
2023-04-06 Anup Patellib: sbi_hsm: Fix sbi_hsm_hart_start() for platform...
2023-04-06 Anup Patellib: sbi: Introduce sbi_entry_count() function
2023-04-06 Xiang Wlib: sbi: Fix how to check whether the domain contains...
2023-04-06 Xiang Wlib: sbi_scratch: Optimize the alignment code for alloc...
2023-03-10 Evgenii Shatokhinlib: sbi: Clear IPIs before init_warm_startup in non...
2023-03-10 Evgenii Shatokhinlib: sbi: Set the state of a hart to START_PENDING...
2023-03-10 Evgenii Shatokhinlib: sbi: Refactor the calls to sbi_hart_switch_mode()
2023-03-10 Mayuresh Chitalelib: sbi_pmu: Add hartid parameter PMU device ops
2023-03-10 Mayuresh Chitalelib: sbi_pmu: Introduce fw_counter_write_value API
2023-03-10 Mayuresh Chitalelib: sbi_pmu: Use dedicated event code for platform...
2023-03-10 Mayuresh Chitalelib: sbi_pmu: Update sbi_pmu dev ops
2023-03-10 Mayuresh Chitalelib: sbi_pmu: Rename fw_counter_value
2023-03-10 Mayuresh Chitalelib: sbi_pmu: Implement sbi_pmu_counter_fw_read_hi
2023-03-10 Mayuresh Chitalelib: sbi_pmu: add callback for counter width
2023-03-09 Mayuresh Chitalelib: serial: Cadence: Enable compatibility for cdns...
2023-03-09 Minda Chenlib: utils/i2c: Add minimal StarFive jh7110 I2C driver
2023-03-01 minda.chengpio/starfive: add gpio driver and support gpio reset
2023-02-27 Andrew Jonesplatform: generic: Add system suspend test
2023-02-27 Andrew Joneslib: sbi: Implement system suspend
2023-02-27 Andrew Joneslib: sbi: Add system_suspend_allowed domain property
2023-02-27 Andrew Joneslib: sbi: Add system suspend skeleton
2023-02-27 Andrew Joneslib: sbi_hsm: Export some functions
2023-02-27 Andrew Joneslib: sbi_hsm: Remove unnecessary include
2023-02-27 Andrew Joneslib: sbi_hsm: Move misplaced comment
2023-02-27 Andrew Joneslib: sbi_hsm: Ensure errors are consistent with spec
2023-02-27 Andrew Joneslib: sbi_hsm: Don't try to restore state on failed...
2023-02-27 Andrew Joneslib: sbi_hsm: Factor out invalid state detection
2023-02-27 Bin Menglib: utils/fdt/fdt_domain: Simplify region access permi...
2023-02-27 Bin Menglib: sbi/sbi_domain: cosmetic style fixes
2023-02-27 Yu Chien Peter Linlib: sbi: sbi_ecall: Check the range of SBI error
2023-02-27 Anup Patelinclude: sbi: Remove extid parameter from vendor_ext_pr...
2023-02-27 Anup Patellib: sbi: Align SBI vendor extension id with mvendorid CSR
2023-02-27 Nylon Chenlib: sbi_hart: Enable hcontext and scontext
2023-02-27 Xiang Wlib: utils: fdt_fixup: Fix compile error
2023-02-27 Bin Menglib: utils/fdt: Fix fdt_pmu.c header dependency
2023-02-10 Anup Patellib: sbi: Speed-up sbi_printf() and friends using nputs()
2023-02-10 Anup Patellib: utils/serial: Implement console_puts() for semihosting
2023-02-10 Anup Patellib: sbi: Add console_puts() callback in the console...
2023-02-10 Anup Patellib: sbi: Implement SBI debug console extension
2023-02-10 Anup Patellib: sbi: Add sbi_domain_check_addr_range() function
2023-02-09 Anup Patellib: sbi: Add sbi_ngets() function
2023-02-09 Anup Patellib: sbi: Add sbi_nputs() function
2023-02-08 Rahul Pathakinclude: types: Add typedefs for endianness
2023-02-08 Rahul Pathaklib: utils/fdt: Use byteorder conversion functions...
2023-02-08 Andrew Joneslib: sbi: Ensure domidx_to_domain_table is null-terminated
2023-02-08 Himanshu Chauhanlib: utils: Mark only the largest region as reserved...
2023-02-08 Nick Hulib: sbi_hsm: Use csr_set to restore the MIP
2023-01-24 Samuel Hollandlib: utils: Add fdt_add_cpu_idle_states() helper function
2023-01-23 Himanshu Chauhanlib: sbi: Add separate entries for firmware RX and...
2023-01-23 Himanshu Chauhanlib: sbi: Print the RW section offset
2023-01-22 Mayuresh Chitalelib: utils: Fix reserved memory node for firmware memory
2023-01-22 Yu Chien Peter Linlib: reset/fdt_reset_atcwdt200: Use defined macros...
2023-01-22 Yu Chien Peter Linlib: utils: atcsmu: Add Andes System Management Unit...
2023-01-22 Yu Chien Peter Linlib: sbi_hsm: handle failure when hart_stop returns...
2023-01-09 Himanshu Chauhanlib: utils: Add M-mode {R/W} flags to the MMIO regions
2023-01-09 Himanshu Chauhanlib: utils: Disallow non-root domains from adding M...
2023-01-09 Himanshu Chauhanlib: utils: Use SU-{R/W/X} flags for region permissions...
2023-01-09 Himanshu Chauhanlib: sbi: Modify the boot time region flag prints
2023-01-09 Himanshu Chauhanlib: sbi: Use finer permission sematics to decide on...
2023-01-09 Himanshu Chauhanlib: sbi: Add permissions for the firmware start till end
2023-01-09 Himanshu Chauhanlib: sbi: Use finer permission semantics for address...
2023-01-09 Bin Menglib: sbi_hsm: Rename 'priv' argument to 'arg1'
2023-01-07 Anup Patellib: sbi: Allow platform to influence cold boot HART...
2023-01-06 Bin Menglib: utils/sys: Allow custom HTIF base address for...
next