svn commit: r259658 - projects/specific_leg/sys/arm/conf
Andrew Turner
andrew at FreeBSD.org
Fri Dec 20 16:50:53 UTC 2013
Author: andrew
Date: Fri Dec 20 16:50:52 2013
New Revision: 259658
URL: http://svnweb.freebsd.org/changeset/base/259658
Log:
Update the GENERIC kernel to comment out sc and related optoins, and to
add the CPU_CORTEXA cpu. With this I can boot the same kernel on a
Raspberry Pi, and a Panda Board.
Modified:
projects/specific_leg/sys/arm/conf/GENERIC
Modified: projects/specific_leg/sys/arm/conf/GENERIC
==============================================================================
--- projects/specific_leg/sys/arm/conf/GENERIC Fri Dec 20 16:37:03 2013 (r259657)
+++ projects/specific_leg/sys/arm/conf/GENERIC Fri Dec 20 16:50:52 2013 (r259658)
@@ -23,6 +23,7 @@ ident GENERIC
# This kernel supports ARMv6 and later
machine arm armv6
cpu CPU_ARM1176
+cpu CPU_CORTEXA
files "../broadcom/bcm2835/files.bcm2835"
files "../ti/omap4/files.omap4"
@@ -87,12 +88,12 @@ device pl310 # PL310 L2 cache contro
device scbus # SCSI bus (required for ATA/SCSI)
device da # Direct Access (disks)
-device kbdmux # keyboard multiplexer
+#device kbdmux # keyboard multiplexer
# syscons is the default console driver, resembling an SCO console
-device sc
-options SC_DFLT_FONT # compile font in
-makeoptions SC_DFLT_FONT=cp437
+#device sc
+#options SC_DFLT_FONT # compile font in
+#makeoptions SC_DFLT_FONT=cp437
# Serial (COM) ports
device uart # Generic UART driver
@@ -120,13 +121,13 @@ device bpf # Berkeley packet filter
# USB support
options USB_DEBUG # enable debug msgs
# One or more of these break RPi
-#device uhci # UHCI USB interface
-#device ohci # OHCI USB interface
-#device ehci # EHCI USB interface (USB 2.0)
+device uhci # UHCI USB interface
+device ohci # OHCI USB interface
+device ehci # EHCI USB interface (USB 2.0)
#device xhci # XHCI USB interface (USB 3.0)
device dwcotg # DWC OTG controller
device usb # USB Bus (required)
-device ukbd # Keyboard
+#device ukbd # Keyboard
device umass # Disks/Mass storage - Requires scbus and da
# MMC/SD/SDIO Card slot support
More information about the svn-src-projects
mailing list