[U-Boot] Pull request: u-boot-sunxi/master

Hi Tom,
Please pull this PR.
thanks, Jagan.
The following changes since commit 1ed3c0954bd160dafcad8847a51c3ddd5f992f51:
Merge branch 'master' of git://git.denx.de/u-boot-samsung (2018-10-23 21:13:32 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-sunxi.git master
for you to fetch changes up to 1368d950e3ecef3dad3a76486c01ff514e66646d:
sunxi: store DRAM size in SPL header (2018-10-26 11:54:26 +0530)
---------------------------------------------------------------- Andre Przywara (3): sunxi: Extend SPL header versioning sunxi: board.c: refactor SPL header checks sunxi: store DRAM size in SPL header
Icenowy Zheng (3): sunxi: disable Pine A64 model detection code on other boards sunxi: map DRAM part with 3G size sunxi: add Kconfig option for the maximum accessible DRAM
Priit Laes (3): sunxi: Fix typos of spelling Allwinner sunxi: docs: Mention CONFIG_NAND requirement sunxi: display: Mark sunxi_rgb2yuv_coef array as const
Vasily Khoruzhick (3): pwm: sunxi: fix off-by-one that prevented PWM to use prescaler bypass pwm: sunxi: use new prescaler when configuring PWM pwm: sunxi: choose best prescaler to improve PWM resolution
arch/arm/include/asm/arch-sunxi/spl.h | 22 ++++++++--- arch/arm/mach-sunxi/Kconfig | 16 ++++++++ arch/arm/mach-sunxi/board.c | 2 +- arch/arm/mach-sunxi/dram_sun4i.c | 2 +- arch/arm/mach-sunxi/p2wi.c | 2 +- board/sunxi/README.nand | 6 +-- board/sunxi/README.sunxi64 | 2 +- board/sunxi/board.c | 74 +++++++++++++++++++++++++++++------ configs/pine64_plus_defconfig | 1 + drivers/pwm/sunxi_pwm.c | 32 +++++++++------ drivers/video/sunxi/sunxi_display.c | 2 +- 11 files changed, 121 insertions(+), 40 deletions(-)

On Fri, Oct 26, 2018 at 08:30:05PM +0530, Jagan Teki wrote:
Hi Tom,
Please pull this PR.
thanks, Jagan.
The following changes since commit 1ed3c0954bd160dafcad8847a51c3ddd5f992f51:
Merge branch 'master' of git://git.denx.de/u-boot-samsung (2018-10-23 21:13:32 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-sunxi.git master
for you to fetch changes up to 1368d950e3ecef3dad3a76486c01ff514e66646d:
sunxi: store DRAM size in SPL header (2018-10-26 11:54:26 +0530)
Andre Przywara (3): sunxi: Extend SPL header versioning sunxi: board.c: refactor SPL header checks sunxi: store DRAM size in SPL header
Icenowy Zheng (3): sunxi: disable Pine A64 model detection code on other boards sunxi: map DRAM part with 3G size sunxi: add Kconfig option for the maximum accessible DRAM
Priit Laes (3): sunxi: Fix typos of spelling Allwinner sunxi: docs: Mention CONFIG_NAND requirement sunxi: display: Mark sunxi_rgb2yuv_coef array as const
Vasily Khoruzhick (3): pwm: sunxi: fix off-by-one that prevented PWM to use prescaler bypass pwm: sunxi: use new prescaler when configuring PWM pwm: sunxi: choose best prescaler to improve PWM resolution
NAK. The commit: commit 6b92e01dca4bac74a02f4651afc28f7e327b13bc Author: Icenowy Zheng icenowy@aosc.io Date: Thu Oct 25 17:23:02 2018 +0800
sunxi: disable Pine A64 model detection code on other boards
breaks building of all other sunxi boards: arm: + orangepi_plus2e +(orangepi_plus2e) board/sunxi/board.c:836:1: error: expected identifier or '(' before '}' token +(orangepi_plus2e) } +(orangepi_plus2e) ^ +(orangepi_plus2e) make[2]: *** [board/sunxi/board.o] Error 1 +(orangepi_plus2e) make[1]: *** [board/sunxi] Error 2 +(orangepi_plus2e) make: *** [sub-make] Error 2
participants (2)
-
Jagan Teki
-
Tom Rini