summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2022-12-17lib: utils/irqchip: plic: Fix the off-by-one error in priority save/restore h...Bin Meng
2022-12-12lib: utils/irqchip: Add compatible string for Andestech NCEPLIC100Lad Prabhakar
2022-12-12lib: utils: serial: Add FDT driver for Renesas SCIFLad Prabhakar
2022-12-12lib: utils: serial: Add Renesas SCIF driverLad Prabhakar
2022-12-09lib: sbi: Synchronize PMP settings with virtual memory systemHimanshu Chauhan
2022-12-09lib: fix irqchip_plic_update_hartid_tableHeinrich Schuchardt
2022-12-09lib: fix __fdt_parse_region()Heinrich Schuchardt
2022-12-09lib: fix is_region_valid()Heinrich Schuchardt
2022-12-05lib: utils: Add fdt_fixup_node() helper functionLad Prabhakar
2022-12-05lib: fix fdt_parse_aclint_node()Heinrich Schuchardt
2022-12-05lib: simplify fdt_translate_address()Heinrich Schuchardt
2022-12-05lib: fix fdt_parse_plicsw_node()Heinrich Schuchardt
2022-12-05lib: fix fdt_parse_plmt_node()Heinrich Schuchardt
2022-12-05lib: simplify fdt_parse_plicsw_node()Heinrich Schuchardt
2022-12-05lib: simplify fdt_parse_plmt_node()Heinrich Schuchardt
2022-12-04lib: sbi: Fix is_region_valid()Xiang W
2022-12-04lib: sbi: Simplified mmio match checkingXiang W
2022-11-15lib: sbi_ecall: Split up sbi_ecall_replaceVivian Wang
2022-11-15lib: utils/serial: Fix semihosting compile error using LLVMAnup Patel
2022-11-14lib: utils/fdt: Simplified codeXiang W
2022-11-14lib: utils/fdt: Remove redundant codeXiang W
2022-10-23lib: sbi_ecall: Add Kconfig option for each extensionVivian Wang
2022-10-23lib: sbi_ecall: Generate extensions list with carrayVivian Wang
2022-10-23lib: utils/ipi: Add Andes fdt ipi driver supportYu Chien Peter Lin
2022-10-23lib: utils/reset: Add Andes fdt reset driver supportYu Chien Peter Lin
2022-10-23lib: utils/timer: Add Andes fdt timer supportYu Chien Peter Lin