Create a new boot/ directory
authorSimon Glass <sjg@chromium.org>
Thu, 14 Oct 2021 18:47:54 +0000 (12:47 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 12 Nov 2021 00:01:56 +0000 (19:01 -0500)
commit19a91f2464a89402a925fd4a2d8b7e28c804c7cc
tree35d48b06f479acac201447cb32fea47a78c87eb5
parent1e72ad6b387c599f477f83cda67ab525c089a9b0
Create a new boot/ directory

Quite a lot of the code in common/relates to booting and images. Before
adding more it seems like a good time to move the code into its own
directory.

Most files with 'boot' or 'image' in them are moved, except:

- autoboot.c which relates to U-Boot automatically running a script
- bootstage.c which relates to U-Boot timing

Drop the removal of boot* files from the output directory, since this
interfers with the symlinks created by tools and there does not appear
to be any such file from my brief testing.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Artem Lapkin <email2tema@gmail.com>
Tested-by: Artem Lapkin <email2tema@gmail.com>
45 files changed:
Kconfig
Makefile
README
boot/Kconfig [new file with mode: 0644]
boot/Makefile [new file with mode: 0644]
boot/android_ab.c [new file with mode: 0644]
boot/boot_fit.c [new file with mode: 0644]
boot/bootm.c [new file with mode: 0644]
boot/bootm_os.c [new file with mode: 0644]
boot/bootretry.c [new file with mode: 0644]
boot/common_fit.c [new file with mode: 0644]
boot/fdt_region.c [new file with mode: 0644]
boot/image-android-dt.c [new file with mode: 0644]
boot/image-android.c [new file with mode: 0644]
boot/image-board.c [new file with mode: 0644]
boot/image-cipher.c [new file with mode: 0644]
boot/image-fdt.c [new file with mode: 0644]
boot/image-fit-sig.c [new file with mode: 0644]
boot/image-fit.c [new file with mode: 0644]
boot/image-host.c [new file with mode: 0644]
boot/image-sig.c [new file with mode: 0644]
boot/image.c [new file with mode: 0644]
common/Kconfig
common/Kconfig.boot [deleted file]
common/Makefile
common/android_ab.c [deleted file]
common/boot_fit.c [deleted file]
common/bootm.c [deleted file]
common/bootm_os.c [deleted file]
common/bootretry.c [deleted file]
common/common_fit.c [deleted file]
common/fdt_region.c [deleted file]
common/image-android-dt.c [deleted file]
common/image-android.c [deleted file]
common/image-board.c [deleted file]
common/image-cipher.c [deleted file]
common/image-fdt.c [deleted file]
common/image-fit-sig.c [deleted file]
common/image-fit.c [deleted file]
common/image-host.c [deleted file]
common/image-sig.c [deleted file]
common/image.c [deleted file]
doc/android/boot-image.rst
scripts/Makefile.spl
tools/Makefile