platform/kernel/opensbi.git
2023-03-01 minda.chengpio/starfive: add gpio driver and support gpio reset
2023-02-27 Andrew Jonesplatform: generic: Add system suspend test
2023-02-27 Andrew Jonesdocs: Correct opensbi-domain property name
2023-02-27 Andrew Joneslib: sbi: Implement system suspend
2023-02-27 Andrew Joneslib: sbi: Add system_suspend_allowed domain property
2023-02-27 Andrew Joneslib: sbi: Add system suspend skeleton
2023-02-27 Andrew Joneslib: sbi_hsm: Export some functions
2023-02-27 Andrew Joneslib: sbi_hsm: Remove unnecessary include
2023-02-27 Andrew Joneslib: sbi_hsm: Move misplaced comment
2023-02-27 Andrew Joneslib: sbi_hsm: Ensure errors are consistent with spec
2023-02-27 Andrew Joneslib: sbi_hsm: Don't try to restore state on failed...
2023-02-27 Andrew Joneslib: sbi_hsm: Factor out invalid state detection
2023-02-27 Bin Mengdocs: domain_support: Update the DT example
2023-02-27 Bin Menglib: utils/fdt/fdt_domain: Simplify region access permi...
2023-02-27 Bin Menglib: sbi/sbi_domain: cosmetic style fixes
2023-02-27 Yu Chien Peter Linlib: sbi: sbi_ecall: Check the range of SBI error
2023-02-27 Lad Prabhakarplatform: generic: renesas: rzfive: Configure the PMA...
2023-02-27 Lad Prabhakarplatform: generic: renesas: rzfive: Add support to...
2023-02-27 Anup Patelinclude: sbi: Remove extid parameter from vendor_ext_pr...
2023-02-27 Anup Patellib: sbi: Align SBI vendor extension id with mvendorid CSR
2023-02-27 Nylon Chenlib: sbi_hart: Enable hcontext and scontext
2023-02-27 Shengyu Qudocs: fix typo in fw.md
2023-02-27 Xiang Wlib: utils: fdt_fixup: Fix compile error
2023-02-27 Bin Menginclude: fdt/fdt_helper: Change fdt_get_address() to...
2023-02-27 Bin Mengplatform: generic/andes: Fix ae350.c header dependency
2023-02-27 Bin Mengplatform: generic/allwinner: Fix sun20i-d1.c header...
2023-02-27 Bin Menglib: utils/fdt: Fix fdt_pmu.c header dependency
2023-02-10 Anup Patellib: sbi: Speed-up sbi_printf() and friends using nputs()
2023-02-10 Anup Patellib: utils/serial: Implement console_puts() for semihosting
2023-02-10 Anup Patellib: sbi: Add console_puts() callback in the console...
2023-02-10 Anup Patellib: sbi: Implement SBI debug console extension
2023-02-10 Anup Patellib: sbi: Add sbi_domain_check_addr_range() function
2023-02-09 Anup Patellib: sbi: Add sbi_ngets() function
2023-02-09 Anup Patellib: sbi: Add sbi_nputs() function
2023-02-09 Anup Patelinclude: Add defines for SBI debug console extension
2023-02-09 Anup Patelinclude: sbi: Fix BSWAPx() macros for big-endian host
2023-02-08 Rahul Pathakinclude: types: Add typedefs for endianness
2023-02-08 Rahul Pathaklib: utils/fdt: Use byteorder conversion functions...
2023-02-08 Rahul Pathakinclude: Add support for byteorder/endianness conversion
2023-02-08 Jessica ClarkeMakefile: Add missing .dep files for fw_*.elf.ld
2023-02-08 Andrew Joneslib: sbi: Ensure domidx_to_domain_table is null-terminated
2023-02-08 Himanshu Chauhanlib: utils: Mark only the largest region as reserved...
2023-02-08 Nick Hulib: sbi_hsm: Use csr_set to restore the MIP
2023-02-08 Nick Hufirmware: Not to clear all the MIP
2023-01-27 Jessica Clarkefirmware: Fix fw_rw_offset computation in fw_base.S
2023-01-24 Samuel Hollandplatform: generic: allwinner: Advertise nonretentive...
2023-01-24 Samuel Hollandlib: utils: Add fdt_add_cpu_idle_states() helper function
2023-01-23 Lad Prabhakarplatform: renesas/rzfive: Configure Local memory region...
2023-01-23 Himanshu Chauhanlib: sbi: Add separate entries for firmware RX and...
2023-01-23 Himanshu Chauhanlib: sbi: Print the RW section offset
2023-01-23 Himanshu Chauhanfirmware: Add RW section offset in scratch
2023-01-23 Himanshu Chauhanfirmware: Move dynsym and reladyn sections to RX section
2023-01-23 Himanshu Chauhanfirmware: Split RO/RX and RW sections
2023-01-22 Mayuresh Chitalelib: utils: Fix reserved memory node for firmware memory
2023-01-22 Yu Chien Peter Linlib: reset/fdt_reset_atcwdt200: Use defined macros...
2023-01-22 Yu Chien Peter Linplatform: andes/ae350: Implement hart hotplug using...
2023-01-22 Yu Chien Peter Linlib: utils: atcsmu: Add Andes System Management Unit...
2023-01-22 Yu Chien Peter Lininclude: types: add always inline compiler attribute
2023-01-22 Yu Chien Peter Linlib: sbi_hsm: handle failure when hart_stop returns...
2023-01-22 Yu Chien Peter Lindocs: generic.md: fix typo of andes-ae350
2023-01-13 Samuel Hollandplatform: generic: allwinner: Fix PLIC array bounds
2023-01-09 Himanshu Chauhandocs: Update domain's region permissions and requirements
2023-01-09 Himanshu Chauhanlib: utils: Add M-mode {R/W} flags to the MMIO regions
2023-01-09 Himanshu Chauhanlib: utils: Disallow non-root domains from adding M...
2023-01-09 Himanshu Chauhanlib: utils: Use SU-{R/W/X} flags for region permissions...
2023-01-09 Himanshu Chauhanlib: sbi: Modify the boot time region flag prints
2023-01-09 Himanshu Chauhanlib: sbi: Use finer permission sematics to decide on...
2023-01-09 Himanshu Chauhanlib: sbi: Add permissions for the firmware start till end
2023-01-09 Himanshu Chauhanlib: sbi: Use finer permission semantics for address...
2023-01-09 Himanshu Chauhaninclude: sbi: Fine grain the permissions for M and...
2023-01-09 Bin Mengdocs: domain_support: Use capital letter for privilege...
2023-01-09 Bin Menglib: sbi_hsm: Rename 'priv' argument to 'arg1'
2023-01-07 Wei Liang Limgeneric/starfive: Add Starfive JH7110 platform implemen...
2023-01-07 Wei Liang Limplatform: generic: Allow platform_override to perform...
2023-01-07 Anup Patelplatform: generic: Allow platform_override to select...
2023-01-07 Anup Patellib: sbi: Allow platform to influence cold boot HART...
2023-01-06 Bin Menglib: utils/sys: Allow custom HTIF base address for...
2023-01-06 Rahul PathakMakefile: Remove -N ldflag to prevent linker RWX warning
2023-01-06 Bin Mengtreewide: Replace TRUE/FALSE with true/false
2022-12-24 Anup Patelinclude: Bump-up version to 1.2 v1.2
2022-12-24 Atish Patradocs: pmu: Update the pmu doc with removal of mcountinh...
2022-12-24 Conor Dooleydocs: pmu: update a reference to a deprecated property...
2022-12-24 Conor Dooleydocs: pmu: fix binding example
2022-12-17 Icenowy Zhenglib: utils/timer: mtimer: add T-Head C9xx CLINT compatible
2022-12-17 Icenowy Zhenglib: utils/timer: mtimer: add a quirk for lacking mtime...
2022-12-17 Icenowy Zhenglib: utils/ipi: mswi: add T-Head C9xx CLINT compatible
2022-12-17 Bin Menglib: utils/irqchip: plic: Ensure no out-of-bound access...
2022-12-17 Bin Menglib: utils/irqchip: plic: Fix the off-by-one error...
2022-12-17 Bin Menglib: utils/irqchip: plic: Fix the off-by-one error...
2022-12-17 Bin Menglib: utils/irqchip: plic: Ensure no out-of-bound access...
2022-12-17 Bin Menglib: utils/irqchip: plic: Fix the off-by-one error...
2022-12-12 Lad Prabhakardocs: platform: Add documentation for Renesas RZ/Five SoC
2022-12-12 Lad Prabhakarplatform: generic: Add Renesas RZ/Five initial support
2022-12-12 Lad Prabhakarlib: utils/irqchip: Add compatible string for Andestech...
2022-12-12 Lad Prabhakarlib: utils: serial: Add FDT driver for Renesas SCIF
2022-12-12 Lad Prabhakarlib: utils: serial: Add Renesas SCIF driver
2022-12-10 Himanshu Chauhanscripts: use env to invoke bash
2022-12-09 Himanshu Chauhanlib: sbi: Synchronize PMP settings with virtual memory...
2022-12-09 Heinrich Schuchardtlib: fix irqchip_plic_update_hartid_table
2022-12-09 Heinrich Schuchardtlib: fix __fdt_parse_region()
next