index
:
opensbi.git
master
release-1.3.x
release-1.5.x
release-1.8.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
fw_base.S
Age
Commit message (
Expand
)
Author
2024-05-23
firmware: Bring back FW_TEXT_START as an optional parameter
Anup Patel
2024-04-10
firmware: remove FW_TEXT_START
Xiang W
2024-04-05
firmware: remove copy-base relocation
Xiang W
2024-03-19
lib: sbi: Introduce trap context
Anup Patel
2024-03-19
include: sbi: Add trap_context pointer in struct sbi_scratch
Anup Patel
2024-03-19
lib: sbi: Remove sbi_trap_exit() and related code
Anup Patel
2024-03-09
firmware: fw_base.S: fix _reset_regs
Xiang W
2024-03-09
firmware: fw_base.S: Remove _relocate_lottery
Xiang W
2024-03-09
firmware: fw_base: Simplified setup trap handler
Xiang W
2024-03-09
firmware: fw_base.S: Simplify address get
Xiang W
2024-02-06
firmware: fw_base.S: remove _runtime_offset
Xiang W
2024-02-06
firmware: fw_base.S: Improve loading u32
Xiang W
2024-02-05
fw_base.S: Fix comment errors
Zhang Runmin
2023-11-16
firmware: fw_base.S: Fix boot hart status synchronization
Guo Ren
2023-10-06
firmware: Remove handling of R_RISCV_{32,64}
Vivian Wang
2023-08-06
fw_base.S: Fix assembler error with clang 16+
Mitchell Horne
2023-06-21
firmware: Fix find hart index
Xiang W
2023-06-05
platform: Allow platforms to specify heap size
Anup Patel
2023-04-17
firmware: Change to use positive offset to access relocation entries
Bin Meng
2023-04-17
firmware: Optimize loading relocation type
Bin Meng
2023-04-06
lib: sbi_hart: clear mip csr during hart init
Mayuresh Chitale
2023-02-08
firmware: Not to clear all the MIP
Nick Hu
2023-01-27
firmware: Fix fw_rw_offset computation in fw_base.S
Jessica Clarke
2023-01-23
firmware: Add RW section offset in scratch
Himanshu Chauhan
2022-12-05
firmware: Minor optimization for relocate
Dongdong Zhang
2022-03-27
firmware: Fix code for accessing hart_count and stack_size
Xiang W
2021-12-23
firmware: Move memcpy/memset mapping to fw_base.S
Anup Patel
2021-07-27
firmware: use _fw_start for load address
Xiang W
2021-07-17
firmware: Remove the unhelpful alignment codes before fdt relocation
Bin Meng
2021-07-11
fw_base: Put data in .data rather than .text
Jessica Clarke
2021-07-11
fw_base: Don't mark fw_platform_init as both global and weak
Jessica Clarke
2021-07-11
firmware: Minor optimization in _scratch_init()
Bin Meng
2021-04-05
firmware: Remove redundant add instruction from trap restore path
Anup Patel
2021-04-01
firware: optimize the exception exit code
Xiang W
2021-03-19
firmware: Support position independent execution
Vincent Chen
2021-03-19
firmware: Use lla to access all global symbols
Vincent Chen
2021-01-07
lib: sbi: Introduce sbi_trap_exit() API
Anup Patel
2020-12-01
firmware: fw_base: Optimize trap handler for RV32 systems
Anup Patel
2020-10-18
firmware: Remove FW_PAYLOAD_FDT_PATH compile-time option
Anup Patel
2020-10-18
firmware: Add common FW_FDT_PATH compile-time option
Anup Patel
2020-08-14
firmware: fw_base: Improve exception stack setup in trap handler
Anup Patel
2020-06-05
firmware: Allow fw_platform_init() to return updated FDT location
Anup Patel
2020-06-05
firmware: fw_base: Don't OR forced FW_OPTIONS
Anup Patel
2020-06-05
firmware: fw_base: Make builtin DTB available to fw_platform_init()
Anup Patel
2020-05-18
firmware: Correct spelling mistakes
Daniel Schaefer
2020-05-01
firmware: fw_base: Introduce optional fw_platform_init()
Anup Patel
2020-05-01
firmware: fw_base: Remove CSR_MTVEC update check
Charles Papon
2020-03-28
lib: sbi_trap: Simplify sbi_trap_handler() API
Anup Patel
2020-03-19
include: sbi_platform: Introduce HART index to HART id table
Anup Patel
2020-03-13
firmware: fw_base: Optimize _hartid_to_scratch() implementation
Anup Patel
[next]