Hello community, here is the log from the commit of package u-boot for openSUSE:Factory checked in at 2019-11-27 13:55:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/u-boot (Old) and /work/SRC/openSUSE:Factory/.u-boot.new.26869 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "u-boot" Wed Nov 27 13:55:52 2019 rev:116 rq:751224 version:2019.10 Changes: -------- --- /work/SRC/openSUSE:Factory/u-boot/u-boot.changes 2019-11-25 19:43:48.271461061 +0100 +++ /work/SRC/openSUSE:Factory/.u-boot.new.26869/u-boot.changes 2019-11-27 13:57:02.828256389 +0100 @@ -1,0 +2,6 @@ +Mon Nov 25 16:47:54 UTC 2019 - Matthias Brugger <[email protected]> + +- set boot option to arm64 in ubootconfig.txt. This allows us to + theoretically build U-Boot for RPi3/4 with 32 bit. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ u-boot.spec ++++++ --- /var/tmp/diff_new_pack.qxqIkI/_old 2019-11-27 13:57:09.684253495 +0100 +++ /var/tmp/diff_new_pack.qxqIkI/_new 2019-11-27 13:57:09.684253495 +0100 @@ -509,9 +509,12 @@ install -D -m 0644 spl/boot.bin %{buildroot}%{uboot_dir}/boot.bin %endif %if "%{name}" == "u-boot-rpi3" -echo -e "# Boot in AArch64 mode\narm_control=0x200" > %{buildroot}%{uboot_dir}/ubootconfig.txt +echo -e "# Boot in AArch64 mode\narm_64bit=1" > %{buildroot}%{uboot_dir}/ubootconfig.txt echo -e "\nkernel_address=0x11000000" >> %{buildroot}%{uboot_dir}/ubootconfig.txt %endif +%if "%{name}" == "u-boot-rpi4" || "%{name}" == "u-boot-rpiarm64" +echo -e "# Boot in AArch64 mode\narm_64bit=1" > %{buildroot}%{uboot_dir}/ubootconfig.txt +%endif %if 0%{?is_rpi} %post
