aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-09-07net: fm: Add support for FIT firmwareSean Anderson1-0/+18
2022-09-07net: Convert fit verification to use fit_get_data_*Sean Anderson2-66/+4
2022-09-07cmd: fpga: Convert to use fit_get_data_nodeSean Anderson1-18/+6
2022-09-07ARMv8/sec_firmware: Convert to use fit_get_data_conf_propSean Anderson1-37/+2
2022-09-07image: fit: Add some helpers for getting dataSean Anderson2-0/+107
2022-09-07ARMv8/sec_firmware: Remove SEC_FIRMWARE_FIT_CNF_NAMESean Anderson1-13/+4
2022-09-07board: freescale: p1_p2_rdb_pc: Calculate offsets for eSDHC boot sectorPali Rohár1-0/+4
2022-09-07board: freescale: p1_p2_rdb_pc: Delete watchdog max6370 node in load_default ...Pali Rohár1-0/+28
2022-09-07board: freescale: p1_p2_rdb_pc: Add env commands norlowerboot, norupperboot, ...Pali Rohár2-0/+33
2022-09-06ARM: dts: stm32mp15: remove hwlocks from pinctrlEtienne Carriere1-2/+0
2022-09-06ARM: stm32: Switch DHSOM to FMC2 EBI driverMarek Vasut6-90/+2
2022-09-06Merge https://source.denx.de/u-boot/custodians/u-boot-riscvWIP/06Sept2022Tom Rini8-135/+129
2022-09-06Merge tag 'fsl-qoriq-2022-9-6' of https://source.denx.de/u-boot/custodians/u-...Tom Rini16-13/+227
2022-09-06configs: stih410-b2260: Fix SYS_HZ_CLOCK valuePatrice Chotard1-1/+1
2022-09-06configs: stm32: Enable CONFIG_DM_REGULATOR for stm32f769-discoPatrice Chotard2-0/+2
2022-09-06ARM: dts: stm32: Fix display-timings settings for stm32f746-discoPatrice Chotard1-1/+1
2022-09-06clk: stm32mp: handle ck_usbo_48m clock provided by USBPHYCPatrick Delaunay1-15/+20
2022-09-06phy: stm32-usbphyc: usbphyc is a clock provider of ck_usbo_48m clockPatrick Delaunay1-0/+79
2022-09-06phy: stm32-usbphyc: add counter of PLL consumerPatrick Delaunay1-28/+48