Hi!
Linux kernel expects at least "cpuid" property in cpu device node, or
it halts execution. This patch adds one with dummy "1" value. This
allows to make some progress into booting the kernel.
Please apply.
--
Kind regards,
Igor V. Kovalenko
Hi!
This patch enables mmu methonds "translate" and "unmap" for sparc64.
Helper function spitfire_translate walks through dtlb entries and
performs phys to virt translation. Two other helpers itlb_demap and
dtlb_demap perform actual tlb entry demapping. It is then easy to
implement unmap_pages() which is the reverse of map_pages(), and
enable mmu_unmap as the result.
I tested these changes to work with qemu-system-sparc64 loading gentoo
2008.0 iso image.
qemu is currently lacking spitfire …
[View More]demap ASI support which I'll post
there shortly.
Please apply.
--
Kind regards,
Igor V. Kovalenko
[View Less]