Change default of GUR_BASE to 0xffe00000 which is used on more recent machines.

Add options GUR_BASE=0xe0000000 to MPC8548CDS and RB800
This commit is contained in:
matt 2011-06-10 16:38:17 +00:00
parent 865180f6f7
commit 5680b567be
6 changed files with 17 additions and 21 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: MPC8536DS,v 1.4 2011/06/08 05:03:43 matt Exp $ # $NetBSD: MPC8536DS,v 1.5 2011/06/10 16:38:17 matt Exp $
# #
# MPC8536DS -- everything that's currently supported # MPC8536DS -- everything that's currently supported
# #
@ -7,7 +7,7 @@ include "arch/evbppc/conf/std.mpc85xx"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary options INCLUDE_CONFIG_FILE # embed config file in kernel binary
ident "MPC8536DS-$Revision: 1.4 $" ident "MPC8536DS-$Revision: 1.5 $"
maxusers 32 maxusers 32
@ -17,9 +17,6 @@ makeoptions NEED_UBOOTIMAGE="yes"
#options UVMHIST #options UVMHIST
#options UVMHIST_PRINT #options UVMHIST_PRINT
no options GUR_BASE
options GUR_BASE=0xffe00000
options MPC8536 options MPC8536
options PIXIS options PIXIS
#options HZ=1000 #options HZ=1000

View File

@ -1,4 +1,4 @@
# $NetBSD: MPC8548CDS,v 1.4 2011/06/08 05:03:44 matt Exp $ # $NetBSD: MPC8548CDS,v 1.5 2011/06/10 16:38:17 matt Exp $
# #
# MPC8548CDS -- everything that's currently supported # MPC8548CDS -- everything that's currently supported
# #
@ -7,7 +7,7 @@ include "arch/evbppc/conf/std.mpc85xx"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary options INCLUDE_CONFIG_FILE # embed config file in kernel binary
ident "MPC8548CDS-$Revision: 1.4 $" ident "MPC8548CDS-$Revision: 1.5 $"
maxusers 32 maxusers 32
@ -19,6 +19,7 @@ makeoptions NEED_UBOOTIMAGE="yes"
options MPC8548 options MPC8548
options CADMUS options CADMUS
options GUR_BASE=0xe0000000
#options HZ=1000 #options HZ=1000
#options INSECURE # disable kernel security levels #options INSECURE # disable kernel security levels

View File

@ -1,4 +1,4 @@
# $NetBSD: P2020DS,v 1.3 2011/06/08 05:03:44 matt Exp $ # $NetBSD: P2020DS,v 1.4 2011/06/10 16:38:17 matt Exp $
# #
# P2020DS -- everything that's currently supported # P2020DS -- everything that's currently supported
# #
@ -8,16 +8,13 @@ include "arch/evbppc/conf/std.mpc85xx"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary options INCLUDE_CONFIG_FILE # embed config file in kernel binary
ident "P2020DS-$Revision: 1.3 $" ident "P2020DS-$Revision: 1.4 $"
maxusers 32 maxusers 32
#options UVMHIST #options UVMHIST
#options UVMHIST_PRINT #options UVMHIST_PRINT
no options GUR_BASE
options GUR_BASE=0xffe00000
options P2020 options P2020
options PIXIS options PIXIS
#options SYS_CLK=100000000 #options SYS_CLK=100000000
@ -193,6 +190,8 @@ uhub* at usb?
umass* at uhub? port ? umass* at uhub? port ?
scsibus* at umass? channel ? scsibus* at umass? channel ?
sd* at scsibus? target ? lun ? sd* at scsibus? target ? lun ?
ugen* at uhub? port ?
uhub* at uhub? port ?
#sdhc* at cpunode? # sdmmc #sdhc* at cpunode? # sdmmc
#sdmmc* at sdhc? # SD/MMC bus #sdmmc* at sdhc? # SD/MMC bus

View File

@ -1,4 +1,4 @@
# $NetBSD: P2020RDB,v 1.3 2011/06/08 05:03:44 matt Exp $ # $NetBSD: P2020RDB,v 1.4 2011/06/10 16:38:17 matt Exp $
# #
# P2020RBD -- everything that's currently supported # P2020RBD -- everything that's currently supported
# #
@ -7,7 +7,7 @@ include "arch/evbppc/conf/std.mpc85xx"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary options INCLUDE_CONFIG_FILE # embed config file in kernel binary
ident "P2020RBD-$Revision: 1.3 $" ident "P2020RBD-$Revision: 1.4 $"
maxusers 32 maxusers 32
@ -17,9 +17,6 @@ makeoptions NEED_UBOOTIMAGE="yes"
#options UVMHIST #options UVMHIST
#options UVMHIST_PRINT #options UVMHIST_PRINT
no options GUR_BASE
options GUR_BASE=0xffe00000
options P2020 options P2020
options SYS_CLK=100000000 options SYS_CLK=100000000
#options HZ=1000 #options HZ=1000

View File

@ -1,4 +1,4 @@
# $NetBSD: RB800,v 1.6 2011/06/08 05:03:44 matt Exp $ # $NetBSD: RB800,v 1.7 2011/06/10 16:38:17 matt Exp $
# #
# RB800 -- everything that's currently supported # RB800 -- everything that's currently supported
# #
@ -7,7 +7,7 @@ include "arch/evbppc/conf/std.mpc85xx"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary options INCLUDE_CONFIG_FILE # embed config file in kernel binary
ident "RB800-$Revision: 1.6 $" ident "RB800-$Revision: 1.7 $"
maxusers 32 maxusers 32
@ -16,6 +16,7 @@ maxusers 32
options MPC8544 options MPC8544
options PPC_HAVE_SPE options PPC_HAVE_SPE
options GUR_BASE=0xe0000000
#options INSECURE # disable kernel security levels #options INSECURE # disable kernel security levels
#options NTP # NTP phase/frequency locked loop #options NTP # NTP phase/frequency locked loop

View File

@ -1,4 +1,4 @@
# $NetBSD: std.mpc85xx,v 1.5 2011/06/08 05:03:44 matt Exp $ # $NetBSD: std.mpc85xx,v 1.6 2011/06/10 16:38:17 matt Exp $
# #
# Standard/required options for NetBSD/mpc85xx. # Standard/required options for NetBSD/mpc85xx.
@ -20,7 +20,8 @@ makeoptions PPCDIR="booke"
options PPC_INTR_IMPL="<powerpc/booke/intr.h>" options PPC_INTR_IMPL="<powerpc/booke/intr.h>"
options PPC_PCI_MACHDEP_IMPL="<powerpc/pci_machdep.h>" options PPC_PCI_MACHDEP_IMPL="<powerpc/pci_machdep.h>"
options KERNBASE=0x20000 options KERNBASE=0x20000
options GUR_BASE=0xe0000000 options GUR_BASE=0xffe00000
#options USB_FRAG_DMA_WORKAROUND
include "arch/powerpc/conf/files.booke" include "arch/powerpc/conf/files.booke"
include "arch/evbppc/conf/files.mpc85xx" include "arch/evbppc/conf/files.mpc85xx"