
On 20:31 Mon 24 Aug , Frederik Kriewitz wrote:
This patch adds support for the DevKit8000 board.
Signed-off-by: Frederik Kriewitz frederik@kriewitz.eu
mach-types.h needs to be synced (MACH_TYPE_DEVKIT8000)
Changelog: v6: added changelog
v5: moved files from board/timll/devkit8000 to board/devkit8000 added omap3_ config file prefix renamed README.timll to README.devkit8000
v4: moved files from board/omap3/devkit8000 to board/timll/devkit8000 (vendor dir) renamed README.devkit8000 to README.timll fixed LIST_ARM_CORTEX_A8 order (MAKEALL) fixed MAINTAINERS ordered comment style changes fixed potential alignment issue (enetaddr assignment)
v3 moved files from board/omap3/devkit8000 to board/devkit8000 removed omap3_ config file prefix moved doc from README.omap3 to README.devkit8000 added MAKEALL entry added warning in case a Die ID based MAC is used removed reset_phy() (Ethernet is only initiated if it's needed) moved CONFIG_SYS_NO_FLASH up (before #include <config_cmd_default.h>) command list cleanup minor define cleanups moved some common kernel args to commonargs variable
v2: added MAINTAINERS entry code style fixes copyright added removed mach-types.h patch command list reordered boot command was moved to own variable (autoboot) fixed memtest config removed useless NOR flash settings
MAINTAINERS | 4 + MAKEALL | 1 + Makefile | 3 + board/devkit8000/Makefile | 52 +++++ board/devkit8000/config.mk | 35 ++++ board/devkit8000/devkit8000.c | 131 +++++++++++++ board/devkit8000/devkit8000.h | 373 ++++++++++++++++++++++++++++++++++++ doc/README.devkit8000 | 15 ++ include/configs/devkit8000.h | 307 +++++++++++++++++++++++++++++ include/configs/omap3_devkit8000.h | 307 +++++++++++++++++++++++++++++
why do you duplicate it? maybe an miss when updating the patch
Best Regards, J.