Deleted Added
full compact
SENTRY5 (215270) SENTRY5 (216671)
1#
1#
2# $FreeBSD: head/sys/mips/conf/SENTRY5 215270 2010-11-13 22:34:12Z imp $
2# $FreeBSD: head/sys/mips/conf/SENTRY5 216671 2010-12-22 19:01:48Z nwhitehorn $
3#
4# The Broadcom Sentry5 series of processors and boards is very commonly
5# used in COTS hardware including the Netgear WGT634U.
6#
7# Some tweaks are needed for use with this platform:
8#
9# * CFE firmware's ELF loader expects an ELF kernel which is linked so as
10# not to contain offsets in PT_LOAD which point behind the actual offset

--- 13 unchanged lines hidden (view full) ---

24# will be necessary to support multi-user boot.
25#
26
27ident SENTRY5
28
29# XXX only siba should be hardwired for now; we will use
30# bus enumeration there
31hints "SENTRY5.hints"
3#
4# The Broadcom Sentry5 series of processors and boards is very commonly
5# used in COTS hardware including the Netgear WGT634U.
6#
7# Some tweaks are needed for use with this platform:
8#
9# * CFE firmware's ELF loader expects an ELF kernel which is linked so as
10# not to contain offsets in PT_LOAD which point behind the actual offset

--- 13 unchanged lines hidden (view full) ---

24# will be necessary to support multi-user boot.
25#
26
27ident SENTRY5
28
29# XXX only siba should be hardwired for now; we will use
30# bus enumeration there
31hints "SENTRY5.hints"
32include "../sentry5/std.sentry5"
32
33# sentry5 normally ships with cfe firmware; use the console for now
34options CFE
35options CFE_CONSOLE
36options ALT_BREAK_TO_DEBUGGER
37
38makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
39makeoptions MODULES_OVERRIDE=""

--- 45 unchanged lines hidden ---
33
34# sentry5 normally ships with cfe firmware; use the console for now
35options CFE
36options CFE_CONSOLE
37options ALT_BREAK_TO_DEBUGGER
38
39makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
40makeoptions MODULES_OVERRIDE=""

--- 45 unchanged lines hidden ---