Tom & Simon, > On 09 Jun 2017, at 15:45, Tom Rini <tr...@konsulko.com> wrote: > > On Thu, Jun 08, 2017 at 08:24:44PM -0600, Simon Glass wrote: > >> Hi Tom, >> >> This includes the utf-8 fixes for patman and buildman as well as >> chain-loading support for two Chromebooks. >> >> >> The following changes since commit 156d64fa55e9914b144c5e83f2a9e13d1223a4d3: >> >> Merge git://git.denx.de/u-boot-rockchip (2017-06-08 12:14:11 -0400) >> >> are available in the git repository at: >> >> git://git.denx.de/u-boot-dm.git >> >> for you to fetch changes up to ade56ff5d33bb1e0bc9babec3efe298165245c64: >> >> cmd/fdt: support single value replacement within an array (2017-06-08 >> 20:22:00 -0600) >> > > This introduces a new warning on: > puma-rk3399,rock2,chromebook_minnie,chromebook_jerry,evb-rk3399,firefly-rk3288, > chromebit_mickey,miqi-rk3288. > > ../drivers/video/rockchip/rk_vop.c: In function ?rkvop_enable_output?: > include/asm/arch/hardware.h:18:44: warning: result of ?4194304 << 16? > requires 40 bits to represent, but ?int? only has 32 bits [-Wshift-overflow=] > ../drivers/video/rockchip/rk3288_vop.c: In function ?rk_vop_remove?: > include/asm/arch/hardware.h:19:44: warning: result of ?4194304 << 16? > requires 40 bits to represent, but ?int? only has 32 bits [-Wshift-overflow=]
This happened with > commit 1714e4b8ba33035251eab2d7e921a2e7b0dad926 > Author: Simon Glass <s...@chromium.org> > Date: Wed May 31 17:57:29 2017 -0600 > > 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’ll send a fixup for Tom. Regards, Philipp. _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot