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:
parent
00a990e9a9
commit
d1b2e4bd29
7
board/intel/n5x-socdk/MAINTAINERS
Normal file
7
board/intel/n5x-socdk/MAINTAINERS
Normal 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
|
7
board/intel/n5x-socdk/Makefile
Normal file
7
board/intel/n5x-socdk/Makefile
Normal file
@ -0,0 +1,7 @@
|
||||
#
|
||||
# Copyright (C) 2020-2021 Intel Corporation <www.intel.com>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
#
|
||||
|
||||
obj-y := socfpga.o
|
7
board/intel/n5x-socdk/socfpga.c
Normal file
7
board/intel/n5x-socdk/socfpga.c
Normal file
@ -0,0 +1,7 @@
|
||||
// SPDX-License-Identifier: GPL-2.0
|
||||
/*
|
||||
* Copyright (C) 2020-2021 Intel Corporation <www.intel.com>
|
||||
*
|
||||
*/
|
||||
|
||||
#include <common.h>
|
Loading…
Reference in New Issue
Block a user