summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-02-27lib: utils/fdt: Fix fdt_pmu.c header dependencyBin Meng1-0/+1
2023-02-10lib: sbi: Speed-up sbi_printf() and friends using nputs()Anup Patel1-22/+54
2023-02-10lib: utils/serial: Implement console_puts() for semihostingAnup Patel1-0/+37
2023-02-10lib: sbi: Add console_puts() callback in the console deviceAnup Patel1-7/+22
2023-02-10lib: sbi: Implement SBI debug console extensionAnup Patel3-0/+79
2023-02-10lib: sbi: Add sbi_domain_check_addr_range() functionAnup Patel1-0/+69
2023-02-09lib: sbi: Add sbi_ngets() functionAnup Patel1-0/+15
2023-02-09lib: sbi: Add sbi_nputs() functionAnup Patel1-0/+12
2023-02-08include: types: Add typedefs for endiannessRahul Pathak1-3/+3
2023-02-08lib: utils/fdt: Use byteorder conversion functions in libfdt_env.hRahul Pathak1-19/+10
2023-02-08lib: sbi: Ensure domidx_to_domain_table is null-terminatedAndrew Jones1-1/+5
2023-02-08lib: utils: Mark only the largest region as reserved in FDTHimanshu Chauhan1-4/+30
2023-02-08lib: sbi_hsm: Use csr_set to restore the MIPNick Hu1-1/+1
2023-01-24lib: utils: Add fdt_add_cpu_idle_states() helper functionSamuel Holland1-0/+85
2023-01-23lib: sbi: Add separate entries for firmware RX and RW regionsHimanshu Chauhan1-2/+22
2023-01-23lib: sbi: Print the RW section offsetHimanshu Chauhan1-0/+1
2023-01-22lib: utils: Fix reserved memory node for firmware memoryMayuresh Chitale1-3/+3
2023-01-22lib: reset/fdt_reset_atcwdt200: Use defined macros and function in atcsmu.hYu Chien Peter Lin2-13/+9
2023-01-22lib: utils: atcsmu: Add Andes System Management Unit supportYu Chien Peter Lin3-0/+97
2023-01-22lib: sbi_hsm: handle failure when hart_stop returns SBI_ENOTSUPPYu Chien Peter Lin1-4/+3
2023-01-09lib: utils: Add M-mode {R/W} flags to the MMIO regionsHimanshu Chauhan4-7/+24
2023-01-09lib: utils: Disallow non-root domains from adding M-mode regionsHimanshu Chauhan1-0/+14
2023-01-09lib: utils: Use SU-{R/W/X} flags for region permissions during parsingHimanshu Chauhan1-3/+3
2023-01-09lib: sbi: Modify the boot time region flag printsHimanshu Chauhan1-5/+15
2023-01-09lib: sbi: Use finer permission sematics to decide on PMP bitsHimanshu Chauhan1-5/+11
2023-01-09lib: sbi: Add permissions for the firmware start till endHimanshu Chauhan1-1/+2
2023-01-09lib: sbi: Use finer permission semantics for address validationHimanshu Chauhan1-7/+17
2023-01-09lib: sbi_hsm: Rename 'priv' argument to 'arg1'Bin Meng1-4/+4
2023-01-07lib: sbi: Allow platform to influence cold boot HART selectionAnup Patel1-2/+5
2023-01-06lib: utils/sys: Allow custom HTIF base address for RV32Bin Meng1-2/+2
2023-01-06treewide: Replace TRUE/FALSE with true/falseBin Meng13-83/+83
2022-12-17lib: utils/timer: mtimer: add T-Head C9xx CLINT compatibleIcenowy Zheng1-0/+6
2022-12-17lib: utils/timer: mtimer: add a quirk for lacking mtime registerIcenowy Zheng2-13/+28
2022-12-17lib: utils/ipi: mswi: add T-Head C9xx CLINT compatibleIcenowy Zheng1-0/+1
2022-12-17lib: utils/irqchip: plic: Ensure no out-of-bound access in context save/resto...Bin Meng2-8/+15
2022-12-17lib: utils/irqchip: plic: Fix the off-by-one error in context save/restore he...Bin Meng1-2/+2
2022-12-17lib: utils/irqchip: plic: Fix the off-by-one error in plic_context_init()Bin Meng1-1/+1
2022-12-17lib: utils/irqchip: plic: Ensure no out-of-bound access in priority save/rest...Bin Meng2-8/+9
2022-12-17lib: utils/irqchip: plic: Fix the off-by-one error in priority save/restore h...Bin Meng1-2/+2
2022-12-12lib: utils/irqchip: Add compatible string for Andestech NCEPLIC100Lad Prabhakar1-1/+2
2022-12-12lib: utils: serial: Add FDT driver for Renesas SCIFLad Prabhakar4-0/+50
2022-12-12lib: utils: serial: Add Renesas SCIF driverLad Prabhakar3-0/+121
2022-12-09lib: sbi: Synchronize PMP settings with virtual memory systemHimanshu Chauhan1-0/+22
2022-12-09lib: fix irqchip_plic_update_hartid_tableHeinrich Schuchardt1-1/+1
2022-12-09lib: fix __fdt_parse_region()Heinrich Schuchardt1-2/+2
2022-12-09lib: fix is_region_valid()Heinrich Schuchardt1-1/+1
2022-12-05lib: utils: Add fdt_fixup_node() helper functionLad Prabhakar1-7/+8
2022-12-05lib: fix fdt_parse_aclint_node()Heinrich Schuchardt1-1/+1
2022-12-05lib: simplify fdt_translate_address()Heinrich Schuchardt1-1/+1
2022-12-05lib: fix fdt_parse_plicsw_node()Heinrich Schuchardt1-2/+4