<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/release, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2020-12-16T20:21:56Z</updated>
<entry>
<title>riscv: increase GENERICSD gap</title>
<updated>2020-12-16T20:21:56Z</updated>
<author>
<name>Mitchell Horne</name>
<email>mhorne@FreeBSD.org</email>
</author>
<published>2020-12-16T20:21:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=d8462732ce74ccaf077dac625168cfa75f4a3b7e'/>
<id>urn:sha1:d8462732ce74ccaf077dac625168cfa75f4a3b7e</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Append the branch commit count to _SNAP_SUFFIX for development</title>
<updated>2020-12-16T18:40:49Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2020-12-16T18:40:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=d3df64ad991881a50dd2b4e58c16e69958cf0f3b'/>
<id>urn:sha1:d3df64ad991881a50dd2b4e58c16e69958cf0f3b</id>
<content type='text'>
snapshot builds.

Sponsored by:	Rubicon Communications, LLC (netgate.com)
</content>
</entry>
<entry>
<title>release: Rename arm64/RPI3.conf to arm64/RPI.conf</title>
<updated>2020-12-15T15:13:06Z</updated>
<author>
<name>Emmanuel Vadot</name>
<email>manu@FreeBSD.org</email>
</author>
<published>2020-12-15T15:13:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=ff9c6d3f09d14b02b30a7f1bbf0613a8a23ec0f5'/>
<id>urn:sha1:ff9c6d3f09d14b02b30a7f1bbf0613a8a23ec0f5</id>
<content type='text'>
We now have a u-boot port and config.txt for booting on all 64bits
variant of the RPI boards (RPI2v1.1, RPI3* and RPI4*) so use
the new u-boot-rpi-arm64 and the config_arm64.txt files.

Discussed with: karels, kevans
</content>
</entry>
<entry>
<title>Fix staging riscv images.</title>
<updated>2020-12-09T20:38:26Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2020-12-09T20:38:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=4708d329f8932d5cd87a56a417b647a6fef2708d'/>
<id>urn:sha1:4708d329f8932d5cd87a56a417b647a6fef2708d</id>
<content type='text'>
Sponsored by:	Rubicon Communications, LLC (netgate.com)
</content>
</entry>
<entry>
<title>Copy arm64 make-memstick.sh and mkisoimages.sh to the riscv</title>
<updated>2020-12-09T02:21:25Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2020-12-09T02:21:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=5523003a4cb036c64a3e2b61221c647582c0fafc'/>
<id>urn:sha1:5523003a4cb036c64a3e2b61221c647582c0fafc</id>
<content type='text'>
directory to allow properly building *.iso and *.img files.

Sponsored by:	Rubicon Communications, LLC (netgate.com)
</content>
</entry>
<entry>
<title>release: don't checksum images if there are none</title>
<updated>2020-12-08T00:48:50Z</updated>
<author>
<name>Mitchell Horne</name>
<email>mhorne@FreeBSD.org</email>
</author>
<published>2020-12-08T00:48:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=3083b412e9fe246d325006f0b00bd63bd4f7445f'/>
<id>urn:sha1:3083b412e9fe246d325006f0b00bd63bd4f7445f</id>
<content type='text'>
For platforms that don't have any of the memstick, cdrom, or dvdrom
release images (i.e. riscv64), the release-install target will trip up
when invoking md5(1) on the non-existent image files. Skipping this
allows the install to complete successfully.
</content>
</entry>
<entry>
<title>RISC-V release confs</title>
<updated>2020-12-08T00:42:03Z</updated>
<author>
<name>Mitchell Horne</name>
<email>mhorne@FreeBSD.org</email>
</author>
<published>2020-12-08T00:42:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=a0b9e2e854027e6ff61fb075a1309dbc71c42b54'/>
<id>urn:sha1:a0b9e2e854027e6ff61fb075a1309dbc71c42b54</id>
<content type='text'>
Add two release flavors for RISC-V. First, the traditional "big-iron"
images, capable of generating distribution sets and VM images. Installer
images won't be built yet, but can be trivially enabled in the future
with the addition of riscv/make-memstick.sh.

Second, a GENERICSD embedded image. I've opted for this instead of
board-specific SD card images as it allows users to just dd the u-boot
they want. The RISC-V hardware ecosystem is still young, so a
configuration for e.g. the new PolarFire SoC Icicle Kit would likely see
very few users.

Reviewed by:	gjb
Relnotes:	yes
Differential Revision:	https://reviews.freebsd.org/D27045
</content>
</entry>
<entry>
<title>riscv: allow building virtual machine images</title>
<updated>2020-12-08T00:37:11Z</updated>
<author>
<name>Mitchell Horne</name>
<email>mhorne@FreeBSD.org</email>
</author>
<published>2020-12-08T00:37:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=d46a2a0013e1b0293d5c25c487f76a22b681072f'/>
<id>urn:sha1:d46a2a0013e1b0293d5c25c487f76a22b681072f</id>
<content type='text'>
RISC-V has the same booting requirements as arm64 (loader.efi, no legacy
boot options), so generated images for both architectures have the same
partition layout.

Reviewed by:	gjb
Differential Revision:	https://reviews.freebsd.org/D27044
</content>
</entry>
<entry>
<title>release.sh: add support for RISC-V embedded builds</title>
<updated>2020-12-08T00:35:13Z</updated>
<author>
<name>Mitchell Horne</name>
<email>mhorne@FreeBSD.org</email>
</author>
<published>2020-12-08T00:35:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=86635d499298956e08e9ac8edc4bd8cdfa5e4587'/>
<id>urn:sha1:86635d499298956e08e9ac8edc4bd8cdfa5e4587</id>
<content type='text'>
Since the few existing RISC-V hardware platforms are single board
computers, we can piggyback off of arm/arm64's embedded build support
for generating SD card images.

I don't see a pressing need to change the naming in this file at this
time.

Reviewed by:	gjb, manu
Differential Revision:	https://reviews.freebsd.org/D27043
</content>
</entry>
<entry>
<title>release: Merge the RPI2 and BEAGLEBONE image with the GENERICSD one</title>
<updated>2020-11-24T17:53:13Z</updated>
<author>
<name>Emmanuel Vadot</name>
<email>manu@FreeBSD.org</email>
</author>
<published>2020-11-24T17:53:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=e6b9cee76b14d687fb7ee6e37f381349b749401b'/>
<id>urn:sha1:e6b9cee76b14d687fb7ee6e37f381349b749401b</id>
<content type='text'>
Both RPI2 and BEAGLEBONE are still popular and used arm boards.
Both u-boots can coexist as they are named differently and live in the
fat partition.
This leave us with only one image that can be used for both of those
boards and all the other ones supported by FreeBSD provided that you
install the correct u-boot on it.

Reviewed by:	imp
Relnotes:	yes
Differential Revision:	https://reviews.freebsd.org/D27283
</content>
</entry>
</feed>
