summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-09include: sbi: Fix BSWAPx() macros for big-endian hostAnup Patel1-10/+14
2023-02-08include: types: Add typedefs for endiannessRahul Pathak2-3/+10
2023-02-08lib: utils/fdt: Use byteorder conversion functions in libfdt_env.hRahul Pathak1-19/+10
2023-02-08include: Add support for byteorder/endianness conversionRahul Pathak1-0/+57
2023-02-08Makefile: Add missing .dep files for fw_*.elf.ldJessica Clarke1-0/+9
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-02-08firmware: Not to clear all the MIPNick Hu1-2/+8
2023-01-27firmware: Fix fw_rw_offset computation in fw_base.SJessica Clarke2-2/+2
2023-01-24platform: generic: allwinner: Advertise nonretentive suspendSamuel Holland1-0/+20
2023-01-24lib: utils: Add fdt_add_cpu_idle_states() helper functionSamuel Holland2-0/+108
2023-01-23platform: renesas/rzfive: Configure Local memory regions as part of root domainLad Prabhakar1-0/+20
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-23firmware: Add RW section offset in scratchHimanshu Chauhan2-10/+22
2023-01-23firmware: Move dynsym and reladyn sections to RX sectionHimanshu Chauhan1-19/+22
2023-01-23firmware: Split RO/RX and RW sectionsHimanshu Chauhan1-0/+8
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-22platform: andes/ae350: Implement hart hotplug using HSM extensionYu Chien Peter Lin4-1/+180
2023-01-22lib: utils: atcsmu: Add Andes System Management Unit supportYu Chien Peter Lin5-0/+157
2023-01-22include: types: add always inline compiler attributeYu Chien Peter Lin1-0/+1
2023-01-22lib: sbi_hsm: handle failure when hart_stop returns SBI_ENOTSUPPYu Chien Peter Lin2-6/+9
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