Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:dtb
(Results
1 - 9
of
9
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/scripts/
H
A
D
repack-bootimg
8
usage: $0 [-h] [-z] --boot_img BOOT_IMG [--out OUT] [--kernel KERNEL] [--ramdisk RAMDISK] [--second SECOND] [--
dtb
DTB ] [--recovery_dtbo RECOVERY_DTBO] -o OUTPUT
18
--
dtb
DTB path to the new
dtb
49
--
dtb
)
50
dtb
=$2
114
dtb
=${
dtb
-$out/
dtb
}
127
dtb_size=$(grep -a "^
dtb
size: " $log | sed "s/^
dtb
siz
[all...]
H
A
D
mkimg
9
usage: $0 [-h] --
dtb
DTB
13
--
dtb
DTB the
dtb
file name
20
--
dtb
)
67
echo "No
dtb
" >&2
103
--
dtb
${DTB_PATH} \
110
--
dtb
${DTB_PATH} \
159
dtc -I
dtb
-O dts ${TMP_ITB} -o ${ITS} >/dev/null 2>&1
/device/board/hihope/dayu210/kernel/
H
A
D
make-ohos.sh
28
TOYBRICK_DTB=toybrick.
dtb
73
dtb
=$3
81
${MAKE} ARCH=${arch} ${
dtb
}.img -j${CPUs}
83
echo "FAIL: ${MAKE} ARCH=${arch} ${
dtb
}.img"
108
dtb
=${!ID_DTB}
120
make_kernel_image ${arch} ${conf} ${
dtb
}
126
cp -f ${OBJ_PATH}${dtb_path}/${
dtb
}.
dtb
${EXTLINUX_PATH}/${TOYBRICK_DTB}
H
A
D
make-boot.sh
25
TOYBRICK_DTB=toybrick.
dtb
/device/soc/rockchip/rk3588/kernel/scripts/
H
A
D
mkimg
9
usage: $0 [-h] --
dtb
DTB
13
--
dtb
DTB the
dtb
file name
20
--
dtb
)
66
echo "No
dtb
" >&2
102
--
dtb
${DTB_PATH} \
109
--
dtb
${DTB_PATH} \
158
dtc -I
dtb
-O dts ${TMP_ITB} -o ${ITS} >/dev/null 2>&1
247
echo "
dtb
${DTB_PATH}"
H
A
D
mkbootimg
100
if filesize(args.
dtb
) == 0:
102
args.vendor_boot.write(pack('I', filesize(args.
dtb
))) # size in bytes
103
args.vendor_boot.write(pack('Q', args.base + args.dtb_offset)) #
dtb
physical load address
142
update_sha(sha, args.
dtb
)
164
# if filesize(args.
dtb
) == 0:
167
args.output.write(pack('I', filesize(args.
dtb
))) # size in bytes
168
args.output.write(pack('Q', args.base + args.dtb_offset)) #
dtb
physical load address
233
parser.add_argument('--
dtb
', help='path to
dtb
', type=FileType('rb'))
251
parser.add_argument('--dtb_offset', help='
dtb
offse
[all...]
/device/board/hihope/dayu210/uboot/
H
A
D
make.sh
81
echo " ./make.sh EXT_DTB=rk-kernel.
dtb
--- build with exist .config and external
dtb
"
212
cp $2 ${REP_DIR}/u-boot.
dtb
643
${SPL_FIT_GENERATOR} u-boot.
dtb
> u-boot.its
678
rm u-boot.img u-boot-
dtb
.img -f
741
rm u-boot-nodtb.bin u-boot.
dtb
-f
742
touch u-boot-nodtb.bin u-boot.
dtb
759
rm spl/u-boot-spl.
dtb
tpl/u-boot-tpl.
dtb
u-boot.
dtb
[all...]
/device/soc/rockchip/common/sdk_linux/arch/arm64/
H
A
D
Makefile
206
$(Q)$(MAKE) rockchip/$*.
dtb
Image.lz4 modules
208
$(Q)$(MAKE) rockchip/$*.
dtb
Image.lz4
210
$(Q)$(srctree)/scripts/mkimg --
dtb
$*.
dtb
/device/soc/rockchip/common/sdk_linux/
H
A
D
Makefile
1394
%.
dtb
: include/config/kernel.release scripts_dtc
1876
-o -name '*.
dtb
' -o -name '*.
dtb
.S' -o -name '*.dt.yaml' \
Completed in 6 milliseconds