firmware: Change to use positive offset to access relocation entries
[platform/kernel/opensbi.git] / firmware /
2023-04-17 Bin Mengfirmware: Change to use positive offset to access reloc...
2023-04-17 Bin Mengfirmware: Optimize loading relocation type
2023-04-06 Mayuresh Chitalelib: sbi_hart: clear mip csr during hart init
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-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
2022-12-05 Dongdong Zhangfirmware: Minor optimization for relocate
2022-11-22 Leizheng Zhangfirmware: payloads: Optimize usage of "ALIGN"
2022-08-08 Anup PatelMakefile: Add initial kconfig support for each platform
2022-03-27 Xiang Wfirmware: Fix code for accessing hart_count and stack_size
2021-12-23 Anup Patelfirmware: Move memcpy/memset mapping to fw_base.S
2021-08-20 Samuel Hollandpayloads/test: Add support for SBI v0.2 ecalls
2021-07-27 Xiang Wfirmware: use _fw_start for load address
2021-07-17 Bin Mengfirmware: Remove the unhelpful alignment codes before...
2021-07-11 Jessica Clarkefirmware: Only default FW_PIC to y if supported
2021-07-11 Jessica Clarkefirmware: Explicitly pass -pie to the linker, not just...
2021-07-11 Jessica Clarkefw_base: Put data in .data rather than .text
2021-07-11 Jessica Clarkefw_base: Don't mark fw_platform_init as both global...
2021-07-11 Bin Mengfirmware: Define a macro for version of struct fw_dynam...
2021-07-11 Bin Mengfirmware: Remove the sanity checks in fw_save_info()
2021-07-11 Bin Mengfirmware: Minor optimization in _scratch_init()
2021-04-28 Guo Renfirmware: Enable FW_PIC by default
2021-04-05 Anup Patelfirmware: Remove redundant add instruction from trap...
2021-04-01 Xiang Wfirware: optimize the exception exit code
2021-03-19 Vincent Chenfirmware: Support position independent execution
2021-03-19 Vincent Chenfirmware: Use lla to access all global symbols
2021-01-07 Anup Patellib: sbi: Introduce sbi_trap_exit() API
2020-12-01 Anup Patelfirmware: fw_base: Optimize trap handler for RV32 systems
2020-10-18 Anup Patelfirmware: Remove FW_PAYLOAD_FDT_PATH compile-time option
2020-10-18 Anup Patelfirmware: Add common FW_FDT_PATH compile-time option
2020-08-14 Anup Patelfirmware: fw_base: Improve exception stack setup in...
2020-06-05 Anup Patelfirmware: Remove FW_PAYLOAD_FDT and related documentation
2020-06-05 Anup Patelfirmware: Allow fw_platform_init() to return updated...
2020-06-05 Anup Patelfirmware: fw_base: Don't OR forced FW_OPTIONS
2020-06-05 Anup Patelfirmware: fw_base: Make builtin DTB available to fw_pla...
2020-05-18 Daniel Schaeferfirmware: Correct spelling mistakes
2020-05-01 Anup Patelfirmware: fw_base: Introduce optional fw_platform_init()
2020-05-01 Charles Paponfirmware: fw_base: Remove CSR_MTVEC update check
2020-03-28 Anup Patellib: sbi_trap: Simplify sbi_trap_handler() API
2020-03-19 Anup Patelinclude: sbi_platform: Introduce HART index to HART...
2020-03-13 Anup Patelfirmware: fw_base: Optimize _hartid_to_scratch() implem...
2020-01-10 Andreas Schwabfirmware: Fix placement of .align directives
2019-12-27 Anup Patelfirmware: Improve comments for fw_prev_arg1() and fw_ne...
2019-12-27 Liu Yibinfirmware: Return real DTB address when FW_xyz_FDT_ADDR...
2019-11-15 Anup Patelfirmware: Add preferred boot HART field in struct fw_dy...
2019-11-05 Anup Patelfirmware: Introduce relocation lottery
2019-10-28 Anup Patelfirmware: Fix compile error for FW_PAYLOAD with latest...
2019-10-03 Atish Patralib: Rename existing SBI implementation as 0.1.
2019-10-03 Atish PatraTest: Move test payload related code out of interface...
2019-09-30 Anup Patellib: Extend sbi_trap_redirect() for hypervisor extension
2019-08-13 Lukas Auerfirmware: do not use relocated _boot_status before...
2019-08-09 Bin Mengfirmware: Use macro instead of magic number for boot...
2019-08-07 Nylon Chenfirmware: Fix the loop condition of _wait_relocate_copy...
2019-07-01 Anup Patelfirmware: For no relocation skip two stage wait for...
2019-06-24 Xiang Wfirmware: Handle overlapping load and link addresses...
2019-06-17 Xiang Wfirmware: Handle overlapping load and link addresses...
2019-06-12 Anup Patelfirmware: Relocate when load address is not equal to...
2019-06-12 Lukas Auerfirmware: add missing linker sections to fw_base.ldS
2019-05-10 Anup Patelfirmware: Add fw_dynamic firmware
2019-05-10 Anup Patelfirmware: Allow firmwares to provide next mode and...
2019-04-24 Olof Johanssonall: run clang-format and update checked-in files
2019-04-09 Anup PatelTOP: Allow building platform out-of-tree
2019-04-04 Xiang Wangfirmware: Fix source fdt alignment
2019-03-29 Bin Mengfirmware: Introduce "options" in "struct sbi_scratch"
2019-03-14 Atish Patrafirmware: Move scratch setup to _start instead of _star...
2019-03-10 Alistair Francislib: Create a sbi_ipi_data structure
2019-03-07 Atish Patrafirmware: Reset all registers and flush icache
2019-03-07 Atish Patrafirmware: Add nop to reduce bus traffic.
2019-03-07 Atish PatraRevert "firmware: Add a barrier instruction for wait...
2019-03-06 Atish Patrafirmware: Reset all the general purpose registers to...
2019-03-06 Atish Patrafirmware: Ensure the mtvec is updated.
2019-03-06 Atish Patrafirmware: Fix a typo
2019-03-05 Xiang Wangfirmware: Add a barrier instruction for wait for boot...
2019-03-05 Xiang Wangfirmware: Move _boot_hart_done to the data section
2019-02-20 Anup Patelfirmware: Improve low-level trap handler for M-mode...
2019-02-15 Alistair FrancisMerge pull request #59 from avpatel/make-run
2019-02-15 Alistair Francisfirmware: Ensure the payloads are 4 bit alligned
2019-02-14 Atish Patrafirmware: Use CSR_<FOO> instead of <foo> for csr*
2019-02-08 Alistair Francisfirmware: Use lw instead of lwu for 32-bit architectures
2019-02-06 Andreas Schwabfirwmare: don't expand macros in FW_PAYLOAD_PATH
2019-01-24 Anup patelall: Update copyright header in all files
2019-01-22 Atish Patralib: Move software interrupt enablement from firmware...
2019-01-21 Damien Le Moalsbi: Add ecall helpers
2019-01-21 Damien Le Moalpayload: rename dummy payload to test payload
2019-01-21 Damien Le MoalMakefile: Add support for device tree compilation
2019-01-21 Damien Le Moalbuild: Introduce FW_PAYLOAD_ALIGN
2019-01-04 Alistair FrancisMakefile: Use generic flags for the firmware
2019-01-03 Anup Patelinclude: Remove redundant tmp0 from struct sbi_scratch
2019-01-02 Anup Patelinclude: Move RISCV_TRAP_REGS_xyz defines to sbi_trap.h
2019-01-02 Anup Patelinclude: Move RISCV_PLATFORM_xyz defines to sbi_platform.h
2019-01-02 Anup Patelinclude: Move RISCV_SCRATCH_xyz defines to sbi_scratch.h
2018-12-27 Anup Patelfirmware: Rename fw_common.S to fw_base.S
2018-12-27 Anup Patelfirmware: Use dummy payload for FW_PAYLOAD
2018-12-27 Anup Patelfirmware: Add separate dummy payload for FW_PAYLOAD
2018-12-22 Atish PatraMerge pull request #4 from riscv/avpatel/master
2018-12-22 Anup Patelfirmware: Don't depend on PLAT_HART_COUNT and PLAT_HART...
2018-12-22 Anup Patelfirmware: Remove stack section from common linker script
2018-12-21 Anup Patelfirmware: Remove redundant write to mideleg and medeleg
next