index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
boot
/
image-board.c
Age
Commit message (
Expand
)
Author
2024-06-07
abootimg: Add init_boot image support
Roman Stratiienko
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-06
boot: Remove <common.h> and add needed includes
Tom Rini
2024-04-11
boot: fdt: Clean up env_get_bootm_mapsize()
Marek Vasut
2024-04-11
boot: fdt: Fix tmp type in env_get_bootm_size() and rename to low
Marek Vasut
2024-04-11
boot: fdt: Clean up env_get_bootm_size()
Marek Vasut
2024-04-11
boot: fdt: Change type of env_get_bootm_low() to phys_addr_t
Marek Vasut
2023-12-13
boot: Drop size parameter from image_setup_libfdt()
Simon Glass
2023-12-13
bootm: Reduce arguments to boot_get_loadables()
Simon Glass
2023-12-13
bootm: Reduce arguments to boot_get_fpga()
Simon Glass
2023-12-13
bootm: Reduce arguments to boot_get_ramdisk()
Simon Glass
2023-12-13
image: Tidy up genimg_get_kernel_addr_fit()
Simon Glass
2023-04-25
boot/image-board.c: Silence warning in select_ramdisk
Tom Rini
2023-04-05
image: Fix script execution from FIT images with external data
Tobias Waldekranz
2023-04-04
android: boot: support boot image header version 3 and 4
Safae Ouajih
2023-04-04
android: boot: add vendor boot image to prepare for v3, v4 support
Safae Ouajih
2023-04-04
android: boot: replace android_image_check_header
Safae Ouajih
2023-03-30
image: Fix potentially uninitialized data variable
Marek Vasut
2023-02-10
Correct SPL uses of LMB
Simon Glass
2023-01-16
image: Move common image code to image_board and command
Simon Glass
2022-12-05
global: Move remaining CONFIG_SYS_* to CFG_SYS_*
Tom Rini
2022-12-05
global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*
Tom Rini
2022-09-29
treewide: Drop image_header_t typedef
Simon Glass
2022-09-29
treewide: Drop bootm_headers_t typedef
Simon Glass
2022-09-18
cyclic: Use schedule() instead of WATCHDOG_RESET()
Stefan Roese
2022-09-14
image: Drop some other #ifdefs in image-board.c
Simon Glass
2022-09-14
image: Correct indentation in select_ramdisk()
Simon Glass
2022-09-14
image: Drop remaining FIT #ifdef
Simon Glass
2022-09-14
image: Drop another #ifdef for FIT
Simon Glass
2022-09-14
image: Drop one #ifdef for FIT
Simon Glass
2022-09-14
image: Drop #ifdefs for LEGACY_IMAGE_FORMAT
Simon Glass
2022-09-14
image: Track when ramdisk processing is completed
Simon Glass
2022-09-14
image: Fix up ANDROID_BOOT_IMAGE ramdisk code
Simon Glass
2022-08-10
common: Drop display_options.h from common header
Simon Glass
2022-07-26
fpga: pass compatible flags to fpga_load()
Oleksandr Suvorov
2022-07-26
zynqmp: Run board_get_usable_ram_top() only on main U-Boot
Ashok Reddy Soma
2022-06-06
Convert CONFIG_SYS_BARGSIZE to Kconfig
Tom Rini
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-12-20
Revert "image: Remove #ifdefs from select_ramdisk()"
Tom Rini
2021-11-15
image: Explicitly declare do_bdinfo()
Andy Shevchenko
2021-11-11
Create a new boot/ directory
Simon Glass