Home | History | Annotate | Download | only in tests

Lines Matching refs:fit

4 # Sanity check of the FIT handling in U-Boot
96 # This is the U-Boot script that is run for each test. First load the FIT,
100 sb load hostfs 0 %(fit_addr)x %(fit)s
174 """Make a sample .fit file ready for loading
177 turn this into a .fit image.
183 Filename of .fit file created
185 fit = make_fname('test.fit')
187 util.run_and_log(cons, [mkimage, '-f', its, fit])
190 return fit
288 """Basic sanity check of FIT loading in U-Boot
354 # Make a basic FIT and a script to load it
355 fit = make_fit(mkimage, params)
356 params['fit'] = fit
371 # Find out the offset in the FIT where U-Boot has found the FDT
375 data = read_file(fit)
377 # Now find where it actually is in the FIT (skip the first word)
386 fit = make_fit(mkimage, params)
398 fit = make_fit(mkimage, params)
410 fit = make_fit(mkimage, params)