summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-16bootm: Enable legacy VxWorks booting from FITsSean Anderson
2023-11-16test: eth: Don't crash if env_get returns NULLSean Anderson
2023-11-16Merge patch series "spl: Use common function for loading/parsing images"Tom Rini
2023-11-16spl: fat: Add option to disable DMA alignmentSean Anderson
2023-11-16spl: spi: Consolidate spi_load_image_os into spl_spi_load_imageSean 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: nand: Remove spl_nand_legacy_readSean 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: Set FAT bl_len to ARCH_DMA_MINALIGNSean Anderson
2023-11-16spl: Refactor spl_load_info->read to use units of bytesSean Anderson
2023-11-16spl: Take advantage of bl_len's power-of-twonessSean Anderson
2023-11-16Merge patch series "nand: Add sandbox tests"Tom Rini
2023-11-16spl: Remove dev from spl_load_infoSean Anderson
2023-11-16spl: Remove NULL assignments in spl_load_infoSean Anderson
2023-11-16spl: semihosting: Don't close fd before spl_load_simple_fitSean Anderson
2023-11-16spl: Make SHOW_ERRORS depend on LIBCOMMONSean Anderson
2023-11-16arm: Disable SPL_FS_FAT when it isn't usedSean Anderson
2023-11-16spl: blk_fs: Fix uninitialized return value when we can't get a blk_descSean Anderson
2023-11-16arm: Enable SYS_THUMB_BUILD on AT91Sean Anderson
2023-11-16test: spl: Add a test for NANDSean Anderson
2023-11-16nand: Add sandbox driverSean Anderson
2023-11-16arch: sandbox: Add function to create temporary filesSean Anderson
2023-11-16nand: Allow reinitializationSean Anderson
2023-11-16nand: Add function to unregister NAND devicesSean Anderson
2023-11-16mtd: Add some fallbacks for add/del_mtd_deviceSean Anderson
2023-11-16mtd: Rename SPL_MTD_SUPPORT to SPL_MTDSean Anderson
2023-11-16spl: nand: Map memory before accessing itSean Anderson
2023-11-16cmd: nand: Map memory before accessing itSean Anderson
2023-11-16spl: nand: Set bl_len to page sizeSean Anderson
2023-11-16spl: legacy: Honor bl_len when decompressingSean Anderson
2023-11-16nand: spl_loaders: Only read enough pages to load the imageSean Anderson
2023-11-16nand: Calculate SYS_NAND_BLOCK_PAGES (neé SYS_NAND_PAGE_COUNT) automaticallySean Anderson
2023-11-16nand: Don't dereference NULL manufacturer_descSean Anderson
2023-11-16spl: nand: Fix NULL-pointer dereferenceSean Anderson
2023-11-15Merge tag 'dm-pull-15nov23' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2023-11-14bootstage: Correct exhasuted typoSimon Glass
2023-11-14sandbox: Close file after mmaping itSean Anderson
2023-11-14dm: Do not enable debug messages by defaultHeinrich Schuchardt