aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-12-13librem5: Add addresses for compressed kernel loadArnaud Ferraris
2023-12-13arm: dts: imx8mp: Sync with linux-next 20231019Fabio Estevam
2023-12-13imx: imx8mp: Add support for Polyhex Debix Model A SBCGilles Talis
2023-12-04Merge tag 'v2024.01-rc4' into nextTom Rini
2023-12-01usb: xhci: Better error handling in abort_td()Hector Martin
2023-11-29configs: keystone2: Do not include hardware.hAndrew Davis
2023-11-29configs: keystone2: Remove unused SPL_MALLOC_F_SIZE and KEYSTONE_SPL_STACK_SIZEAndrew Davis
2023-11-28Merge patch series "fs: fat: calculate FAT type based on cluster count"Tom Rini
2023-11-28fs: fat: calculate FAT type based on cluster countChristian Taedcke
2023-11-28Merge patch series "Import "string" I/O functions from Linux"Tom Rini
2023-11-28asm-generic: Import functions from LinuxIgor Prusov
2023-11-28Merge patch series "sysinfo: Expand sysinfo with some more banner information"Tom Rini
2023-11-28sysinfo: Allow displaying more info on startupSimon Glass
2023-11-28board: Move show_board_info() comment to header fileSimon Glass
2023-11-27Merge patch series "ufs: Add a PCI UFS controller support"Tom Rini
2023-11-27pci_ids: Add Red Hat vendor and device IDsBin Meng
2023-11-25Merge tag 'u-boot-dfu-next-20231124' of https://source.denx.de/u-boot/custodi...Tom Rini
2023-11-22arm: dts: npcm845-evb: fix/add node and aliasesJim Liu
2023-11-22siemens,am335x: clean-up draco targetsEnrico Leto
2023-11-21dfu: add CONFIG_DFU_NAME_MAX_SIZE configurationJaehoon Chung
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini
2023-11-18cmd: efidebug: add uri device pathMasahisa Kojima
2023-11-18efi_loader: add return to efibootmgr event groupMasahisa Kojima
2023-11-18efi_loader: add missing const classifier for event serviceMasahisa Kojima
2023-11-18blk: blkmap: add ramdisk creation utility functionMasahisa Kojima
2023-11-18net: wget: add wget with dns utility functionMasahisa Kojima
2023-11-17bootstd: Avoid freeing a non-allocated bufferSimon Glass
2023-11-17Merge branch '2023-11-16-assorted-updates' into nextTom Rini
2023-11-16cmd: bcb: extend BCB C API to allow read/write the fieldsDmitrii Merkurev
2023-11-16cmd: bcb: support various block device interfaces for BCB commandDmitrii Merkurev
2023-11-16poplar: provide more space for kernel imageIgor Opaniuk
2023-11-16linux/time.h: Add Linux time conversion definesIgor Prusov
2023-11-16fs: ext4: Remove unused parameter from ext4_mountSean Anderson
2023-11-16spl: Convert spi to spl_loadSean Anderson
2023-11-16spl: Convert semihosting to spl_loadSean Anderson
2023-11-16spl: Convert NVMe to spl_loadSean Anderson
2023-11-16spl: Convert nor to spl_loadSean Anderson
2023-11-16spl: Convert net to spl_loadSean Anderson
2023-11-16spl: Convert nand to spl_loadSean Anderson
2023-11-16spl: Convert mmc to spl_loadSean Anderson
2023-11-16spl: Convert fat to spl_loadSean Anderson
2023-11-16spl: Convert ext to use spl_loadSean Anderson
2023-11-16spl: Add generic spl_load functionSean Anderson
2023-11-16test: spl: Support testing LEGACY_LZMA filesystem imagesSean Anderson
2023-11-16spl: legacy: Split off LZMA decompression into its own functionSean Anderson
2023-11-16spl: Only support bl_len when we have toSean Anderson
2023-11-16spl: Remove filename from spl_load_infoSean Anderson
2023-11-16spl: Refactor spl_load_info->read to use units of bytesSean Anderson
2023-11-16spl: Remove dev from spl_load_infoSean Anderson
2023-11-16Merge patch series "nand: Add sandbox tests"Tom Rini