[U-Boot] Please pull u-boot-sunxi master
Hans de Goede
hdegoede at redhat.com
Tue May 19 22:23:54 CEST 2015
Hi Tom,
Please pull u-boot-sunxi/master into master for various small bugfixes,
improvements and one new board.
The following changes since commit 0e6b7a28243175ae0874d53b6e6e4eff8548d71f:
Merge git://git.denx.de/u-boot-samsung (2015-05-18 09:15:15 -0400)
are available in the git repository at:
http://git.denx.de/u-boot-sunxi.git
for you to fetch changes up to 8a65f69c9cef09aebc20aca98a4ddbf2b4829995:
sunxi: Cache line size definition (2015-05-19 18:46:44 +0200)
----------------------------------------------------------------
Hans de Goede (6):
sunxi: Set SYS_MALLOC_CLEAR_ON_INIT to n
console: Fix pre-console flushing via cfb_console being very slow
sunxi: Fix dram initialization not working on some a33 devices
sunxi: Make DRAM_ODT_EN Kconfig setting a bool
sunxi: video: Fix lvds panel support for sun6i+
sunxi: Add ga10h v1.1 defconfig
Laurent Itti (1):
sunxi: add support for UART2 on A23/A33
Paul Kocialkowski (3):
sunxi: Pass serial number through ATAG
sunxi: VBUS detection function fixup in g_dnl_board_usb_cable_connected
sunxi: Cache line size definition
README | 3 ++
arch/arm/cpu/armv7/sunxi/board.c | 4 +++
arch/arm/cpu/armv7/sunxi/dram_sun4i.c | 4 +--
arch/arm/cpu/armv7/sunxi/dram_sun8i_a23.c | 19 ++++++-----
arch/arm/cpu/armv7/sunxi/dram_sun8i_a33.c | 6 ++--
arch/arm/include/asm/arch-sunxi/clock_sun6i.h | 3 ++
arch/arm/include/asm/arch-sunxi/display.h | 12 +++++++
arch/arm/include/asm/arch-sunxi/dram_sun4i.h | 3 +-
arch/arm/include/asm/arch-sunxi/dram_sun8i_a23.h | 1 +
arch/arm/include/asm/arch-sunxi/gpio.h | 1 +
board/sunxi/Kconfig | 28 ++++++++++++-----
board/sunxi/MAINTAINERS | 1 +
board/sunxi/board.c | 22 ++++++++++++-
board/sunxi/dram_sun4i_auto.c | 3 +-
board/sunxi/dram_sun5i_auto.c | 3 +-
common/console.c | 40 +++++++++++++-----------
configs/ga10h_v1_1_defconfig | 29 +++++++++++++++++
drivers/video/sunxi_display.c | 18 ++++++++++-
include/configs/sunxi-common.h | 8 ++++-
19 files changed, 161 insertions(+), 47 deletions(-)
create mode 100644 configs/ga10h_v1_1_defconfig
Regards,
Hans
More information about the U-Boot
mailing list