summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-02-27lib: sbi_hsm: Remove unnecessary includeAndrew Jones
2023-02-27lib: sbi_hsm: Move misplaced commentAndrew Jones
2023-02-27lib: sbi_hsm: Ensure errors are consistent with specAndrew Jones
2023-02-27lib: sbi_hsm: Don't try to restore state on failed changeAndrew Jones
2023-02-27lib: sbi_hsm: Factor out invalid state detectionAndrew Jones
2023-02-27lib: utils/fdt/fdt_domain: Simplify region access permission checkBin Meng
2023-02-27lib: sbi/sbi_domain: cosmetic style fixesBin Meng
2023-02-27lib: sbi: sbi_ecall: Check the range of SBI errorYu Chien Peter Lin
2023-02-27include: sbi: Remove extid parameter from vendor_ext_provider() callbackAnup Patel
2023-02-27lib: sbi: Align SBI vendor extension id with mvendorid CSRAnup Patel
2023-02-27lib: sbi_hart: Enable hcontext and scontextNylon Chen
2023-02-27lib: utils: fdt_fixup: Fix compile errorXiang W
2023-02-27lib: utils/fdt: Fix fdt_pmu.c header dependencyBin Meng
2023-02-10lib: sbi: Speed-up sbi_printf() and friends using nputs()Anup Patel
2023-02-10lib: utils/serial: Implement console_puts() for semihostingAnup Patel
2023-02-10lib: sbi: Add console_puts() callback in the console deviceAnup Patel
2023-02-10lib: sbi: Implement SBI debug console extensionAnup Patel
2023-02-10lib: sbi: Add sbi_domain_check_addr_range() functionAnup Patel
2023-02-09lib: sbi: Add sbi_ngets() functionAnup Patel
2023-02-09lib: sbi: Add sbi_nputs() functionAnup Patel
2023-02-08include: types: Add typedefs for endiannessRahul Pathak
2023-02-08lib: utils/fdt: Use byteorder conversion functions in libfdt_env.hRahul Pathak
2023-02-08lib: sbi: Ensure domidx_to_domain_table is null-terminatedAndrew Jones
2023-02-08lib: utils: Mark only the largest region as reserved in FDTHimanshu Chauhan
2023-02-08lib: sbi_hsm: Use csr_set to restore the MIPNick Hu
2023-01-24lib: utils: Add fdt_add_cpu_idle_states() helper functionSamuel Holland
2023-01-23lib: sbi: Add separate entries for firmware RX and RW regionsHimanshu Chauhan
2023-01-23lib: sbi: Print the RW section offsetHimanshu Chauhan
2023-01-22lib: utils: Fix reserved memory node for firmware memoryMayuresh Chitale
2023-01-22lib: reset/fdt_reset_atcwdt200: Use defined macros and function in atcsmu.hYu Chien Peter Lin
2023-01-22lib: utils: atcsmu: Add Andes System Management Unit supportYu Chien Peter Lin
2023-01-22lib: sbi_hsm: handle failure when hart_stop returns SBI_ENOTSUPPYu Chien Peter Lin
2023-01-09lib: utils: Add M-mode {R/W} flags to the MMIO regionsHimanshu Chauhan
2023-01-09lib: utils: Disallow non-root domains from adding M-mode regionsHimanshu Chauhan
2023-01-09lib: utils: Use SU-{R/W/X} flags for region permissions during parsingHimanshu Chauhan
2023-01-09lib: sbi: Modify the boot time region flag printsHimanshu Chauhan
2023-01-09lib: sbi: Use finer permission sematics to decide on PMP bitsHimanshu Chauhan
2023-01-09lib: sbi: Add permissions for the firmware start till endHimanshu Chauhan
2023-01-09lib: sbi: Use finer permission semantics for address validationHimanshu Chauhan
2023-01-09lib: sbi_hsm: Rename 'priv' argument to 'arg1'Bin Meng
2023-01-07lib: sbi: Allow platform to influence cold boot HART selectionAnup Patel
2023-01-06lib: utils/sys: Allow custom HTIF base address for RV32Bin Meng
2023-01-06treewide: Replace TRUE/FALSE with true/falseBin Meng
2022-12-17lib: utils/timer: mtimer: add T-Head C9xx CLINT compatibleIcenowy Zheng
2022-12-17lib: utils/timer: mtimer: add a quirk for lacking mtime registerIcenowy Zheng
2022-12-17lib: utils/ipi: mswi: add T-Head C9xx CLINT compatibleIcenowy Zheng
2022-12-17lib: utils/irqchip: plic: Ensure no out-of-bound access in context save/resto...Bin Meng
2022-12-17lib: utils/irqchip: plic: Fix the off-by-one error in context save/restore he...Bin Meng
2022-12-17lib: utils/irqchip: plic: Fix the off-by-one error in plic_context_init()Bin Meng
2022-12-17lib: utils/irqchip: plic: Ensure no out-of-bound access in priority save/rest...Bin Meng