riscvarchive / riscv-linux

RISC-V Linux Port
606 stars 210 forks source link

Merge qemu into coredump #16

Closed palmer-dabbelt closed 9 years ago

palmer-dabbelt commented 9 years ago

We've got all these branches, but it appears that a lot of them aren't really necessary. This should allow us to get rid of the "qemu" and "qemu-coredump" branches, and replace them with a Kconfig option (inside the target CPU type) that sets up all the qemu-specific stuff.

I didn't touch topology_init() under the assumption that it was fine on Rocket as well as on QEMU.

palmer-dabbelt commented 9 years ago

Albert fixed QEMU so these hacks aren't necessary any more.