
On Sat, Oct 26, 2019 at 04:13:52PM +0800, Kever Yang wrote:
Hi Tom,
Please pull the rockchip update:
- Add support for rockchip pmic rk805,rk809, rk816, rk817
- Add rk3399 board Leez support
- Fix bug in rk3328 ram driver
- Adapt SPL to support ATF bl31 with entry at 0x40000
Travis: https://travis-ci.org/keveryang/u-boot/builds/601718633
Thanks,
- Kever
The following changes since commit 15147dc6a96697880cf355ed9df127bd8c896f2c:
Merge branch '2019-10-24-ti-imports' (2019-10-25 17:33:28 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20191026
for you to fetch changes up to a8a09d078d5e17873754b33dc5d15858d2cb2605:
rockchip: firefly-rk3288: Enable TPL support (2019-10-26 16:05:02 +0800)
First up, the clang sandbox job isn't working as while I see it passed there, in my build script: /home/trini/u-boot/u-boot/drivers/power/regulator/rk8xx.c:281:21: warning: result of comparison of constant -1 with expression of type 'const u8' (aka 'const unsigned char') is always false [-Wtautological-constant-out-of-range-compare] if (info->vsel_reg == NA) ~~~~~~~~~~~~~~ ^ ~~ Along with vsel_sleep_reg, everywhere we have that type of pattern, so NAK.
And I'll use this PR as-is to figure out why the sandbox job isn't working.