diff options
| author | Alexey Brodkin <[email protected]> | 2014-02-04 12:56:18 +0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-02-07 08:14:33 -0500 |
| commit | 66712b8b460e9ba01374ca0df8aa8bcb3137e4bb (patch) | |
| tree | d8dfad83f70c815fcc48731abf1e1ffacde53590 /board/synopsys | |
| parent | 794ab57497f822e8178b40867bf419375aad4de0 (diff) | |
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 <[email protected]>
Cc: Vineet Gupta <[email protected]>
Cc: Francois Bedard <[email protected]>
Cc: Wolfgang Denk <[email protected]>
Cc: Heiko Schocher <[email protected]>
Diffstat (limited to 'board/synopsys')
| -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 00000000000..575e58fd960 --- /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. |
