From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Mon, 29 Oct 2018 20:50:24 +0530 Subject: [U-Boot] Pull request v2: u-boot-sunix/master Message-ID: <20181029152024.7261-1-jagan@amarulasolutions.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, Please pull this PR. Changes for v2: - Fix "sunxi: disable Pine A64 model detection code on other boards" changes. 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 5776610e9ef022e2d8a15793d4b9955c3f8076ed: sunxi: store DRAM size in SPL header (2018-10-29 20:41:15 +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 | 72 +++++++++++++++++++++++++++++------ configs/pine64_plus_defconfig | 1 + drivers/pwm/sunxi_pwm.c | 32 +++++++++------- drivers/video/sunxi/sunxi_display.c | 2 +- 11 files changed, 120 insertions(+), 39 deletions(-)