diff options
author | gjb <gjb@FreeBSD.org> | 2015-05-20 19:32:57 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2015-05-20 19:32:57 +0000 |
commit | b1fc2fbae970fc4d2aad4e8411330f54d3073b9c (patch) | |
tree | 17495815755e8059896f1921cee44a6c2a725d43 /sys/arm | |
parent | b4fe1f9ecc338294f0cec71ef718d81c53766c33 (diff) | |
download | FreeBSD-src-b1fc2fbae970fc4d2aad4e8411330f54d3073b9c.zip FreeBSD-src-b1fc2fbae970fc4d2aad4e8411330f54d3073b9c.tar.gz |
MFC r282500, r282693:
r282500:
Add initial support for building RPI2 images.
In release.sh, allow overriding buildenv_setup() before
the handoff to arm/release.sh.
Copy arm/RPI-B.conf -> arm/RPI2.conf, set UBOOT_PORT and
the correct KERNEL, and add the buildenv_setup() override
to install the sysutils/u-boot-rpi2 port/package.
Copy tools/arm/crochet-RPI-B.conf -> tools/arm/crochet-RPI2.conf,
and set the correct entries for the RaspberryPi2 board.
r282693:
Merge ^/projects/release-arm-redux into ^/head.
Of note:
- This commit adds native FreeBSD/arm release build support without
requiring out-of-tree utilities.
- Part of this merge removes the WANDBOARD-{SOLO,DUAL,QUAD} kernel
configuration files, for which the IMX6 kernel configuration file
should be used instead.
- The resulting images have a 'freebsd' user (password 'freebsd'),
to allow ssh(1) access when console access is not available (VGA
or serial). The default 'root' user password is set to 'root'.
- The /etc/ttys file for arm images now enable both ttyv0 and ttyu0
by default.
Note: The RPI2 kernel configuration does not yet exist in stable/10,
however the merge conflicts needed to be properly resolved.
Additionally, SRCBRANCH has been set to base/stable/10 in the updated
arm configuration files as part of this commit.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/arm')
-rw-r--r-- | sys/arm/conf/WANDBOARD-DUAL | 28 | ||||
-rw-r--r-- | sys/arm/conf/WANDBOARD-QUAD | 28 | ||||
-rw-r--r-- | sys/arm/conf/WANDBOARD-SOLO | 28 |
3 files changed, 0 insertions, 84 deletions
diff --git a/sys/arm/conf/WANDBOARD-DUAL b/sys/arm/conf/WANDBOARD-DUAL deleted file mode 100644 index 1e690c9..0000000 --- a/sys/arm/conf/WANDBOARD-DUAL +++ /dev/null @@ -1,28 +0,0 @@ -# Kernel configuration for Wandboard-Dual -# -# For more information on this file, please read the config(5) manual page, -# and/or the handbook section on Kernel Configuration Files: -# -# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html -# -# The handbook is also available locally in /usr/share/doc/handbook -# if you've installed the doc distribution, otherwise always see the -# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the -# latest information. -# -# An exhaustive list of options and more detailed explanations of the -# device lines is also present in the ../../conf/NOTES and NOTES files. -# If you are in doubt as to the purpose or necessity of a line, check first -# in NOTES. -# -# $FreeBSD$ - -#NO_UNIVERSE - -include "IMX6" -ident WANDBOARD-DUAL - -# Flattened Device Tree -options FDT_DTB_STATIC -makeoptions FDT_DTS_FILE=wandboard-dual.dts - diff --git a/sys/arm/conf/WANDBOARD-QUAD b/sys/arm/conf/WANDBOARD-QUAD deleted file mode 100644 index 121e712..0000000 --- a/sys/arm/conf/WANDBOARD-QUAD +++ /dev/null @@ -1,28 +0,0 @@ -# Kernel configuration for Wandboard-Quad -# -# For more information on this file, please read the config(5) manual page, -# and/or the handbook section on Kernel Configuration Files: -# -# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html -# -# The handbook is also available locally in /usr/share/doc/handbook -# if you've installed the doc distribution, otherwise always see the -# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the -# latest information. -# -# An exhaustive list of options and more detailed explanations of the -# device lines is also present in the ../../conf/NOTES and NOTES files. -# If you are in doubt as to the purpose or necessity of a line, check first -# in NOTES. -# -# $FreeBSD$ - -#NO_UNIVERSE - -include "IMX6" -ident WANDBOARD-QUAD - -# Flattened Device Tree -options FDT_DTB_STATIC -makeoptions FDT_DTS_FILE=wandboard-quad.dts - diff --git a/sys/arm/conf/WANDBOARD-SOLO b/sys/arm/conf/WANDBOARD-SOLO deleted file mode 100644 index 424bc5f..0000000 --- a/sys/arm/conf/WANDBOARD-SOLO +++ /dev/null @@ -1,28 +0,0 @@ -# Kernel configuration for Wandboard-Solo -# -# For more information on this file, please read the config(5) manual page, -# and/or the handbook section on Kernel Configuration Files: -# -# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html -# -# The handbook is also available locally in /usr/share/doc/handbook -# if you've installed the doc distribution, otherwise always see the -# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the -# latest information. -# -# An exhaustive list of options and more detailed explanations of the -# device lines is also present in the ../../conf/NOTES and NOTES files. -# If you are in doubt as to the purpose or necessity of a line, check first -# in NOTES. -# -# $FreeBSD$ - -#NO_UNIVERSE - -include "IMX6" -ident WANDBOARD-SOLO - -# Flattened Device Tree -options FDT_DTB_STATIC -makeoptions FDT_DTS_FILE=wandboard-solo.dts - |