head	1.7;
access;
symbols
	RELENG_9_1_0_RELEASE:1.1.2.1.4.2
	RELENG_9_1:1.1.2.1.0.4
	RELENG_9_1_BP:1.1.2.1
	RELENG_9_0_0_RELEASE:1.1.2.1.2.1
	RELENG_9_0:1.1.2.1.0.2
	RELENG_9_0_BP:1.1.2.1
	RELENG_9:1.1.0.2
	RELENG_9_BP:1.1;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.01.52.48;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.08.23.22.23.56;	author ray;	state Exp;
branches;
next	1.5;

1.5
date	2012.05.12.19.43.22;	author adrian;	state Exp;
branches;
next	1.4;

1.4
date	2012.05.12.17.41.42;	author adrian;	state Exp;
branches;
next	1.3;

1.3
date	2011.11.24.07.33.41;	author adrian;	state Exp;
branches;
next	1.2;

1.2
date	2011.11.24.04.39.01;	author adrian;	state Exp;
branches;
next	1.1;

1.1
date	2011.04.03.13.19.58;	author adrian;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2011.09.23.00.51.37;	author kensmith;	state Exp;
branches
	1.1.2.1.2.1
	1.1.2.1.4.1;
next	1.1.2.2;

1.1.2.2
date	2012.11.17.11.37.15;	author svnexp;	state Exp;
branches;
next	;

1.1.2.1.2.1
date	2011.11.11.04.20.22;	author kensmith;	state Exp;
branches;
next	1.1.2.1.2.2;

1.1.2.1.2.2
date	2012.11.17.08.37.11;	author svnexp;	state Exp;
branches;
next	;

1.1.2.1.4.1
date	2012.08.05.23.54.33;	author kensmith;	state Exp;
branches;
next	1.1.2.1.4.2;

1.1.2.1.4.2
date	2012.11.17.08.48.02;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switching exporter and resync
@
text
@#
# TP-1043ND -- Kernel configuration file for the TP-Link WR-1043ND
#
# $FreeBSD: head/sys/mips/conf/TP-WN1043ND 239625 2012-08-23 22:23:56Z ray $
#

# Include the default AR913x parameters common to all AR913x SoC users.
include         "AR91XX_BASE"

ident           TP-WN1043ND

# Override hints with board values
hints           "TP-WN1043ND.hints"

# Force the board memory - 32mb
options         AR71XX_REALMEM=32*1024*1024

# i2c GPIO bus
device		gpioiic
device		iicbb
device		iicbus
device		iic

# ethernet switch device
device		etherswitch

# RTL8366RB support
device		rtl8366rb

# read MSDOS formatted disks - USB
options		MSDOSFS

# Enable the uboot environment stuff rather then the
# redboot stuff.
options		AR71XX_ENV_UBOOT

# uzip - to boot natively from flash
device		geom_uzip
options		GEOM_UZIP

# Used for the static uboot partition map
device          geom_map

# Boot off of the rootfs, as defined in the geom_map setup.
options		ROOTDEVNAME=\"ufs:map/rootfs.uzip\"
@


1.6
log
@SVN rev 239625 on 2012-08-23 22:23:56Z by ray

Remove duplicated GEOM_PART_* options.

PR:		170931
Approved by:	adrian
@
text
@d4 1
a4 1
# $FreeBSD$
@


1.5
log
@SVN rev 235351 on 2012-05-12 19:43:22Z by adrian

Remove duplicate config bits.

Submitted by:	juli
@
text
@a31 2
options		GEOM_PART_BSD
options		GEOM_PART_MBR
@


1.4
log
@SVN rev 235345 on 2012-05-12 17:41:42Z by adrian

Flip on WN1043ND switch PHY support.

* Add the i2c bitbang bus;
* Add the etherswitch/rtl8366rb drivers;
* "fix" the USB GPIO configuration so USB actually works.

Submitted by:	Stefan Bethke <stb@@lassitu.de>
@
text
@a47 4

