OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dtb_file
(Results
1 - 5
of
5
) sorted by null
/external/u-boot/tools/dtoc/
test_dtoc.py
121
dtb_file
= get_dtb_file('dtoc_test_empty.dts')
123
dtb_platdata.run_steps(['struct'],
dtb_file
, False, output)
128
dtb_platdata.run_steps(['platdata'],
dtb_file
, False, output)
135
dtb_file
= get_dtb_file('dtoc_test_simple.dts')
137
dtb_platdata.run_steps(['struct'],
dtb_file
, False, output)
161
dtb_platdata.run_steps(['platdata'],
dtb_file
, False, output)
237
dtb_file
= get_dtb_file('dtoc_test_phandle.dts')
239
dtb_platdata.run_steps(['struct'],
dtb_file
, False, output)
251
dtb_platdata.run_steps(['platdata'],
dtb_file
, False, output)
299
dtb_file
= get_dtb_file('dtoc_test_aliases.dts'
[
all
...]
dtoc
74
dtb_platdata.run_steps(args, options.
dtb_file
, options.include_disabled,
dtoc.py
74
dtb_platdata.run_steps(args, options.
dtb_file
, options.include_disabled,
dtb_platdata.py
544
def run_steps(args,
dtb_file
, include_disabled, output):
549
dtb_file
: Filename of dtb file to process
556
plat = DtbPlatdata(
dtb_file
, include_disabled)
/device/linaro/hikey/installer/hikey960/
mkdtimg
60
def dtb_compress(
dtb_file
):
62
outputname =
dtb_file
+ '.gz'
63
input = open(
dtb_file
, 'rb')
65
compress(
dtb_file
, input, output)
106
dtb_file
= args.dtb
107
out_dtb =
dtb_file
109
out_dtb = dtb_compress(
dtb_file
)
Completed in 93 milliseconds