]> git.ipfire.org Git - thirdparty/u-boot.git/shortlog
thirdparty/u-boot.git
2023-11-16  Tom RiniMerge patch series "nand: Add sandbox tests"
2023-11-16  Sean Andersonarm: Enable SYS_THUMB_BUILD on AT91
2023-11-16  Sean Andersontest: spl: Add a test for NAND
2023-11-16  Sean Andersonnand: Add sandbox driver
2023-11-16  Sean Andersonarch: sandbox: Add function to create temporary files
2023-11-16  Sean Andersonnand: Allow reinitialization
2023-11-16  Sean Andersonnand: Add function to unregister NAND devices
2023-11-16  Sean Andersonmtd: Add some fallbacks for add/del_mtd_device
2023-11-16  Sean Andersonmtd: Rename SPL_MTD_SUPPORT to SPL_MTD
2023-11-16  Sean Andersonspl: nand: Map memory before accessing it
2023-11-16  Sean Andersoncmd: nand: Map memory before accessing it
2023-11-16  Sean Andersonspl: nand: Set bl_len to page size
2023-11-16  Sean Andersonspl: legacy: Honor bl_len when decompressing
2023-11-16  Sean Andersonnand: spl_loaders: Only read enough pages to load the...
2023-11-16  Sean Andersonnand: Calculate SYS_NAND_BLOCK_PAGES (neé SYS_NAND_PAG...
2023-11-16  Sean Andersonnand: Don't dereference NULL manufacturer_desc
2023-11-16  Sean Andersonspl: nand: Fix NULL-pointer dereference
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...
2023-11-06  Tom RiniMerge branch '2023-11-06-networking-updates'
2023-11-06  Neil ArmstrongARM: configs: libretech-ac: enable USB_DFU like in...
2023-11-06  Dmitry Rokosovdrivers: sm: bind child sm devices in the device tree
2023-11-06  Alexey Romanovclk: a1: add new clocks for USB stack
2023-11-05  Baruch Siachnet: designware: add DMA offset awareness
2023-11-05  Fabio Estevamnet: eth-uclass: Improve error message when MAC is...
2023-11-05  Bin Mengnet: e1000: Drop e1000_eth_ids[]
2023-11-05  Sean Andersonnet: Add option for tracing packets
2023-11-05  Frank de Brabandernet: phy: TI DP83869 fix invalid clock delay configuration
2023-11-05  Michal Simeknet: eth-uclass: Setup ROM source only when ROM reading...
2023-11-05  Yang Xiwennet: add hifemac_mdio MDIO bus driver for HiSilicon...
2023-11-05  Yang Xiwennet: add hifemac Ethernet driver for HiSilicon platform
next