aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-18ARM: dts: imx: Drop Atheros PHY header from i.MX8M Plus DHCOM PDK2Marek Vasut1-1/+0
2022-09-18ARM: dts: imx: Add HW variant details to i.MX8M Plus DHCOM PDK2Marek Vasut1-0/+5
2022-09-18ARM: imx: Enable USB ethernet on i.MX8M Plus DHCOMMarek Vasut1-2/+6
2022-09-18board: gateworks: venice: add fixup for GW73xx-C+Tim Harvey3-7/+46
2022-09-18arm: dts: imx8mn-beacon-kit-u-boot: Fix broken bootingAdam Ford1-0/+4
2022-09-18crypto/fsl: fsl_hash: Fix crash in flush dcacheGaurav Jain1-6/+16
2022-09-18imx: romapi: fix spurious ampersand in address printMarcel Ziswiler1-1/+1
2022-09-18doc: imx: habv4: Add Secure Boot guide for i.MX8M SPL targetsMarek Vasut4-0/+411
2022-09-18ARM: imxrt1170_defconfig: Add i.MXRT1170 defconfigJesse Taube2-0/+99
2022-09-18RAM: Add changes for i.MXRT11xx seriesJesse Taube2-0/+10
2022-09-18clk: imx: Add initial support for i.MXRT1170 clock driverJesse Taube3-0/+238
2022-09-18clk: imx: Add i.MXRT11xx pllv3 variantJesse Taube2-3/+54
2022-09-18dt-bindings: imx: Add clock binding for i.MXRT1170Jesse Taube1-0/+48
2022-09-18ARM: dts: imx: add i.MXRT1170-EVK supportJesse Taube4-1/+603
2022-09-18ARM: dts: imxrt11170-pinfunc: Add pinctrl binding headerJesse Taube1-0/+1561
2022-09-18imx: imxrt1170-evk: Add support for the NXP i.MXRT1170-EVKJesse Taube8-0/+158
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 branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-watchd...WIP/18Sep2022-nextTom Rini108-333/+311
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-18watchdog: Further cleanupStefan Roese1-4/+2
2022-09-18watchdog: Remove WATCHDOG_RESET macroStefan Roese1-36/+0
2022-09-18watchdog: Get rid of ASSEMBLY hacksStefan Roese2-36/+19
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese103-241/+235
2022-09-18cyclic: Introduce schedule() functionStefan Roese2-0/+28
2022-09-18watchdog: Integrate watchdog triggering into the cyclic frameworkStefan Roese2-32/+43
2022-09-16configs: Resync with savedefconfigTom Rini33-59/+13
2022-09-16Merge branch '2022-09-16-rationalize-the-block-interface' into nextTom Rini76-358/+291
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-16blk: Drop if_typeWIP/2022-09-16-rationalize-the-block-interfaceSimon Glass5-51/+48
2022-09-16disk: Handle UCLASS_EFI_MEDIA in dev_print()Simon Glass1-1/+4
2022-09-16blk: Switch over to using uclass IDsSimon Glass41-159/+151
2022-09-16efi: Correct assumption about if_typeSimon Glass1-1/+1
2022-09-16blk: Rewrite if_type to name functionsSimon Glass1-18/+27
2022-09-16blk: Rename var in blk_get_devnum_by_typename()Simon Glass1-6/+6
2022-09-16blk: Drop IF_TYPE_SDSimon Glass3-5/+0
2022-09-16blk: Drop IF_TYPE_ATAPISimon Glass3-8/+0
2022-09-16ide: Use a flag for an ATAPI deviceSimon Glass1-3/+3
2022-09-16blk: Drop IF_TYPE_DOCSimon Glass3-12/+0
2022-09-16blk: Hide the BLK and SPL_LEGACY_BLOCK optionsSimon Glass1-2/+2
2022-09-16blk: Drop unnecessary CONFIG_SPL_LEGACY_BLOCK in defconfigsSimon Glass5-5/+0
2022-09-16blk: Select SPL_LEGACY_BLOCK automaticallySimon Glass8-12/+7