]> Git Repo - u-boot.git/history - boot
bootm: Simplify Android ramdisk addr in bootm_find_images()
[u-boot.git] / boot /
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-11-16 Sean Andersonbootm: Enable legacy VxWorks booting from FITs
2023-11-07 Tom RiniMerge branch '2023-11-07-assorted-big-cleanups' into...
2023-11-07 Tom Riniboot: Make preboot and bootcmd require CMDLINE
2023-11-07 Tom Rinibootmeth_script: Depend on CMDLINE
2023-11-07 Tom Rinibootmeth_cros: Require bootm.o and bootm_os.o
2023-11-07 Tom Riniboot: Move SYS_BOOTM_LEN to be by LEGACY_IMAGE_FORMAT
2023-11-07 Tom Riniboot: Rework BOOT_DEFAULTS to allow for CMDLINE to...
2023-11-07 Tom Riniboot: Make DISTRO_DEFAULTS select CMDLINE
2023-11-07 Simon Glassautoboot: Correct dependencies on CMDLINE
2023-11-07 Tom Rinibootmeth: Make BOOTMETH_EFILOADER depend on CMD_BOOTEFI
2023-11-03 Tom RiniMerge tag 'qcom-pull-20231103' of https://source.denx...
2023-11-03 Tom RiniMerge tag 'u-boot-dfu-20231103' of https://source.denx...
2023-11-02 Tom RiniMerge branch 'master_common_h_cleanup' of https://sourc...
2023-11-02 Tom RiniMerge tag 'i2cfixes-for-v2024-01-rc2' of https://source...
2023-11-02 Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot...
2023-11-01 Tom RiniMerge tag 'clk-2024.01-rc2' of https://source.denx...
2023-11-01 Tom RiniMerge branch '2023-11-01-bootstd-fixes'
2023-11-01 Simon Glassbootstd: cros: Correct condition for read method
2023-11-01 Simon Glassbootstd: Handle a few special cases in cmdline_set_arg()
2023-11-01 Mark Kettenisbootstd: Make efi_mgr bootmeth work for non-sandbox...
2023-10-28 Tom RiniMerge branch 'master_tmio_fixes' of https://source...
2023-10-27 Tom RiniMerge tag 'tpm-next-27102023' of https://source.denx...
2023-10-27 Eddie Jamesbootm: Support boot measurement
2023-10-24 Tom RiniMerge tag 'u-boot-rockchip-20231024' of https://source...
2023-10-24 Tom RiniMerge tag 'u-boot-imx-20231024' of https://gitlab.denx...
2023-10-23 Tom RiniMerge branch '2023-10-23-bootstd-fixes-and-improvements'
2023-10-23 Tony Dinhbootstd: sata: Add bootstd support for ahci sata
2023-10-23 Simon Glassbootstd: Scan all bootdevs in a boot_targets entry...
2023-10-23 Simon Glassbootstd: Correct logic for single uclass
2023-10-23 Simon GlassRevert "bootstd: Scan all bootdevs in a boot_targets...
2023-10-16 Tom RiniMerge tag 'u-boot-amlogic-20231015' of https://source...
2023-10-14 Tom RiniMerge tag 'dm-pull-13oct23' of https://source.denx...
2023-10-13 Simon Glassbootstd: Scan all bootdevs in a boot_targets entry
2023-10-13 Tom RiniMerge tag 'efi-2024-01-rc1' of https://source.denx...
2023-10-13 Tom RiniMerge tag 'xilinx-for-v2024.01-rc1-v3' of https://sourc...
2023-10-12 Tom RiniMerge branch '2023-10-12-expo-add-support-for-edting...
2023-10-11 Simon Glassexpo: Support building an expo with a textline
2023-10-11 Simon Glassexpo: Plumb in textline to cedit
2023-10-11 Simon Glassexpo: Support handling any key in cedit
2023-10-11 Simon Glassexpo: Plumb in textlines to a scene
2023-10-11 Simon Glassexpo: Support opening a textline
2023-10-11 Simon Glassexpo: Add basic support for textline objects
2023-10-11 Simon Glassexpo: Add some scene fields needed for text entry
2023-10-11 Simon Glassexpo: Allow rendering the background of any object
2023-10-11 Simon Glassexpo: Make calculation of an object bounding box generic
2023-10-11 Simon Glassexpo: Add a function to write a property to a devicetree
2023-10-11 Simon Glassexpo: Allow highlighting other scene-object types
2023-10-11 Simon Glassexpo: Correct the logic for duplicate-ID detection
2023-10-11 Simon Glassexpo: Correct some swallowed errors in scene
2023-10-11 Simon Glassexpo: Use switch statements more for object types
2023-10-11 Simon Glassexpo: Fix up comments for get_cur_menuitem_text() et al
2023-10-11 Simon Glassexpo: Add better error reporting
2023-10-11 Tom RiniMerge tag 'fsl-qoirq-2023-10-10' of https://source...
2023-10-10 Tom RiniMerge branch '2023-10-09-assorted-fixes'
2023-10-09 Tony Dinhbootstd: use ARCH_DMA_MINALIGN in memalign() when alloc...
2023-10-08 Tom RiniMerge tag 'u-boot-rockchip-20231007' of https://source...
2023-10-06 Tom RiniMerge branch '2023-10-06-spl-prepare-for-universal...
2023-10-06 Simon Glasscommand: Include a required header in command.h
2023-10-06 Simon Glassdm: core: Reverse the argument order in ofnode_copy_props()
2023-10-04 Tom RiniMerge tag 'u-boot-stm32-20231004' of https://source...
2023-10-02 Tom RiniMerge branch 'next_pinctrl_sync' of https://source...
2023-10-02 Tom RiniMerge branch 'next'
2023-09-22 Tom RiniMerge tag 'x86-pull-20230922' of https://source.denx...
2023-09-21 Simon Glassbootstd: Keep track of use of usb stop
2023-09-21 Thomas Mittelstaedtx86: pxeboot: bugfix: Set variable for size of initrd
2023-09-21 Tom RiniMerge tag 'xilinx-for-v2024.01-rc1-v2' of https://sourc...
2023-09-21 Tom RiniMerge branch 'next' of https://source.denx.de/u-boot...
2023-09-20 Heinrich Schuchardttools: mkimage: Add StarFive SPL image support
2023-09-19 Tom RiniMerge branch '2023-09-19-tidy-up-some-kconfig-options...
2023-09-19 Simon Glassboot: Join ARCH_FIXUP_FDT_MEMORY with related options
2023-09-19 Simon Glassboot: Drop CMD_MTDPARTS condition for FDT_FIXUP_PARTITIONS
2023-09-19 Simon Glassboot: Join FDT_FIXUP_PARTITIONS with related options
2023-09-19 Simon GlassMake ARCH_FIXUP_FDT_MEMORY depend on OF_LIBFDT
2023-09-19 Simon GlassMark DISTRO_DEFAULTS as deprecated
2023-09-19 Simon GlassKconfig: Move TEXT_BASE et al under general setup
2023-09-19 Simon Glassboot: Make standard boot a menu
2023-09-19 Simon GlassKconfig: Move SPL_FIT under FIT
2023-09-19 Simon Glassspl: Drop SPL/TPL_RAM_SUPPORT option for SPL_LOAD_FIT_A...
2023-09-19 Simon GlassKconfig: Create a menu for FIT
2023-09-19 Simon Glassboot: Rename Android-boot text
2023-09-19 Simon Glassboot: Move some other fdt-fixup options to the same...
2023-09-19 Simon GlassMove fdt_simplefb to boot/
next
This page took 0.081436 seconds and 7 git commands to generate.