aboutsummaryrefslogtreecommitdiffstats
path: root/boot/image-board.c
Commit message (Expand)AuthorAgeFilesLines
* 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.cWIP/2022-09-14-refactor-ramdisk-code-againSimon 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()WIP/2021-11-15-assorted-fixesAndy Shevchenko2021-11-151-0/+1
* Create a new boot/ directorySimon Glass2021-11-111-0/+956