summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-09lib: sbi: Add sbi_ngets() functionAnup Patel
2023-02-09lib: sbi: Add sbi_nputs() functionAnup Patel
2023-02-09include: Add defines for SBI debug console extensionAnup Patel
2023-02-09include: sbi: Fix BSWAPx() macros for big-endian hostAnup 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-08include: Add support for byteorder/endianness conversionRahul Pathak
2023-02-08Makefile: Add missing .dep files for fw_*.elf.ldJessica Clarke
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-02-08firmware: Not to clear all the MIPNick Hu
2023-01-27firmware: Fix fw_rw_offset computation in fw_base.SJessica Clarke
2023-01-24platform: generic: allwinner: Advertise nonretentive suspendSamuel Holland
2023-01-24lib: utils: Add fdt_add_cpu_idle_states() helper functionSamuel Holland
2023-01-23platform: renesas/rzfive: Configure Local memory regions as part of root domainLad Prabhakar
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-23firmware: Add RW section offset in scratchHimanshu Chauhan
2023-01-23firmware: Move dynsym and reladyn sections to RX sectionHimanshu Chauhan
2023-01-23firmware: Split RO/RX and RW sectionsHimanshu 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-22platform: andes/ae350: Implement hart hotplug using HSM extensionYu Chien Peter Lin
2023-01-22lib: utils: atcsmu: Add Andes System Management Unit supportYu Chien Peter Lin
2023-01-22include: types: add always inline compiler attributeYu Chien Peter Lin
2023-01-22lib: sbi_hsm: handle failure when hart_stop returns SBI_ENOTSUPPYu Chien Peter Lin
2023-01-22docs: generic.md: fix typo of andes-ae350Yu Chien Peter Lin
2023-01-13platform: generic: allwinner: Fix PLIC array boundsSamuel Holland
2023-01-09docs: Update domain's region permissions and requirementsHimanshu Chauhan
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-09include: sbi: Fine grain the permissions for M and SU modesHimanshu Chauhan
2023-01-09docs: domain_support: Use capital letter for privilege modesBin Meng
2023-01-09lib: sbi_hsm: Rename 'priv' argument to 'arg1'Bin Meng
2023-01-07generic/starfive: Add Starfive JH7110 platform implementationWei Liang Lim
2023-01-07platform: generic: Allow platform_override to perform firmware initWei Liang Lim
2023-01-07platform: generic: Allow platform_override to select cold boot HARTAnup Patel
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-06Makefile: Remove -N ldflag to prevent linker RWX warningRahul Pathak
2023-01-06treewide: Replace TRUE/FALSE with true/falseBin Meng
2022-12-24include: Bump-up version to 1.2v1.2Anup Patel
2022-12-24docs: pmu: Update the pmu doc with removal of mcountinhbit restrictionAtish Patra
2022-12-24docs: pmu: update a reference to a deprecated property nameConor Dooley