# Etherswitch support
device		etherswitch
device		rtl8366rb
@


1.3
log
@SVN rev 227925 on 2011-11-24 07:33:41Z by adrian

Flip on AR71XX_ENV_UBOOT so the environment variables are properly
processed. (Which is to say they're currently ignored.)
@
text
@d18 12
d48 4
@


1.2
log
@SVN rev 227921 on 2011-11-24 04:39:01Z by adrian

Flesh out a geom_map setup, so the kernel can be squeezed _onto_ the device.

The default flash layout gives only 1 megabyte for the kernel, gzipped.
The uboot firmware running on this device only supports gzip, not lzma, so
we actually _do_ have to try and slim the kernel down a bit.

But, since I can't actually do that at the present, I'm opting to:

* extend the kernel from 1mb to 2mb;
* have rootfs fill the rest of that, save 64k;
* eventually I'll hide a 64k config partition at the end, between the
  end of rootfs and the ART (radio configuration data.)

The uboot firmware doesn't care about the partition layout. It just
expects the kernel application image to sit at 0xbf020000 (right after
the 128k uboot image.) The uboot header isn't actually read either -
it's "faked" from a "tplink" flash image header. So as long as the
map configuration here matches what is being written out via the
tplink firmware generator, everything is a-ok.
@
text
@d23 4
@


1.1
log
@SVN rev 220295 on 2011-04-03 13:19:58Z by adrian

Commit configuration files for the AR913x SoC and the TP-Link WR-1043ND.

The AR91XX_BASE{,.hints} files define all the common parameters for
the AR913x SoC systems.

The TP-1043ND config file adds local parameters.
@
text
@d23 1
a23 5
# Just make sure the thing boots off of the first attached SCSI device for now!
#options		ROOTDEVNAME=\"ufs:da0a\"
# Or an MDROOT for testing.
options		MD_ROOT
options		MD_ROOT_SIZE=5120
d26 6
a31 1
options		ROOTDEVNAME=\"ufs:/dev/md0.uzip\"
@


1.1.2.1
log
@SVN rev 225736 on 2011-09-23 00:51:37Z by kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by:	re (implicit)
@
text
@@


1.1.2.2
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 242902
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r242902 | dteske | 2012-11-11 23:29:45 +0000 (Sun, 11 Nov 2012) | 10 lines
## SVN ##
## SVN ## Fix a regression introduced by SVN r211417 that saw the breakage of a feature
## SVN ## documented in usr.sbin/sysinstall/help/shortcuts.hlp (reproduced below):
## SVN ##
## SVN ## If /usr/sbin/sysinstall is linked to another filename, say
## SVN ## `/usr/local/bin/configPackages', then the basename will be used
## SVN ## as an implicit command name.
## SVN ##
## SVN ## Reviewed by:	adrian (co-mentor)
## SVN ## Approved by:	adrian (co-mentor)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d4 1
a4 1
# $FreeBSD: stable/9/sys/mips/conf/TP-WN1043ND 220295 2011-04-03 13:19:58Z adrian $
@


1.1.2.1.4.1
log
@SVN rev 239080 on 2012-08-05 23:54:33Z by kensmith

Copy stable/9 to releng/9.1 as part of the 9.1-RELEASE release process.

Approved by:	re (implicit)
@
text
@@


1.1.2.1.4.2
log
@Switch importer
@
text
@d4 1
a4 1
# $FreeBSD: releng/9.1/sys/mips/conf/TP-WN1043ND 220295 2011-04-03 13:19:58Z adrian $
@


1.1.2.1.2.1
log
@SVN rev 227445 on 2011-11-11 04:20:22Z by kensmith

Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
cycle.

Approved by:	re (implicit)
@
text
@@


1.1.2.1.2.2
log
@Switch importer
@
text
@d4 1
a4 1
# $FreeBSD: releng/9.0/sys/mips/conf/TP-WN1043ND 220295 2011-04-03 13:19:58Z adrian $
@


