Searched refs:base_fdt (Results 1 – 3 of 3) sorted by relevance
| /u-boot/test/py/tests/ |
| A D | fit_util.py | 39 def make_fit(cons, mkimage, base_its, params, basename='test.fit', base_fdt=None): argument 58 if base_fdt: 60 fd.write(base_fdt) 81 def make_dtb(cons, base_fdt, basename): argument 91 outf.write(base_fdt)
|
| A D | test_vbe.py | 67 base_fdt = ''' variable 96 fdt = fit_util.make_dtb(cons, base_fdt, 'vbe-fdt') 113 base_fdt)
|
| A D | test_fit.py | 83 base_fdt = ''' variable 263 control_dtb = fit_util.make_dtb(cons, base_fdt, 'u-boot')
|
Completed in 8 milliseconds