aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2024-04-12zlib: Port fix for CVE-2016-9841 to U-BootMichal Simek1-88/+42
2024-04-12zlib: Rename write variable to wnext (window write index)Michal Simek3-22/+22
2024-04-12zlib: Rename this variable to here (current decoding table entry)Michal Simek1-14/+14
2024-04-12Merge branch '2024-04-12-assorted-updates'Tom Rini11-76/+49
2024-04-12ARM: uniphier: Move uniphier_mem_map_init() call into dram_init()WIP/2024-04-12-assorted-updatesKunihiko Hayashi1-13/+3
2024-04-12disk: simplify print_part_header()Heinrich Schuchardt2-45/+4
2024-04-12test: remove unused import from pkg_resourcesHeinrich Schuchardt1-1/+0
2024-04-12fdt: Fix fdt_pack_reg() on 64-bit platformsSam Protsenko1-2/+3
2024-04-12cli: always show cursorHeinrich Schuchardt1-0/+4
2024-04-12part: Check all partitions in part_get_info_by_name()Sam Protsenko1-2/+5
2024-04-12image-host: Fix error value paths and emit error messages to stderr.Hugo Cornelis1-5/+5
2024-04-12sandbox: improve description of CONFIG_SANDBOX_CRASH_RESETHeinrich Schuchardt1-4/+9
2024-04-12sandbox: move sandbox specifics to booti_setup()Heinrich Schuchardt2-2/+4
2024-04-12sandbox: missing return value checks in eth-raw-osHeinrich Schuchardt1-2/+12
2024-04-12usb: kbd: Add probe quirk for Apple and Keychron keyboardsJanne Grunau1-0/+22
2024-04-12usb: kbd: support Apple Magic Keyboards (2021)Janne Grunau1-3/+34
2024-04-12usb: Add environment based device ignorelistJanne Grunau3-0/+94
2024-04-11board: phycore-am62x: Extend for better environment handlingWadim Egorov2-0/+65
2024-04-11arm: mach-k3: am625: Provide a way to obtain boot device for non SPLsWadim Egorov5-94/+108
2024-04-11arm: mach-k3: am625: copy bootindex to OCRAM for main domain SPLWadim Egorov2-0/+9
2024-04-11arm: dts: k3: binman: am625: add support for signing TIFSSTUB ImagesKamlesh Gurudasani1-2/+139
2024-04-11arm: mach-k3: add support for detecting TIFSSTUB imagesKamlesh Gurudasani1-0/+24
2024-04-11verdin-am62: move verdin am62 to OF_UPSTREAMMarcel Ziswiler9-1757/+3
2024-04-11arm: dts: k3: Remove unneeded ti, sci-sysreset binding and nodesAndrew Davis18-119/+0
2024-04-11firmware: ti_sci: Bind sysreset driver when enabledAndrew Davis2-6/+7
2024-04-11net: ti: am65-cpsw: Fix buffer overflowMichael Walle1-2/+2
2024-04-11arm: mach-k3: common: EFI loader map memory below ram topVitor Soares1-0/+12
2024-04-11am625x_evm_a53: Tweak boot command to set fdtMartyn Welch1-1/+1
2024-04-11tools: binman: ti_board_cfg: improve error messageMichael Walle1-1/+1
2024-04-11binman: ti-secure: Enable debug extension for combined bootManorit Chawdhry1-0/+7
2024-04-11arm: mach-k3: am625: Fixup a53 cpu frequency by speed gradeJoao Paulo Goncalves1-0/+62
2024-04-11arm: mach-k3: am62: Get a53 max cpu frequency by speed gradeJoao Paulo Goncalves1-0/+15
2024-04-11configs: am6*_evm_a53_defconfig: Enable config to support mmc rescanJudith Mendez4-0/+4
2024-04-11Merge patch series "boot: fdt: Change type of env_get_bootm_low() to phys_add...Tom Rini4-34/+28