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:
Seshendra Gadagottu
2019-12-24 11:15:50 -08:00
committed by Alex Waterman
parent 4ce4cdcd0f
commit b662fdfaf7
2 changed files with 10 additions and 3 deletions

View File

@@ -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. # Top level NVGPU architecure description in YAML.
# #
@@ -66,3 +66,9 @@ nvgpu:
safe: no safe: no
children: children:
!include nvgpu-gpu_hw.yaml !include nvgpu-gpu_hw.yaml
# nvgpu-next code
nvgpu-next:
safe: no
children:
!include nvgpu-next.yaml

View File

@@ -1,6 +1,6 @@
################################### tell Emacs this is a -*- makefile-gmake -*- ################################### 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 # NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation # and proprietary rights in and to this software, related documentation
@@ -37,7 +37,8 @@ NVGPU_NEXT_SOURCE := \
NVGPU_POSIX := 1 NVGPU_POSIX := 1
NVGPU_ARCH := $(NV_COMPONENT_DIR)/../../../arch 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_NAME := nvgpu-drv
NV_COMPONENT_OWN_INTERFACE_DIR := . NV_COMPONENT_OWN_INTERFACE_DIR := .