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>
27 files changed:
Kconfig
Makefile
README
boot/Kconfig [moved from common/Kconfig.boot with 100% similarity]
boot/Makefile [new file with mode: 0644]
boot/android_ab.c [moved from common/android_ab.c with 100% similarity]
boot/boot_fit.c [moved from common/boot_fit.c with 100% similarity]
boot/bootm.c [moved from common/bootm.c with 100% similarity]
boot/bootm_os.c [moved from common/bootm_os.c with 100% similarity]
boot/bootretry.c [moved from common/bootretry.c with 100% similarity]
boot/common_fit.c [moved from common/common_fit.c with 100% similarity]
boot/fdt_region.c [moved from common/fdt_region.c with 100% similarity]
boot/image-android-dt.c [moved from common/image-android-dt.c with 100% similarity]
boot/image-android.c [moved from common/image-android.c with 100% similarity]
boot/image-board.c [moved from common/image-board.c with 100% similarity]
boot/image-cipher.c [moved from common/image-cipher.c with 100% similarity]
boot/image-fdt.c [moved from common/image-fdt.c with 100% similarity]
boot/image-fit-sig.c [moved from common/image-fit-sig.c with 100% similarity]
boot/image-fit.c [moved from common/image-fit.c with 100% similarity]
boot/image-host.c [moved from common/image-host.c with 100% similarity]
boot/image-sig.c [moved from common/image-sig.c with 100% similarity]
boot/image.c [moved from common/image.c with 100% similarity]
common/Kconfig
common/Makefile
doc/android/boot-image.rst
scripts/Makefile.spl
tools/Makefile