From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Tue, 7 Jul 2015 14:26:38 +0200 Subject: [U-Boot] Pull request (updated): u-boot-arm/master Message-ID: <20150707142638.2c79c387@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, The following changes since commit 9c6b05cb724e18d1db3f9e1a75b2272572f06fbd: Prepare v2015.07-rc3 (2015-06-29 17:22:01 -0400) are available in the git repository at: git://git.denx.de/u-boot-arm master for you to fetch changes up to abe8f9a9348d5b3bba55e88039041bc545ded877: board: baltos - add maintainer information (2015-07-07 11:39:55 +0200) This PR has been specifically tested with ELDK 5.5.3 armv7a-hf against the targets that were affected by the previous PR, and does not introduce any new build breaks with respect to u-boot/master. ---------------------------------------------------------------- Albert ARIBAUD (1): Merge branch 'u-boot/master' into 'u-boot-arm/master' Albert ARIBAUD \(3ADEV\) (1): cairo: add missing MAINTAINERS file Axel Lin (1): gpio: lpc32xx: Use priv_data instead of platdata Lokesh Vutla (1): board: am43xx: Add maintainer information Masahiro Yamada (1): ARM: disable HAVE_PRIVATE_LIBGCC for ARM64 Pavel Machek (1): armv7: better comment in start.S Simon Glass (2): arm: Add ENTRY/ENDPROC to private libgcc functions Revert "break build if it would produce broken binary" Siva Durga Prasad Paladugu (1): arm: dcc: Add uart dcc support for armv8 Yegor Yefremov (1): board: baltos - add maintainer information arch/Kconfig | 2 +- arch/arm/cpu/armv7/start.S | 7 +++---- arch/arm/include/asm/u-boot.h | 4 ---- arch/arm/lib/_ashldi3.S | 6 ++++-- arch/arm/lib/_ashrdi3.S | 6 ++++-- arch/arm/lib/_divsi3.S | 6 ++++-- arch/arm/lib/_lshrdi3.S | 6 ++++-- arch/arm/lib/_modsi3.S | 7 ++++--- arch/arm/lib/_udivsi3.S | 10 ++++++---- arch/arm/lib/_umodsi3.S | 6 ++++-- board/quipos/cairo/MAINTAINERS | 6 ++++++ board/ti/am43xx/MAINTAINERS | 2 ++ board/vscom/baltos/MAINTAINERS | 6 ++++++ drivers/gpio/lpc32xx_gpio.c | 39 +++++++++++++++++++-------------------- drivers/serial/arm_dcc.c | 16 ++++++++++++++++ 15 files changed, 83 insertions(+), 46 deletions(-) create mode 100644 board/quipos/cairo/MAINTAINERS create mode 100644 board/vscom/baltos/MAINTAINERS Amicalement, -- Albert.