From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Tyser Date: Thu, 13 Aug 2009 00:47:30 -0500 Subject: [U-Boot] [PATCH] V2 Add Support for the galaxy5200 In-Reply-To: <20090812231902.M15950@coldhaus.com> References: <20090812231902.M15950@coldhaus.com> Message-ID: <4A83A8F2.90707@xes-inc.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 Eric, The subject of your email should be "[PATCH V2] Add support for galaxy5200". As is, the V2 would be included in the commit title. "Support" also doesn't need to be capitalized. > Add support for the DEKA Research and Development galaxy5200 board. > Amended with comments from Wolfgang. > Make change to top level makefile per Wolfgang's suggestion. The comments about making Wolfgang's suggested changes should go below the "---" below. Otherwise they will be included in your commit log message. > Signed-off-by: Eric Millbrandt > --- Comments not to be committed go here. > MAINTAINERS | 4 + > MAKEALL | 1 + > Makefile | 6 + > board/galaxy5200/Makefile | 50 +++++ > board/galaxy5200/config.mk | 45 +++++ > board/galaxy5200/galaxy5200.c | 199 +++++++++++++++++++ > include/configs/galaxy5200.h | 428 +++++++++++++++++++++++++++++++++++++++++ > 7 files changed, 733 insertions(+), 0 deletions(-) > create mode 100644 board/galaxy5200/Makefile > create mode 100644 board/galaxy5200/config.mk > create mode 100644 board/galaxy5200/galaxy5200.c > create mode 100644 include/configs/galaxy5200.h Best, Peter