summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-11arm: dts: k3: Remove unneeded ti, sci-sysreset binding and nodesAndrew Davis
2024-04-11firmware: ti_sci: Bind sysreset driver when enabledAndrew Davis
2024-04-11net: ti: am65-cpsw: Fix buffer overflowMichael Walle
2024-04-11arm: mach-k3: common: EFI loader map memory below ram topVitor Soares
2024-04-11am625x_evm_a53: Tweak boot command to set fdtMartyn Welch
2024-04-11tools: binman: ti_board_cfg: improve error messageMichael Walle
2024-04-11binman: ti-secure: Enable debug extension for combined bootManorit Chawdhry
2024-04-11arm: mach-k3: am625: Fixup a53 cpu frequency by speed gradeJoao Paulo Goncalves
2024-04-11arm: mach-k3: am62: Get a53 max cpu frequency by speed gradeJoao Paulo Goncalves
2024-04-11configs: am6*_evm_a53_defconfig: Enable config to support mmc rescanJudith Mendez
2024-04-11Merge patch series "boot: fdt: Change type of env_get_bootm_low() to phys_add...Tom Rini
2024-04-11boot: fdt: Move usable variable below updated commentMarek Vasut
2024-04-11boot: fdt: Drop lmb_alloc*() typecastsMarek Vasut
2024-04-11boot: fdt: Clean up env_get_bootm_mapsize()Marek Vasut
2024-04-11boot: fdt: Fix tmp type in env_get_bootm_size() and rename to lowMarek Vasut
2024-04-11boot: fdt: Clean up env_get_bootm_size()Marek Vasut
2024-04-11boot: fdt: Change type of env_get_bootm_low() to phys_addr_tMarek Vasut
2024-04-10Merge patch series "Resolve issues with booting distros on x86"Tom Rini
2024-04-10x86: qemu: Enable truetype fontsSimon Glass
2024-04-10x86: qemu: Expand ROM sizeSimon Glass
2024-04-10x86: coreboot: Enable truetype fontsSimon Glass
2024-04-10x86: Enable SSE in 64-bit modeSimon Glass
2024-04-10video: Drop unnecessary truetype operations from SPLSimon Glass
2024-04-10video: Correct setting of cursor positionSimon Glass
2024-04-10x86: coreboot: Add a boot scriptSimon Glass
2024-04-10fastboot: Update help text with respect to CMDLINETom Rini
2024-04-10Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"Tom Rini
2024-04-10x86: Drop message about features being missing with 64-bitSimon Glass
2024-04-10pxe: Allow booting without CMDLINE for the zboot methodSimon Glass
2024-04-10pxe: Allow booting without CMDLINE for bootm methodsSimon Glass
2024-04-10pxe: Move calculation of FDT file into a functionSimon Glass
2024-04-10pxe: Refactor to avoid over-using bootm_argvSimon Glass
2024-04-10pxe: Refactor to reduce the size of label_boot()Simon Glass
2024-04-10pxe: Use strlcpy() instead of strcpy() in label_boot()Simon Glass
2024-04-10doc: Mention fastboot dependency on CMDLINESimon Glass
2024-04-10fastboot: Remove dependencies on CMDLINESimon Glass
2024-04-10bootm: Make cmdline optional with bootm_boot_start()Simon Glass
2024-04-10fastboot: Change fastboot_buf_addr to an addressSimon Glass
2024-04-10boot: Update SYS_BOOTM_LEN to depend on BOOTMSimon Glass
2024-04-10treewide: Make arch-specific bootm code depend on BOOTMSimon Glass
2024-04-10bootm: Make OS booting dependent on BOOTMSimon Glass
2024-04-10bootm: Add a Kconfig option for bootm functionalitySimon Glass
2024-04-10boot: Reorder FIT and BOOTSTD to be firstSimon Glass
2024-04-10Merge patch series "Complete decoupling of zboot logic from commands"Tom Rini
2024-04-10x86: zboot: Tidy up the comment for zboot_run()Simon Glass
2024-04-10x86: zboot: Use zboot_start() in zboot_run()Simon Glass
2024-04-10x86: zboot: Separate logic functions from commandsSimon Glass
2024-04-10x86: zboot: Rename zboot_start() to zboot_run()Simon Glass
2024-04-10x86: zboot: Move argument processing outside zboot_start()Simon Glass
2024-04-10x86: zboot: Drop intermediate zboot_go() functionSimon Glass