index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
arch
/
riscv
/
Makefile.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Add Kconfig variable MEMLAYOUT_LD_FILE
Furquan Shaikh
2020-06-13
1
-3
/
+3
*
src: Remove leading blank lines from SPDX header
Elyes HAOUAS
2020-05-18
1
-4
/
+0
*
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-11
1
-1
/
+0
*
src/arch/riscv: Convert to SPDX license header
Patrick Georgi
2020-03-06
1
-12
/
+1
*
arch/riscv: Rename `stages.c` to `romstage.c`
Nico Huber
2019-11-06
1
-1
/
+1
*
arch/riscv: Don't link `stages.c` into ramstage
Nico Huber
2019-11-05
1
-1
/
+0
*
arch/riscv: Enable FIT support
Jonathan Neuschäfer
2019-08-08
1
-0
/
+1
*
riscv: add support for OpenSBI
Xiang Wang
2019-08-03
1
-0
/
+41
*
riscv: Add initial support for 32bit boards
Philipp Hug
2019-02-13
1
-0
/
+12
*
riscv: Simplify payload handling
Xiang Wang
2019-02-02
1
-1
/
+1
*
riscv: create Kconfig architecture features for new parts
Ronald G. Minnich
2019-01-17
1
-4
/
+15
*
riscv: add support for supervisor binary interface (SBI)
Xiang Wang
2018-11-05
1
-0
/
+2
*
riscv: add support smp_pause / smp_resume
Xiang Wang
2018-11-05
1
-0
/
+3
*
riscv: add physical memory protection (PMP) support
Xiang Wang
2018-10-11
1
-0
/
+3
*
arch/riscv: Adjust compiler flags for scan-build
Jonathan Neuschäfer
2018-10-04
1
-1
/
+6
*
arch/riscv: provide a monotonic timer
Philipp Hug
2018-09-14
1
-0
/
+6
*
riscv: update misaligned memory access exception handling
Xiang Wang
2018-09-10
1
-0
/
+4
*
riscv: add entry assembly file for RAMSTAGE
Xiang Wang
2018-09-05
1
-0
/
+4
*
riscv: remove redundancy in Makefile
Xiang Wang
2018-08-01
1
-4
/
+1
*
riscv: fix issues (timestrap & PRIu64)
Xiang Wang
2018-07-31
1
-4
/
+1
*
arch/riscv: Fix makefile to only set flags for riscv
Martin Roth
2018-07-18
1
-3
/
+5
*
riscv: add support for modifying compiler options
Xiang Wang
2018-07-17
1
-6
/
+6
*
arch/riscv: Make RVC support configurable
Jonathan Neuschäfer
2018-02-20
1
-3
/
+13
*
riscv: Remove config string support
Jonathan Neuschäfer
2017-12-02
1
-6
/
+3
*
arch/riscv: Remove the current SBI implementation
Jonathan Neuschäfer
2017-12-02
1
-1
/
+0
*
riscv: start to use the configstring functions
Ronald G. Minnich
2016-11-12
1
-3
/
+6
*
riscv: Unify SBI call implementations under arch/riscv/
Jonathan Neuschäfer
2016-11-07
1
-1
/
+1
*
RISCV: Clean up the common architectural code
Ronald G. Minnich
2016-10-24
1
-0
/
+1
*
arch/riscv: Implement the SBI again
Jonathan Neuschäfer
2016-08-23
1
-0
/
+1
*
arch/riscv: Refactor bootblock.S
Jonathan Neuschäfer
2016-07-28
1
-0
/
+3
*
spike-riscv: Look for the CBFS in RAM
Jonathan Neuschäfer
2016-07-14
1
-3
/
+0
*
arch/riscv: Compile with -mcmodel=medany
Jonathan Neuschäfer
2016-06-12
1
-1
/
+4
*
arch/riscv: Add misc.c to bootblock/romstage to get udelay()
Jonathan Neuschäfer
2016-06-12
1
-0
/
+2
*
build system: remove CBFSTOOL_PRE1_OPTS
Patrick Georgi
2016-05-03
1
-2
/
+0
*
Makefile: Add build-time overlap check for programs loaded after coreboot
Julius Werner
2016-03-09
1
-0
/
+4
*
Makefile: Make full use of src-to-obj macro
Nico Huber
2016-01-28
1
-3
/
+3
*
build system: Add more files through cbfs-files instead of manual rules
Patrick Georgi
2015-12-02
1
-1
/
+0
*
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-31
1
-4
/
+0
*
riscv-memlayout: fix existing memlayout issues, add sbi interface
Thaminda Edirisooriya
2015-09-16
1
-0
/
+3
*
riscv-trap-handling: Add implementation for trap calls in riscv
Thaminda Edirisooriya
2015-09-10
1
-0
/
+2
*
linking: add and use LDFLAGS_common
Aaron Durbin
2015-09-09
1
-3
/
+3
*
riscv: Link in libgcc
Patrick Georgi
2015-07-22
1
-3
/
+3
*
Remove address from GPLv2 headers
Patrick Georgi
2015-05-21
1
-1
/
+1
*
build system: use archives, not linker action to shorten command lines
Patrick Georgi
2015-05-20
1
-3
/
+3
*
CBFS: Automate ROM image layout and remove hardcoded offsets
Julius Werner
2015-04-14
1
-1
/
+1
*
CBFS: Correct ROM_SIZE for ARM boards, use CBFS_SIZE for cbfstool
Julius Werner
2015-04-14
1
-1
/
+1
*
New mechanism to define SRAM/memory map with automatic bounds checking
Julius Werner
2015-04-06
1
-12
/
+6
*
build system: run linker scripts through the preprocessor
Patrick Georgi
2015-04-06
1
-10
/
+14
*
build system x86: deprecate bootblock_lds and ldscripts variables
Patrick Georgi
2015-04-04
1
-1
/
+1
*
program loading: add prog_run() function
Aaron Durbin
2015-04-03
1
-0
/
+2
[next]