platform/kernel/opensbi.git
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()
2022-12-09 Heinrich Schuchardtlib: fix is_region_valid()
2022-12-09 Lad Prabhakarplatform: generic: Make use of fdt_match_node()
2022-12-05 Sergey Matyukevichgitignore: add vim swap files
2022-12-05 Lad Prabhakarlib: utils: Add fdt_fixup_node() helper function
2022-12-05 Yu Chien Peter Linscripts/create-binary-archive.sh: remove andes/ae350...
2022-12-05 Yu Chien Peter Lindocs: andes-ae350.md: fix watchdog nodename in dts...
2022-12-05 Yu Chien Peter Lindocs: platform: Update AE350 and generic platform docum...
2022-12-05 Yu Chien Peter Linplatform: generic/andes: Enable generic platform suppor...
2022-12-05 Dongdong Zhangfirmware: Minor optimization for relocate
2022-12-05 Heinrich Schuchardtlib: fix fdt_parse_aclint_node()
2022-12-05 Heinrich Schuchardtlib: simplify fdt_translate_address()
2022-12-05 Heinrich Schuchardtlib: fix fdt_parse_plicsw_node()
2022-12-05 Heinrich Schuchardtlib: fix fdt_parse_plmt_node()
2022-12-05 Heinrich Schuchardtlib: simplify fdt_parse_plicsw_node()
2022-12-05 Heinrich Schuchardtlib: simplify fdt_parse_plmt_node()
2022-12-04 Xiang Wlib: sbi: Fix is_region_valid()
2022-12-04 Xiang Wlib: sbi: Simplified mmio match checking
2022-12-04 Alejandro Cabrera... Makefile: bugfix for handling platform paths
2022-12-04 KaDiWaMakefile: replace `echo` with `printf` for compatibility
2022-12-04 Xiang Wplatform: generic/allwinner: Remove ghostly type cast
2022-11-22 Leizheng Zhangplatform: generic/allwinner: Remove unused header files
2022-11-22 Leizheng Zhangfirmware: payloads: Optimize usage of "ALIGN"
2022-11-15 Vivian Wanglib: sbi_ecall: Split up sbi_ecall_replace
2022-11-15 Anup Patellib: utils/serial: Fix semihosting compile error using...
2022-11-14 zhangdongdongdocs: fix some typos
2022-11-14 Xiang Wlib: utils/fdt: Simplified code
2022-11-14 Xiang Wlib: utils/fdt: Remove redundant code
2022-10-23 Vivian Wanglib: sbi_ecall: Add Kconfig option for each extension
2022-10-23 Vivian Wanglib: sbi_ecall: Generate extensions list with carray
2022-10-23 Vivian WangMakefile: Add rules for carray sources in lib/sbi
2022-10-23 Yangjie Zhangdocs/firmware: update the document
2022-10-23 Tan En DeMakefile: Add cscope support
2022-10-23 Yu Chien Peter Lindocs: andes-ae350.md: Update ae350 documentation for...
2022-10-23 Yu Chien Peter Linplatform: andes/ae350: Add AE350 domain support
2022-10-23 Yu Chien Peter Linlib: utils/ipi: Add Andes fdt ipi driver support
2022-10-23 Yu Chien Peter Linplatform: andes/ae350: Add fw_platform_init for platfor...
2022-10-23 Yu Chien Peter Linplatform: andes/ae350: Use fdt irqchip driver
2022-10-23 Yu Chien Peter Linlib: utils/reset: Add Andes fdt reset driver support
2022-10-23 Yu Chien Peter Linlib: utils/timer: Add Andes fdt timer support
2022-10-23 Yu Chien Peter Linplatform: andes/ae350: Use fdt serial driver
2022-10-23 Yu Chien Peter Linplatform: andes/ae350: Use kconfig to set platform...
2022-10-23 Yu Chien Peter Linplatform: andes/ae350: Remove enabling cache from an350...
2022-10-23 Yu Chien Peter Linlib: sbi: Add sbi_domain_root_add_memrange() API
2022-10-23 Yu Chien Peter Lininclude: sbi: Fix grammar in comment
2022-10-23 Yu Chien Peter Linlib: sbi: Fix typo in comment
2022-10-23 Yu Chien Peter Lininclude: sbi: Fix typo in comment
2022-10-13 Heiko Stuebnerplatform: generic: allwinner: add support for c9xx pmu
2022-10-13 Heiko Stuebnerplatform: generic: add extensions_init handler and...
2022-10-13 Heiko Stuebnerlib: sbi_platform: expose hart_features to extension_in...
2022-10-13 Heiko Stuebnerlib: sbi_hart: move hart_features struct to a public...
2022-10-13 Heiko Stuebnerlib: sbi_pmu: move pmu irq information into pmu itself
2022-10-13 zhangdongdongdocs: Fix some typos
2022-10-13 Nylon.Chendocs/firmware: Update FW_JUMP documentation
2022-09-13 Kautuk Consullib: utils/serial: add semihosting support
2022-09-13 Rahul Pathaklib: sbi: Fix sbi_strnlen wrong count decrement
2022-09-13 Anup Patellib: utils/fdt: Fix DT parsing in fdt_pmu_setup()
2022-09-13 Vivian Wanglib: sbi_misaligned_ldst: Set GVA if not emulating
2022-09-13 Vivian Wanglib: sbi_trap: Add helper to get GVA in sbi_trap_regs
2022-09-13 Nikita Shubindocs: pmu: extend bindings example for Unmatched
2022-09-13 Nikita Shubindocs: pmu: fix Unmatched example typo
2022-09-01 Anup Patelinclude: sbi: Reduce includes in sbi_pmu.h
2022-09-01 Anup Patellib: sbi: Print platform PMU device at boot-time
2022-09-01 Anup Patellib: sbi_pmu: Add custom PMU device operations
2022-09-01 Anup Patellib: sbi_pmu: Simplify FW counters to reduce memory...
2022-09-01 Anup Patellib: sbi_pmu: Firmware counters are always 64 bits...
2022-09-01 Anup Patellib: sbi_pmu: Replace sbi_pmu_ctr_read() with sbi_pmu_c...
2022-09-01 Anup Patellib: sbi_pmu: Remove "event_idx" member from struct...
2022-09-01 Rahul Pathakinclude: Remove sideleg and sedeleg
2022-08-23 Jun Liang Tanlib: utils: serial: Add Cadence UART driver
2022-08-22 Anup Patellib: sbi: Use the official extension name for AIA M...
2022-08-22 Rahul Pathaklib: sbi_illegal_insn: Fix FENCE.TSO emulation infinite...
2022-08-22 Vivian Wanglib: sbi_trap: Set hstatus.GVA when going to HS-mode
2022-08-22 Vivian Wanglib: sbi_trap: Set hypervisor CSRs for HS-mode
2022-08-22 Vivian Wanglib: sbi: Set gva when creating sbi_trap_info
2022-08-22 Vivian Wanglib: sbi_trap: Save mstatus[h].GVA in trap->gva
2022-08-22 Vivian Wanginclude: Add mstatus[h].GVA encodings
next