It is pretty strange that the pxe code uses the 'filesize' environment variable find the size of a file it has just read. Partly this is because it uses the command-line interpreter to parse its request to load the file. As a first step towards unwinding this, return it directly from the getfile() function. This makes the code a bit longer, for now, but will be cleaned up in future patches. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Artem Lapkin <email2tema@gmail.com> Tested-by: Artem Lapkin <email2tema@gmail.com> Reviewed-by: Ramon Fried <rfried.dev@gmail.com> |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| android_ab.c | ||
| boot_fit.c | ||
| bootm.c | ||
| bootm_os.c | ||
| bootretry.c | ||
| common_fit.c | ||
| fdt_region.c | ||
| image-android-dt.c | ||
| image-android.c | ||
| image-board.c | ||
| image-cipher.c | ||
| image-fdt.c | ||
| image-fit-sig.c | ||
| image-fit.c | ||
| image-host.c | ||
| image-sig.c | ||
| image.c | ||
| pxe_utils.c | ||