]> git.ipfire.org Git - thirdparty/u-boot.git/shortlog
thirdparty/u-boot.git
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 Glassfdt: Allow use of fdt_support inside if() statements
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 Glassimage: Document error codes from fit_image_load()
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  Simon Glassbootstd: Add missing header file from bootdev.h
2023-12-13  Simon Glasstreewide: Tidy up semicolon after command macros
2023-12-13  Simon Glassmmc: env: Unify the U_BOOT_ENV_LOCATION conditions
2023-12-13  Simon GlassREADME: Correct docs for CONFIG_SPL_BUILD
2023-12-13  Simon Glassarm: x86: Drop discarding of command linker-lists
2023-11-16  Sean Andersonbootm: Enable legacy VxWorks booting from FITs
2023-11-13  Tom RiniMerge tag 'u-boot-stm32-20231113' of https://source...
2023-11-13  Patrice Chotardstm32mp2: initial support
2023-11-13  Patrice ChotardARM: dts: stm32: Add STM32MP257F Evaluation board support
2023-11-13  Patrice Chotardpinctrl: pinctrl_stm32: Add stm32mp2 support
2023-11-13  Patrice Chotardserial: stm32: Fix AARCH64 compilation warnings
2023-11-13  Patrice Chotardstm32mp: bsec: Fix AARCH64 compilation warnings
2023-11-13  Patrice Chotardstm32mp: dram_init: Limit DDR usage under 4GB boundary...
2023-11-13  Patrick Delaunaystm32mp: dram_init: Fix AARCH64 compilation warnings
2023-11-13  Patrice Chotardstm32mp: dram_init: Get RAM size from DT if no RAM...
2023-11-13  Patrice Chotardarm: caches: Make DCACHE_DEFAULT_OPTION accessible...
2023-11-10  Tom RiniMerge branch '2023-11-10-improve-semihosting-armv6...
2023-11-10  Sean Andersonarm: semihosting: Support semihosting fallback on 32...
2023-11-10  Sean Andersonarm: semihosting: Fix returning from traps on ARMv6...
2023-11-10  Sean Andersonarm: Fix software interrupt handler
2023-11-07  Tom Riniscsi: Forceably finish migration to DM_SCSI
2023-11-07  Tom RiniMerge branch '2023-11-07-assorted-big-cleanups' into...
2023-11-07  Tom Rinix86: Drop <common.h> from remaining header files
2023-11-07  Tom Riniarm: Drop <common.h> from remaining header files
2023-11-07  Tom Rinisandbox: Drop <common.h>
2023-11-07  Tom Riniti: k3: Drop <common.h> usage
2023-11-07  Tom Riniinclude: Drop <common.h> from include lists
2023-11-07  Tom Riniinclude/linux/mii.h: Add <linux/types.h>
2023-11-07  Tom Rinifsl-mc: Add prototype for bd_info
2023-11-07  Tom Rinils2080aqds: Add missing headers to eth_ls1088aqds.c
2023-11-07  Tom Rinils1088a: Add missing headers to eth_ls1088aqds.c
2023-11-07  Tom Rinipg-wcom-ls102xa: Include <config.h> in the board file
2023-11-07  Tom Rinipowerpc: Rework <asm/fsl_lbc.h> includes
2023-11-07  Tom Riniqe: Add <asm/ppc.h> on PowerPC
2023-11-07  Tom Rinimpc85xx: Add missing include in mpc85xx_sleep.c
2023-11-07  Tom Rinipowerpc: mpc83xx: Rework includes slightly
2023-11-07  Tom Rinispi: Add <errno.h> to spi-mem-nodm.c
2023-11-07  Tom Riniomap3: Add <asm/arch/omap3.h> to <asm/arch/cpu.h>
2023-11-07  Tom Rinifsl_qe: Drop common.h
2023-11-07  Tom Rinidisplay_options.h: Correct includes
2023-11-07  Tom Rinipowerpc: Switch <asm/global_data.h> to <linux/types.h>
2023-11-07  Tom Rinim68k: Remove CONFIG_FSLDMAFEC
2023-11-07  Tom RiniCI, pytest: Add a test for sandbox without LTO
2023-11-07  Simon Glasssandbox: Add a test for disabling CONFIG_CMDLINE
2023-11-07  Tom Riniclk_k210.c: Clean up how we handle nop
2023-11-07  Tom Rinisandbox: Add <asm/barrier.h>
2023-11-07  Simon Glasssandbox: Avoid requiring CMDLINE
2023-11-07  Simon Glasssandbox: Disable CONFIG_DISTRO_DEFAULTS
2023-11-07  AKASHI Takahiroblock: rkmtd: select CONFIG_RANDOM_UUID explicitly
2023-11-07  AKASHI Takahirolib: uuid: move CONFIG_RANDOM_UUID
2023-11-07  Tom Rinifastboot: Depend on CMDLINE
2023-11-07  Simon Glasscmd: Make most commands depend on CMDLINE
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-07  Simon Glassefi: Rearrange the Kconfig for CMD_BOOTEFI_BOOTMGR
2023-11-07  Tom Rinicli_simple: Rework this support slightly
2023-11-07  Simon Glassvideo: Don't require the font command
2023-11-07  Simon Glasstest: Make UNIT_TEST depend on CMDLINE
2023-11-07  Tom Rinienv: Move env_set() out of cmd/nvedit.c and in to env...
2023-11-07  Tom RiniKconfig: Move CONFIG_SYS_[CP]BSIZE to common/Kconfig
2023-11-07  Tom Riniqemu: Correct CMD_QFW dependencies in Kconfig
2023-11-07  Tom Riniversion: Separate our version string from the version...
2023-11-07  Tom Rinidfu: Make DFU_TFTP depend on NETDEVICES
2023-11-07  Tom Rinivirtio: Make VIRTIO_NET depend on NETDEVICES
2023-11-07  Simon Glassbuildman: Use oldconfig when adjusting the config
2023-11-06  Tom RiniPrepare v2024.01-rc2 v2024.01-rc2
2023-11-06  Tom Riniconfigs: Resync with savedefconfig
2023-11-06  Tom RiniMerge branch '2023-11-06-assorted-changes'
2023-11-06  Heinrich Schuchardt.mailmap: map Pali Rohár
2023-11-06  Linus Walleijbmips: Add Inteno XG6846 board
2023-11-06  Tom RiniMerge tag 'u-boot-amlogic-20231106' of https://source...
next