
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 emillbrandt@dekaresearch.com
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