aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-18Merge tag 'efi-next-18112023' of https://source.denx.de/u-boot/custodians/u-b...WIP/18Nov2023-nextTom Rini21-62/+908
2023-11-18doc: uefi: add HTTP Boot supportMasahisa Kojima1-0/+34
2023-11-18cmd: efidebug: add uri device pathMasahisa Kojima3-0/+157
2023-11-18efi_loader: support boot from URI device pathMasahisa Kojima2-0/+395
2023-11-18efi_loader: add return to efibootmgr event groupMasahisa Kojima4-0/+20
2023-11-18efi_loader: add missing const classifier for event serviceMasahisa Kojima3-4/+4
2023-11-18efi_loader: Boot var automatic managementRaymond Mao7-35/+78
2023-11-18blk: blkmap: add ramdisk creation utility functionMasahisa Kojima4-16/+84
2023-11-18net: wget: add wget with dns utility functionMasahisa Kojima2-0/+63
2023-11-18net: wget: prevent overwriting reserved memoryMasahisa Kojima1-7/+73
2023-11-17Merge branch '2023-11-16-assorted-updates' into nextTom Rini71-263/+336
2023-11-16blk: Drop reference to DM_SPLSimon Glass1-1/+1
2023-11-16dm: core: Correct reference to DM_SPL in SPL_DM_STATSSimon Glass1-1/+1
2023-11-16fs: btrfs: fix reading when length specifiedSam Edwards1-9/+6
2023-11-16cmd: bcb: extend BCB C API to allow read/write the fieldsDmitrii Merkurev3-58/+177
2023-11-16cmd: bcb: support various block device interfaces for BCB commandDmitrii Merkurev5-47/+65
2023-11-16poplar: provide more space for kernel imageIgor Opaniuk1-4/+4
2023-11-16poplar: use random mac addressIgor Opaniuk1-0/+1
2023-11-16treewide: use linux/time.h for time conversion definesIgor Prusov28-62/+32
2023-11-16spi: meson_spifc_a1: Use define for time intervalIgor Prusov1-1/+2
2023-11-16linux/time.h: Add Linux time conversion definesIgor Prusov1-0/+9
2023-11-16fs: ext4: Remove unused parameter from ext4_mountSean Anderson5-7/+7
2023-11-16sysreset: Fix unsupported request return valuesPaul Barker6-9/+9
2023-11-16board: cssi: Remove usage of common.hChristophe Leroy6-6/+2
2023-11-16powerpc: mpc8xx: Remove usage of common.hChristophe Leroy8-8/+4
2023-11-16fs/squashfs: enable LZ4 compression supportDavid Oberhollenzer1-0/+23
2023-11-16fs/squashfs: remove unused declarationsDavid Oberhollenzer3-58/+0
2023-11-16test: eth: Don't crash if env_get returns NULLSean Anderson1-2/+10
2023-11-16bootm: Enable legacy VxWorks booting from FITsSean Anderson1-7/+0
2023-11-16Merge patch series "spl: Use common function for loading/parsing images"Tom Rini36-730/+531
2023-11-16spl: fat: Add option to disable DMA alignmentSean Anderson3-4/+24
2023-11-16spl: spi: Consolidate spi_load_image_os into spl_spi_load_imageSean Anderson1-40/+14
2023-11-16spl: Convert spi to spl_loadSean Anderson3-67/+15
2023-11-16spl: Convert semihosting to spl_loadSean Anderson2-46/+7
2023-11-16spl: Convert NVMe to spl_loadSean Anderson3-55/+14
2023-11-16spl: Convert nor to spl_loadSean Anderson4-94/+10
2023-11-16spl: Convert net to spl_loadSean Anderson3-24/+8
2023-11-16spl: Convert nand to spl_loadSean Anderson3-54/+19
2023-11-16spl: Convert mmc to spl_loadSean Anderson4-85/+16
2023-11-16spl: Convert fat to spl_loadSean Anderson3-40/+20
2023-11-16spl: Convert ext to use spl_loadSean Anderson3-21/+25
2023-11-16spl: Add generic spl_load functionSean Anderson2-0/+145
2023-11-16test: spl: Support testing LEGACY_LZMA filesystem imagesSean Anderson3-6/+25
2023-11-16spl: legacy: Split off LZMA decompression into its own functionSean Anderson2-35/+53
2023-11-16spl: nand: Remove spl_nand_legacy_readSean Anderson1-18/+11
2023-11-16spl: Only support bl_len when we have toSean Anderson21-41/+78
2023-11-16spl: Remove filename from spl_load_infoSean Anderson10-18/+6
2023-11-16spl: Set FAT bl_len to ARCH_DMA_MINALIGNSean Anderson4-27/+9
2023-11-16spl: Refactor spl_load_info->read to use units of bytesSean Anderson7-93/+82
2023-11-16spl: Take advantage of bl_len's power-of-twonessSean Anderson2-5/+5