aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-20test: dm: add button_cmd testWIP/20Mar2024-nextCaleb Connolly5-1/+100
2024-03-20Makefile: Add missing OF_UPSTREAM Makefile for 32bit ARMMarek Vasut1-0/+14
2024-03-20gpio: mcp230xx: Add support for models with SPI interface.Piotr Wojtaszczyk3-5/+144
2024-03-20arm: dts: ast2600-x4tf: Add new dts for ASUS X4TFKelly Hung2-1/+164
2024-03-20spl: Improve error message for SPL memory allocationLeo Yu-Chi Liang1-1/+6
2024-03-20Merge branch '2024-03-19-assorted-updates' into nextTom Rini14-13/+276
2024-03-19test/py: reset: Add a test for reset commandLove Kumar1-0/+63
2024-03-19test/py: saveenv: Add a test for saveenv commandLove Kumar1-0/+137
2024-03-19Makefile: use shell to calculate map_sizeLeon M. Busch-George1-5/+10
2024-03-19arm: Check FEAT_CCIDX when parsing ccsidr_el1 registerLukasz Wiecaszek1-0/+9
2024-03-19arm64: gic: Add power up sequence for GIC-600Venkatesh Yadav Abbarapu4-1/+22
2024-03-19arm: dts: k3-j7200-r5-common: Add missing overrides for ringacc and udmapAniket Limaye1-0/+8
2024-03-19arm: dts: k3-j7200-r5-common: fix the mcu_timer0 clock frequencyAniket Limaye1-1/+1
2024-03-19arm: dts: k3-j7200: Fix support for OSPI flashAniket Limaye2-0/+9
2024-03-19configs: j7200_evm_*_defconfig: Enable OSPI configsAniket Limaye2-4/+15
2024-03-19arm: mach-k3: Fix config check for FS_LOADERMD Danish Anwar2-2/+2
2024-03-19Merge tag 'u-boot-socfpga-next-20240319' of https://source.denx.de/u-boot/cus...WIP/19Mar2024-nextTom Rini51-84/+2993
2024-03-18arch: arm: Agilex5 enablementJit Loon Lim27-37/+2717
2024-03-18drivers: misc: Add socfpga_dtreg driver for Intel SoCFPGAWan Yee Lau5-0/+205
2024-03-17Merge tag 'u-boot-imx-next-20240317' of https://gitlab.denx.de/u-boot/custodi...WIP/17Mar2024-nextTom Rini41-10705/+141
2024-03-17imx8m*_venice: move venice to OF_UPSTREAMTim Harvey33-10658/+13
2024-03-17board: phytec: phycore_imx8mp: Add RAUC boot logic to environmentLeonard Anderweit1-1/+6
2024-03-17include: env: Add phytec RAUC boot logicLeonard Anderweit1-0/+52
2024-03-17configs: phycore-imx8mp_defconfig: Use redundant environmentLeonard Anderweit1-0/+2
2024-03-17phycore_imx8mp: Move default bootcmd to board envLeonard Anderweit2-2/+12
2024-03-17phycore_imx8mp: Move environment from include/config to boardLeonard Anderweit2-43/+45
2024-03-17drivers: imx_tmu: Select polling-rate from cpu-thermal devicetree nodeBenjamin Hahn1-2/+4
2024-03-17configs: colibri-imx7: enable watchdogParth Pancholi3-0/+8
2024-03-15Merge tag 'u-boot-rockchip-20240315' of https://source.denx.de/u-boot/custodi...WIP/15Mar2024-nextTom Rini257-2336/+7611
2024-03-15CI: Move to latest container imageTom Rini3-3/+3
2024-03-14CI: Cherry-pick reset support for m68k for QEMUTom Rini1-0/+1
2024-03-14CI: Update to using clang-17Tom Rini3-7/+7
2024-03-14Dockerfile: install xilinx-bootgen packageHeinrich Schuchardt1-0/+1
2024-03-14Dockerfile: build fiptoolHeinrich Schuchardt1-0/+10
2024-03-14rockchip: boot_mode: fix rockchip_dnl_key_pressed requiring ADC supportQuentin Schulz1-0/+4
2024-03-14button: add missing ADC dependency for BUTTON_ADCQuentin Schulz1-0/+1
2024-03-14adc: add missing depends on ADC for controller driversQuentin Schulz1-0/+4
2024-03-14rockchip: jaguar-rk3588: enable SARADC and derivativesQuentin Schulz1-1/+9
2024-03-14power: pmic: rk8xx: fix duplicate promptQuentin Schulz1-1/+1
2024-03-14rockchip: adc: rockchip-saradc: add support for RK3588Quentin Schulz1-1/+101
2024-03-14rockchip: adc: rockchip-saradc: factor out stop callbackQuentin Schulz1-1/+21
2024-03-14rockchip: adc: rockchip-saradc: factor out start_channel callbackQuentin Schulz1-6/+24
2024-03-14rockchip: adc: rockchip-saradc: factor out channel_data callbackQuentin Schulz1-8/+29
2024-03-14rockchip: adc: rockchip-saradc: use union for preparing for v2Quentin Schulz1-10/+13
2024-03-14pmic: reword help textQuentin Schulz1-2/+2
2024-03-14power: rk8xx: add support for RK806Quentin Schulz3-2/+622
2024-03-14regulator: rk8xx: add indirection level for some ldo callbacksQuentin Schulz1-12/+36
2024-03-14regulator: rk8xx: fix SWITCH enable on RK809William Wu1-1/+1
2024-03-14regulator: rk8xx: remove unused functionsQuentin Schulz2-33/+0
2024-03-14rockchip: spi: rk_spi: do not write bytes when in read-only modeQuentin Schulz1-3/+17