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

Albert ARIBAUD albert.u.boot at aribaud.net
Sat Nov 8 01:07:56 CET 2014


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,
-- 
Albert.


More information about the U-Boot mailing list