binman: Store the entry in output_fdt_files
authorSimon Glass <sjg@chromium.org>
Sat, 20 Jul 2019 18:23:43 +0000 (12:23 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 29 Jul 2019 15:38:05 +0000 (09:38 -0600)
commit6ca0dcba5eac47ca73d4a9e77d262e29057910b7
treea9f8deab8c05f1b7980048d18a17edcb3549b8e7
parent6a3b5b54110980a42284beb05865436652113772
binman: Store the entry in output_fdt_files

In some cases we want to access the Entry object for a particular device
tree. This allows us to read its contents or update it. Add this
information to output_fdt_files and provide a function to read it.

Also rename output_fdt_files since its name is no-longer descriptive.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/state.py