From owner-svn-src-head@freebsd.org  Sat Jul 28 20:45:37 2018
Return-Path: <owner-svn-src-head@freebsd.org>
Delivered-To: svn-src-head@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D494105E185;
 Sat, 28 Jul 2018 20:45:37 +0000 (UTC)
 (envelope-from manu@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org
 [IPv6:2610:1c1:1:606c::19:3])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client CN "mxrelay.nyi.freebsd.org",
 Issuer "Let's Encrypt Authority X3" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id B93D880C66;
 Sat, 28 Jul 2018 20:45:36 +0000 (UTC)
 (envelope-from manu@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 94F6B4115;
 Sat, 28 Jul 2018 20:45:36 +0000 (UTC)
 (envelope-from manu@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6SKjald042894;
 Sat, 28 Jul 2018 20:45:36 GMT (envelope-from manu@FreeBSD.org)
Received: (from manu@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6SKjamB042893;
 Sat, 28 Jul 2018 20:45:36 GMT (envelope-from manu@FreeBSD.org)
Message-Id: <201807282045.w6SKjamB042893@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: manu set sender to
 manu@FreeBSD.org using -f
From: Emmanuel Vadot <manu@FreeBSD.org>
Date: Sat, 28 Jul 2018 20:45:36 +0000 (UTC)
To: src-committers@freebsd.org, svn-src-all@freebsd.org,
 svn-src-head@freebsd.org
Subject: svn commit: r336848 - head/release/arm
X-SVN-Group: head
X-SVN-Commit-Author: manu
X-SVN-Commit-Paths: head/release/arm
X-SVN-Commit-Revision: 336848
X-SVN-Commit-Repository: base
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-src-head@freebsd.org
X-Mailman-Version: 2.1.27
Precedence: list
List-Id: SVN commit messages for the src tree for head/-current
 <svn-src-head.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-src-head>,
 <mailto:svn-src-head-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-src-head/>
List-Post: <mailto:svn-src-head@freebsd.org>
List-Help: <mailto:svn-src-head-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-src-head>,
 <mailto:svn-src-head-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 28 Jul 2018 20:45:37 -0000

Author: manu
Date: Sat Jul 28 20:45:36 2018
New Revision: 336848
URL: https://svnweb.freebsd.org/changeset/base/336848

Log:
  release: arm: Add a GENERIC sdcard image
  
  This produce a generic sdcard image using armv7 GENERIC kernel that
  just need some u-boot (or none if the board have u-boot or a SPI flash
  for example).
  
  Reviewed by:	imp, gjb
  Differential Revision:	https://reviews.freebsd.org/D16410

Added:
  head/release/arm/GENERICSD.conf   (contents, props changed)

Added: head/release/arm/GENERICSD.conf
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/release/arm/GENERICSD.conf	Sat Jul 28 20:45:36 2018	(r336848)
@@ -0,0 +1,16 @@
+#!/bin/sh
+#
+# $FreeBSD$
+#
+
+EMBEDDED_TARGET_ARCH="armv7"
+EMBEDDED_TARGET="arm"
+EMBEDDEDBUILD=1
+FAT_SIZE="50m -b 1m"
+FAT_TYPE="16"
+IMAGE_SIZE="3072M"
+KERNEL="GENERIC"
+MD_ARGS="-x 63 -y 255"
+NODOC=1
+PART_SCHEME="MBR"
+export BOARDNAME="GENERICSD"