Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 2020 20:21:57 +0000 (UTC)
From:      Mitchell Horne <mhorne@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r368705 - head/release/riscv
Message-ID:  <202012162021.0BGKLvE2096551@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mhorne
Date: Wed Dec 16 20:21:56 2020
New Revision: 368705
URL: https://svnweb.freebsd.org/changeset/base/368705

Log:
  riscv: increase GENERICSD gap
  
  Leave more room for bootloaders at the beginning of the image. In
  particular, the u-boot files for the HiFive Unleashed are ~5MB in size.

Modified:
  head/release/riscv/GENERICSD.conf

Modified: head/release/riscv/GENERICSD.conf
==============================================================================
--- head/release/riscv/GENERICSD.conf	Wed Dec 16 18:40:49 2020	(r368704)
+++ head/release/riscv/GENERICSD.conf	Wed Dec 16 20:21:56 2020	(r368705)
@@ -6,7 +6,7 @@
 EMBEDDED_TARGET_ARCH="riscv64"
 EMBEDDED_TARGET="riscv"
 EMBEDDEDBUILD=1
-FAT_SIZE="54m -b 1m"
+FAT_SIZE="54m -b 8m"
 FAT_TYPE="16"
 IMAGE_SIZE="3072M"
 KERNEL="GENERIC"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012162021.0BGKLvE2096551>