Date: Tue, 15 Oct 2019 15:40:19 -0700 From: Thomas Skibo <thomasskibo@yahoo.com> To: Emmanuel Vadot <manu@bidouilliste.com>, freebsd-arm@freebsd.org Subject: Re: PINE64+ 2GB - with U-Boot SPL 2019.10 - bootaa64.efi do not find UFS partition Message-ID: <0DBE74C9-CEB1-4E9C-9EE4-6AC0C1131F45@yahoo.com> In-Reply-To: <20191015120648.ca03c451bc95e29f41a336d7@bidouilliste.com> References: <15D5331A-C76D-4EBC-8992-9B04A0C0EDC5@yahoo.com> <20191015120648.ca03c451bc95e29f41a336d7@bidouilliste.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--Apple-Mail=_1CEC9CAA-972E-4568-8B55-DFCA59FE86E5 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 > On Oct 15, 2019, at 3:06 AM, Emmanuel Vadot <manu@bidouilliste.com> = wrote: >=20 >=20 > Yes, thanks for trying 12.1 as I didn't when I updated u-boot. > tsoome@ did merge the needed commits in stable/12 and will mfc them in > releng/12.1 so 12.1-RELEASE will work with u-boot 2019.10. > Note that 12.1 will be shipped with u-boot 2019.07 as this is the > version in the latest quarterly but at least it will not break when = the > next quarterly will be branched and people update their u-boot based = on > it. Great! I just tested an image generated with u-boot 2019.10 and = releng/12.1 at r353565 and it works. > As said in another mail forget boot1.efi, this was never supported on > arm/arm64. I had been using boot1.efi since I switched over from ubldr but I = didn=E2=80=99t know boot1.efi was unnecessary. I=E2=80=99ve updated my = build script. Now that I can say it works, can we fix the broken u-boot-zedboard and = u-boot-zybo ports? This attached patch file goes into = sysutils/u-boot-master/files. Thanks, =E2=80=94Thomas =E2=80=94=E2=80=94 Thomas Skibo ThomasSkibo@yahoo.com --Apple-Mail=_1CEC9CAA-972E-4568-8B55-DFCA59FE86E5 Content-Disposition: attachment; filename=patch-scripts_Makefile.spl Content-Type: application/octet-stream; x-unix-mode=0644; name="patch-scripts_Makefile.spl" Content-Transfer-Encoding: 7bit --- scripts/Makefile.spl.orig 2019-10-14 22:32:06 UTC +++ scripts/Makefile.spl @@ -200,7 +200,7 @@ MKIMAGEFLAGS_boot.bin = -T zynqmpimage -R $(srctree)/$ endif $(obj)/$(SPL_BIN)-align.bin: $(obj)/$(SPL_BIN).bin - @dd if=$< of=$@ conv=block,sync bs=4 2>/dev/null; + @dd if=$< of=$@ conv=sync bs=4 2>/dev/null; spl/boot.bin: $(obj)/$(SPL_BIN)-align.bin FORCE $(call if_changed,mkimage) --Apple-Mail=_1CEC9CAA-972E-4568-8B55-DFCA59FE86E5 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii --Apple-Mail=_1CEC9CAA-972E-4568-8B55-DFCA59FE86E5--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0DBE74C9-CEB1-4E9C-9EE4-6AC0C1131F45>