aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-04configs: j721e_evm: Add support for UHS modesFaiz Abbas2-0/+9
2021-02-04arm: dts: k3-j7200-common-proc-board: Enable support for UHS modesFaiz Abbas3-2/+63
2021-02-04arm: dts: k3-j7200-main: Add support for gpio0Faiz Abbas1-0/+22
2021-02-04arm: dts: k3-j721e-common-proc-board: Add support for UHS modes for SD cardFaiz Abbas1-0/+32
2021-02-04arm: dts: k3-j721e-main: Update otap-delay valuesFaiz Abbas1-3/+5
2021-02-04arm: dts: k3-am65: Fix mmc nodesFaiz Abbas4-60/+74
2021-02-04mmc: am654_sdhci: Use sdhci_set_control_reg()Faiz Abbas1-16/+2
2021-02-04mmc: am654_sdhci: Fix HISPD bit configuration in some lower speed modesFaiz Abbas2-2/+24
2021-02-04mmc: am654_sdhci: Add support for software tuningFaiz Abbas1-0/+45
2021-02-04mmc: am654_sdhci: Add support for writing to clkbuf_selFaiz Abbas1-0/+11
2021-02-04mmc: am654_sdhci: Add support for input tap delayFaiz Abbas1-80/+161
2021-02-04mmc: am654_sdhci: Add support for AM65x SR2.0Faiz Abbas1-0/+30
2021-02-04mmc: am654_sdhci: Add flag for PHY calibrationFaiz Abbas1-12/+14
2021-02-04mmc: am654_sdhci: Convert flag fields to BIT macroFaiz Abbas1-4/+4
2021-02-04mmc: am654_sdhci: Unconditionally switch off DLL in the beginning of ios_post()Faiz Abbas1-9/+1
2021-02-04mmc: sdhci: Add helper functions for UHS modesFaiz Abbas2-0/+105
2021-02-04configs: am335x_evm: enable CONFIG_SPL_ALLOC_BDDario Binacchi1-0/+1
2021-02-04remoteproc: k3_r5: Sync to upstreamed kernel DT property namesSuman Anna7-59/+59
2021-02-04configs: am65x_evm_a53: Enable config for phandle check while getting sequenc...Aswath Govindraju1-0/+1
2021-02-04configs: legoev3: disable non-Linux boot optionsDavid Lechner1-0/+4
2021-02-04configs: legoev3: disable CONFIG_NETDavid Lechner1-1/+2
2021-02-04ARM: legoev3: drop bi_arch_numberDavid Lechner1-4/+0
2021-02-04ARM: legoev3: set serial# env varDavid Lechner3-48/+40
2021-02-04Nokia RX-51: Convert to CONFIG_DM_MMCPali Rohár2-15/+24
2021-02-02Merge branch '2021-02-01-assorted-fixes'Tom Rini9-8/+26
2021-02-01azure: Add -E back for the world build scriptWIP/2021-02-01-assorted-fixesBin Meng1-1/+1
2021-02-01test/py: fix runtest wrapper for pytest 6Stephen Warren1-1/+4
2021-02-01MAINTAINERS: Add maintainer to network subsystemRamon Fried1-0/+1
2021-02-01disk: part_dos: update partition table entries after writeGary Bisson1-0/+6
2021-02-01common: Kconfig.boot: Add FIT_PRINT config optionRavik Hasija2-2/+8
2021-02-01cmd: load, emit error message for invalid block deviceHeinrich Schuchardt1-1/+3
2021-02-01arm: Remove #include <version.h> from armv8/fwcall.cPali Rohár1-1/+0
2021-02-01tools/fit_check_sign.c: Update usage function.Ilies CHERGUI1-2/+3
2021-02-01Prepare v2021.04-rc1v2021.04-rc1Tom Rini1-2/+2
2021-02-01Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86WIP/01Feb2021Tom Rini16-32/+124
2021-02-01x86: Reduce size of samus imageSimon Glass2-0/+4
2021-02-01x86: tpl: Show next stage being bootedSimon Glass1-1/+6
2021-02-01x86: spl: Clear BSS unconditionallySimon Glass1-1/+1
2021-02-01x86: zimage: Improve command-line debug handlingSimon Glass1-3/+7
2021-02-01x86: zimage: Allow dumping the image from outside the moduleSimon Glass2-8/+25
2021-02-01x86: Update Chromium OS GNVS namesSimon Glass1-6/+28
2021-02-01x86: spl: Make moving BSS conditionalSimon Glass1-0/+2
2021-02-01x86: Make sure the SPL image ends on a suitable boundarySimon Glass1-0/+10
2021-02-01x86: apl: Enhance debugging in the SPL loaderSimon Glass1-5/+7
2021-02-01x86: spl: Add a function to find the text baseSimon Glass2-0/+16
2021-02-01x86: acpi_gpe: Update driver name to match devicetreeSimon Glass1-2/+4
2021-02-01acpi: Tidy up documentation for struct acpi_gpioSimon Glass1-4/+5
2021-02-01x86: coral: Add a devicetree node for eMMCSimon Glass1-0/+6
2021-02-01x86: tsc_timer: Correct overflow in __udelay()Simon Glass1-1/+1
2021-02-01cmd: CMD_ACPI depends on ACPIGENHeinrich Schuchardt1-1/+2