summaryrefslogtreecommitdiff
path: root/boot/image-board.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-25boot/image-board.c: Silence warning in select_ramdiskTom Rini1-1/+1
2023-04-05image: Fix script execution from FIT images with external dataTobias Waldekranz1-1/+2
2023-04-04android: boot: support boot image header version 3 and 4Safae Ouajih1-3/+15
2023-04-04android: boot: add vendor boot image to prepare for v3, v4 supportSafae Ouajih1-2/+1
2023-04-04android: boot: replace android_image_check_headerSafae Ouajih1-1/+1
2023-03-30image: Fix potentially uninitialized data variableMarek Vasut1-4/+11
2023-02-10Correct SPL uses of LMBSimon Glass1-1/+1
2023-01-17image: Move common image code to image_board and commandSimon Glass1-0/+159
2022-12-06global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-2/+2
2022-12-06global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-2/+2
2022-09-29treewide: Drop image_header_t typedefSimon Glass1-6/+6
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass1-7/+7
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese1-1/+1
2022-09-14image: Drop some other #ifdefs in image-board.cSimon Glass1-31/+36
2022-09-14image: Correct indentation in select_ramdisk()Simon Glass1-71/+69
2022-09-14image: Drop remaining FIT #ifdefSimon Glass1-8/+9
2022-09-14image: Drop another #ifdef for FITSimon Glass1-2/+3
2022-09-14image: Drop one #ifdef for FITSimon Glass1-19/+20
2022-09-14image: Drop #ifdefs for LEGACY_IMAGE_FORMATSimon Glass1-17/+14
2022-09-14image: Track when ramdisk processing is completedSimon Glass1-14/+22
2022-09-14image: Fix up ANDROID_BOOT_IMAGE ramdisk codeSimon Glass1-5/+12
2022-08-10common: Drop display_options.h from common headerSimon Glass1-0/+1
2022-07-26fpga: pass compatible flags to fpga_load()Oleksandr Suvorov1-2/+2
2022-07-26zynqmp: Run board_get_usable_ram_top() only on main U-BootAshok Reddy Soma1-0/+4
2022-06-06Convert CONFIG_SYS_BARGSIZE to KconfigTom Rini1-4/+2
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-1/+1
2021-12-20Revert "image: Remove #ifdefs from select_ramdisk()"Tom Rini1-72/+67
2021-11-15image: Explicitly declare do_bdinfo()Andy Shevchenko1-0/+1
2021-11-12Create a new boot/ directorySimon Glass1-0/+956