Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package arm-trusted-firmware for 
openSUSE:Factory checked in at 2022-07-09 17:03:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/arm-trusted-firmware (Old)
 and      /work/SRC/openSUSE:Factory/.arm-trusted-firmware.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "arm-trusted-firmware"

Sat Jul  9 17:03:17 2022 rev:14 rq:987935 version:2.6

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/arm-trusted-firmware/arm-trusted-firmware.changes    
    2022-05-19 22:51:58.806532603 +0200
+++ 
/work/SRC/openSUSE:Factory/.arm-trusted-firmware.new.1523/arm-trusted-firmware.changes
      2022-07-09 17:05:33.892929529 +0200
@@ -1,0 +2,6 @@
+Fri Jul  1 14:50:40 UTC 2022 - Michal Suchanek <msucha...@suse.com>
+
+- rockchip: rk3399: Align default baudrate with u-boot (boo#1201096).
+  * rockchip-rk3399-Align-default-baudrate-with-u-boot.patch
+
+-------------------------------------------------------------------

New:
----
  rockchip-rk3399-Align-default-baudrate-with-u-boot.patch

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

Other differences:
------------------
++++++ arm-trusted-firmware.spec ++++++
--- /var/tmp/diff_new_pack.k5s9Ml/_old  2022-07-09 17:05:34.428930037 +0200
+++ /var/tmp/diff_new_pack.k5s9Ml/_new  2022-07-09 17:05:34.432930041 +0200
@@ -70,6 +70,7 @@
 Patch5:         0004-fix-security-loop-workaround-for-CVE-2022-23960-for-.patch
 Patch6:         0005-fix-security-workaround-for-CVE-2022-23960-for-Corte.patch
 Patch7:         0006-fix-security-SMCCC_ARCH_WORKAROUND_3-mitigations-for.patch
+Patch8:         rockchip-rk3399-Align-default-baudrate-with-u-boot.patch
 # Workaround for GCC12 bug - 
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105523
 Patch100:       fix-mv-ddr-marvell-armada.patch
 # Fix build with GCC12 - 
https://github.com/MarvellEmbeddedProcessors/mv-ddr-marvell/issues/37
@@ -245,6 +246,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 %build
 export BUILD_MESSAGE_TIMESTAMP="\"$(date -d "$(head -n 2 
%{_sourcedir}/arm-trusted-firmware.changes | tail -n 1 | cut -d- -f1 )" -u 
"+%%H:%%M:%%S, %%b %%e %%Y")\""

++++++ rockchip-rk3399-Align-default-baudrate-with-u-boot.patch ++++++
>From ee9848497117f2d2b6a643be6744330402725b72 Mon Sep 17 00:00:00 2001
From: Michal Suchanek <msucha...@suse.de>
Date: Fri, 1 Jul 2022 16:39:50 +0200
Subject: [PATCH] rockchip: rk3399: Align default baudrate with u-boot.

Signed-off-by: Michal Suchanek <msucha...@suse.de>
---
 plat/rockchip/rk3399/rk3399_def.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plat/rockchip/rk3399/rk3399_def.h 
b/plat/rockchip/rk3399/rk3399_def.h
index ba83242eb..8d6ecfbe6 100644
--- a/plat/rockchip/rk3399/rk3399_def.h
+++ b/plat/rockchip/rk3399/rk3399_def.h
@@ -17,7 +17,7 @@
 /**************************************************************************
  * UART related constants
  **************************************************************************/
-#define RK3399_BAUDRATE                        115200
+#define RK3399_BAUDRATE                        1500000
 #define RK3399_UART_CLOCK              24000000
 
 /******************************************************************************
-- 
2.36.1

Reply via email to