summaryrefslogtreecommitdiffstats
path: root/release/arm
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2017-11-16 15:59:29 +0000
committergjb <gjb@FreeBSD.org>2017-11-16 15:59:29 +0000
commitde1e3fd83ceb2f8bdb7af3f1597271feec632ccd (patch)
treea1790ce8f35f2367aa09bbd4989a2928de7c7eb3 /release/arm
parent0fa498b45193501c360a0bd664ed3cadfec3bda4 (diff)
downloadFreeBSD-src-de1e3fd83ceb2f8bdb7af3f1597271feec632ccd.zip
FreeBSD-src-de1e3fd83ceb2f8bdb7af3f1597271feec632ccd.tar.gz
MFC r320252, r320686, r325769:
r320252: In release/release.sh: - Rename chroot_arm_armv6_build_release() to chroot_arm_build_release() and make it hardware agnostic (such as armv6 -vs- armv7 -vs- arm64). - Evaluate EMBEDDED_TARGET differently so release/tools/arm.subr can be used for arm/armv6 and arm64/aarch64. - Update comments and copyright. In release/tools/arm.subr: - In arm_create_disk(), change the default alignment from 63 to 512k, fixing a boot issue on arm64 and EFI. [1] - Update comments and copyright. r320686: Fix the ftp-stage target for RPI3 images by loosening the constraints on the TARGET and TARGET_ARCH variables. r325769: Update the GUMSTIX image build to use arm/arm TARGET/TARGET_ARCH. Update the TARGET/TARGET_ARCH matching in release/release.sh and release/Makefile.mirrors for simplification. Note: The RPI3.conf addition from r320252 is not included, as the 11-STABLE image fails to boot in my testing. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'release/arm')
-rw-r--r--release/arm/GUMSTIX.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/arm/GUMSTIX.conf b/release/arm/GUMSTIX.conf
index 38445b1..fc99e6b 100644
--- a/release/arm/GUMSTIX.conf
+++ b/release/arm/GUMSTIX.conf
@@ -5,7 +5,7 @@
EMBEDDEDBUILD=1
EMBEDDED_TARGET="arm"
-EMBEDDED_TARGET_ARCH="armv6"
+EMBEDDED_TARGET_ARCH="arm"
EMBEDDEDPORTS="sysutils/u-boot-duovero"
KERNEL="GUMSTIX"
WORLD_FLAGS="${WORLD_FLAGS} UBLDR_LOADADDR=0x88000000"
OpenPOWER on IntegriCloud