Jordan Carlin
|
8853fd52bc
|
Merge branch 'main' of https://github.com/openhwgroup/cvw into installation
|
2024-07-18 21:36:00 -07:00 |
|
Jacob Pease
|
7f72fb8583
|
Updated riscv,isa-extensions property with the correct syntax. Added riscv,cbom-block-size.
|
2024-07-12 09:28:54 -05:00 |
|
Jacob Pease
|
1a2607c3d9
|
Commented out riscv,isa-extensions from Arty device tree until Linux kernel is updated.
|
2024-07-11 10:53:18 -05:00 |
|
Jordan Carlin
|
7419689359
|
Update python shebangs to use /usr/bin/env python3 so virtual environment can be used (also aids in general portability)
|
2024-07-03 20:42:55 -07:00 |
|
Rose Thompson
|
ab74de45ed
|
Added fortran compiler to buildroot for spec benchmarks.
|
2024-04-11 13:58:13 -05:00 |
|
slmnemo
|
e631ae8c2d
|
Fixed sudo permissions in Linux Makefile, added nosudo versions of sudo commands
|
2024-04-05 21:38:30 -07:00 |
|
slmnemo
|
37716f1b56
|
Removed redundant lines from linux Makefile; gitignore
|
2024-04-05 20:53:52 -07:00 |
|
slmnemo
|
d89a187ce8
|
Fixed commit where Linux Makefile always built Linux into repo instead of into shared directory.
|
2024-04-05 20:44:11 -07:00 |
|
slmnemo
|
3ee25c8936
|
Merged testbench changes
|
2024-04-05 17:20:03 -07:00 |
|
Matthew-Otto
|
f6689e31f9
|
fix typo in flash-sd.sh
|
2024-03-27 11:14:58 -05:00 |
|
slmnemo
|
fcd98232d3
|
Merge branch 'nightly-regression' of github.com:slmnemo/cvw into linux_local
|
2024-03-26 10:30:33 -07:00 |
|
slmnemo
|
efb68e7eeb
|
Added dumptvs function to Linux makefile to create linux-testvectors in /opt/riscv directory
|
2024-03-26 10:28:50 -07:00 |
|
slmnemo
|
ad0cb798bc
|
Added new buildroot in root directory to gitignore
|
2024-03-19 14:38:58 -07:00 |
|
slmnemo
|
b2dace02a6
|
Changed linux boot to clone into new directory linuximg. There's probably a better location for this, but this is for preliminary testing
|
2024-03-19 10:53:35 -07:00 |
|
Matthew Otto
|
e2d46e991f
|
remove unnecessary spaces
|
2024-02-12 13:00:58 -06:00 |
|
Matthew Otto
|
b0dc2a8ff5
|
add support for internal sd card adapters (/dev/mmcblk)
|
2024-02-12 13:00:01 -06:00 |
|
David Harris
|
aff61ea97a
|
Fixed Linux makefile; load branch predictor RAMs at startup for sim; fixed comment in trap; starting to make testbench more compatible with Verilator
|
2023-12-13 11:33:59 -08:00 |
|
Jacob Pease
|
f99cb03b89
|
Changed Linux makefile to unset LD_LIBRARY_PATH before running buildroot. This allows custom setup.sh scripts to be used per user.
|
2023-12-01 15:02:26 -06:00 |
|
Jacob Pease
|
edd4f90283
|
Disassemble target now called with correct environment variables, allowing for downloading, building, disassembling, and installing in one make call.
|
2023-12-01 13:21:33 -06:00 |
|
David Harris
|
1d234c05c9
|
disassembleBootTrace works on first 50M lines of boot
|
2023-11-22 22:17:01 -08:00 |
|
David Harris
|
c64ad9ff35
|
Extract rootfs during disassembly
|
2023-11-22 06:28:38 -08:00 |
|
David Harris
|
e66adcca9d
|
Cleaned up genInitMem script to only generate necessary files and eliminate prompts
|
2023-11-22 05:25:09 -08:00 |
|
David Harris
|
d1bb5c7512
|
Imperas fix for satp modes supported
|
2023-11-21 21:52:11 -08:00 |
|
Rose Thompson
|
332c95aa9f
|
Updated locations of device trees in qemu scripts.
|
2023-11-21 22:14:56 -06:00 |
|
Rose Thompson
|
8b48a92131
|
Fixed linux makefile to build label and addr files from object dumps.
|
2023-11-21 22:00:53 -06:00 |
|
David Harris
|
822197857a
|
Updated buildroot scripts
|
2023-11-21 19:36:24 -08:00 |
|
Rose Thompson
|
187df044bd
|
Fixed issue with makefile and device trees.
|
2023-11-21 21:20:11 -06:00 |
|
Rose Thompson
|
25af7d3c78
|
Ok the disassemble recipe should work now.
|
2023-11-21 20:47:57 -06:00 |
|
Rose Thompson
|
69126298a4
|
Ok this is much better. Thanks Jacob for the tip about vmlinux always being generated.
|
2023-11-21 20:21:26 -06:00 |
|
Rose Thompson
|
a7f3517981
|
Removed testing hack.
|
2023-11-21 18:24:45 -06:00 |
|
Rose Thompson
|
29db402562
|
Merge branch 'main' of github.com:ross144/cvw
|
2023-11-21 18:20:47 -06:00 |
|
Rose Thompson
|
6461f0fa63
|
Fix to linux makefile to support disassembly and creating vmlinux automatically.
|
2023-11-21 18:20:37 -06:00 |
|
Rose Thompson
|
c08d5485ce
|
Updates to buildroot config.
|
2023-11-21 16:01:42 -06:00 |
|
Rose Thompson
|
f82f7d9323
|
Updated qemu scripts for updated linux build.
expanded memory from 128MB to 256MB.
|
2023-11-21 13:46:37 -06:00 |
|
Rose Thompson
|
b137759b45
|
Merge branch 'main' of https://github.com/openhwgroup/cvw
|
2023-11-20 10:34:36 -06:00 |
|
Rose Thompson
|
cdd21d6635
|
Added menvcfg to debugger for checking what linux has configured.
|
2023-11-19 13:44:22 -06:00 |
|
Jacob Pease
|
23e5fca2a7
|
Merge branch 'main' of github.com:jacobpease/cvw
|
2023-11-16 14:04:11 -06:00 |
|
Rose Thompson
|
1c54a5698b
|
Modified the device trees to include all the minor extensions.
|
2023-11-14 13:54:16 -06:00 |
|
Rose Thompson
|
6b7ff50a84
|
Reduced Arty A7 clock speed to 20Mhz to support Zicclsm.
|
2023-11-13 16:44:02 -06:00 |
|
Rose Thompson
|
540d8d930d
|
Cleanup.
Linux makefile
wally tracer. probably reduce some complexity here.
|
2023-11-13 14:04:43 -06:00 |
|
Rose Thompson
|
55bcc4dbc1
|
Updates to linux config files for sdc.
|
2023-11-13 13:53:23 -06:00 |
|
Rose Thompson
|
13908ac41c
|
Updated buildroot to use kernel 6.6 and added dedicated qemu emulation script.
|
2023-11-13 12:36:32 -06:00 |
|
Jacob Pease
|
3e891ee635
|
Merge branch 'main' of github.com:openhwgroup/cvw
|
2023-10-17 14:13:28 -05:00 |
|
Ross Thompson
|
4634756e20
|
Change to flash-sd.sh to fix relative path to device tree.
|
2023-10-13 12:30:21 -05:00 |
|
Jacob Pease
|
03ea0a02e0
|
Merge branch 'main' of github.com:openhwgroup/cvw
|
2023-10-10 16:48:53 -05:00 |
|
Ross Thompson
|
d23eda1305
|
Merge branch 'main' of https://github.com/openhwgroup/cvw
|
2023-10-03 17:43:29 -05:00 |
|
Ross Thompson
|
3156d5abab
|
Somehow the arty A7 was missing the update for the console baud rate setting.
|
2023-10-03 17:37:13 -05:00 |
|
Jacob Pease
|
961cf91482
|
Linux Makefile: Fixed find utility crashing for real this time.
|
2023-09-26 15:16:45 -05:00 |
|
Ross Thompson
|
e6672c2818
|
add c++ support to buildroot's config file.
this is needed for running tensorflow's benchmark.
|
2023-09-25 18:16:58 -05:00 |
|
Jacob Pease
|
0215c37594
|
Fixed error with finding vmlinux and busybox directories too early.
|
2023-09-25 18:04:51 -05:00 |
|