aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-18Merge branch 'mpc85xx-for-v2022.10-rc5' of https://source.denx.de/u-boot/cust...WIP/18Sep2022Tom Rini13-45/+65
2022-09-18Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini2-2/+2
2022-09-18timer: orion-timer: Use timer_conv_64() to fix timer wrap aroundStefan Roese1-1/+1
2022-09-18arm: mvebu: turris_omnia: Fix setting switch CONFIG pins on new board designMarek Behún1-1/+1
2022-09-16mmc: fsl_esdhc_spl: Add support for builds without CONFIG_SYS_MMC_U_BOOT_OFFSPali Rohár2-0/+18
2022-09-16powerpc: mpc85xx: Fix loading U-Boot proper from SD card in SPLPali Rohár1-1/+1
2022-09-16mmc: fsl_esdhc_spl: Add support for loading proper U-Boot from unaligned loca...Pali Rohár1-9/+26
2022-09-16powerpc: mpc85xx: Fix check for CONFIG_SDCARDMarek Behún1-1/+1
2022-09-16Makefile: Unify condition for mpc85xx reset vectorPali Rohár1-1/+1
2022-09-16Makefile: Reduce usage of custom mpc85xx u-boot.bin targetPali Rohár3-12/+9
2022-09-16Makefile: Build final mpc85xx non-SPL image in standard file u-boot.binPali Rohár9-24/+12
2022-09-16Makefile: Fix dependency for u-boot-with-dtb.binPali Rohár1-1/+1
2022-09-15Merge tag 'u-boot-stm32-20220915' of https://source.denx.de/u-boot/custodians...Tom Rini2-17/+17
2022-09-15i2c: stm32: fix usage of rise/fall device tree propertiesJorge Ramirez-Ortiz1-5/+6
2022-09-15i2c: stm32: do not set the STOP condition on errorAlain Volmat1-3/+3
2022-09-15i2c: stm32: remove unused stop parameter in start & reload handlingAlain Volmat1-4/+4
2022-09-15i2c: stm32: fix comment and remove unused AUTOEND bitAlain Volmat1-4/+2
2022-09-15i2c: stm32f7: fix clearing the control registerJorge Ramirez-Ortiz1-1/+1
2022-09-15configs: stm32mp15: activate DM_REGULATOR_SCMIPatrick Delaunay1-0/+1
2022-09-13Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/13Sep2022Tom Rini26-56/+340
2022-09-13arm: mvebu: Fix moving internal registersPali Rohár3-15/+34
2022-09-13arm: mvebu: Enable L2 cache also on Armada 38xPali Rohár1-7/+15
2022-09-13arm: mvebu: lowlevel.S: Use CR_M from asm/system.hPali Rohár1-1/+2
2022-09-13arm: mvebu: Guard non-AXP code by checking for AXPPali Rohár1-1/+1
2022-09-13arm: mvebu: Fix function enable_cachesPali Rohár1-1/+1
2022-09-13arm: mvebu: Mark constant data with const keywordPali Rohár7-7/+7
2022-09-13arm: mvebu: turris_omnia: Allow to use second serial portPali Rohár1-0/+2
2022-09-13tools: termios_linux.h: Fix compilation on non-glibc systemsPali Rohár1-0/+1
2022-09-13arm: mvebu: turris_mox: Add support for distroboot $fdt_addrPali Rohár2-0/+49
2022-09-13arm: mvebu: turris_{omnia, mox}: Reset bootdelay env for rescuePali Rohár2-4/+6
2022-09-13board: turris: Initialize serial# envPali Rohár3-11/+36
2022-09-13arm: mvebu: Espressobin: When emmc is not present disable it also in OF_LIVEPali Rohár1-0/+2
2022-09-13cmd: mvebu/bubt: Check for A38x/A37xx OTP secure bits and secure bootPali Rohár2-8/+121
2022-09-13cmd: mvebu/bubt: Check for A38x image data checksumPali Rohár1-1/+45
2022-09-13tools: kwboot: Change KWBOOT_MSG_RSP_TIMEO_AXP to 10msStefan Roese1-1/+1
2022-09-13arm: kirkwood: Add CONFIG_SUPPORT_PASSING_ATAGSTony Dinh6-0/+18
2022-09-12Merge tag 'dm-pull-12sep22' of https://source.denx.de/u-boot/custodians/u-boo...WIP/12Sep2022Tom Rini15-22/+389
2022-09-12binman: Add VPL supportSimon Glass12-22/+349
2022-09-12fdt_support: add optional board_rng_seed() hookRasmus Villemoes3-0/+40
2022-09-09Merge tag 'efi-2022-10-rc5' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini12-64/+290
2022-09-09efi_driver: don't bind internal block devicesHeinrich Schuchardt1-0/+9
2022-09-09lib: efi_loader: don't delete invalid handlesEtienne Carriere1-2/+7
2022-09-09efi_selftest: unit test for EFI Conformance Profile TableHeinrich Schuchardt2-0/+77
2022-09-09efi_selftest: export efi_st_get_config_table()Heinrich Schuchardt4-36/+41
2022-09-09doc: man-page for tftpputHeinrich Schuchardt2-0/+88
2022-09-09cmd: correct short text for tftpbootHeinrich Schuchardt2-2/+2
2022-09-09cmd: fix tftpput commandHeinrich Schuchardt1-24/+66
2022-09-08Merge tag 'u-boot-stm32-20220907' of https://source.denx.de/u-boot/custodians...WIP/08Sep2022Tom Rini15-155/+158
2022-09-07Merge tag 'fsl-qoriq-2022-9-7' of https://source.denx.de/u-boot/custodians/u-...WIP/07Sep2022Tom Rini10-132/+204
2022-09-07Merge tag 'dm-pull-7sep22' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini7-79/+27