
Dear Eric Cooper,
In message 1283869696-10077-3-git-send-email-ecc@cmu.edu you wrote:
Signed-off-by: Eric Cooper ecc@cmu.edu
board/Marvell/dockstar/Makefile | 51 ++++++++++++ board/Marvell/dockstar/config.mk | 28 +++++++ board/Marvell/dockstar/dockstar.c | 155 +++++++++++++++++++++++++++++++++++++ board/Marvell/dockstar/dockstar.h | 41 ++++++++++ boards.cfg | 1 + 5 files changed, 276 insertions(+), 0 deletions(-) create mode 100644 board/Marvell/dockstar/Makefile create mode 100644 board/Marvell/dockstar/config.mk create mode 100644 board/Marvell/dockstar/dockstar.c create mode 100644 board/Marvell/dockstar/dockstar.h
Entries to MAINTAINERS and MAKEALL missing.
Board config file missing. Did you try to compile this code?
Also, please rebase your code on top of Heiko's ARM rework patches (enable caches, add relocation). These will go in before your board support.
Best regards,
Wolfgang Denk