GK SDK 源码库: XMIPCLinuxV100R005C00SPC030 (kernel/tools/open_source excluded)

This commit is contained in:
lai
2026-09-06 03:52:57 +08:00
commit b1928b41c0
21813 changed files with 4413081 additions and 0 deletions
@@ -0,0 +1,12 @@
if BOARD_SFR_NB4_SER
config SYS_BOARD
default "nb4_ser"
config SYS_VENDOR
default "sfr"
config SYS_CONFIG_NAME
default "sfr_nb4_ser"
endif
@@ -0,0 +1,6 @@
SFR NEUFBOX 4 SERCOMM BOARD
M: Álvaro Fernández Rojas <noltari@gmail.com>
S: Maintained
F: board/sfr/nb4_ser/
F: include/configs/sfr_nb4_ser.h
F: configs/sfr_nb4-ser_ram_defconfig
@@ -0,0 +1,3 @@
# SPDX-License-Identifier: GPL-2.0+
obj-y += nb4-ser.o
@@ -0,0 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com>
*/
#include <common.h>