]> git.ipfire.org Git - thirdparty/u-boot.git/history - boot
test: CONFIG_UT_BOOTSTD must depend on CONFIG_BOOTSTD
[thirdparty/u-boot.git] / boot /
2024-01-12  Heinrich Schuchardtboot: CONFIG_CEDIT must depend on CONFIG_EXPO
2024-01-12  Simon Glassboot: Support decompressing non-kernel OS images
2024-01-11  Tom RiniMerge patch series "net fixes prior lwip"
2024-01-11  Tom RiniMerge tag 'u-boot-dfu-20240111' of https://source.denx...
2024-01-09  Tom RiniMerge branch 'master' of https://gitlab.denx.de/u-boot...
2024-01-09  Ion Agorrialib: membuff: fix readline not returning line in case...
2024-01-08  Tom RiniMerge branch 'next'
2024-01-03  Tom RiniMerge tag 'v2024.01-rc6' into next
2023-12-22  Heinrich Schuchardtbootmeth: pass size to efi_binary_run()
2023-12-21  Tom RiniMerge patch series "Complete decoupling of bootm logic...
2023-12-21  Simon Glassbootm: Create a new boot_run() function to handle booting
2023-12-21  Simon Glassbootm: Create a function to run through the booti states
2023-12-21  Simon Glassbootm: Create a function to run through the bootz states
2023-12-21  Simon Glassbootm: Create a function to run through the bootm states
2023-12-21  Simon Glassbootm: Tidy up boot_selected_os()
2023-12-21  Simon Glassbootm: Rename do_bootm_states() to bootm_run_states()
2023-12-21  Simon Glassbootm: Drop arguments from do_bootm_states()
2023-12-21  Simon Glassbootm: Move do_bootm_states() comment to header file
2023-12-21  Simon Glassbootm: Add more fields to bootm_info
2023-12-21  Simon Glassbootm: Adjust arguments of boot_os_fn
2023-12-21  Simon Glassbootm: Adjust how the board is reset
2023-12-21  Tom RiniMerge branch '2023-12-21-assorted-updates-and-fixes...
2023-12-21  Matthias Schifferboot: add support for fdt_fixup command in environment
2023-12-21  Tom RiniMerge branch '2023-12-21-header-inclusion-cleanup'...
2023-12-21  Tom Riniglobal: Restrict use of '#include <linux/kconfig.h>'
2023-12-20  Tom RiniMerge branch '2023-12-20-assorted-general-updates'...
2023-12-20  Michael Trimarchipxe_utils: Increase feedback to user when fdt file...
2023-12-20  Piotr Kubikbootm: Fix flags used for bootargs string substitution
2023-12-19  Tom RiniMerge patch series "Fix J7200 kernel boot when using...
2023-12-19  Tom RiniMerge patch series "Add support for MediaTek MT8365...
2023-12-18  Tom RiniMerge branch 'next' of https://source.denx.de/u-boot...
2023-12-18  Tom RiniMerge branch 'master' of https://source.denx.de/u-boot...
2023-12-18  Tom RiniMerge tag 'v2024.01-rc5' into next
2023-12-17  Tom RiniMerge tag 'efi-next-20231217' of https://source.denx...
2023-12-17  AKASHI Takahirobootmeth: use efi_loader interfaces instead of bootefi...
2023-12-15  Tom RiniMerge tag 'clk-2024.01-next' of https://source.denx...
2023-12-15  Tom RiniMerge tag 'u-boot-stm32-20231215' of https://source...
2023-12-15  Tom RiniMerge patch series "bootm: Handle compressed arm64...
2023-12-15  Simon Glassbootm: Support kernel_noload with compression
2023-12-15  Simon Glassbootm: Move arm64-image processing later
2023-12-15  Simon Glassimage: Show the load address when decompressing
2023-12-14  Tom RiniMerge tag 'xilinx-for-v2024.04-rc1' of https://source...
2023-12-14  Tom RiniMerge tag 'u-boot-imx-next-20231214' of https://gitlab...
2023-12-13  Tom RiniMerge tag 'dm-next-13dec23' of https://gitlab.denx...
2023-12-13  Ilias Apalodimasbootstd: Fix a memory leak in the efi manager bootflow
2023-12-13  Simon Glassfdt: Move ft_verify_fdt() before the final fixups
2023-12-13  Simon Glassfdt: Drop the confusing casts in lmb_free()
2023-12-13  Simon Glassboot: Move adding initrd earlier in image_setup_libfdt()
2023-12-13  Simon Glassfdt: ppc: Drop extra size for ramdisk
2023-12-13  Simon Glassfdt: Improve the comment for fdt_shrink_to_minimum()
2023-12-13  Simon Glassboot: Drop size parameter from image_setup_libfdt()
2023-12-13  Tom RiniMerge patch series "bootm: Refactoring to reduce relian...
2023-12-13  Simon Glasscommand: Introduce functions to obtain command arguments
2023-12-13  Simon Glassbootstd: Introduce programmatic boot
2023-12-13  Simon Glassbootm: Reduce arguments to bootm_find_other()
2023-12-13  Simon Glassbootm: Add a function to check overlap
2023-12-13  Simon Glassbootm: Adjust the parameters of bootm_find_images()
2023-12-13  Simon Glassbootm: optee: Drop special call to bootm_find_other()
2023-12-13  Simon Glassbootm: efi: Drop special call to bootm_find_other()
2023-12-13  Simon Glassbootm: Simplify Android ramdisk addr in bootm_find_images()
2023-12-13  Simon Glassbootm: Reduce arguments to boot_get_loadables()
2023-12-13  Simon Glassbootm: Reduce arguments to boot_get_fpga()
2023-12-13  Simon Glassbootm: Reduce arguments to boot_get_fdt()
2023-12-13  Simon Glassbootm: Pass image buffer to boot_get_fdt()
2023-12-13  Simon Glassbootm: Drop #ifdef in bootm_find_images()
2023-12-13  Simon Glassbootm: Reduce arguments to boot_get_ramdisk()
2023-12-13  Simon Glassbootm: Reduce arguments to bootm_find_os()
2023-12-13  Simon Glassbootm: Move error printing out of boot_get_kernel()
2023-12-13  Simon Glassbootstage: Drop BOOTSTAGE_ID_FIT_KERNEL_INFO
2023-12-13  Simon Glassbootm: Use the error return from boot_get_kernel()
2023-12-13  Simon Glassbootm: Adjust position of unmap_sysmem() in boot_get_ke...
2023-12-13  Simon Glassbootm: Adjust boot_get_kernel() to return an error
2023-12-13  Simon Glassbootm: Reduce arguments to boot_get_kernel()
2023-12-13  Simon Glassimage: Tidy up genimg_get_kernel_addr_fit()
2023-12-13  Simon Glassbootm: Move boot_get_kernel() higher in the file
2023-12-13  Simon Glassbootm: Simplify arguments for bootm_pre_load()
2023-12-13  Simon Glassbootm: Drop arguments from bootm_start()
2023-12-13  Tom RiniMerge patch series "some LED patches"
2023-12-09  Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot...
2023-12-09  Tom RiniMerge patch series "bootflow: bootmeth_efi: Fix network...
2023-12-09  Shantur Rathorebootflow: bootmeth_efi: don't free buffer
2023-12-09  Shantur Rathorebootflow: bootmeth_efi: Handle fdt not available.
2023-12-09  Shantur Rathorebootflow: bootmeth_efi: set bflow->fname from bootfile...
2023-12-09  Shantur Rathorebootflow: bootmeth_efi: Set bootp_arch as hex
2023-12-09  Tom RiniMerge patch series "cmd: bdinfo: Optionally use getopt...
2023-12-05  Tom RiniMerge tag 'v2024.01-rc4' into next
2023-11-30  Tom RiniMerge branch 'staging' of https://source.denx.de/u...
2023-11-29  Tom RiniMerge patch series "cmd: add scmi command"
2023-11-29  Tom RiniMerge patch series "fs: fat: calculate FAT type based...
2023-11-28  Tom RiniMerge patch series "Import "string" I/O functions from...
2023-11-28  Tom RiniMerge patch series "sysinfo: Expand sysinfo with some...
2023-11-28  Tom RiniMerge branch 'master' of https://source.denx.de/u-boot...
2023-11-27  Tom RiniMerge patch series "ufs: Add a PCI UFS controller support"
2023-11-20  Tom RiniMerge tag 'v2024.01-rc3' into next
2023-11-18  Tom RiniMerge branch 'master-mmc-clock' of https://source.denx...
2023-11-17  Tom RiniMerge branch '2023-11-17-assorted-important-fixes'
2023-11-17  Simon Glassbootstd: Avoid freeing a non-allocated buffer
2023-11-17  Tom RiniMerge branch '2023-11-16-assorted-updates' into next
2023-11-16  Sean Andersonbootm: Enable legacy VxWorks booting from FITs
2023-11-16  Tom RiniMerge patch series "nand: Add sandbox tests"
next