]> git.ipfire.org Git - people/ms/u-boot.git/commit - scripts/config_whitelist.txt
m68k: add board stmark2, mcf5441x based
authorAngelo Dureghello <angelo@sysam.it>
Sun, 6 Aug 2017 23:17:18 +0000 (01:17 +0200)
committerAngelo Dureghello <angelo@sysam.it>
Thu, 17 Aug 2017 23:26:52 +0000 (01:26 +0200)
commita373024e7f70a04b7fed1c11be1fcd50fc21aac2
tree2394d5abea3eb6a22338aea9bc9fd7f87534a2db
parent02a6eddabab9d2c4f53d633aacd73030bf113d78
m68k: add board stmark2, mcf5441x based

Sysam stmark2 board is a generic and fully (hw and sw) open board, with
a mcf54415 Coldfire CPU, 128MB of DDR2, 16MB of SPI flash and SD card
as non volatile memories, and a wifi module included on-board.
The board is actually used mainly for Coldfire custodian testing activity
related to the mcf5441x Coldfire family.

For further information please see: http://sysam.it/cff_stmark2.html

Signed-off-by: Angelo Dureghello <angelo@sysam.it>
---

Changes in v2:
 - remove CMD_REGINFO
 - add board information in commit message
arch/m68k/Kconfig
board/sysam/stmark2/Kconfig [new file with mode: 0644]
board/sysam/stmark2/MAINTAINERS [new file with mode: 0644]
board/sysam/stmark2/Makefile [new file with mode: 0644]
board/sysam/stmark2/sbf_dram_init.S [new file with mode: 0644]
board/sysam/stmark2/stmark2.c [new file with mode: 0644]
configs/stmark2_defconfig [new file with mode: 0644]
include/configs/stmark2.h [new file with mode: 0644]
scripts/config_whitelist.txt