From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Tue, 25 Aug 2009 07:22:06 +0200 Subject: [U-Boot] [PATCH] Add support for the DevKit8000 board In-Reply-To: <1251025002-22562-1-git-send-email-frederik@kriewitz.eu> References: <1251025002-22562-1-git-send-email-frederik@kriewitz.eu> Message-ID: <20090825052206.GF6323@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12:56 Sun 23 Aug , Frederik Kriewitz wrote: > This patch adds support for the DevKit8000 board. > > Signed-off-by: Frederik Kriewitz > --- > mach-types.h needs to be synced (MACH_TYPE_DEVKIT8000) > --- > MAINTAINERS | 4 + > MAKEALL | 1 + > Makefile | 3 + > board/timll/devkit8000/Makefile | 52 +++++ > board/timll/devkit8000/config.mk | 35 ++++ > board/timll/devkit8000/devkit8000.c | 131 ++++++++++++ > board/timll/devkit8000/devkit8000.h | 373 +++++++++++++++++++++++++++++++++++ > doc/README.timll | 15 ++ > include/configs/devkit8000.h | 307 ++++++++++++++++++++++++++++ > 9 files changed, 921 insertions(+), 0 deletions(-) > create mode 100644 board/timll/devkit8000/Makefile > create mode 100644 board/timll/devkit8000/config.mk > create mode 100644 board/timll/devkit8000/devkit8000.c > create mode 100644 board/timll/devkit8000/devkit8000.h > create mode 100644 doc/README.timll > create mode 100644 include/configs/devkit8000. this one is fine but for the next time please specify in the subject the patch version to known which one is the last Best Regards, J.