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


1.2
date	2026.03.30.08.05.46;	author yurix;	state Exp;
branches;
next	1.1;
commitid	Sb2J7ziXec1voYzG;

1.1
date	2025.10.09.06.15.17;	author skrll;	state Exp;
branches;
next	;
commitid	UBhRwKIcmMVPhRdG;


desc
@@


1.2
log
@evbarm/am18xx: basic plaform code
@
text
@# $NetBSD: files.generic_v5,v 1.1 2025/10/09 06:15:17 skrll Exp $
#
# A generic armv5 kernel configuration info
#

include "arch/arm/pic/files.pic"
include "arch/arm/cortex/files.cortex"

include "arch/evbarm/conf/files.fdt"

file	arch/arm/arm32/arm32_boot.c
file	arch/arm/arm32/arm32_kvminit.c
file	arch/arm/arm32/arm32_reboot.c
file	arch/arm/arm32/irq_dispatch.S
file	arch/arm/arm32/armv7_generic_space.c
file	arch/arm/arm/arm_generic_dma.c
file	arch/arm/arm/bus_space_a4x.S

# Add other board files here
include "arch/arm/imx/files.imx23"
include "arch/arm/ti/files.ti"

#
# Stack-less Just-In-Time compiler
#

include	"external/bsd/sljit/conf/files.sljit"
@


1.1
log
@Add the beginnings of a GENERIC_V5 kernel that targets armv5 boards and
uses FDT.

In this first iteration some support is added for OLinuXino boards.

Thanks to Yuri Honegger for doing the vast majority of the work.
@
text
@d1 1
a1 1
# $NetBSD$
d21 1
@

