aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-15mmc: Add generic tuning flagMarek Vasut2-1/+8
2024-04-15mmc: Convert hs400_tuning flag from u8 to boolMarek Vasut2-3/+3
2024-04-15mmc: renesas-sdhi: Stop transmission in case tuning block transfer failsMarek Vasut1-7/+7
2024-04-15mmc: tmio: Check INFO1 for completion during DMA transferMarek Vasut1-1/+7
2024-04-15mmc: Drop unused mmc_send_tuning() cmd_error parameterMarek Vasut10-22/+27
2024-04-15mmc: arm_pl180_mmci: Rely on DMLinus Walleij2-64/+3
2024-04-15mmc: Add SPL_MMC_PWRSEQ to fix link issue when building SPLJonas Karlman5-7/+15
2024-04-15mmc: Don't suggest to build modules in Kconfig.Heinrich Schuchardt1-5/+5
2024-04-15mmc: Avoid buffer overrun in mmc_startup()Heinrich Schuchardt1-2/+11
2024-04-14Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini7-49/+241
2024-04-14Merge tag 'u-boot-nand-20240414' of https://source.denx.de/u-boot/custodians/...Tom Rini13-62/+1834
2024-04-14cmd: mtd: OTP access supportArseniy Krasnov2-0/+241
2024-04-14mtd: spinand: Add support for XTX SPINANDBruce Suen4-1/+269
2024-04-14mtd: nand: raw: atmel: Fix comment in timings preparationAlexander Dahl1-1/+1
2024-04-14mtd: nand: raw: Fix (most) Kconfig indentationAlexander Dahl1-53/+53
2024-04-14mtd: nand: raw: Port another option flag from LinuxAlexander Dahl2-2/+7
2024-04-14mtd: nand: raw: Use macro nand_to_mtd() where appropriateAlexander Dahl1-3/+3
2024-04-14mtd: rawnand: Meson NAND controller supportArseniy Krasnov3-0/+1258
2024-04-14cmd: sf: Fix sf probe crashWeizhao Ouyang1-2/+3
2024-04-13Merge tag 'efi-2024-07-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...WIP/13Apr2024Tom Rini14-83/+90
2024-04-13doc/sphinx: Bump idna to 3.7Tom Rini1-1/+1
2024-04-13Fix references to trace docVincent Stehlé3-5/+5
2024-04-13efi_loader: sanitize efi_tcg2_final_events_table definitionHeinrich Schuchardt1-5/+3
2024-04-13efi_loader: using EFI_UNSUPPORTED for private authenticated variablesWeizhao Ouyang1-0/+1
2024-04-13efi_loader: 'EFI using ACPI tables at' should be debug messageHeinrich Schuchardt1-1/+1
2024-04-13efi_loader: eliminate duplicate runtime section definitionsHeinrich Schuchardt2-3/+1
2024-04-13efi_loader: move efi_var_collect to common functionsIlias Apalodimas3-65/+75
2024-04-13doc: build: fix gen_compile_commands section levelMattijs Korpershoek1-2/+2
2024-04-13doc: build: update docker image to latestMattijs Korpershoek1-1/+1
2024-04-12Merge patch series "mcheck implementation for U-Boot"Tom Rini4-25/+488
2024-04-12mcheck: let mcheck_abortfunc_t print the pointerEugene Uriev2-9/+9
2024-04-12mcheck: add stats, add a comment with test resultsEugene Uriev1-1/+17
2024-04-12mcheck: introduce mcheck_on_ramrelocation(.)Eugene Uriev2-0/+15
2024-04-12mcheck: add pedantic mode supportEugene Uriev3-0/+62
2024-04-12mcheck: support memalignEugene Uriev2-3/+24
2024-04-12mcheck: integrate mcheck into dlmalloc.cEugene Uriev1-0/+67
2024-04-12mcheck: introduce essentials of mcheckEugene Uriev2-0/+262
2024-04-12mcheck: Use memset/memcpy instead of MALLOC_ZERO/MALLOC_COPY for mcheck.Eugene Uriev1-0/+4
2024-04-12mcheck: prepare +1 tier for mcheck-wrappers, in dl-*alloc commandsEugene Uriev1-25/+41
2024-04-12net: designware: Pass all multicast frames in designware driverJim Liu1-0/+5
2024-04-12net: designware: Invalidate RX buffer cache before freeing the DMA descriptorJim Liu1-0/+5
2024-04-12net: dwc_eth_qos: Fix compilation warning in eqos_free_pkt()Patrice Chotard1-1/+1
2024-04-12Merge patch series "Introduce ICSSG Ethernet driver"Tom Rini11-0/+2310
2024-04-12net: ti: icssg: Add support sending FDB command to update rx_flow_idMD Danish Anwar4-0/+98
2024-04-12net: ti: icssg: Add ICSSG ethernet driverMD Danish Anwar5-0/+713
2024-04-12net: ti: icssg: Add icssg queues APIs and macrosMD Danish Anwar2-0/+56
2024-04-12net: ti: icssg: Add Firmware config and classification APIs.MD Danish Anwar5-0/+1234
2024-04-12net: ti: icssg: Add Firmware Interface for ICSSG Ethernet driver.MD Danish Anwar1-0/+209
2024-04-12Merge patch series "zlib: Address CVE-2016-9841"Tom Rini7-151/+90
2024-04-12zlib: Remove incorrect ZLIB_VERSIONMichal Simek5-28/+13