summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2021-06-11lib: utils: missing initialization in thead_reset_initHeinrich Schuchardt1-4/+6
2021-06-11lib: sbi_scratch: zero out scratch memory on all hartsHeinrich Schuchardt1-2/+2
2021-06-02lib: sbi_scratch: remove owner from sbi_scratch_alloc_offsetHeinrich Schuchardt7-17/+9
2021-06-02lib: utils: consider ':' in stdout-pathHeinrich Schuchardt1-3/+12
2021-05-24lib: utils: Try other FDT drivers when we see SBI_ENODEVAnup Patel5-0/+17
2021-05-24lib: Check region base for merging in sbi_domain_root_add_memregion()Anup Patel1-1/+2
2021-05-19lib: utils/fdt: Replace strcmp with strncmpDaniel Schaefer1-1/+1
2021-05-19lib: utils/fdt: Don't use sbi_string functionsDaniel Schaefer1-4/+5
2021-05-19lib: utils: Add strncpy macro to libfdt_env.hDaniel Schaefer1-0/+1
2021-05-19lib: utils/serial: Support Synopsys DesignWare APB UARTBin Meng1-0/+1
2021-05-14lib: sbi: Have spinlock checks return boolDaniel Schaefer1-3/+3
2021-05-06lib: utils/serial: Add support for Gaisler APBUARTDaniel Cederman5-0/+165
2021-04-28lib: sbi: Show devices provided by platform in boot printsAnup Patel1-0/+20
2021-04-28lib: sbi: Simplify HSM platform operationsAnup Patel2-18/+56
2021-04-28lib: sbi: Simplify system reset platform operationsAnup Patel7-40/+74
2021-04-28lib: sbi: Simplify ipi platform operationsAnup Patel6-35/+45
2021-04-28lib: sbi: Simplify timer platform operationsAnup Patel5-61/+53
2021-04-28lib: sbi: Simplify console platform operationsAnup Patel10-49/+80
2021-04-28lib: sbi: Remove domains_root_regions() platform callbackAnup Patel1-6/+0
2021-04-24lib: sbi: Fix sbi_domain_root_add_memregion() for merging memregionsAnup Patel1-0/+1
2021-04-22lib: utils: reset: Add T-HEAD sample platform reset driverGuo Ren5-0/+206
2021-04-22lib: utils: Implement "64bit-mmio" property parsingGuo Ren1-1/+2
2021-04-13lib: sbi: Make sbi_domain_memregion_initfw() a local functionAnup Patel1-2/+2
2021-04-13lib: utils: Copy over restricted root domain memregions to FDT domainsAnup Patel1-4/+22
2021-04-13lib: sbi: Make the root domain instance global variableAnup Patel1-1/+1
2021-04-13lib: utils/sys: Add CLINT memregion in the root domainAnup Patel1-2/+27
2021-04-13lib: sbi: Add sbi_domain_root_add_memregion() APIAnup Patel1-11/+72
2021-04-13lib: sbi: Add sbi_domain_memregion_init() APIAnup Patel1-9/+36
2021-04-13lib: sbi: Domains can be registered only before finalizing domainsAnup Patel1-2/+9
2021-04-09lib: sbi: fix atomic_add_returnXiang W1-10/+8
2021-04-09lib: sbi: Replace test-and-set locks by ticket locksChristoph Muellner1-17/+49
2021-04-09include: sbi: Allow direct initialization via SPIN_LOCK_INIT()Christoph Muellner1-1/+1
2021-04-05lib: fix csr detect supportXiang W1-3/+0
2021-04-01firware: optimize the exception exit codeXiang W1-2/+3
2021-04-01lib/utils: Support fixing up the official DT bindings of PLICBin Meng1-3/+6
2021-04-01lib/utils: Drop the 'compat' parameter of fdt_plic_fixup()Bin Meng1-3/+3
2021-04-01lib/utils: Support the official clint DT bindingsBin Meng2-0/+2
2021-03-22include: headers: Replace __ASSEMBLY__ with __ASSEMBLER__Marouene Boubakri1-1/+1
2021-03-22lib: sbi: illegal CSR 0x306 access in hpm_allowed()Heinrich Schuchardt1-5/+14
2021-03-03lib: Remove redundant sbi_platform_ipi_clear() callsAnup Patel3-7/+16
2021-03-03lib: sbi: Implement SBI HSM suspend functionAnup Patel3-9/+231
2021-03-03lib: sbi: Add sbi_hart_reinit() functionAnup Patel1-12/+17
2021-03-03lib: sbi: Fix error codes returned by HSM start() and stop() functionsAnup Patel1-2/+2
2021-03-03lib: sbi: Remove redundant sbi_hsm_hart_started() functionAnup Patel1-11/+3
2021-03-03lib: sbi: Rename sbi_hsm_hart_started_mask() functionAnup Patel4-7/+7
2021-03-03lib: sbi: Use SBI_HSM_STATE_xyz defines instead of SBI_STATE_xyz definesAnup Patel2-47/+24
2021-03-03include: sbi: Simplify HSM state define namesAnup Patel1-4/+4
2021-01-12lib: sbi: Allow platforms to provide root domain memory regionsAnup Patel1-8/+8
2021-01-07lib: utils: Fix shakti uart implementationVijai Kumar K1-2/+6
2021-01-07lib: sbi: Allow custom local TLB flush functionAnup Patel3-51/+33