summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-27lib: sbi_hsm: Move misplaced commentAndrew Jones1-2/+4
2023-02-27lib: sbi_hsm: Ensure errors are consistent with specAndrew Jones1-3/+3
2023-02-27lib: sbi_hsm: Don't try to restore state on failed changeAndrew Jones1-5/+2
2023-02-27lib: sbi_hsm: Factor out invalid state detectionAndrew Jones1-41/+24
2023-02-27docs: domain_support: Update the DT exampleBin Meng1-2/+2
2023-02-27lib: utils/fdt/fdt_domain: Simplify region access permission checkBin Meng1-6/+4
2023-02-27lib: sbi/sbi_domain: cosmetic style fixesBin Meng1-2/+2
2023-02-27lib: sbi: sbi_ecall: Check the range of SBI errorYu Chien Peter Lin1-1/+1
2023-02-27platform: generic: renesas: rzfive: Configure the PMA regionLad Prabhakar2-0/+22
2023-02-27platform: generic: renesas: rzfive: Add support to configure the PMALad Prabhakar5-0/+407
2023-02-27include: sbi: Remove extid parameter from vendor_ext_provider() callbackAnup Patel4-9/+8
2023-02-27lib: sbi: Align SBI vendor extension id with mvendorid CSRAnup Patel4-25/+31
2023-02-27lib: sbi_hart: Enable hcontext and scontextNylon Chen2-0/+3
2023-02-27docs: fix typo in fw.mdShengyu Qu1-1/+1
2023-02-27lib: utils: fdt_fixup: Fix compile errorXiang W1-5/+8
2023-02-27include: fdt/fdt_helper: Change fdt_get_address() to return root.next_arg1Bin Meng1-2/+2
2023-02-27platform: generic/andes: Fix ae350.c header dependencyBin Meng1-0/+1
2023-02-27platform: generic/allwinner: Fix sun20i-d1.c header dependencyBin Meng1-0/+2
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 Patel2-7/+25
2023-02-10lib: sbi: Implement SBI debug console extensionAnup Patel3-0/+79
2023-02-10lib: sbi: Add sbi_domain_check_addr_range() functionAnup Patel2-0/+84
2023-02-09lib: sbi: Add sbi_ngets() functionAnup Patel2-0/+17
2023-02-09lib: sbi: Add sbi_nputs() functionAnup Patel2-0/+14
2023-02-09include: Add defines for SBI debug console extensionAnup Patel1-0/+6
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