aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-29doc: environment: Further expand on Image locations and provide exampleTom Rini1-0/+53
2022-07-29Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini25-164/+1532
2022-07-29arm: mvebu: turris_omnia: Fix mpp26 pin name and commentMarek Behún1-2/+2
2022-07-29arm: mvebu: Synchronize armada-385-turris-omnia with Linux v5.20Pali Rohár2-50/+183
2022-07-29arm: mvebu: Synchronize armada-385.dtsi with Linux v5.20Pali Rohár1-8/+44
2022-07-29arm: mvebu: Synchronize armada-38x.dtsi with Linux v5.20Pali Rohár1-5/+50
2022-07-29arm: mvebu: Fix compatible string for nand controllerPali Rohár5-5/+5
2022-07-29cmd: mvebu/bubt: Fix cmd main return value on errorPali Rohár1-5/+5
2022-07-29cmd: mvebu/bubt: Add support for sha512 checksum validation for Armada 3700Pali Rohár2-0/+10
2022-07-29cmd: mvebu/bubt: Correctly propagate failure during tftp transportPali Rohár1-1/+4
2022-07-29cmd: mvebu/bubt: Verify image type for all 32-bit Aramda SoCs and Armada 3700Pali Rohár1-26/+48
2022-07-29arm: mvebu: turris_omnia: Add mcu node with gpio-controllerPali Rohár1-1/+8
2022-07-29gpio: Add Turris Omnia MCU driverPali Rohár4-0/+318
2022-07-29mvebu: pinctrl: apply SDHCI PHY config for A7KKonstantin Porotchkin1-1/+3
2022-07-29arm64: a37xx: pinctrl: Implement get_pins_count, get_pin_name and get_pin_mux...Pali Rohár1-0/+78
2022-07-29arm64: a37xx: pinctrl: Implement gpio_request_enable for gpio functionalityPali Rohár1-3/+47
2022-07-29arm64: a37xx: pinctrl: Add missing pinmuxes into the listPali Rohár1-1/+15
2022-07-29arm64: a37xx: pinctrl: Mark all functions and structures as staticPali Rohár1-4/+4
2022-07-29arm64: a37xx: pinctrl: Remove duplicate info->groups and info->ngroups fieldsPali Rohár1-13/+8
2022-07-29arm64: a37xx: pinctrl: Remove unused grp->pins fieldsPali Rohár1-15/+1
2022-07-29arm: mvebu: turris_omnia: Enable a38x pinctrl and gpio supportPali Rohár1-1/+2
2022-07-28gpio: mvebu_gpio: Set bank name to mvebu%dPali Rohár1-2/+2
2022-07-28gpio: mvebu_gpio: Read number of gpios from DTPali Rohár1-1/+1
2022-07-28gpio: mvebu_gpio: Add .request and .rfree methods for Armada 38xPali Rohár1-0/+5
2022-07-28pinctrl: Add third argument label for pinctrl_gpio_request() functionPali Rohár3-3/+5
2022-07-28arm: mvebu: Add gpio-ranges into Armada 38x device tree filePali Rohár1-0/+2
2022-07-28mvebu: pinctrl: Add Armada 38x driverPali Rohár3-0/+597
2022-07-28pinctrl: Add new function pinctrl_generic_set_state_prefix()Pali Rohár2-17/+85
2022-07-27Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini8-3/+177
2022-07-27Merge https://gitlab.denx.de/u-boot/custodians/u-boot-pmicTom Rini1-29/+13
2022-07-27Merge tag 'dm-pull-26jul22' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini24-37/+314
2022-07-27mmc: pci_mmc.c should build with ACPIGEN=nHeinrich Schuchardt1-0/+3
2022-07-27cmd: mmc: allow to write protect single boot partitionYing-Chun Liu (PaulLiu)1-3/+15
2022-07-27drivers: mmc: write protect single boot areaYing-Chun Liu (PaulLiu)2-0/+43
2022-07-27mmc: nuvoton: Add NPCM7xx mmc driverJim Liu3-0/+99
2022-07-27mmc: fsl_esdhc: Fix 'Internal clock never stabilised.' errorPali Rohár1-0/+17
2022-07-27pmic: pca9450: permit config on all bucks and LDOsHeiko Thiery1-29/+13
2022-07-26ARM: relocate: Fix Thumb code by using proper label typeAndre Przywara1-1/+2
2022-07-26Merge tag 'u-boot-imx-20220726' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini388-8491/+31833
2022-07-26Merge tag 'xilinx-for-v2022.10-rc2' of https://source.denx.de/u-boot/custodia...Tom Rini63-389/+836
2022-07-26imx: imx8mm-icore: migrate to use BINMANPeng Fan4-11/+4
2022-07-26arm: dts: imx8m: shrink ddr firmware size to actual file sizePeng Fan10-38/+38
2022-07-26ddr: imx8m: helper: load ddr firmware according to binman symbolsPeng Fan1-6/+41
2022-07-26arm: dts: imx8m: update binman ddr firmware node namePeng Fan10-38/+58
2022-07-26tools: image: support i.MX93Peng Fan2-16/+78
2022-07-26board: freescale: imx93_evk: support ethernetPeng Fan3-0/+48
2022-07-26net: dwc_eth_qos: introduce eqos hook eqos_get_enetaddrPeng Fan3-4/+18
2022-07-26net: eqos: add function to get phy node and addressYe Li2-3/+21
2022-07-26net: dwc_eth_qos: move i.MX code outPeng Fan4-92/+124
2022-07-26net: dwc_eth_qos: public some functionsPeng Fan2-273/+287