-
- Downloads
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>
Showing
- Kconfig 2 additions, 0 deletionsKconfig
- Makefile 2 additions, 1 deletionMakefile
- README 1 addition, 0 deletionsREADME
- boot/Kconfig 0 additions, 0 deletionsboot/Kconfig
- boot/Makefile 34 additions, 0 deletionsboot/Makefile
- boot/android_ab.c 0 additions, 0 deletionsboot/android_ab.c
- boot/boot_fit.c 0 additions, 0 deletionsboot/boot_fit.c
- boot/bootm.c 0 additions, 0 deletionsboot/bootm.c
- boot/bootm_os.c 0 additions, 0 deletionsboot/bootm_os.c
- boot/bootretry.c 0 additions, 0 deletionsboot/bootretry.c
- boot/common_fit.c 0 additions, 0 deletionsboot/common_fit.c
- boot/fdt_region.c 0 additions, 0 deletionsboot/fdt_region.c
- boot/image-android-dt.c 0 additions, 0 deletionsboot/image-android-dt.c
- boot/image-android.c 0 additions, 0 deletionsboot/image-android.c
- boot/image-board.c 0 additions, 0 deletionsboot/image-board.c
- boot/image-cipher.c 0 additions, 0 deletionsboot/image-cipher.c
- boot/image-fdt.c 0 additions, 0 deletionsboot/image-fdt.c
- boot/image-fit-sig.c 0 additions, 0 deletionsboot/image-fit-sig.c
- boot/image-fit.c 0 additions, 0 deletionsboot/image-fit.c
- boot/image-host.c 0 additions, 0 deletionsboot/image-host.c
Loading
Please register or sign in to comment