Home
last modified time | relevance | path

Searched +full:dtbs +full:- +full:check (Results 1 – 11 of 11) sorted by relevance

/linux/scripts/
H A DMakefile.dtbs1 # SPDX-License-Identifier: GPL-2.0-only
4 dtb-$(CONFIG_OF_ALL_DTBS) += $(dtb-)
7 multi-dtb-y := $(call multi-search, $(dtb-
[all...]
H A Dmake_fit.py2 # SPDX-License-Identifier: GPL-2.0+
11 make_fit.py -A arm64 -n 'Linux-6.6' -O linux
12 -o arch/arm64/boot/image.fit -k /tmp/kern/arch/arm64/boot/image.itk
13 @arch/arm64/boot/dts/dtbs
[all...]
H A DMakefile.lib1 # SPDX-License-Identifier: GPL-2.0
3 # Finds the multi-part object the current object will be linked into.
4 # If the object belongs to two or more multi-part objects, list them all.
5 modname-multi = $(sort $(foreach m,$(multi-obj-ym),\
6 $(if $(filter $*.o, $(call suffix-search, $m, .o, -objs -y -m)),$(m:.o=))))
8 __modname = $(or $(modname-multi),$(basetarget))
14 target-stem = $(basename $(patsubst $(obj)/%,%,$@))
19 name-fix-token = $(subst $(comma),_,$(subst -,_,$1))
20 name-fix = $(call stringify,$(call name-fix-token,$1))
21 basename_flags = -DKBUILD_BASENAME=$(call name-fix,$(basetarget))
[all …]
H A DMakefile.build1 # SPDX-License-Identifier: GPL-2.0
14 obj-y :=
15 obj-m :=
16 lib-y :=
17 lib-m :=
18 always-y :=
19 always-m :=
21 subdir-y :=
22 subdir-m :=
23 asflags-y :=
[all …]
/linux/
H A DMakefile1 # SPDX-License-Identifier: GPL-2.0
5 EXTRAVERSION = -rc2
14 ifeq ($(filter output-sync,$(.FEATURES)),)
28 # Most importantly: sub-Makefiles should only ever modify files in
31 # unavoidable when linking the built-in.a targets which finally
41 this-makefile := $(lastword $(MAKEFILE_LIST))
42 abs_srctree := $(realpath $(dir $(this-makefile)))
47 # Do not use make's built-in rules and variables
48 # (this increases performance and avoids hard-to-debug behaviour)
49 MAKEFLAGS += -rR
[all …]
/linux/arch/loongarch/
H A DMakefile1 # SPDX-License-Identifier: GPL-2.0
4 # Copyright (C) 2020-2022 Loongson Technology Corporation Limited
9 KBUILD_DTBS := dtbs
11 image-name-y := vmlinux
12 image-name-$(CONFIG_EFI_ZBOOT) := vmlinuz
17 KBUILD_IMAGE := $(boot)/$(image-name-y).efi
23 64bit-tool-archpref = loongarch64
24 32bit-bfd = elf32-loongarch
25 64bit-bfd = elf64-loongarch
26 32bit-emul = elf32loongarch
[all …]
/linux/drivers/of/
H A Dfdt.c1 // SPDX-License-Identifier: GPL-2.0
37 * cmd_wrap_S_dtb in scripts/Makefile.dtbs
43 * of_fdt_limit_memory - limit the number of regions in the /memory node
105 pprev = &np->properties; in populate_properties()
133 * ePAPR-style "phandle" properties, or the in populate_properties()
140 if (!np->phandle) in populate_properties()
141 np->phandle = be32_to_cpup(val); in populate_properties()
149 np->phandle = be32_to_cpup(val); in populate_properties()
151 pp->name = (char *)pname; in populate_properties()
152 pp->length = sz; in populate_properties()
[all …]
H A Dunittest.c1 // SPDX-License-Identifier: GPL-2.0
6 #define pr_fmt(fmt) "### dt-test ### " fmt
10 #include <linux/dma-direct.h> /* to test phys_to_dma/dma_to_phys */
29 #include <linux/i2c-mux.h>
54 #define OF_KREF_READ(NODE) kref_read(&(NODE)->kobj.kref)
85 np = of_find_node_by_path("/testcase-data"); in of_unittest_find_node_by_name()
87 unittest(np && name && !strcmp("/testcase-data", name), in of_unittest_find_node_by_name()
88 "find /testcase-data failed\n"); in of_unittest_find_node_by_name()
93 np = of_find_node_by_path("/testcase-data/"); in of_unittest_find_node_by_name()
94 unittest(!np, "trailing '/' on /testcase-data/ should fail\n"); in of_unittest_find_node_by_name()
[all …]
/linux/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_kms.c1 // SPDX-License-Identifier: GPL-2.0+
3 * R-Car Display Unit Mode Setting
5 * Copyright (C) 2013-2015 Renesas Electronics Corporation
22 #include <linux/dma-buf.h>
37 /* -----------------------------------------------------------------------------
357 /* -----------------------------------------------------------------------------
385 return ERR_PTR(-ENOMEM); in rcar_du_gem_prime_import_sg_table()
387 gem_obj = &dma_obj->base; in rcar_du_gem_prime_import_sg_table()
388 gem_obj->funcs = &rcar_du_gem_funcs; in rcar_du_gem_prime_import_sg_table()
390 drm_gem_private_object_init(dev, gem_obj, attach->dmabuf->size); in rcar_du_gem_prime_import_sg_table()
[all …]
/linux/drivers/opp/
H A Dof.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * Copyright (C) 2009-2010 Texas Instruments Incorporated.
34 /* "operating-points-v2" can be an array for power domain providers */ in _opp_of_get_opp_desc_node()
35 return of_parse_phandle(np, "operating-points-v2", index); in _opp_of_get_opp_desc_node()
41 return _opp_of_get_opp_desc_node(dev->of_node, 0); in dev_pm_opp_of_get_opp_desc_node()
50 np = _opp_of_get_opp_desc_node(dev->of_node, index); in _managed_opp()
55 if (opp_table->np == np) { in _managed_opp()
58 * so will have same node-pointer, np. in _managed_opp()
61 * OPP table contains a "opp-shared" property. in _managed_opp()
63 if (opp_table->shared_opp == OPP_TABLE_ACCESS_SHARED) in _managed_opp()
[all …]
/linux/arch/powerpc/platforms/512x/
H A Dclock-commonclk.c1 // SPDX-License-Identifier: GPL-2.0-or-later
12 #include <linux/clk-provider.h>
21 #include <dt-bindings/clock/mpc512x-clock.h>
89 * interpretation, no CFM, different fourth PSC/CAN mux0 input -- yet
292 val &= (1 << len) - 1; in get_bit_field()
305 spmf = get_bit_field(&clkregs->spmr, 24, 4); in get_spmf_mult()
326 divcode = get_bit_field(&clkregs->scfr2, 26, 6); in get_sys_div_x2()
350 cpmf = get_bit_field(&clkregs->spmr, 16, 4); in get_cpmf_mult_x2()
389 np = of_find_compatible_node(NULL, NULL, "fsl,mpc5121-immr"); in get_freq_from_dt()
404 clks[i] = ERR_PTR(-ENODEV); in mpc512x_clk_preset_data()
[all …]