Deleted Added
full compact
SENTRY5 (178372) SENTRY5 (182738)
1#
1#
2# $FreeBSD: head/sys/mips/conf/SENTRY5 178372 2008-04-21 10:09:55Z phk $
2# $FreeBSD: head/sys/mips/conf/SENTRY5 182738 2008-09-03 18:49:54Z obrien $
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

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

29cpu CPU_MIPS4KC
30options CPU_NOFPU
31options ISA_MIPS32
32options CPU_SENTRY5 # XXX should this be a
33 # sub-cpu option?
34
35# XXX only siba should be hardwired for now; we will use
36# bus enumeration there
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

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

29cpu CPU_MIPS4KC
30options CPU_NOFPU
31options ISA_MIPS32
32options CPU_SENTRY5 # XXX should this be a
33 # sub-cpu option?
34
35# XXX only siba should be hardwired for now; we will use
36# bus enumeration there
37files "../mips32/sentry5/files.sentry5"
37files "../sentry5/files.sentry5"
38hints "SENTRY5.hints"
39
40# sentry5 normally ships with cfe firmware; use the console for now
41options CFE
42options CFE_CONSOLE
43options ALT_BREAK_TO_DEBUGGER
44
45# cfe loader expects kernel at 0x80001000 for mips32 w/o backwards

--- 52 unchanged lines hidden ---
38hints "SENTRY5.hints"
39
40# sentry5 normally ships with cfe firmware; use the console for now
41options CFE
42options CFE_CONSOLE
43options ALT_BREAK_TO_DEBUGGER
44
45# cfe loader expects kernel at 0x80001000 for mips32 w/o backwards

--- 52 unchanged lines hidden ---