Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbppc/conf mpc85xx uses MBRs



details:   https://anonhg.NetBSD.org/src/rev/258ace064472
branches:  trunk
changeset: 764720:258ace064472
user:      matt <matt%NetBSD.org@localhost>
date:      Mon May 02 01:45:26 2011 +0000

description:
mpc85xx uses MBRs

diffstat:

 sys/arch/evbppc/conf/files.mpc85xx |  5 ++++-
 sys/arch/evbppc/conf/std.mpc85xx   |  3 ++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 3503dc506e5a -r 258ace064472 sys/arch/evbppc/conf/files.mpc85xx
--- a/sys/arch/evbppc/conf/files.mpc85xx        Mon May 02 01:43:37 2011 +0000
+++ b/sys/arch/evbppc/conf/files.mpc85xx        Mon May 02 01:45:26 2011 +0000
@@ -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
 
diff -r 3503dc506e5a -r 258ace064472 sys/arch/evbppc/conf/std.mpc85xx
--- a/sys/arch/evbppc/conf/std.mpc85xx  Mon May 02 01:43:37 2011 +0000
+++ b/sys/arch/evbppc/conf/std.mpc85xx  Mon May 02 01:45:26 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index