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

Hi Tom,
Please pull this PR.
thanks, Jagan.
The following changes since commit 3c99166441bf3ea325af2da83cfe65430b49c066:
Prepare v2019.04 (2019-04-08 21:40:40 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-sunxi.git master
for you to fetch changes up to 067e0b9684d4f195d92e0b1de260d69dc1e0f2c5:
sunxi: Allow booting from 128KB SD/eMMC offset (2019-04-10 15:34:32 +0530)
---------------------------------------------------------------- Andre Przywara (2): sunxi: Pine64-LTS: (Re-)enable USB 1.x support sunxi: Allow booting from 128KB SD/eMMC offset
Jagan Teki (1): sun50i: a64: Add Oceanic 5205 5inMFD initial support
Michael Trimarchi (1): sunxi: dram_sun8i: Fix A33 memory initialization
Paul Kocialkowski (3): arm: sunxi: Allow per-platform DRAM ZQ configuration on sun8i arm: sunxi: Set the default DRAM ZQ value to 3881979 on H3/H5 arm: sunxi: Enable DRAM ODT by default on H3/H5
arch/arm/dts/Makefile | 1 + arch/arm/dts/sun50i-a64-oceanic-5205-5inmfd.dts | 68 +++++++++++++++++++++++++ arch/arm/include/asm/arch-sunxi/spl.h | 2 + arch/arm/mach-sunxi/Kconfig | 6 ++- arch/arm/mach-sunxi/board.c | 2 + arch/arm/mach-sunxi/dram_sun8i_a33.c | 2 +- board/sunxi/MAINTAINERS | 5 ++ configs/bananapi_m2_plus_h3_defconfig | 2 - configs/bananapi_m2_plus_h5_defconfig | 2 - configs/bananapi_m2_zero_defconfig | 2 - configs/emlid_neutis_n5_devboard_defconfig | 1 + configs/libretech_all_h3_cc_h2_plus_defconfig | 2 - configs/libretech_all_h3_cc_h3_defconfig | 2 - configs/libretech_all_h3_cc_h5_defconfig | 2 - configs/nanopi_m1_defconfig | 2 - configs/nanopi_m1_plus_defconfig | 2 - configs/nanopi_neo2_defconfig | 1 + configs/nanopi_neo_air_defconfig | 2 - configs/nanopi_neo_defconfig | 2 - configs/nanopi_neo_plus2_defconfig | 1 + configs/oceanic_5205_5inmfd_defconfig | 20 ++++++++ configs/orangepi_2_defconfig | 2 - configs/orangepi_lite_defconfig | 2 - configs/orangepi_one_defconfig | 2 - configs/orangepi_pc2_defconfig | 1 + configs/orangepi_pc_defconfig | 2 - configs/orangepi_pc_plus_defconfig | 2 - configs/orangepi_plus2e_defconfig | 2 - configs/orangepi_plus_defconfig | 2 - configs/orangepi_prime_defconfig | 1 + configs/orangepi_r1_defconfig | 2 - configs/orangepi_zero_defconfig | 2 - configs/orangepi_zero_plus2_defconfig | 1 + configs/orangepi_zero_plus_defconfig | 1 + configs/pine64-lts_defconfig | 1 + 35 files changed, 111 insertions(+), 41 deletions(-) create mode 100644 arch/arm/dts/sun50i-a64-oceanic-5205-5inmfd.dts create mode 100644 configs/oceanic_5205_5inmfd_defconfig

On Fri, Apr 12, 2019 at 06:34:52PM +0530, Jagan Teki wrote:
Hi Tom,
Please pull this PR.
thanks, Jagan.
The following changes since commit 3c99166441bf3ea325af2da83cfe65430b49c066:
Prepare v2019.04 (2019-04-08 21:40:40 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-sunxi.git master
for you to fetch changes up to 067e0b9684d4f195d92e0b1de260d69dc1e0f2c5:
sunxi: Allow booting from 128KB SD/eMMC offset (2019-04-10 15:34:32 +0530)
Applied to u-boot/master, thanks!
participants (2)
-
Jagan Teki
-
Tom Rini