aboutsummaryrefslogtreecommitdiff
path: root/boot
AgeCommit message (Expand)Author
2023-12-13bootm: Move error printing out of boot_get_kernel()Simon Glass
2023-12-13bootstage: Drop BOOTSTAGE_ID_FIT_KERNEL_INFOSimon Glass
2023-12-13bootm: Use the error return from boot_get_kernel()Simon Glass
2023-12-13bootm: Adjust position of unmap_sysmem() in boot_get_kernel()Simon Glass
2023-12-13bootm: Adjust boot_get_kernel() to return an errorSimon Glass
2023-12-13bootm: Reduce arguments to boot_get_kernel()Simon Glass
2023-12-13image: Tidy up genimg_get_kernel_addr_fit()Simon Glass
2023-12-13bootm: Move boot_get_kernel() higher in the fileSimon Glass
2023-12-13bootm: Simplify arguments for bootm_pre_load()Simon Glass
2023-12-13bootm: Drop arguments from bootm_start()Simon Glass
2023-12-09bootflow: bootmeth_efi: don't free bufferShantur Rathore
2023-12-09bootflow: bootmeth_efi: Handle fdt not available.Shantur Rathore
2023-12-09bootflow: bootmeth_efi: set bflow->fname from bootfile nameShantur Rathore
2023-12-09bootflow: bootmeth_efi: Set bootp_arch as hexShantur Rathore
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini
2023-11-17bootstd: Avoid freeing a non-allocated bufferSimon Glass
2023-11-16bootm: Enable legacy VxWorks booting from FITsSean Anderson
2023-11-14expo: Correct background colourSimon Glass
2023-11-10boot: Fix syntax in fdt_overlay_apply_verbose() error messageHugo Villeneuve
2023-11-10bootstd: Skip over bad device during bootflows scanningTony Dinh
2023-11-07boot: Make preboot and bootcmd require CMDLINETom Rini
2023-11-07bootmeth_script: Depend on CMDLINETom Rini
2023-11-07bootmeth_cros: Require bootm.o and bootm_os.oTom Rini
2023-11-07boot: Move SYS_BOOTM_LEN to be by LEGACY_IMAGE_FORMATTom Rini
2023-11-07boot: Rework BOOT_DEFAULTS to allow for CMDLINE to be disabledTom Rini
2023-11-07boot: Make DISTRO_DEFAULTS select CMDLINETom Rini
2023-11-07autoboot: Correct dependencies on CMDLINESimon Glass
2023-11-07bootmeth: Make BOOTMETH_EFILOADER depend on CMD_BOOTEFITom Rini
2023-11-01bootstd: cros: Correct condition for read methodSimon Glass
2023-11-01bootstd: Handle a few special cases in cmdline_set_arg()Simon Glass
2023-11-01bootstd: Make efi_mgr bootmeth work for non-sandbox setupsMark Kettenis
2023-10-27Merge tag 'tpm-next-27102023' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2023-10-27bootm: Support boot measurementEddie James
2023-10-23bootstd: sata: Add bootstd support for ahci sataTony Dinh
2023-10-23bootstd: Scan all bootdevs in a boot_targets entry (take 2)Simon Glass
2023-10-23bootstd: Correct logic for single uclassSimon Glass
2023-10-23Revert "bootstd: Scan all bootdevs in a boot_targets entry"Simon Glass
2023-10-13bootstd: Scan all bootdevs in a boot_targets entrySimon Glass
2023-10-11expo: Support building an expo with a textlineSimon Glass
2023-10-11expo: Plumb in textline to ceditSimon Glass
2023-10-11expo: Support handling any key in ceditSimon Glass
2023-10-11expo: Plumb in textlines to a sceneSimon Glass
2023-10-11expo: Support opening a textlineSimon Glass
2023-10-11expo: Add basic support for textline objectsSimon Glass
2023-10-11expo: Add some scene fields needed for text entrySimon Glass
2023-10-11expo: Allow rendering the background of any objectSimon Glass
2023-10-11expo: Make calculation of an object bounding box genericSimon Glass
2023-10-11expo: Add a function to write a property to a devicetreeSimon Glass
2023-10-11expo: Allow highlighting other scene-object typesSimon Glass
2023-10-11expo: Correct the logic for duplicate-ID detectionSimon Glass