aboutsummaryrefslogtreecommitdiff
path: root/release/arm64/PINE64.conf
Commit message (Collapse)AuthorAgeFilesLines
* release: Add arm_install_boot to install the commit boot bitsEmmanuel Vadot2018-07-221-21/+0
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=336599
* release: arm64: Use loader.efi as bootaa64.efi for RPI3 and PINE64Emmanuel Vadot2018-05-211-1/+1
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=333976
* Put the pine64 root filesystem on teh correct partition.Andrew Turner2018-02-161-2/+2
| | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=329382
* Use chroot(8) when invoking realpath(1) when setting BOOTFILES,Glen Barber2017-11-201-1/+1
| | | | | | | | | otherwise realpath(1) exits due to a nonexistent directory. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=326013
* Sort variables in arm64 SoC configurations.Glen Barber2017-11-171-5/+5
| | | | | | | | | Remove an unneeded UBLDR_LOADADDR from RPI3.conf. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=325949
* Remove stray SRCBRANCH included by mistake.Glen Barber2017-11-171-1/+0
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=325948
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-1/+1
| | | | | | | Sponsored by: Netflix Notes: svn path=/head/; revision=325834
* Correct the path to the md(4)-backed UFS filesystem for pine64Glen Barber2017-11-141-1/+1
| | | | | | | | | | images. Boot-tested by: lidl Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=325804
* Fix an error in the PINE64.conf, where the ubldr is not neededGlen Barber2017-11-031-6/+3
| | | | | | | | | | and the u-boot needs to be written to the partition with dd(1). Reported by: manu Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=325369
* Add a configuration file for building pine64 SoC images.Glen Barber2017-11-031-0/+51
Parts obtained from: crochet Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=325367