From a373024e7f70a04b7fed1c11be1fcd50fc21aac2 Mon Sep 17 00:00:00 2001 From: Angelo Dureghello Date: Mon, 7 Aug 2017 01:17:18 +0200 Subject: 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 --- Changes in v2: - remove CMD_REGINFO - add board information in commit message --- board/sysam/stmark2/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 board/sysam/stmark2/Makefile (limited to 'board/sysam/stmark2/Makefile') diff --git a/board/sysam/stmark2/Makefile b/board/sysam/stmark2/Makefile new file mode 100644 index 0000000000..064a57ea05 --- /dev/null +++ b/board/sysam/stmark2/Makefile @@ -0,0 +1,8 @@ +# +# (C) Copyright 2014 Angelo Dureghello +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y = stmark2.o +extra-y += sbf_dram_init.o -- cgit