summaryrefslogtreecommitdiff
path: root/boot/image-board.c
Commit message (Expand)AuthorAgeFilesLines
* boot/image-board.c: Silence warning in select_ramdiskTom Rini2023-04-251-1/+1
* image: Fix script execution from FIT images with external dataTobias Waldekranz2023-04-051-1/+2
* android: boot: support boot image header version 3 and 4Safae Ouajih2023-04-041-3/+15
* android: boot: add vendor boot image to prepare for v3, v4 supportSafae Ouajih2023-04-041-2/+1
* android: boot: replace android_image_check_headerSafae Ouajih2023-04-041-1/+1
* image: Fix potentially uninitialized data variableMarek Vasut2023-03-301-4/+11
* Correct SPL uses of LMBSimon Glass2023-02-101-1/+1
* image: Move common image code to image_board and commandSimon Glass2023-01-161-0/+159
* global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2022-12-051-2/+2
* global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini2022-12-051-2/+2
* treewide: Drop image_header_t typedefSimon Glass2022-09-291-6/+6
* treewide: Drop bootm_headers_t typedefSimon Glass2022-09-291-7/+7
* cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2022-09-181-1/+1
* image: Drop some other #ifdefs in image-board.cSimon Glass2022-09-141-31/+36
* image: Correct indentation in select_ramdisk()Simon Glass2022-09-141-71/+69
* image: Drop remaining FIT #ifdefSimon Glass2022-09-141-8/+9
* image: Drop another #ifdef for FITSimon Glass2022-09-141-2/+3
* image: Drop one #ifdef for FITSimon Glass2022-09-141-19/+20
* image: Drop #ifdefs for LEGACY_IMAGE_FORMATSimon Glass2022-09-141-17/+14
* image: Track when ramdisk processing is completedSimon Glass2022-09-141-14/+22
* image: Fix up ANDROID_BOOT_IMAGE ramdisk codeSimon Glass2022-09-141-5/+12
* common: Drop display_options.h from common headerSimon Glass2022-08-101-0/+1
* fpga: pass compatible flags to fpga_load()Oleksandr Suvorov2022-07-261-2/+2
* zynqmp: Run board_get_usable_ram_top() only on main U-BootAshok Reddy Soma2022-07-261-0/+4
* Convert CONFIG_SYS_BARGSIZE to KconfigTom Rini2022-06-061-4/+2
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-1/+1
* Revert "image: Remove #ifdefs from select_ramdisk()"Tom Rini2021-12-201-72/+67
* image: Explicitly declare do_bdinfo()Andy Shevchenko2021-11-151-0/+1
* Create a new boot/ directorySimon Glass2021-11-111-0/+956