]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: kirkwood: add support for Synology DS109 board
authorWalter Schweizer <swwa@users.sourceforge.net>
Thu, 6 Oct 2016 21:29:56 +0000 (23:29 +0200)
committerStefan Roese <sr@denx.de>
Sun, 9 Oct 2016 08:55:32 +0000 (10:55 +0200)
commita0a868b20b7e3a8bc331f32720516d0ba85d7df8
treebb4aacccd09a3b3d509d1b50be710ef650311125
parentf5fd45ff64e28a73499548358e3d1ceda0de7daf
arm: kirkwood: add support for Synology DS109 board

Synology DS109 is based on MV88F6281. The code
is based on Dreamplug code with modificatons
from Synologys open source repository.

Signed-off-by: Walter Schweizer <swwa@users.sourceforge.net>
Signed-off-by: Stefan Roese <sr@denx.de>
arch/arm/mach-kirkwood/Kconfig
board/Synology/ds109/Kconfig [new file with mode: 0644]
board/Synology/ds109/Makefile [new file with mode: 0644]
board/Synology/ds109/ds109.c [new file with mode: 0644]
board/Synology/ds109/ds109.h [new file with mode: 0644]
board/Synology/ds109/kwbimage.cfg [new file with mode: 0644]
board/Synology/ds109/openocd.cfg [new file with mode: 0644]
configs/ds109_defconfig [new file with mode: 0644]
include/configs/ds109.h [new file with mode: 0644]