avionic design with actual uboot and tooling
submodule of avionic design uboot bootloader and with included tools to get you started , read readme.md and readme-tk1-loader.md
This commit is contained in:
16
u-boot/board/nvidia/p2771-0000/Kconfig
Normal file
16
u-boot/board/nvidia/p2771-0000/Kconfig
Normal file
@@ -0,0 +1,16 @@
|
||||
# Copyright (c) 2016, NVIDIA CORPORATION.
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
|
||||
if TARGET_P2771_0000
|
||||
|
||||
config SYS_BOARD
|
||||
default "p2771-0000"
|
||||
|
||||
config SYS_VENDOR
|
||||
default "nvidia"
|
||||
|
||||
config SYS_CONFIG_NAME
|
||||
default "p2771-0000"
|
||||
|
||||
endif
|
||||
6
u-boot/board/nvidia/p2771-0000/MAINTAINERS
Normal file
6
u-boot/board/nvidia/p2771-0000/MAINTAINERS
Normal file
@@ -0,0 +1,6 @@
|
||||
P2771-0000 BOARD
|
||||
M: Stephen Warren <swarren@nvidia.com>
|
||||
S: Maintained
|
||||
F: board/nvidia/p2771-0000/
|
||||
F: include/configs/p2771-0000.h
|
||||
F: configs/p2771-0000_defconfig
|
||||
5
u-boot/board/nvidia/p2771-0000/Makefile
Normal file
5
u-boot/board/nvidia/p2771-0000/Makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
# Copyright (c) 2016, NVIDIA CORPORATION.
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
|
||||
obj-y += p2771-0000.o
|
||||
7
u-boot/board/nvidia/p2771-0000/p2771-0000.c
Normal file
7
u-boot/board/nvidia/p2771-0000/p2771-0000.c
Normal file
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
* Copyright (c) 2016, NVIDIA CORPORATION
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
Reference in New Issue
Block a user