History log of /freebsd/release/arm64/PINE64.conf (Results 1 – 25 of 27)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/14.0.0
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


Revision tags: release/13.2.0, release/12.4.0
# 1dfcff29 13-Jul-2022 Glen Barber <gjb@FreeBSD.org>

release: increase IMAGE_SIZE for arm, arm64, riscv

Related to: PR 264032
MFC after: 5 minutes
Sponsored by: Rubicon Communications, LLC ("Netgate")


Revision tags: release/13.1.0, release/12.3.0
# 735041a6 24-Jul-2021 Emmanuel Vadot <manu@FreeBSD.org>

arm64: allwinner: Remove sun50i-a64-opp

This is unneeded now that the DTS have the opp.
MFC after: 1 week
Sponsored by: Diablotin Systems


Revision tags: release/13.0.0
# f61e92ca 18-Feb-2021 Glen Barber <gjb@FreeBSD.org>

release: permanently remove the 'reldoc' target and associates

Following 7b1d1a1658ffb69eff93afc713f9e88ed8b20eac, the structure
for the reldoc target has significantly changed as result of the
ASCI

release: permanently remove the 'reldoc' target and associates

Following 7b1d1a1658ffb69eff93afc713f9e88ed8b20eac, the structure
for the reldoc target has significantly changed as result of the
ASCIIDoctor/Hugo migration. As the release notes related files
on the installation medium are inherently out of date, purge them
entirely.

Discussed within: re, doceng
No objection: re (silence), doceng (silence)
Timeout: 2 weeks
MFC after: 1 week
MFC to: stable/13, stable/12, and stable/11 only
Sponsored by: Rubicon Communications, LLC ("Netgate")

show more ...


# 44bef672 19-Nov-2020 Emmanuel Vadot <manu@FreeBSD.org>

release: Switch the Allwinner board to GPT

Allwinner bootrom have an alternate location for u-boot at 128k.
Work was made recently in u-boot to relocate correctly if loaded from
there.
The advantage

release: Switch the Allwinner board to GPT

Allwinner bootrom have an alternate location for u-boot at 128k.
Work was made recently in u-boot to relocate correctly if loaded from
there.
The advantage of this offset is that we can now use a GPT scheme.

show more ...


Revision tags: release/12.2.0, release/11.4.0
# c5e7aeed 19-Apr-2020 Emmanuel Vadot <manu@FreeBSD.org>

release: arm64: Remove DTSO for Allwinner boards

Both SID and THS dts node are now in the main dts and the DTSO have
been removed in r359935

MFC after: 2 month
X-MFC-With: r359935


Revision tags: release/12.1.0, release/11.3.0
# 415e34c4 29-Mar-2019 Alan Somers <asomers@FreeBSD.org>

MFHead@r345677


# 6a9f9e9b 21-Mar-2019 Glen Barber <gjb@FreeBSD.org>

Bump the IMAGE_SIZE for arm64 SoC images to prevent failures due
to full filesystem. This makes the size of the arm64 SoC images
consistent with armv6 and armv7.

MFC after: 3 days
Sponsored by: The

Bump the IMAGE_SIZE for arm64 SoC images to prevent failures due
to full filesystem. This makes the size of the arm64 SoC images
consistent with armv6 and armv7.

MFC after: 3 days
Sponsored by: The FreeBSD Foundation

show more ...


# 67350cb5 09-Dec-2018 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r340918 through r341763.


Revision tags: release/12.0.0
# d6c31218 29-Nov-2018 Emmanuel Vadot <manu@FreeBSD.org>

release: arm64: Add opp dtbo to PINE* boards

MFC after: 1 month


# 7847e041 24-Aug-2018 Dimitry Andric <dim@FreeBSD.org>

Merge ^/head r338026 through r338297, and resolve conflicts.


# eeab916d 24-Aug-2018 Emmanuel Vadot <manu@FreeBSD.org>

release: arm64: Enable overlays for PINE64 and PINE64-LTS

Approved by: re (gjb)


