summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-25arm64: versal: Wire USB0 in distro bootMichal Simek
2024-10-25arm64: versal: Remove description for USB1Michal Simek
2024-10-25arm64: zynqmp: Fix tcminit mode value based on argvPadmarao Begari
2024-10-25arm64: zynqmp: Print an error for split to lock mode switchPadmarao Begari
2024-10-24Mark a few functions static inlineAndy Shevchenko
2024-10-24cmd: nvedit: Mark a few functions staticAndy Shevchenko
2024-10-24block: make blk_create_device() staticHeinrich Schuchardt
2024-10-24rockchip: block: simplify rkmtd driverHeinrich Schuchardt
2024-10-24arm: dts: k3-j722s-r5-evm: Add LPDDR4 4000 MT/s configsVaishnav Achath
2024-10-24boot: Introduce BOOTSTD_MENU to control bootflow menu buildMarek Vasut
2024-10-24mcp230xx_gpio.c: Add a missing include file.Philip Balister
2024-10-24Merge https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini
2024-10-24mtd: spi-nor: Add mt35xu01gbba octal mode SPI NOR flashHan Xu
2024-10-24mtd: spi-nor-ids: Add Puya Semiconductor chips descriptionDmitry Dunaev
2024-10-23Merge https://source.denx.de/u-boot/custodians/u-boot-watchdogTom Rini
2024-10-23watchdog: introduce separate SPL symbol for WDT_GPIORasmus Villemoes
2024-10-23global_data.h: remove unnecesary include of cyclic.hRasmus Villemoes
2024-10-23boot: cedit: include u-boot/schedule.hRasmus Villemoes
2024-10-23ddr: altera: include u-boot/schedule.hRasmus Villemoes
2024-10-23i2c: rzg2l: include u-boot/schedule.hRasmus Villemoes
2024-10-23lib/sha*: include u-boot/schedule.h instead of cyclic.hRasmus Villemoes
2024-10-23watchdog.h: change include of cyclic.h to u-boot/schedule.hRasmus Villemoes
2024-10-23cyclic: make cyclic_run staticRasmus Villemoes
2024-10-23test: dm: wdt: replace cyclic_run() by schedule()Rasmus Villemoes
2024-10-23fs/cramfs: use schedule instead of cyclic_run as callbackRasmus Villemoes
2024-10-23m68k: asm/ptrace.h: include linux/types.hRasmus Villemoes
2024-10-23led: include cyclic.h in led_sw_blink.cRasmus Villemoes
2024-10-23cyclic: introduce u-boot/schedule.hRasmus Villemoes
2024-10-23doc: cyclic: remove reference to WATCHDOG_RESETRasmus Villemoes
2024-10-23drivers: watchdog: Add DaVinci's watchdog supportBastien Curutchet
2024-10-23watchdog: gpio_wdt: add support for stoppable devicesRasmus Villemoes
2024-10-22Merge tag 'video-20241022' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini
2024-10-22video: simplefb: Fix build warn with CONFIG_FDT_64BIT=nEva Kurchatova
2024-10-22board: ti: am62x: evm: Update simple-framebuffer node in device-treeDevarsh Thakkar
2024-10-22boot: fdt_simplefb: Remove conditional compilation checks for VIDEO KconfigDevarsh Thakkar
2024-10-22boot/Kconfig: Add Video Kconfig as dependency for FDT_SIMPLEFBDevarsh Thakkar
2024-10-22video: Fix VNBYTES() macro commentMiquel Raynal
2024-10-21envtools: make them build againRasmus Villemoes
2024-10-21Merge patch series "aspeed: ast2700: Add Caliptra ECDSA driver"Tom Rini
2024-10-21drivers/crypto: aspeed: Add Caliptra ECDSA384 supportChia-Wei Wang
2024-10-21image-fit-sig: Remove padding checkChia-Wei Wang
2024-10-21lib: ecdsa: Add ECDSA384 supportChia-Wei Wang
2024-10-21Merge patch series "Add AVS support for J721S2"Tom Rini
2024-10-21configs: j721s2_evm_r5_defconfig: Add AVS ConfigsManorit Chawdhry
2024-10-21arm: dts: j721s2: Add VTM node in R5Manorit Chawdhry
2024-10-21arm: mach-k3: j721s2_init: Initialize AVS Class 0Manorit Chawdhry
2024-10-21drivers: misc: k3_avs: Extract MPU clk and dev ID from DTManorit Chawdhry
2024-10-21arm: dts: k3-*-r5: Add MPU clock in clocks propertyManorit Chawdhry
2024-10-21drivers: misc: k3_avs: Check return code while programming AVSManorit Chawdhry
2024-10-21power: pmic: tps65941: Add DM_PMIC dependencyManorit Chawdhry