index
:
riscv-gnu-toolchain/pk.git
cs250
device-files
enable-32bit
eos14-bringup
eos20
fdt
fix-fcvt-s-w
gnuconfig
hax
master
maxmem
new-sbi-disk
remap
rocc-enable
rv32-putstring
rvt-master
sbi-disk
sbi_emulation_for_perf
sbi_for_perf
travis-dev
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-03
Un-break "--enable-32bit"
enable-32bit
Palmer Dabbelt
2
-8
/
+8
2017-11-03
Merge pull request #69 from riscv/endings
Palmer Dabbelt
2
-1
/
+6
2017-11-03
Fix line endings in the logo
Palmer Dabbelt
2
-1
/
+6
2017-11-03
Merge pull request #68 from riscv/no-platform
Palmer Dabbelt
23
-193
/
+114
2017-11-03
Allow users to pick a logo
Palmer Dabbelt
7
-25
/
+51
2017-11-03
Remove the platform interface
Palmer Dabbelt
19
-192
/
+87
2017-11-02
Merge pull request #67 from riscv/dts2
Palmer Dabbelt
11
-28
/
+64
2017-11-02
Check if we have extensions before using them
Palmer Dabbelt
1
-5
/
+12
2017-11-02
Initialize the UART first
Palmer Dabbelt
1
-3
/
+3
2017-11-02
Detect harts that can't boot Linux instead of hard-coding them
Palmer Dabbelt
11
-20
/
+49
2017-11-01
Fix(?) fcvt.s.w emulation for rs1 = -2^31 (#66)
Andrew Waterman
1
-1
/
+1
2017-10-23
Make 4-byte aligned instruction-emulation loads atomic
Andrew Waterman
1
-3
/
+12
2017-10-19
Order __page_alloc before writing vmrs
Andrew Waterman
1
-2
/
+6
2017-08-29
Stub out sys_prlimit64
Andrew Waterman
2
-0
/
+2
2017-08-14
finisher: support terminating sifive devices simulation (#61)
Wesley W. Terpstra
6
-4
/
+84
2017-08-10
Merge pull request #60 from riscv/hart1
Palmer Dabbelt
1
-8
/
+6
2017-08-09
The DTB argument to boot_other_hart shouldn't be used in BBL
Palmer Dabbelt
1
-8
/
+6
2017-08-05
Merge pull request #59 from riscv/print-device-tree
Palmer Dabbelt
8
-7
/
+174
2017-08-03
Add the '--enable-print-device-tree' argument
Palmer Dabbelt
8
-7
/
+174
2017-08-03
Merge pull request #58 from riscv/platform
Palmer Dabbelt
18
-41
/
+218
2017-08-03
Allow platform__get_logo to return NULL
Palmer Dabbelt
1
-1
/
+3
2017-08-02
Add the '--with-platform' argument and the sifive-vc707-devkit platform
Palmer Dabbelt
4
-1
/
+62
2017-08-02
Move DISABLED_HART_MASK to the platform
Palmer Dabbelt
7
-10
/
+22
2017-08-02
Allow the platform to disable HTIF
Palmer Dabbelt
3
-4
/
+18
2017-08-02
Move the logo behind the platform interface
Palmer Dabbelt
3
-26
/
+37
2017-08-02
Add a platform interface
Palmer Dabbelt
10
-1
/
+77
2017-08-02
Ignore some generated files
Palmer Dabbelt
1
-1
/
+2
2017-07-17
Fix emulation of misaligned RVC loads/stores
Andrew Waterman
1
-2
/
+5
2017-05-04
FMV.X.S/FMV.S.X -> FMV.X.W/FMV.W.X
Andrew Waterman
2
-11
/
+8
2017-04-29
README.md: Explicitly list the requirement of a separate build directory.
Andrew Waterman
1
-0
/
+2
2017-04-18
Use uint64_t, not uintptr_t, to represent FDT addresses/sizes
Andrew Waterman
3
-21
/
+24
2017-04-18
Fix RV32 compilation error
Andrew Waterman
1
-1
/
+2
2017-04-18
Increase PK stack size to 3% of memory, up to 8 MiB
Andrew Waterman
1
-1
/
+1
2017-04-11
Always write sbadaddr on trap redirection
Andrew Waterman
3
-6
/
+6
2017-04-11
Load instructions as unsigned values, not signed
Andrew Waterman
1
-4
/
+4
2017-04-06
mtrap: allow override of DISABLED_HART_MASK from CFLAGS
Wesley W. Terpstra
1
-0
/
+2
2017-04-05
Remove num_harts; use hart_mask exclusively
Andrew Waterman
4
-6
/
+5
2017-04-05
Rename HART_MASK to DISABLED_HART_MASK to clarify polarity
Andrew Waterman
5
-6
/
+6
2017-04-05
fdt: update the status length when masking cpus
Wesley W. Terpstra
1
-1
/
+4
2017-04-05
bbl: prevent named cores from booting
Wesley W. Terpstra
5
-3
/
+19
2017-04-05
fdt: redact clint, plic, and debug hardware
Wesley W. Terpstra
3
-2
/
+166
2017-04-05
fdt: support redaction
Wesley W. Terpstra
2
-9
/
+13
2017-04-04
Remove SBI console printm to speed up PK simulation
Andrew Waterman
1
-1
/
+0
2017-03-31
clint: move hart wakeup till after all FDT parsing
Wesley W. Terpstra
3
-6
/
+20
2017-03-30
New PMP encoding
Andrew Waterman
2
-6
/
+7
2017-03-30
fdt: look for the phandle of a cpu's nested interrupt controller
Wesley W. Terpstra
1
-15
/
+34
2017-03-29
Attempt to read instruction from mbadaddr
Andrew Waterman
1
-5
/
+9
2017-03-28
plic: discovered via fdt
Wesley W. Terpstra
3
-0
/
+103
2017-03-27
uart: find it using fdt
Wesley W. Terpstra
1
-3
/
+41
2017-03-27
fdt: rewrite parser using a single design pattern
Wesley W. Terpstra
2
-105
/
+176
[next]