Gitiles
Code Review
Sign In
review.coreboot.org
/
coreboot
/
c141323c6263c9f3a884d4482369e8c91e9a713c
/
src
/
arch
/
riscv
64d855d
arch/riscv: Remove supervisor_trap_entry
by Jonathan Neuschäfer
· 5 years ago
c0c31b6
riscv: Remove config string support
by Jonathan Neuschäfer
· 5 years ago
3ca8b59
arch/riscv: Remove the current SBI implementation
by Jonathan Neuschäfer
· 5 years ago
b0de851
arch/riscv: Return from trap_handler instead of jumping out
by Jonathan Neuschäfer
· 5 years ago
3f75f5d
arch/riscv: Unify trap return
by Jonathan Neuschäfer
· 5 years ago
8f06ce3
Constify struct cpu_device_id instances
by Jonathan Neuschäfer
· 5 years ago
5a6e389
arch/riscv: Use a separate trap stack
by Jonathan Neuschäfer
· 6 years ago
c90f1d7b
arch/riscv: gettimer: Don't use the config string
by Jonathan Neuschäfer
· 6 years ago
140a827
arch/riscv: Drop mret workaround
by Jonathan Neuschäfer
· 5 years ago
92f0513
arch/riscv: mprv_read_*: Mark result as earlyclobber
by Jonathan Neuschäfer
· 6 years ago
0c42cd3
arch/riscv: Fix return type of mprv_read_u64
by Jonathan Neuschäfer
· 5 years ago
3b2712d
arch/riscv: hls_init: Initialize time{,cmp} with dummy pointers
by Jonathan Neuschäfer
· 6 years ago
69a143d
arch/riscv: Document mprv_{read,write}_* functions
by Jonathan Neuschäfer
· 6 years ago
5a01d6a
arch/riscv: trap handler: Print load/store access width in bits
by Jonathan Neuschäfer
· 6 years ago
d277960
riscv: Update register address
by wxjstz
· 6 years ago
4635787
src/arch: Fix checkpatch warning: no spaces at the start of a line
by Martin Roth
· 6 years ago
898a775
arch/*: Update Kconfig symbol usage
by Martin Roth
· 6 years ago
e18e642
src: change coreboot to lowercase
by Martin Roth
· 6 years ago
cd6b22f
arch: Unify basic cache clearing API
by Julius Werner
· 6 years ago
f797a1a
riscv: Suppress invalid coverity errors
by Martin Roth
· 6 years ago
c5ebb1d
riscv: Move mcall numbers to mcall.h, adjust their names
by Jonathan Neuschäfer
· 6 years ago
6f3a53b
riscv: get SBI calls to work
by Ronald G. Minnich
· 6 years ago
f171e66
riscv: enable counters via m[us]counteren
by Ronald G. Minnich
· 6 years ago
d9307c2
riscv: Add support for timer interrupts
by Ronald G. Minnich
· 6 years ago
522dcd1
riscv: Stub out sbi_(un)mask_interrupt
by Jonathan Neuschäfer
· 6 years ago
ba571c7
arch/riscv/mcall.c: Return the correct memory base and size
by Jonathan Neuschäfer
· 6 years ago
4e793ec
riscv: map first 4GiB of physical address space
by Ronald G. Minnich
· 6 years ago
3d302b0
riscv: add a variable to control trap management
by Ronald G. Minnich
· 6 years ago
c270335
riscv: change payload() to pass the config string pointer as arg0
by Ronald G. Minnich
· 6 years ago
574df1b
riscv: start to use the configstring functions
by Ronald G. Minnich
· 6 years ago
99f2f11
riscv: Unify SBI call implementations under arch/riscv/
by Jonathan Neuschäfer
· 6 years ago
571c230
riscv: Add a bandaid for the new toolchain
by Ronald G. Minnich
· 6 years ago
5965cba
RISCV: Clean up the common architectural code
by Ronald G. Minnich
· 6 years ago
0bc12ab
arch/riscv: In trap handler, don't print SP twice
by Jonathan Neuschäfer
· 6 years ago
4.5
2f72a61
arch/riscv: Visually align trap frame information
by Jonathan Neuschäfer
· 6 years ago
4247426
riscv: Use the generic src/lib/bootblock.c
by Jonathan Neuschäfer
· 6 years ago
bebeb74
arch/riscv: Remove unused bootblock_simple.c
by Jonathan Neuschäfer
· 6 years ago
e2e40cc
riscv: Clean up {qemu,spike}_util
by Jonathan Neuschäfer
· 6 years ago
2af174a
riscv and power8: Convert printk/while(1) to die
by Jonathan Neuschäfer
· 6 years ago
e865a3d
RISCV: update the encoding.h file.
by Ronald G. Minnich
· 6 years ago
6b72787
src/arch: Improve code formatting
by Elyes HAOUAS
· 7 years ago
a1e3924
arch/riscv: Add missing "break;"
by Jonathan Neuschäfer
· 7 years ago
f643d66
arch/riscv: Add functions to read/write memory on behalf of supervisor/user mode
by Jonathan Neuschäfer
· 7 years ago
cafb10c
arch/riscv: Map the kernel space into RAM (2GiB+)
by Jonathan Neuschäfer
· 7 years ago
857e33e
arch/riscv: Implement the SBI again
by Jonathan Neuschäfer
· 7 years ago
3965a52
arch/riscv: Enable U-mode/S-mode counters (stime, etc.)
by Jonathan Neuschäfer
· 7 years ago
b6648cd
arch/riscv: Fix unaligned memory access emulation
by Jonathan Neuschäfer
· 7 years ago
d9ff75f
arch/riscv: Delegate exceptions to supervisor mode if appropriate
by Jonathan Neuschäfer
· 7 years ago
538e446
arch/riscv: Print the page table structure after construction
by Jonathan Neuschäfer
· 7 years ago
363526c
arch/riscv: Improve and refactor trap handling diagnostics
by Jonathan Neuschäfer
· 7 years ago
4d6ef3a
arch/riscv: Set the stack pointer upon trap entry
by Jonathan Neuschäfer
· 7 years ago
1394bba
arch/riscv: Fix the page table setup code
by Jonathan Neuschäfer
· 7 years ago
c42b591
arch/riscv: Update encoding.h and dependent files
by Jonathan Neuschäfer
· 7 years ago
5690f0e
src/arch/riscv/id.S: Don't hardcode the strings
by Jonathan Neuschäfer
· 7 years ago
cc5be8b
arch/riscv: Add include/arch/barrier.h
by Jonathan Neuschäfer
· 7 years ago
8e63017
arch/riscv: Refactor bootblock.S
by Jonathan Neuschäfer
· 7 years ago
62bd9f9
arch/riscv: Only initialize virtual memory if it's available
by Jonathan Neuschäfer
· 7 years ago
0cc02ef
arch/riscv: Remove spinlock code from atomic.h
by Jonathan Neuschäfer
· 7 years ago
1b1d4b7
arch/riscv: Enable unaligned load handling
by Jonathan Neuschäfer
· 7 years ago
47995fb
arch/riscv: Remove enter_supervisor
by Jonathan Neuschäfer
· 7 years ago
b8e67ac
arch/riscv: Change all eret instructions to .word 0x30200073 (mret)
by Jonathan Neuschäfer
· 7 years ago
5f8cb14
spike-riscv: Look for the CBFS in RAM
by Jonathan Neuschäfer
· 7 years ago
455c3c9
arch/riscv: Unconditionally start payloads in machine mode
by Jonathan Neuschäfer
· 7 years ago
9d0cce2
riscv/bootblock.S: Register machine-mode, not supervisor-mode trap handler
by Jonathan Neuschäfer
· 7 years ago
fefc77a
arch/riscv: Show fault PC and load address on load access faults
by Jonathan Neuschäfer
· 7 years ago
719f9b5
arch/riscv: Move _start to the beginning of the bootblock
by Jonathan Neuschäfer
· 7 years ago
e5f48d2
region: Add writeat and eraseat support
by Antonello Dettori
· 7 years ago
7105660
riscv-spike: Move coreboot to 0x80000000 (2GiB)
by Jonathan Neuschäfer
· 7 years ago
1282b8d
arch/riscv: Compile with -mcmodel=medany
by Jonathan Neuschäfer
· 7 years ago
f934efc
arch/riscv: Add misc.c to bootblock/romstage to get udelay()
by Jonathan Neuschäfer
· 7 years ago
a9067c6
arch/riscv: copy read/write8/16/32 from x86
by Jonathan Neuschäfer
· 7 years ago
4ac8240
arch/riscv/trap_util.S: Use "li" pseudo-instruction to load a constant
by Jonathan Neuschäfer
· 7 years ago
5cc0ee27
build system: remove CBFSTOOL_PRE1_OPTS
by Patrick Georgi
· 7 years ago
a6e9051
lib/coreboot_table: use the architecture dependent table size
by Aaron Durbin
· 7 years ago
a2118a2
arch: introduce architecture dependent common variables
by Aaron Durbin
· 7 years ago
a4db050
lib: add common write_tables() implementation
by Aaron Durbin
· 7 years ago
5481c96
lib/coreboot_table: add architecture hooks for adding tables
by Aaron Durbin
· 7 years ago
d4afa93
lib/bootmem: allow architecture specific bootmem ranges
by Aaron Durbin
· 7 years ago
60eb2c2
arch: only print cbmem entries in one place
by Aaron Durbin
· 7 years ago
a0546da
arch: use Kconfig variable for coreboot table size
by Aaron Durbin
· 7 years ago
0eb1f1c
arch/riscv/tables: remove confusion over write_tables()
by Aaron Durbin
· 7 years ago
7bd886b
Change la to li (load immediate)
by Ronald G. Minnich
· 7 years ago
fffee87
Makefile: Add build-time overlap check for programs loaded after coreboot
by Julius Werner
· 7 years ago
f0d39c4
die() when attempting to use bounce buffer on non-i386.
by Vladimir Serbinenko
· 7 years ago
f6ada1c
lib/coreboot_table: add function to allow arch code to add records
by Aaron Durbin
· 7 years ago
38cd375
RISC-V: Add more debug info to debug printks
by Andrew Waterman
· 7 years ago
f16d904
RISC-V: Make inline asm usage safer
by Andrew Waterman
· 7 years ago
622eea7
arches: lib: add main_decl.h for main() declaration
by Aaron Durbin
· 7 years ago
711455f
arch/{arm64,riscv}: remove jmp_to_elf_entry() declaration
by Aaron Durbin
· 7 years ago
ae3f302
arch: remove stage_exit()
by Aaron Durbin
· 7 years ago
81b09f4
Makefile: Make full use of src-to-obj macro
by Nico Huber
· 7 years ago
ee464b1
console: Simplify bootblock console Kconfig selection logic
by Alexandru Gagniuc
· 7 years ago
8e442dc
arch/riscv: Add missing license headers
by Martin Roth
· 7 years ago
7e7a4df
lib: remove assets infrastructure
by Aaron Durbin
· 7 years ago
1cab012
build system: Add more files through cbfs-files instead of manual rules
by Patrick Georgi
· 7 years ago
86fc11d
arm/arm64: Generalize bootblock C entry point
by Julius Werner
· 7 years ago
a73b931
tree: drop last paragraph of GPL copyright header
by Patrick Georgi
· 7 years ago
f47f5fb
RISCV: modify arch_prog_run to handle payloads correctly.
by Ronald G. Minnich
· 8 years ago
08c10a9
riscv-virtual-memory: move page tables into virtual address space
by Thaminda Edirisooriya
· 8 years ago
a47738d
riscv-memlayout: fix existing memlayout issues, add sbi interface
by Thaminda Edirisooriya
· 8 years ago
Next »