Tommy Thorn

Results 18 comments of Tommy Thorn

On 2nd thought, the write-hook needs to be called pre-write as well (to handle R/O fields), but we can still simplify how the common write case happens. That said, changing...

Looking at the PLIC this may not be practical; the PLIC covers a large address space, but is very sparsely populated.

Pull request #35 is a step on the way

There is not particular motivation, it was just a limit set somewhere and it would be interesting to raise it in a way that doesn't penalize lower, or even single,...

Yes. The convention Jose and I agreed on is to require `clang-format {src,include/*` but better documentation and automation would go a long way. Looking for volunteers.

Thanks for the report. Do you happen to know why access to address 0xff..f7fe00f80 should fail? I'll try to reproduce it, but fixing this will happen sooner if you can...

That was given already but *why* do they throw an access fault?

One glaring issue is discoverability and documentation of the config option. We should have a way to listing all possible options along with the helper text.

Thank you, this is fascinating. I see more than one issue here. Observations in order: 1. Dromajo is throwing an exception due to the pagetable access not passing the PMP...

Ok, the UART model is not complete and in particular the lack of interrupt support is (presumedly) the root of this. I started fixing it, but ratholed into a complete...