head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2026.07.19.01.48.21;	author thorpej;	state Exp;
branches;
next	;
commitid	5VZn8FqRGWpDGcOG;


desc
@@


1.1
log
@Add a new m68k port oriented towards home-brew m68k machines.  Flattened
Device Tree is used to make it simple to integrate support for new systems
with minimal added glue code.

The first supported system is the thorpej-designed Phaethon 1, a 68010-based
system with a custom MMU, 8MB of on-board RAM, 2 16650-type serial ports,
a PCF8584 I2C controller, DS3231/3232 real-time clock, ATA disk interface,
I/O controller with system timer and interrupt controller, and a "not quite
VME" expansion bus for memory and peripheral expansion.

I'm working with other 68k-home-brewers to get support for their systems
integrated.  So, more to come.
@
text
@#	$NetBSD$

INCSDIR= /usr/include/hb68k

INCS=	ansi.h aout_machdep.h asm.h \
	bswap.h \
	cdefs.h cpu.h \
	disklabel.h \
	elf_machdep.h endian.h endian_machdep.h \
	fenv.h float.h frame.h \
	ieee.h ieeefp.h \
	int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
	intr.h \
	kcore.h \
	limits.h lock.h lwp_private.h \
	math.h mcontext.h mutex.h \
	param.h pcb.h pmap.h \
	proc.h profile.h psl.h pte.h ptrace.h \
	reg.h rwlock.h \
	setjmp.h signal.h \
	trap.h types.h \
	vmparam.h \
	wchar_limits.h

.include <bsd.kinc.mk>
@
