635 Commits (47a2e87ccd4e95f80f0754c6f3312ccb3b90d916)
 

Author SHA1 Message Date
Palmer Dabbelt 2e03ddb03a
Merge pull request #76 from riscv/race 8 years ago
Palmer Dabbelt 21dbf5f307 Boot on the first hart 8 years ago
Zong Li 3740bc51b3 Remove the repeating bitmask of medeleg register (#74) 8 years ago
Palmer Dabbelt 0ff33906ff
Merge pull request #73 from riscv/flush_icache 8 years ago
Palmer Dabbelt 15ff218ec0 Add __riscv_flush_icache 8 years ago
Palmer Dabbelt 8e4683478d
Merge pull request #72 from riscv/16550 8 years ago
Palmer Dabbelt 132c6292bb Add a 16550 UART driver to back the SBI console 8 years ago
Andrew Waterman 3d921d3c76 Bump encoding.h 8 years ago
Palmer Dabbelt d05ff0d3e4
Merge pull request #69 from riscv/endings 9 years ago
Palmer Dabbelt e22aaec27f Fix line endings in the logo 9 years ago
Palmer Dabbelt 37a68944a4
Merge pull request #68 from riscv/no-platform 9 years ago
Palmer Dabbelt 455608b465 Allow users to pick a logo 9 years ago
Palmer Dabbelt d1849cb5e3 Remove the platform interface 9 years ago
Palmer Dabbelt 3815c61115
Merge pull request #67 from riscv/dts2 9 years ago
Palmer Dabbelt 27498013ad Check if we have extensions before using them 9 years ago
Palmer Dabbelt 21209988c7 Initialize the UART first 9 years ago
Palmer Dabbelt 9204785053 Detect harts that can't boot Linux instead of hard-coding them 9 years ago
Andrew Waterman 220b1bee10
Fix(?) fcvt.s.w emulation for rs1 = -2^31 (#66) 9 years ago
Andrew Waterman 18087efa98 Make 4-byte aligned instruction-emulation loads atomic 9 years ago
Andrew Waterman 4c64de3213 Order __page_alloc before writing vmrs 9 years ago
Andrew Waterman fb4e31229f Stub out sys_prlimit64 9 years ago
Wesley W. Terpstra 3f20915eff finisher: support terminating sifive devices simulation (#61) 9 years ago
Palmer Dabbelt 2dcae927fd Merge pull request #60 from riscv/hart1 9 years ago
Palmer Dabbelt 147cfa612b The DTB argument to boot_other_hart shouldn't be used in BBL 9 years ago
Palmer Dabbelt 6b501de8e8 Merge pull request #59 from riscv/print-device-tree 9 years ago
Palmer Dabbelt ca24f3c904 Add the '--enable-print-device-tree' argument 9 years ago
Palmer Dabbelt 2187c4512d Merge pull request #58 from riscv/platform 9 years ago
Palmer Dabbelt f0f85949a0 Allow platform__get_logo to return NULL 9 years ago
Palmer Dabbelt 0d202e9dd4 Add the '--with-platform' argument and the sifive-vc707-devkit platform 9 years ago
Palmer Dabbelt 298984cbe6 Move DISABLED_HART_MASK to the platform 9 years ago
Palmer Dabbelt 62effc6bfe Allow the platform to disable HTIF 9 years ago
Palmer Dabbelt bb19fef663 Move the logo behind the platform interface 9 years ago
Palmer Dabbelt 9037b1d9f2 Add a platform interface 9 years ago
Palmer Dabbelt 8b80f2ea28 Ignore some generated files 9 years ago
Andrew Waterman 57bb80fb7d Fix emulation of misaligned RVC loads/stores 9 years ago
Andrew Waterman 66701f82f8 FMV.X.S/FMV.S.X -> FMV.X.W/FMV.W.X 9 years ago
Andrew Waterman 3aebe0db7f README.md: Explicitly list the requirement of a separate build directory. 9 years ago
Andrew Waterman 5ca090ba6c Use uint64_t, not uintptr_t, to represent FDT addresses/sizes 9 years ago
Andrew Waterman 770dcd9f1f Fix RV32 compilation error 9 years ago
Andrew Waterman 0f0ac647fe Increase PK stack size to 3% of memory, up to 8 MiB 9 years ago
Andrew Waterman 5f736b9ab8 Always write sbadaddr on trap redirection 9 years ago
Andrew Waterman 3a3c1f5a1a Load instructions as unsigned values, not signed 9 years ago
Wesley W. Terpstra 8197cad40c mtrap: allow override of DISABLED_HART_MASK from CFLAGS 9 years ago
Andrew Waterman a2c8937e63 Remove num_harts; use hart_mask exclusively 9 years ago
Andrew Waterman dce2b7dd8e Rename HART_MASK to DISABLED_HART_MASK to clarify polarity 9 years ago
Wesley W. Terpstra 31eab7e4dd fdt: update the status length when masking cpus 9 years ago
Wesley W. Terpstra 8b4421bacb bbl: prevent named cores from booting 9 years ago
Wesley W. Terpstra 91636ac463 fdt: redact clint, plic, and debug hardware 9 years ago
Wesley W. Terpstra cd558016be fdt: support redaction 9 years ago
Andrew Waterman d1200e3a54 Remove SBI console printm to speed up PK simulation 9 years ago