mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 04:46:01 +01:00
board: altera: stratix10: Add socdk board support for Stratix10 SoC
Add socdk board support for Stratix SoC Signed-off-by: Chin Liang See <chin.liang.see@intel.com> Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
This commit is contained in:
parent
0bc28b7cb8
commit
f6b8345571
7
board/altera/stratix10-socdk/MAINTAINERS
Normal file
7
board/altera/stratix10-socdk/MAINTAINERS
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
SOCFPGA BOARD
|
||||||
|
M: Chin-Liang See <chin.liang.see@intel.com>
|
||||||
|
M: Dinh Nguyen <dinh.nguyen@intel.com>
|
||||||
|
S: Maintained
|
||||||
|
F: board/altera/stratix10-socdk/
|
||||||
|
F: include/configs/socfpga_stratix10_socdk.h
|
||||||
|
F: configs/socfpga_stratix10_defconfig
|
7
board/altera/stratix10-socdk/Makefile
Normal file
7
board/altera/stratix10-socdk/Makefile
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
#
|
||||||
|
# Copyright (C) 2016-2017 Intel Corporation <www.intel.com>
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
#
|
||||||
|
|
||||||
|
obj-y := socfpga.o
|
7
board/altera/stratix10-socdk/socfpga.c
Normal file
7
board/altera/stratix10-socdk/socfpga.c
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
|
/*
|
||||||
|
* Copyright (C) 2016-2018 Intel Corporation <www.intel.com>
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include <common.h>
|
Loading…
x
Reference in New Issue
Block a user