aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-14Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini
2024-04-14Merge tag 'u-boot-nand-20240414' of https://source.denx.de/u-boot/custodians/...Tom Rini
2024-04-14cmd: mtd: OTP access supportArseniy Krasnov
2024-04-14mtd: spinand: Add support for XTX SPINANDBruce Suen
2024-04-14mtd: nand: raw: atmel: Fix comment in timings preparationAlexander Dahl
2024-04-14mtd: nand: raw: Fix (most) Kconfig indentationAlexander Dahl
2024-04-14mtd: nand: raw: Port another option flag from LinuxAlexander Dahl
2024-04-14mtd: nand: raw: Use macro nand_to_mtd() where appropriateAlexander Dahl
2024-04-14mtd: rawnand: Meson NAND controller supportArseniy Krasnov
2024-04-14cmd: sf: Fix sf probe crashWeizhao Ouyang
2024-04-13Merge tag 'efi-2024-07-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2024-04-13doc/sphinx: Bump idna to 3.7Tom Rini
2024-04-13Fix references to trace docVincent Stehlé
2024-04-13efi_loader: sanitize efi_tcg2_final_events_table definitionHeinrich Schuchardt
2024-04-13efi_loader: using EFI_UNSUPPORTED for private authenticated variablesWeizhao Ouyang
2024-04-13efi_loader: 'EFI using ACPI tables at' should be debug messageHeinrich Schuchardt
2024-04-13efi_loader: eliminate duplicate runtime section definitionsHeinrich Schuchardt
2024-04-13efi_loader: move efi_var_collect to common functionsIlias Apalodimas
2024-04-13doc: build: fix gen_compile_commands section levelMattijs Korpershoek
2024-04-13doc: build: update docker image to latestMattijs Korpershoek
2024-04-12Merge patch series "mcheck implementation for U-Boot"Tom Rini
2024-04-12mcheck: let mcheck_abortfunc_t print the pointerEugene Uriev
2024-04-12mcheck: add stats, add a comment with test resultsEugene Uriev
2024-04-12mcheck: introduce mcheck_on_ramrelocation(.)Eugene Uriev
2024-04-12mcheck: add pedantic mode supportEugene Uriev
2024-04-12mcheck: support memalignEugene Uriev
2024-04-12mcheck: integrate mcheck into dlmalloc.cEugene Uriev
2024-04-12mcheck: introduce essentials of mcheckEugene Uriev
2024-04-12mcheck: Use memset/memcpy instead of MALLOC_ZERO/MALLOC_COPY for mcheck.Eugene Uriev
2024-04-12mcheck: prepare +1 tier for mcheck-wrappers, in dl-*alloc commandsEugene Uriev
2024-04-12net: designware: Pass all multicast frames in designware driverJim Liu
2024-04-12net: designware: Invalidate RX buffer cache before freeing the DMA descriptorJim Liu
2024-04-12net: dwc_eth_qos: Fix compilation warning in eqos_free_pkt()Patrice Chotard
2024-04-12Merge patch series "Introduce ICSSG Ethernet driver"Tom Rini
2024-04-12net: ti: icssg: Add support sending FDB command to update rx_flow_idMD Danish Anwar
2024-04-12net: ti: icssg: Add ICSSG ethernet driverMD Danish Anwar
2024-04-12net: ti: icssg: Add icssg queues APIs and macrosMD Danish Anwar
2024-04-12net: ti: icssg: Add Firmware config and classification APIs.MD Danish Anwar
2024-04-12net: ti: icssg: Add Firmware Interface for ICSSG Ethernet driver.MD Danish Anwar
2024-04-12Merge patch series "zlib: Address CVE-2016-9841"Tom Rini
2024-04-12zlib: Remove incorrect ZLIB_VERSIONMichal Simek
2024-04-12zlib: Port fix for CVE-2016-9841 to U-BootMichal Simek
2024-04-12zlib: Rename write variable to wnext (window write index)Michal Simek
2024-04-12zlib: Rename this variable to here (current decoding table entry)Michal Simek
2024-04-12Merge branch '2024-04-12-assorted-updates'Tom Rini
2024-04-12ARM: uniphier: Move uniphier_mem_map_init() call into dram_init()Kunihiko Hayashi
2024-04-12disk: simplify print_part_header()Heinrich Schuchardt
2024-04-12test: remove unused import from pkg_resourcesHeinrich Schuchardt
2024-04-12fdt: Fix fdt_pack_reg() on 64-bit platformsSam Protsenko
2024-04-12cli: always show cursorHeinrich Schuchardt