cheshire
cheshire copied to clipboard
A minimal Linux-capable 64-bit RISC-V SoC built around CVA6
## This is the first PR for Ara's support. See https://github.com/pulp-platform/cheshire/pull/160 for OS support. https://github.com/pulp-platform/cheshire/pull/160 is sufficiently stable to boot Linux with Ara. Add bare-metal Ara to Cheshire. 1. Add...
* [ ] Opentitan peripheral library headers are cumbersome to include
@thommythomaso @alex96295 - [ ] Dependencies update (`axi-rt`, `idma`) - [ ] `idma` regs update - [ ] `pulp-ethernet` integration
* Count hit/miss/refill/evict/access events * Store in status regs
- [ ] Bump AXI-REALM to latest version - [ ] Align with cheshire main branch
Change Linux Image creation mechanism to write uImage into a FAT partition instead of directly into partition itself. Also change partition size according to uImage size.