From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dr. Philipp Tomsich Date: Fri, 9 Jun 2017 17:52:15 +0200 Subject: [U-Boot] Please pull u-boot-dm In-Reply-To: <20170609134534.GC10782@bill-the-cat> References: <20170609134534.GC10782@bill-the-cat> Message-ID: <924BDD13-E4F3-4EE6-9C49-B7F4F6FCF4B8@theobroma-systems.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable To: u-boot@lists.denx.de Tom & Simon, > On 09 Jun 2017, at 15:45, Tom Rini wrote: >=20 > On Thu, Jun 08, 2017 at 08:24:44PM -0600, Simon Glass wrote: >=20 >> Hi Tom, >>=20 >> This includes the utf-8 fixes for patman and buildman as well as >> chain-loading support for two Chromebooks. >>=20 >>=20 >> The following changes since commit 156d64fa55e9914b144c5e83f2a9e13d1223a= 4d3: >>=20 >> Merge git://git.denx.de/u-boot-rockchip (2017-06-08 12:14:11 -0400) >>=20 >> are available in the git repository at: >>=20 >> git://git.denx.de/u-boot-dm.git >>=20 >> for you to fetch changes up to ade56ff5d33bb1e0bc9babec3efe298165245c64: >>=20 >> cmd/fdt: support single value replacement within an array (2017-06-08 >> 20:22:00 -0600) >>=20 >=20 > This introduces a new warning on: > puma-rk3399,rock2,chromebook_minnie,chromebook_jerry,evb-rk3399,firefly-r= k3288, > chromebit_mickey,miqi-rk3288. >=20 > ../drivers/video/rockchip/rk_vop.c: In function ?rkvop_enable_output?: > include/asm/arch/hardware.h:18:44: warning: result of ?4194304 << 16? req= uires 40 bits to represent, but ?int? only has 32 bits [-Wshift-overflow=3D] > ../drivers/video/rockchip/rk3288_vop.c: In function ?rk_vop_remove?: > include/asm/arch/hardware.h:19:44: warning: result of ?4194304 << 16? req= uires 40 bits to represent, but ?int? only has 32 bits [-Wshift-overflow=3D] This happened with > commit 1714e4b8ba33035251eab2d7e921a2e7b0dad926 > Author: Simon Glass > Date: Wed May 31 17:57:29 2017 -0600 >=20 > rockchip: video: Take the vop device out of standby and just needs the rk_clrreg changed to a clrbits_le32. The VOP uses regular registers and not the atomic registers. I=E2=80=99ll send a fixup for Tom. Regards, Philipp.