aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-16Merge patch series "spl: Use common function for loading/parsing images"WIP/16Nov2023-nextTom 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
2023-11-16spl: Remove dev from spl_load_infoSean Anderson4-12/+10
2023-11-16spl: Remove NULL assignments in spl_load_infoSean Anderson6-12/+0
2023-11-16spl: semihosting: Don't close fd before spl_load_simple_fitSean Anderson1-12/+8
2023-11-16spl: Make SHOW_ERRORS depend on LIBCOMMONSean Anderson2-2/+2
2023-11-16arm: Disable SPL_FS_FAT when it isn't usedSean Anderson6-3/+9
2023-11-16spl: blk_fs: Fix uninitialized return value when we can't get a blk_descSean Anderson1-1/+1
2023-11-16Merge patch series "nand: Add sandbox tests"Tom Rini103-150/+1318
2023-11-16test: spl: Add a test for NANDSean Anderson7-1/+109
2023-11-16nand: Add sandbox driverSean Anderson10-2/+947
2023-11-16arch: sandbox: Add function to create temporary filesSean Anderson2-0/+30
2023-11-16nand: Allow reinitializationSean Anderson2-7/+34
2023-11-16nand: Add function to unregister NAND devicesSean Anderson2-0/+18
2023-11-16mtd: Add some fallbacks for add/del_mtd_deviceSean Anderson3-4/+12
2023-11-16mtd: Rename SPL_MTD_SUPPORT to SPL_MTDSean Anderson42-42/+42
2023-11-16spl: nand: Map memory before accessing itSean Anderson1-2/+5
2023-11-16cmd: nand: Map memory before accessing itSean Anderson1-11/+15
2023-11-16spl: nand: Set bl_len to page sizeSean Anderson13-9/+66
2023-11-16spl: legacy: Honor bl_len when decompressingSean Anderson1-6/+12
2023-11-16nand: spl_loaders: Only read enough pages to load the imageSean Anderson1-1/+4
2023-11-16nand: Calculate SYS_NAND_BLOCK_PAGES (neeĢ SYS_NAND_PAGE_COUNT) automaticallySean Anderson49-62/+22
2023-11-16nand: Don't dereference NULL manufacturer_descSean Anderson1-5/+2
2023-11-16spl: nand: Fix NULL-pointer dereferenceSean Anderson1-1/+1
2023-11-13Merge tag 'u-boot-stm32-20231113' of https://source.denx.de/u-boot/custodians...Tom Rini48-108/+1595
2023-11-13stm32mp2: initial supportPatrice Chotard27-71/+757
2023-11-13ARM: dts: stm32: Add STM32MP257F Evaluation board supportPatrice Chotard15-0/+788
2023-11-13pinctrl: pinctrl_stm32: Add stm32mp2 supportPatrice Chotard1-0/+2
2023-11-13serial: stm32: Fix AARCH64 compilation warningsPatrice Chotard2-11/+14
2023-11-13stm32mp: bsec: Fix AARCH64 compilation warningsPatrice Chotard1-14/+15
2023-11-13stm32mp: dram_init: Limit DDR usage under 4GB boundary for STM32MPPatrice Chotard1-1/+7