History log of /netbsd-src/sys/arch/virt68k/include/cpu.h (Results 1 – 7 of 7)
Revision Date Author Comments
# c13a5359 20-Jan-2024 thorpej <thorpej@NetBSD.org>

Largely unify the <machine/cpu.h> headers on the m68k platforms.


# 49351b43 19-Jan-2024 thorpej <thorpej@NetBSD.org>

Adjust the clockframe to be the same as what the common m68k interrupt
dispatch code expects.


# 120d6a48 18-Jan-2024 thorpej <thorpej@NetBSD.org>

Make the M68K_MMU_* defines real kernel options, available in opt_m68k_arch.h.
For 68030, 68040, and 68060, infer M68K_MMU_MOTOROLA. For 68010 and 68020, it
must be an explicit option (set in std.${

Make the M68K_MMU_* defines real kernel options, available in opt_m68k_arch.h.
For 68030, 68040, and 68060, infer M68K_MMU_MOTOROLA. For 68010 and 68020, it
must be an explicit option (set in std.${MACHINE} or, in the case of hp300,
inferred from the specific model option).

show more ...


# e6979808 09-Jan-2024 thorpej <thorpej@NetBSD.org>

Remove duplicated / slightly-tweaked loadustp() (load user segment table)
routines from all of the m68k ports using the shared pmap. Instead, in
pmap_init(), set up a function pointer to the appropr

Remove duplicated / slightly-tweaked loadustp() (load user segment table)
routines from all of the m68k ports using the shared pmap. Instead, in
pmap_init(), set up a function pointer to the appropriate mmu_load_urp*()
function in mmu_subr.s.

show more ...


# 46ec8114 02-Jan-2024 thorpej <thorpej@NetBSD.org>

Provide a mechanism for a system reset controller to register to be used
to reset/halt the system.


# 451339b5 02-Jan-2024 thorpej <thorpej@NetBSD.org>

Collect some garbage.


# f83db12c 02-Jan-2024 thorpej <thorpej@NetBSD.org>

Add a port to the Qemu m68k "virt" platform, a 68040-based virtual machine
with VirtIO I/O devices.

This is a work-in-progress, but "successfully mounts root file system
and then complains about mis

Add a port to the Qemu m68k "virt" platform, a 68040-based virtual machine
with VirtIO I/O devices.

This is a work-in-progress, but "successfully mounts root file system
and then complains about missing /sbin/init that is, in fact, not there"
seems like a good checkpoint.

show more ...