]> git.ipfire.org Git - thirdparty/u-boot.git/shortlog
thirdparty/u-boot.git
2023-11-17  Tom RiniMerge branch '2023-11-16-assorted-updates' into next
2023-11-16  Simon Glassblk: Drop reference to DM_SPL
2023-11-16  Simon Glassdm: core: Correct reference to DM_SPL in SPL_DM_STATS
2023-11-16  Sam Edwardsfs: btrfs: fix reading when length specified
2023-11-16  Dmitrii Merkurevcmd: bcb: extend BCB C API to allow read/write the...
2023-11-16  Dmitrii Merkurevcmd: bcb: support various block device interfaces for...
2023-11-16  Igor Opaniukpoplar: provide more space for kernel image
2023-11-16  Igor Opaniukpoplar: use random mac address
2023-11-16  Igor Prusovtreewide: use linux/time.h for time conversion defines
2023-11-16  Igor Prusovspi: meson_spifc_a1: Use define for time interval
2023-11-16  Igor Prusovlinux/time.h: Add Linux time conversion defines
2023-11-16  Sean Andersonfs: ext4: Remove unused parameter from ext4_mount
2023-11-16  Paul Barkersysreset: Fix unsupported request return values
2023-11-16  Christophe... board: cssi: Remove usage of common.h
2023-11-16  Christophe... powerpc: mpc8xx: Remove usage of common.h
2023-11-16  David Oberhollenzerfs/squashfs: enable LZ4 compression support
2023-11-16  David Oberhollenzerfs/squashfs: remove unused declarations
2023-11-16  Sean Andersontest: eth: Don't crash if env_get returns NULL
2023-11-16  Sean Andersonbootm: Enable legacy VxWorks booting from FITs
2023-11-16  Tom RiniMerge patch series "spl: Use common function for loadin...
2023-11-16  Sean Andersonspl: fat: Add option to disable DMA alignment
2023-11-16  Sean Andersonspl: spi: Consolidate spi_load_image_os into spl_spi_lo...
2023-11-16  Sean Andersonspl: Convert spi to spl_load
2023-11-16  Sean Andersonspl: Convert semihosting to spl_load
2023-11-16  Sean Andersonspl: Convert NVMe to spl_load
2023-11-16  Sean Andersonspl: Convert nor to spl_load
2023-11-16  Sean Andersonspl: Convert net to spl_load
2023-11-16  Sean Andersonspl: Convert nand to spl_load
2023-11-16  Sean Andersonspl: Convert mmc to spl_load
2023-11-16  Sean Andersonspl: Convert fat to spl_load
2023-11-16  Sean Andersonspl: Convert ext to use spl_load
2023-11-16  Sean Andersonspl: Add generic spl_load function
2023-11-16  Sean Andersontest: spl: Support testing LEGACY_LZMA filesystem images
2023-11-16  Sean Andersonspl: legacy: Split off LZMA decompression into its...
2023-11-16  Sean Andersonspl: nand: Remove spl_nand_legacy_read
2023-11-16  Sean Andersonspl: Only support bl_len when we have to
2023-11-16  Sean Andersonspl: Remove filename from spl_load_info
2023-11-16  Sean Andersonspl: Set FAT bl_len to ARCH_DMA_MINALIGN
2023-11-16  Sean Andersonspl: Refactor spl_load_info->read to use units of bytes
2023-11-16  Sean Andersonspl: Take advantage of bl_len's power-of-twoness
2023-11-16  Tom RiniMerge patch series "nand: Add sandbox tests"
2023-11-16  Sean Andersonspl: Remove dev from spl_load_info
2023-11-16  Sean Andersonspl: Remove NULL assignments in spl_load_info
2023-11-16  Sean Andersonspl: semihosting: Don't close fd before spl_load_simple_fit
2023-11-16  Sean Andersonspl: Make SHOW_ERRORS depend on LIBCOMMON
2023-11-16  Sean Andersonarm: Disable SPL_FS_FAT when it isn't used
2023-11-16  Sean Andersonspl: blk_fs: Fix uninitialized return value when we...
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
next