[U-Boot] Please pull u-boot-marvell master
Luka Perkov
luka.perkov at sartura.hr
Sun Nov 29 22:20:05 CET 2015
Hi Tom,
please pull the queued changes below from Marvell tree. Additional work from
Stefan will be sent later on.
The following changes since commit fa8883a1e39a20e72aaa5093af0c80062cb95757:
Merge branch 'master' of git://git.denx.de/u-boot-i2c (2015-11-27 08:41:03 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-marvell.git
for you to fetch changes up to f1df81c4008c8e0edbc1a2738cf2490b2f7be661:
arm: kirkwood: add ZyXEL NSA310S device (2015-11-29 22:16:14 +0100)
----------------------------------------------------------------
Gerald Kerma (1):
arm: kirkwood: add ZyXEL NSA310S device
Reinhard Pfau (2):
tools/kwbimage: fix endianess issue
tools/kwbimage: fix size computations for v1 images
Stefan Roese (2):
arm: mvebu: Configure ARP timeout and retry count
tools/kwbimage.c: Make sure that the resulting image is 4-byte aligned
arch/arm/mach-kirkwood/Kconfig | 4 +
arch/arm/mach-mvebu/include/mach/config.h | 2 +
board/zyxel/nsa310s/Kconfig | 20 +++++
board/zyxel/nsa310s/MAINTAINERS | 8 ++
board/zyxel/nsa310s/Makefile | 9 ++
board/zyxel/nsa310s/kwbimage.cfg | 43 ++++++++++
board/zyxel/nsa310s/nsa310s.c | 133 ++++++++++++++++++++++++++++++
board/zyxel/nsa310s/nsa310s.h | 47 +++++++++++
configs/nsa310s_defconfig | 13 +++
include/configs/nsa310s.h | 99 ++++++++++++++++++++++
tools/kwbimage.c | 60 ++++++++------
tools/kwbimage.h | 3 +-
12 files changed, 417 insertions(+), 24 deletions(-)
create mode 100644 board/zyxel/nsa310s/Kconfig
create mode 100644 board/zyxel/nsa310s/MAINTAINERS
create mode 100644 board/zyxel/nsa310s/Makefile
create mode 100644 board/zyxel/nsa310s/kwbimage.cfg
create mode 100644 board/zyxel/nsa310s/nsa310s.c
create mode 100644 board/zyxel/nsa310s/nsa310s.h
create mode 100644 configs/nsa310s_defconfig
create mode 100644 include/configs/nsa310s.h
Regards,
Luka
More information about the U-Boot
mailing list