# 43e289df 22-Jul-2018 Emmanuel Vadot <manu@FreeBSD.org>

release: Add arm_install_boot to install the commit boot bits

This reduce the per-board arm_install_uboot to just install u-boot.
While here remove the installation of rpi.dtb and rpi2.dtb as we loa

release: Add arm_install_boot to install the commit boot bits

This reduce the per-board arm_install_uboot to just install u-boot.
While here remove the installation of rpi.dtb and rpi2.dtb as we load
them from the UFS partition via ubldr.

Reviewed by: gjb, imp (older version)
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D16239

show more ...


Revision tags: release/11.2.0
# 78572475 21-May-2018 Emmanuel Vadot <manu@FreeBSD.org>

release: arm64: Use loader.efi as bootaa64.efi for RPI3 and PINE64

boot1.efi have some trouble to read MBR partitions, it needs them to be
aligned a certain way while loader.efi can cope with them e

release: arm64: Use loader.efi as bootaa64.efi for RPI3 and PINE64

boot1.efi have some trouble to read MBR partitions, it needs them to be
aligned a certain way while loader.efi can cope with them either way.
We want to switch to loader.efi as the main efi loader everywhere, it seems
that arm64 using MBR partition will be the guinea pig.

Tested On: RPI3, Pine64
Reviewed by: imp
Approved by: gjb

show more ...


# e90c2c36 16-Feb-2018 Andrew Turner <andrew@FreeBSD.org>

Put the pine64 root filesystem on teh correct partition.

The Pine64 root filesystem was incorrectly created directly on the MBR
partition. This can cause the loader to get confused when loading the

Put the pine64 root filesystem on teh correct partition.

The Pine64 root filesystem was incorrectly created directly on the MBR
partition. This can cause the loader to get confused when loading the
kernel from this filesystem.

The loader will see this as a small partition meaning later checks to
ensure it doesn't read past the end of the disk incorrectly report a
failure. This seems to work mostly by accident with the released images as
they are smaller than the reported size, however after growfs has run the
image may no longer boot.

Reviewed by: gjb, emaste, imp
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D14343

show more ...


# 82725ba9 23-Nov-2017 Hans Petter Selasky <hselasky@FreeBSD.org>

Merge ^/head r325999 through r326131.


# 2833897f 20-Nov-2017 Glen Barber <gjb@FreeBSD.org>

Use chroot(8) when invoking realpath(1) when setting BOOTFILES,
otherwise realpath(1) exits due to a nonexistent directory.

Sponsored by: The FreeBSD Foundation


# 937d37fc 19-Nov-2017 Hans Petter Selasky <hselasky@FreeBSD.org>

Merge ^/head r325842 through r325998.


# d025cec6 17-Nov-2017 Glen Barber <gjb@FreeBSD.org>

Sort variables in arm64 SoC configurations.
Remove an unneeded UBLDR_LOADADDR from RPI3.conf.

Sponsored by: The FreeBSD Foundation


# 14dc747a 17-Nov-2017 Glen Barber <gjb@FreeBSD.org>

Remove stray SRCBRANCH included by mistake.

Sponsored by: The FreeBSD Foundation


# 55b1c6e7 15-Nov-2017 Hans Petter Selasky <hselasky@FreeBSD.org>

Merge ^/head r325663 through r325841.


# ca987d46 15-Nov-2017 Warner Losh <imp@FreeBSD.org>

Move sys/boot to stand. Fix all references to new location

Sponsored by: Netflix


# 760c3a19 14-Nov-2017 Glen Barber <gjb@FreeBSD.org>

Correct the path to the md(4)-backed UFS filesystem for pine64
images.

Boot-tested by: lidl
Sponsored by: The FreeBSD Foundation


# c2c014f2 07-Nov-2017 Hans Petter Selasky <hselasky@FreeBSD.org>

Merge ^/head r323559 through r325504.


# f6e116ee 04-Nov-2017 Enji Cooper <ngie@FreeBSD.org>

MFhead@r325383


12