diff options
author | Alexey Brodkin <Alexey.Brodkin@synopsys.com> | 2014-02-04 12:56:18 +0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-02-07 08:14:33 -0500 |
commit | 66712b8b460e9ba01374ca0df8aa8bcb3137e4bb (patch) | |
tree | d8dfad83f70c815fcc48731abf1e1ffacde53590 /board/synopsys/arcangel4/Makefile | |
parent | 794ab57497f822e8178b40867bf419375aad4de0 (diff) | |
download | u-boot-imx-66712b8b460e9ba01374ca0df8aa8bcb3137e4bb.zip u-boot-imx-66712b8b460e9ba01374ca0df8aa8bcb3137e4bb.tar.gz u-boot-imx-66712b8b460e9ba01374ca0df8aa8bcb3137e4bb.tar.bz2 |
arc: add Arcangel4 board support
Arcangel4 is a FPGA-based development board that is used for prototyping and
verificationof of both ARC hardware (CPUs) and software running upon CPU.
This board avaialble in 2 flavours:
* Little-endian (arcangel4)
* Big-endian (arcangel4-be)
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Vineet Gupta <vgupta@synopsys.com>
Cc: Francois Bedard <fbedard@synopsys.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'board/synopsys/arcangel4/Makefile')
-rw-r--r-- | board/synopsys/arcangel4/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/board/synopsys/arcangel4/Makefile b/board/synopsys/arcangel4/Makefile new file mode 100644 index 0000000..575e58f --- /dev/null +++ b/board/synopsys/arcangel4/Makefile @@ -0,0 +1,11 @@ +# +# Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved. +# +# SPDX-License-Identifier: GPL-2.0+ +# + +# This board is mostly used for debugging U-Boot in simulation (ISS). +# The only peripheral which is used on this board is a serial port which +# requires no initialization except those in "include/configs/arcangel4.h". +# And now there's no specific initializations for this board. +# So this Makefile is only required for satisfaction of U-Boot build system. |