
Dear Heiko Schocher,
Heiko Schocher hs@denx.de writes:
enable support for the siemens AT91SAM9G20 based boards taurus and axm.
Signed-off-by: Roger Meier r.meier@siemens.com Reviewed-by: Heiko Schocher hs@denx.de Cc: Andreas Bießmann andreas.devel@googlemail.com Cc: Bo Shen voice.shen@atmel.com
- changes for v2:
- add comments from bo shen
- use gpio api
- remove unneccessary comment
- use at91_wait_for_reset()
- remove unneccessary code in board file
- Coding Style cleanup (tabs and unneccessary 1 after config define removed)
- add commit message
- add comments from Andreas Bießmann andreas.devel@googlemail.com:
- detect sdram size on startup without read dram setting
- get rid of MACH_TYPE definition in config file
- changes for v3:
- add comments from Andreas Bießmann:
- remove empty line
- move at91_seriald_hw_init to early_init
- include <net.h> unconditionally
- rebased against current commit 2cee0408e5c6f5dbdfa89fb40168ba2ead3f61a6
- rebased based on the spl patches from Bo Shen, see: http://lists.denx.de/pipermail/u-boot/2013-November/166272.html
- add CONFIG_AT91_WANTS_COMMON_PHY
board/siemens/taurus/Makefile | 18 +++++ board/siemens/taurus/taurus.c | 160 ++++++++++++++++++++++++++++++++++++++++++ boards.cfg | 2 + include/configs/taurus.h | 160 ++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 340 insertions(+) create mode 100644 board/siemens/taurus/Makefile create mode 100644 board/siemens/taurus/taurus.c create mode 100644 include/configs/taurus.h
applied to u-boot-atmel/master, thanks!
Best regards, Andreas Bießmann