aboutsummaryrefslogtreecommitdiff
path: root/boot/image-board.c
AgeCommit message (Expand)AuthorFilesLines
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.cWIP/2022-09-14-refactor-ramdisk-code-againSimon 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()WIP/2021-11-15-assorted-fixesAndy Shevchenko1-0/+1
2021-11-11Create a new boot/ directorySimon Glass1-0/+956