Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm move plfb glue to the correct location
details: https://anonhg.NetBSD.org/src/rev/cce039974a59
branches: trunk
changeset: 829952:cce039974a59
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Mon Feb 19 16:10:42 2018 +0000
description:
move plfb glue to the correct location
diffstat:
sys/arch/arm/fdt/files.fdt | 5 ++++-
sys/arch/arm/vexpress/files.vexpress | 5 +----
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (34 lines):
diff -r b09313810cce -r cce039974a59 sys/arch/arm/fdt/files.fdt
--- a/sys/arch/arm/fdt/files.fdt Mon Feb 19 15:39:59 2018 +0000
+++ b/sys/arch/arm/fdt/files.fdt Mon Feb 19 16:10:42 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.fdt,v 1.14 2017/10/02 22:49:38 jmcneill Exp $
+# $NetBSD: files.fdt,v 1.15 2018/02/19 16:10:42 jmcneill Exp $
include "dev/pckbport/files.pckbport"
@@ -42,5 +42,8 @@
attach psci at fdt with psci_fdt
file arch/arm/fdt/psci_fdt.c psci_fdt
+attach genfb at fdt with plfb_fdt: fdt_display_timing
+file arch/arm/fdt/plfb_fdt.c plfb_fdt
+
# Console parameters
defparam opt_fdt_arm.h CONSADDR
diff -r b09313810cce -r cce039974a59 sys/arch/arm/vexpress/files.vexpress
--- a/sys/arch/arm/vexpress/files.vexpress Mon Feb 19 15:39:59 2018 +0000
+++ b/sys/arch/arm/vexpress/files.vexpress Mon Feb 19 16:10:42 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.vexpress,v 1.3 2017/08/26 15:05:48 jmcneill Exp $
+# $NetBSD: files.vexpress,v 1.4 2018/02/19 16:10:42 jmcneill Exp $
#
# Configuration info for ARM Ltd. Versatile Express peripherals
#
@@ -20,6 +20,3 @@
device vxsysreg
attach vxsysreg at fdt with vexpress_sysreg
file arch/arm/vexpress/vexpress_sysreg.c vexpress_sysreg
-
-attach genfb at fdt with plfb_fdt: fdt_display_timing
-file arch/arm/fdt/plfb_fdt.c plfb_fdt
Home |
Main Index |
Thread Index |
Old Index