From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Sun, 9 Oct 2016 11:05:10 +0200 Subject: [U-Boot] Please pull u-boot-marvell/master Message-ID: <4a3ec0a3-f3ab-4b1a-1989-1ed77da6f0d6@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, please pull the DS109 board support. Its an updated version - the original patches have been sent to the list quite some time ago. Thanks, Stefan The following changes since commit f5fd45ff64e28a73499548358e3d1ceda0de7daf: Merge branch 'master' of git://www.denx.de/git/u-boot-imx (2016-10-08 09:33:37 -0400) are available in the git repository at: git://www.denx.de/git/u-boot-marvell.git for you to fetch changes up to 1c653201d7de10b486266317200bfaa8bdb57700: arm: kirkwood: fix Synology board tag (2016-10-09 10:55:32 +0200) ---------------------------------------------------------------- Walter Schweizer (5): arm: kirkwood: add support for Synology DS109 board arm: kirkwood: ds109 board is maintained arm: kirkwood: fix kirkwood initial setup arm: kirkwood: fix output enable settings arm: kirkwood: fix Synology board tag arch/arm/mach-kirkwood/Kconfig | 4 + board/Synology/ds109/Kconfig | 12 +++ board/Synology/ds109/MAINTAINERS | 6 ++ board/Synology/ds109/Makefile | 9 ++ board/Synology/ds109/ds109.c | 176 ++++++++++++++++++++++++++++++++++++++ board/Synology/ds109/ds109.h | 44 ++++++++++ board/Synology/ds109/kwbimage.cfg | 152 ++++++++++++++++++++++++++++++++ board/Synology/ds109/openocd.cfg | 115 +++++++++++++++++++++++++ configs/ds109_defconfig | 16 ++++ include/configs/ds109.h | 103 ++++++++++++++++++++++ 10 files changed, 637 insertions(+) create mode 100644 board/Synology/ds109/Kconfig create mode 100644 board/Synology/ds109/MAINTAINERS create mode 100644 board/Synology/ds109/Makefile create mode 100644 board/Synology/ds109/ds109.c create mode 100644 board/Synology/ds109/ds109.h create mode 100644 board/Synology/ds109/kwbimage.cfg create mode 100644 board/Synology/ds109/openocd.cfg create mode 100644 configs/ds109_defconfig create mode 100644 include/configs/ds109.h