mbox

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

Message ID 20141108010756.27d904dd@lilith
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-arm master

Message

Albert ARIBAUD Nov. 8, 2014, 12:07 a.m. UTC
Hello Tom,

The following changes since commit 5b3ee386fde82a1ba42ff09b95247842c9a1585e:

  kbuild: clear VENDOR variable to fix build error on tcsh (2014-10-23 16:35:12 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-arm master

for you to fetch changes up to 59a9cfdd16ad7ab14f22697bf1e049c6bea0d3e2:

  gic: fixed compilation error in GICv2 wait for interrupt macro (2014-10-28 07:57:31 +0100)

----------------------------------------------------------------
Masahiro Yamada (4):
      arm: debug: import debug files from Linux 3.16
      arm: debug: replace license blocks with SPDX
      arm: debug: add Kconfig entries for lowlevel debug
      arm: debug: adjust for U-Boot

Yehuda Yitschak (1):
      gic: fixed compilation error in GICv2 wait for interrupt macro

 arch/arm/Kconfig              |   2 +
 arch/arm/Kconfig.debug        |  64 +++++++++++++++++++++++
 arch/arm/include/asm/macro.h  |   2 +-
 arch/arm/include/debug/8250.S |  52 ++++++++++++++++++
 arch/arm/lib/Makefile         |   2 +
 arch/arm/lib/debug.S          | 136 +++++++++++++++++++++++++++++++++++++++++++++++
 include/linux/serial_reg.h    | 388 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 645 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/Kconfig.debug
 create mode 100644 arch/arm/include/debug/8250.S
 create mode 100644 arch/arm/lib/debug.S
 create mode 100644 include/linux/serial_reg.h

Amicalement,

Comments

Tom Rini Nov. 10, 2014, 9:28 p.m. UTC | #1
On Sat, Nov 08, 2014 at 01:07:56AM +0100, Albert ARIBAUD wrote:

> Hello Tom,
> 
> The following changes since commit 5b3ee386fde82a1ba42ff09b95247842c9a1585e:
> 
>   kbuild: clear VENDOR variable to fix build error on tcsh (2014-10-23 16:35:12 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm master
> 
> for you to fetch changes up to 59a9cfdd16ad7ab14f22697bf1e049c6bea0d3e2:
> 
>   gic: fixed compilation error in GICv2 wait for interrupt macro (2014-10-28 07:57:31 +0100)
> 

Applied to u-boot/master, thanks!