Module Name: src
Committed By: matt
Date: Mon May 2 01:45:26 UTC 2011
Modified Files:
src/sys/arch/evbppc/conf: files.mpc85xx std.mpc85xx
Log Message:
mpc85xx uses MBRs
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbppc/conf/files.mpc85xx
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbppc/conf/std.mpc85xx
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbppc/conf/files.mpc85xx
diff -u src/sys/arch/evbppc/conf/files.mpc85xx:1.3 src/sys/arch/evbppc/conf/files.mpc85xx:1.4
--- src/sys/arch/evbppc/conf/files.mpc85xx:1.3 Tue Feb 8 06:22:29 2011
+++ src/sys/arch/evbppc/conf/files.mpc85xx Mon May 2 01:45:26 2011
@@ -1,4 +1,4 @@
-# $NetBSD: files.mpc85xx,v 1.3 2011/02/08 06:22:29 matt Exp $
+# $NetBSD: files.mpc85xx,v 1.4 2011/05/02 01:45:26 matt Exp $
#
# mpc85xx-specific configuration info
@@ -13,6 +13,9 @@
file arch/powerpc/booke/e500_timer.c
file arch/powerpc/booke/e500_tlb.c
+# we usr MBR
+file kern/subr_disk_mbr.c disk
+
# Memory Disk for install kernel
file dev/md_root.c memory_disk_hooks
Index: src/sys/arch/evbppc/conf/std.mpc85xx
diff -u src/sys/arch/evbppc/conf/std.mpc85xx:1.2 src/sys/arch/evbppc/conf/std.mpc85xx:1.3
--- src/sys/arch/evbppc/conf/std.mpc85xx:1.2 Tue Jan 18 01:10:25 2011
+++ src/sys/arch/evbppc/conf/std.mpc85xx Mon May 2 01:45:26 2011
@@ -1,4 +1,4 @@
-# $NetBSD: std.mpc85xx,v 1.2 2011/01/18 01:10:25 matt Exp $
+# $NetBSD: std.mpc85xx,v 1.3 2011/05/02 01:45:26 matt Exp $
#
# Standard/required options for NetBSD/mpc85xx.
@@ -7,6 +7,7 @@
# standard ("mandatory") kernel options.
options PPC_BOOKE # Freescale e500 family
+options EVBPPC_HAS_MBR # Use MBR format (needed for SDCARD booting)
# Executable support:
options EXEC_ELF32 # (native) ELF32 binary support