From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luka Perkov Date: Sun, 25 Jan 2015 23:42:24 +0000 Subject: [U-Boot] Please pull u-boot-marvell master Message-ID: <0000014b2379903c-5390047d-4de1-4b7d-9513-f00d14b9148a-000000@email.amazonses.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Albert, this series contains pending kirkwood patches that have been posted on the mailing list for some time now. The following changes since commit 37b608a52dcb13312a4f7ccea199cd6bac76d298: powerpc: remove icecube_5200, Lite5200, cpci5200, mecp5200, pf5200 (2015-01-23 16:56:09 -0500) are available in the git repository at: git://git.denx.de/u-boot-marvell.git master for you to fetch changes up to 361b3d8613f57e137a9048ef69e58e9bcaf51b78: marvell: kirkwood: guruplug refresh for newer kernel (2015-01-26 00:25:29 +0100) ---------------------------------------------------------------- Gerald Kerma (1): marvell: kirkwood: guruplug refresh for newer kernel Luka Perkov (9): cosmetic: kirkwood: style fixes in kwbimage.cfg files kirkwood: define empty CONFIG_MVGBE_PORTS by default ARM: kirkwood: fix cpu info for 6282 device id kirkwood: ib62x0: add CONFIG_SYS_GENERIC_BOARD define kirkwood: dockstar: add CONFIG_SYS_GENERIC_BOARD define kirkwood: goflexhome: add CONFIG_SYS_GENERIC_BOARD define kirkwood: iconnect: add CONFIG_SYS_GENERIC_BOARD define kirkwood: pogo_e02: add CONFIG_SYS_GENERIC_BOARD define kirkwood: sheevaplug: add CONFIG_SYS_GENERIC_BOARD define arch/arm/cpu/arm926ejs/kirkwood/cpu.c | 11 +++-- board/iomega/iconnect/kwbimage.cfg | 4 +- board/raidsonic/ib62x0/kwbimage.cfg | 22 ++++----- drivers/net/mvgbe.c | 4 ++ include/configs/dockstar.h | 2 + include/configs/goflexhome.h | 2 + include/configs/guruplug.h | 84 ++++++++++++++++++++++++++++------- include/configs/ib62x0.h | 2 + include/configs/iconnect.h | 2 + include/configs/pogo_e02.h | 2 + include/configs/sheevaplug.h | 2 + 11 files changed, 104 insertions(+), 33 deletions(-) Regards, Luka