Home
last modified time | relevance | path

Searched refs:structs (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/tools/dtoc/
H A Ddtb_platdata.py347 structs = {}
358 if node_name in structs:
359 struct = structs[node_name]
369 structs[node_name] = fields
374 struct = structs[node_name]
384 return structs
416 def generate_structs(self, structs): argument
428 for name in sorted(structs):
430 for pname in sorted(structs[name]):
431 prop = structs[name][pname]
[all …]
/rk3399_rockchip-uboot/scripts/
H A Dconst_structs.checkpatch1 # Put structs here that should be constant
H A DMakefile.spl288 include/generated/dt-structs-gen.h
295 include/generated/dt-structs-gen.h: $(obj)/$(SPL_BIN).dtb dts_dir FORCE
/rk3399_rockchip-uboot/doc/driver-model/
H A Dof-plat.txt193 #include <dt-structs.h>
276 The dt-structs.h file includes the generated file
277 (include/generated//dt-structs.h) if CONFIG_SPL_OF_PLATDATA is enabled.
278 Otherwise (such as in U-Boot proper) these structs are not available. This
/rk3399_rockchip-uboot/doc/
H A DREADME.nand121 structs, calls a board init function for a specific device,