summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-22docs: generic.md: fix typo of andes-ae350Yu Chien Peter Lin1-1/+1
2023-01-13platform: generic: allwinner: Fix PLIC array boundsSamuel Holland1-3/+3
2023-01-09docs: Update domain's region permissions and requirementsHimanshu Chauhan1-2/+10
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 Chauhan2-0/+19
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-09include: sbi: Fine grain the permissions for M and SU modesHimanshu Chauhan1-5/+42
2023-01-09docs: domain_support: Use capital letter for privilege modesBin Meng1-2/+2
2023-01-09lib: sbi_hsm: Rename 'priv' argument to 'arg1'Bin Meng2-6/+6
2023-01-07generic/starfive: Add Starfive JH7110 platform implementationWei Liang Lim4-0/+58
2023-01-07platform: generic: Allow platform_override to perform firmware initWei Liang Lim2-0/+4
2023-01-07platform: generic: Allow platform_override to select cold boot HARTAnup Patel2-0/+10
2023-01-07lib: sbi: Allow platform to influence cold boot HART selectionAnup Patel2-2/+25
2023-01-06lib: utils/sys: Allow custom HTIF base address for RV32Bin Meng1-2/+2
2023-01-06Makefile: Remove -N ldflag to prevent linker RWX warningRahul Pathak1-1/+1
2023-01-06treewide: Replace TRUE/FALSE with true/falseBin Meng23-105/+103
2022-12-24include: Bump-up version to 1.2Anup Patel1-1/+1
2022-12-24docs: pmu: Update the pmu doc with removal of mcountinhbit restrictionAtish Patra1-3/+0
2022-12-24docs: pmu: update a reference to a deprecated property nameConor Dooley1-1/+1
2022-12-24docs: pmu: fix binding exampleConor Dooley1-3/+3
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 Meng5-14/+23
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 Meng5-14/+26
2022-12-17lib: utils/irqchip: plic: Fix the off-by-one error in priority save/restore h...Bin Meng1-2/+2
2022-12-12docs: platform: Add documentation for Renesas RZ/Five SoCLad Prabhakar3-0/+167
2022-12-12platform: generic: Add Renesas RZ/Five initial supportLad Prabhakar4-0/+31
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 Prabhakar5-0/+53
2022-12-12lib: utils: serial: Add Renesas SCIF driverLad Prabhakar4-0/+132
2022-12-10scripts: use env to invoke bashHimanshu Chauhan3-3/+3
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-09platform: generic: Make use of fdt_match_node()Lad Prabhakar1-3/+3
2022-12-05gitignore: add vim swap filesSergey Matyukevich1-0/+1
2022-12-05lib: utils: Add fdt_fixup_node() helper functionLad Prabhakar1-7/+8
2022-12-05scripts/create-binary-archive.sh: remove andes/ae350 build directoryYu Chien Peter Lin1-1/+0
2022-12-05docs: andes-ae350.md: fix watchdog nodename in dts exampleYu Chien Peter Lin1-1/+1
2022-12-05docs: platform: Update AE350 and generic platform documentationYu Chien Peter Lin2-2/+5
2022-12-05platform: generic/andes: Enable generic platform support for AE350Yu Chien Peter Lin11-458/+35
2022-12-05firmware: Minor optimization for relocateDongdong Zhang1-1/+1