mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 09:12:24 +03:00
gpu: nvgpu: arch: add yaml support for nvgpu-next
JIRA NVGPU-4383 Change-Id: Id6748f6e20e0ed831154a1d87639b03512bf049c Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2268327 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Seema Khowala <seemaj@nvidia.com> Reviewed-by: Vinod Gopalakrishnakurup <vinodg@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
Alex Waterman
parent
4ce4cdcd0f
commit
b662fdfaf7
@@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2019, NVIDIA CORPORATION. All Rights Reserved.
|
||||
# Copyright (c) 2019-2020, NVIDIA CORPORATION. All Rights Reserved.
|
||||
#
|
||||
# Top level NVGPU architecure description in YAML.
|
||||
#
|
||||
@@ -66,3 +66,9 @@ nvgpu:
|
||||
safe: no
|
||||
children:
|
||||
!include nvgpu-gpu_hw.yaml
|
||||
|
||||
# nvgpu-next code
|
||||
nvgpu-next:
|
||||
safe: no
|
||||
children:
|
||||
!include nvgpu-next.yaml
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||
#
|
||||
# Copyright (c) 2018 NVIDIA CORPORATION. All Rights Reserved.
|
||||
# Copyright (c) 2018-2020 NVIDIA CORPORATION. All Rights Reserved.
|
||||
#
|
||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
||||
# and proprietary rights in and to this software, related documentation
|
||||
@@ -37,7 +37,8 @@ NVGPU_NEXT_SOURCE := \
|
||||
|
||||
NVGPU_POSIX := 1
|
||||
NVGPU_ARCH := $(NV_COMPONENT_DIR)/../../../arch
|
||||
NVGPU_ARCH_YAML := $(NVGPU_ARCH)/*.yaml
|
||||
NVGPU_NEXT_ARCH := $(NVGPU_NEXT_SOUCRE)/../../../arch
|
||||
NVGPU_ARCH_YAML := $(NVGPU_ARCH)/*.yaml $(NVGPU_NEXT_ARCH)/*.yaml
|
||||
|
||||
NV_COMPONENT_NAME := nvgpu-drv
|
||||
NV_COMPONENT_OWN_INTERFACE_DIR := .
|
||||
|
||||
Reference in New Issue
Block a user