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:
12
u-boot/board/nvidia/beaver/Kconfig
Normal file
12
u-boot/board/nvidia/beaver/Kconfig
Normal file
@@ -0,0 +1,12 @@
|
||||
if TARGET_BEAVER
|
||||
|
||||
config SYS_BOARD
|
||||
default "beaver"
|
||||
|
||||
config SYS_VENDOR
|
||||
default "nvidia"
|
||||
|
||||
config SYS_CONFIG_NAME
|
||||
default "beaver"
|
||||
|
||||
endif
|
||||
7
u-boot/board/nvidia/beaver/MAINTAINERS
Normal file
7
u-boot/board/nvidia/beaver/MAINTAINERS
Normal file
@@ -0,0 +1,7 @@
|
||||
BEAVER BOARD
|
||||
M: Tom Warren <twarren@nvidia.com>
|
||||
M: Stephen Warren <swarren@nvidia.com>
|
||||
S: Maintained
|
||||
F: board/nvidia/beaver/
|
||||
F: include/configs/beaver.h
|
||||
F: configs/beaver_defconfig
|
||||
7
u-boot/board/nvidia/beaver/Makefile
Normal file
7
u-boot/board/nvidia/beaver/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
#
|
||||
# Copyright (c) 2010-2013, NVIDIA CORPORATION. All rights reserved.
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
#
|
||||
|
||||
obj-y = ../cardhu/cardhu.o
|
||||
Reference in New Issue
Block a user