mirror of
git://nv-tegra.nvidia.com/linux/kernel-devicetree.git
synced 2025-12-24 10:11:31 +03:00
Compare commits
10 Commits
jetson_38.
...
rel-38
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d488feae65 | ||
|
|
cd1c454299 | ||
|
|
a34574ecc9 | ||
|
|
5fc4366307 | ||
|
|
823381077e | ||
|
|
cae046f8ff | ||
|
|
439b3bb090 | ||
|
|
7c2b56d612 | ||
|
|
8d83cca278 | ||
|
|
fb61f96359 |
@@ -69,8 +69,6 @@ DTC_INCLUDE += $(tegra-dtstree)/t23x/nv-public/include/platforms
|
||||
DTC_INCLUDE += $(tegra-dtstree)/t23x/nv-public
|
||||
DTC_INCLUDE += $(tegra-dtstree)/t264/nv-public/include/kernel-t264
|
||||
DTC_INCLUDE += $(tegra-dtstree)/t264/nv-public
|
||||
DTC_INCLUDE += $(tegra-dtstree)/t268/dts-public/include/kernel
|
||||
DTC_INCLUDE += $(tegra-dtstree)/t268/dts-public
|
||||
|
||||
dtb-y :=
|
||||
dtbo-y :=
|
||||
@@ -80,21 +78,7 @@ DTBO_LIST := $(dtbo-y)
|
||||
dtb-y :=
|
||||
fdts := $(tegra-dtstree)/t23x
|
||||
fdts += $(tegra-dtstree)/t264
|
||||
fdts += $(tegra-dtstree)/t268
|
||||
|
||||
# Add internal SOCs to scan the DT makefiles
|
||||
ifneq ($(internal_soc_list),)
|
||||
fdts += $(addprefix $(tegra-dtstree)/,$(internal_soc_list))
|
||||
endif
|
||||
|
||||
# Remove the DTs from protected soc list
|
||||
ifneq ($(protected_soc_list),)
|
||||
kdts := $(foreach dt_path, $(fdts), $(if $(filter $(protected_soc_list),$(patsubst -,$(space),$(subst /, $(space),$(dt_path)))),,$(dt_path)))
|
||||
kdts := $(filter-out $(space)$(space),$(kdts))
|
||||
else
|
||||
kdts := $(fdts)
|
||||
endif
|
||||
|
||||
dts_makefile=$(foreach d,$(wildcard $1*), $(call dts_makefile,$(d)/,$(2)) $(if $(findstring Makefile,$(d)),$(d)))
|
||||
dts_mfiles = $(call dts_makefile, $(kdts), Makefile)
|
||||
|
||||
|
||||
@@ -63,16 +63,7 @@ dtbo-oot-y :=
|
||||
DTB_LIST := $(dtb-oot-y)
|
||||
DTBO_LIST := $(dtbo-oot-y)
|
||||
dtb-oot-y :=
|
||||
fdts := $(shell find $(tegra-dtstree)/platform -name kernel-dts)
|
||||
|
||||
# Remove the DTs from protected soc list
|
||||
ifneq ($(protected_soc_list),)
|
||||
kdts := $(foreach dt_path, $(fdts), $(if $(filter $(protected_soc_list),$(patsubst -,$(space),$(subst /, $(space),$(dt_path)))),,$(dt_path)))
|
||||
kdts := $(filter-out $(space)$(space),$(kdts))
|
||||
else
|
||||
kdts := $(fdts)
|
||||
endif
|
||||
|
||||
kdts := $(shell find $(tegra-dtstree)/platform -name kernel-dts)
|
||||
dts_makefile=$(foreach d,$(wildcard $1*), $(call dts_makefile,$(d)/,$(2)) $(if $(findstring Makefile,$(d)),$(d)))
|
||||
dts_mfiles = $(call dts_makefile, $(kdts), Makefile)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user