Hello community,

here is the log from the commit of package u-boot for openSUSE:Factory checked 
in at 2019-11-25 19:43:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/u-boot (Old)
 and      /work/SRC/openSUSE:Factory/.u-boot.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "u-boot"

Mon Nov 25 19:43:44 2019 rev:115 rq:750810 version:2019.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/u-boot/u-boot.changes    2019-11-24 
00:29:45.599224171 +0100
+++ /work/SRC/openSUSE:Factory/.u-boot.new.26869/u-boot.changes 2019-11-25 
19:43:48.271461061 +0100
@@ -1,0 +2,5 @@
+Mon Nov 25 14:10:58 UTC 2019 - Matthias Brugger <[email protected]>
+
+- RPi3 revert ubootconfig.txt changes to fix tumbleweed update path
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ u-boot.spec ++++++
--- /var/tmp/diff_new_pack.n8wsDA/_old  2019-11-25 19:43:51.815459733 +0100
+++ /var/tmp/diff_new_pack.n8wsDA/_new  2019-11-25 19:43:51.815459733 +0100
@@ -406,6 +406,10 @@
 make %{?_smp_mflags} CROSS_COMPILE= HOSTCFLAGS="$RPM_OPT_FLAGS" $confname
 echo "Attempting to enable fdt apply command (.dtbo) support."
 echo "CONFIG_OF_LIBFDT_OVERLAY=y" >> .config
+%if "%target" == "rpi3"
+echo "Tweaking text base for TF-A."
+echo "CONFIG_SYS_TEXT_BASE=0x11000000" >> .config
+%endif
 make %{?_smp_mflags} CROSS_COMPILE= HOSTCFLAGS="$RPM_OPT_FLAGS" \
 %if ("%{name}" == "u-boot-rock64-rk3328" || "%{name}" == "u-boot-evb-rk3399" 
|| "%{name}" == "u-boot-firefly-rk3399" || "%{name}" == 
"u-boot-rock-pi-4-rk3399") && %{with uboot_atf}
      all u-boot.itb
@@ -504,6 +508,10 @@
 %if "%{name}" == "u-boot-zynqzturn"
 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 "\nkernel_address=0x11000000" >> 
%{buildroot}%{uboot_dir}/ubootconfig.txt
+%endif
 
 %if 0%{?is_rpi}
 %post




Reply via email to