Palmer Dabbelt

Results 54 comments of Palmer Dabbelt

OK, so I think it would be best if they could be dropped from the test list. Is that something you'd be amenable to doing upstream, or should I do...

Can you submit a patch to fix it? There should probably be something like a "--with-target-isa" and "--with-target-abi" argument to configure in riscv-pk.

I'm not really sure what's going on with the patch above. Can you either use `git diff` to produce the patch, or just submit a pull request?

I think this is actually a generic device-tree bug in Linux where if you have no "/chosen" node in the device tree then it will ignore `CONFIG_CMDLINE`. Here's someone else...

We don't currently have a no-MMU Linux port for RISC-V. While it would be possible to build one, it's a big chunk of work and to the best of my...

#riscv on freednode or [email protected] are the best bets -- Linux is open source and there's people who aren't just me working on it, so there you'll find everyone.

I just merged QEMU support into freedom-u-sdk's master branch. It's still a bit rough around the edges, but on a clean build I can "make qemu" and get into a...

https://github.com/ucb-bar/chisel/pull/243

While I'm not opposed to this an an idea, it looks like there are no other architectures that do this. I'm also not really sure this is a sane thing...

I tried the Fedora Kconfig and it appears to use a dummy console. If I add `CONFIG_NO_HZ=y` to my regular config then I can boot, but if I select `CONFIG_NO_HZ_IDLE=y`...