aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-23Makefile: pass -undef option to cmd_gen_envpTEST/use-undefSébastien Szymanski1-1/+2
2024-02-22Merge branch 'qcom-fixes-2024.04' of https://gitlab.denx.de/u-boot/custodians...Tom Rini1-2/+2
2024-02-20Merge patch series "board/ti: k3 boards: Stop using findfdt"WIP/20Feb2024Tom Rini28-48/+205
2024-02-20include: env: ti: Drop default_findfdtNishanth Menon1-12/+0
2024-02-20board: beagle: beagleplay: Set fdtfile from C code instead of findfdt scriptNishanth Menon3-2/+16
2024-02-20board: beagle: beagleboneai64: Set fdtfile from C code instead of findfdt scriptNishanth Menon3-2/+16
2024-02-20board: ti: j721s2: Set fdtfile from C code instead of findfdt scriptNishanth Menon2-8/+8
2024-02-20board: ti: j721e: Set fdtfile from C code instead of findfdt scriptNishanth Menon2-10/+8
2024-02-20board: ti: am65x: Set fdtfile from C code instead of findfdt scriptNishanth Menon2-3/+2
2024-02-20board: ti: am64x: Set fdtfile from C code instead of findfdt scriptNishanth Menon2-9/+8
2024-02-20board: ti: am62x: Set fdtfile from C code instead of findfdt scriptNishanth Menon3-1/+11
2024-02-20board: ti: am62ax: Set fdtfile from C code instead of findfdt scriptNishanth Menon3-1/+11
2024-02-20board: ti: common: Introduce a common fdt ops libraryNishanth Menon4-0/+119
2024-02-20board: ti: Add missing common/Kconfig referencesNishanth Menon3-0/+6
2024-02-20Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usbTom Rini3-6/+8
2024-02-20Merge https://gitlab.denx.de/u-boot/custodians/u-boot-samsungTom Rini41-24/+5538
2024-02-19usb: ehci-mx6: Add i.MX93 supportMathieu Othacehe2-4/+4
2024-02-19common: usb-hub: Reset USB 3.0 hubs onlyShantur Rathore1-2/+4
2024-02-19Merge tag 'u-boot-imx-master-20240219' of https://gitlab.denx.de/u-boot/custo...WIP/19Feb2024Tom Rini24-19/+1323
2024-02-19doc: board: Add minimal documentation for Sielaff i.MX6 Solo boardFrieder Schrempf3-0/+39
2024-02-19board: Add support for Sielaff i.MX6 Solo boardFrieder Schrempf12-0/+1257
2024-02-19mtd: spi-nor-ids: Add support for ESMT/EON EN25Q80BFrieder Schrempf1-0/+1
2024-02-19MAINTAINERS: Update after GEHC spin-offIan Ray4-6/+5
2024-02-19msc_sm2s_imx8mp: Fix CONFIG_DEFAULT_FDT_FILEFabio Estevam1-1/+1
2024-02-19msc_sm2s_imx8mp: Add redundant environment supportFabio Estevam1-1/+5
2024-02-19imx8mp-msc-sm2s: Add mmc aliasesFabio Estevam1-0/+5
2024-02-19msc_sm2s_imx8mp: Make Ethernet functionalFabio Estevam1-0/+1
2024-02-19msc_sm2s_imx8mp: Convert to DM_SERIALFabio Estevam4-11/+9
2024-02-17Merge branch 'master-porter' of https://source.denx.de/u-boot/custodians/u-bo...WIP/17Feb2024Tom Rini11-1/+28
2024-02-17ARM: renesas: Enable LTO on R-CarMarek Vasut1-0/+1
2024-02-17ARM: renesas: Set R-Car Gen2 board size limit to 512 kiBMarek Vasut1-1/+2
2024-02-17ARM: renesas: Disable EFI on R-Car Gen2Marek Vasut8-0/+16
2024-02-17clk: renesas: Fix broken clocks on all Gen2 boardsNiklas Söderlund1-0/+9
2024-02-15Merge tag 'u-boot-dfu-20240215' of https://source.denx.de/u-boot/custodians/u...WIP/15Feb2024Tom Rini6-110/+180
2024-02-15doc: android: avb: sync usage detailsIgor Opaniuk1-5/+11
2024-02-15cmd: avb: rework do_avb_verify_partIgor Opaniuk1-33/+17
2024-02-15common: avb_verify: add str_avb_io_error/str_avb_slot_errorIgor Opaniuk2-1/+51
2024-02-15cmd: avb: rework printsIgor Opaniuk1-48/+75
2024-02-15common: avb_verify: rework error/debug printsIgor Opaniuk1-13/+18
2024-02-15avb: move SPDX license identifiers to the first lineIgor Opaniuk4-10/+4
2024-02-15common: avb_verify: don't call mmc_switch_part for SDIgor Opaniuk1-3/+5
2024-02-15MAINTAINERS: add custodian tree info for AVB/ABIgor Opaniuk1-0/+2
2024-02-14Merge tag 'xilinx-for-v2024.04-rc3' of https://source.denx.de/u-boot/custodia...WIP/14Feb2024Tom Rini17-79/+149
2024-02-14button: qcom-pmic: demote "unknown button" message to debugCaleb Connolly1-1/+1
2024-02-14button: qcom-pmic: fix some error checkingDan Carpenter1-1/+1
2024-02-14arm64: versal-net: Setup correct addresses of GICR/GICDMichal Simek1-2/+2
2024-02-13Prepare v2024.04-rc2v2024.04-rc2Tom Rini2-2/+2
2024-02-13Merge branch '2024-02-13-assorted-updates'Tom Rini10-56/+132
2024-02-13Revert "board: verdin-am62: set cpu core voltage depending on speed grade"WIP/2024-02-13-assorted-updatesFrancesco Dolcini1-47/+0
2024-02-13boot: add support for button commandsCaleb Connolly6-0/+115