board: intel: Add socdk board support for Intel N5X device

Add N5X SoC devkit board.

Signed-off-by: Siew Chin Lim <elly.siew.chin.lim@intel.com>
This commit is contained in:
Siew Chin Lim 2021-08-10 11:26:39 +08:00 committed by Tien Fong Chee
parent 00a990e9a9
commit d1b2e4bd29
3 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,7 @@
SOCFPGA BOARD
M: Chee Tien Fong <tien.fong.chee@intel.com>
M: Lim Siew Chin <elly.siew.chin.lim@intel.com>
S: Maintained
F: board/intel/n5x-socdk/
F: include/configs/socfpga_n5x_socdk.h
F: configs/socfpga_n5x_atf_defconfig

View File

@ -0,0 +1,7 @@
#
# Copyright (C) 2020-2021 Intel Corporation <www.intel.com>
#
# SPDX-License-Identifier: GPL-2.0
#
obj-y := socfpga.o

View File

@ -0,0 +1,7 @@
// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (C) 2020-2021 Intel Corporation <www.intel.com>
*
*/
#include <common.h>