aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Makefile: Move drivers/i2c/ into drivers/MakefileWIP/2021-07-26-build-improvementsSimon Glass2021-07-262-5/+0
* i2c: Rename SPL/TPL_I2C_SUPPORT to I2CSimon Glass2021-07-26276-287/+291
* i2c: Create a new Kconfig for I2CSimon Glass2021-07-261-2/+24
* i2c: Drop unused CONFIG_I2CSimon Glass2021-07-264-4/+0
* i2c: Fix the migration warningSimon Glass2021-07-261-1/+1
* i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass2021-07-26110-130/+133
* Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISCSimon Glass2021-07-26146-159/+159
* Rename GPIO_SUPPORT to GPIOSimon Glass2021-07-26186-195/+195
* Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOSTSimon Glass2021-07-2644-49/+49
* Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOGSimon Glass2021-07-26110-111/+111
* Rename SPL_MUSB_NEW_SUPPORT to SPL_MUSB_NEWSimon Glass2021-07-267-7/+7
* Rename SPL_ETH_SUPPORT to SPL_ETHSimon Glass2021-07-2615-25/+25
* Rename SPL_CRYPTO_SUPPORT to SPL_CRYPTOSimon Glass2021-07-268-8/+8
* Rename SPL_POWER_SUPPORT to SPL_POWERSimon Glass2021-07-2688-93/+93
* Makefile: Move phy rules into drivers/phySimon Glass2021-07-262-4/+5
* Makefile: Sort the subdirectoriesSimon Glass2021-07-261-5/+5
* README: Fix hyphenation in the directory docsSimon Glass2021-07-261-9/+9
* Make EFI_LOADER depend on DM and OF_CONTROLSimon Glass2021-07-261-1/+3
* lib: Create a new Kconfig option for charset conversionSimon Glass2021-07-262-1/+9
* Allow efi_loader header to be included alwaysSimon Glass2021-07-261-91/+94
* Use LIB_UUID with ACPIGEN and FS_BTRFSSimon Glass2021-07-262-0/+2
* disk: Tidy up #ifdefs in part_efiSimon Glass2021-07-261-5/+6
* Makefile: Drop include/asm directory as well as symlinkSimon Glass2021-07-261-1/+1
* Merge tag 'xilinx-for-v2021.10-rc1' of https://source.denx.de/u-boot/custodia...WIP/26Jul2021Tom Rini2021-07-2631-151/+950
|\
| * arm64: zynqmp: Move USB3 PHY properties from DWC3 node to USB nodeManish Narani2021-07-2613-30/+30
| * xilinx: Define kernel_comp_addr_r,kernel_comp_size env variablesRaju Kumar Pothuraju2021-07-262-0/+4
| * arm64: versal: Drop default definitions of CONFIG_SYS_PBSIZEMichal Simek2021-07-261-2/+0
| * arm64: zynqmp: Enable reset and poweroff via sysreset frameworkMichal Simek2021-07-261-0/+3
| * arm64: zynqmp: Do not define do_reset() if sysreset is enabledMichal Simek2021-07-261-0/+2
| * psci: Do not define do_poweroff() if CONFIG_SYSRESET_CMD_POWEROFF is enabledMichal Simek2021-07-261-1/+1
| * xilinx: versal: Enable Xilinx AXI MRMACAshok Reddy Soma2021-07-261-0/+1
| * net: xilinx: axi_mrmac: Add MRMAC driverAshok Reddy Soma2021-07-265-0/+778
| * net: ethtool: Add ethernet speed macros for higher speedsAshok Reddy Soma2021-07-261-0/+8
| * clk: zynqmp: Add support for enabling clock on lpd_lsbusMichal Simek2021-07-261-0/+1
| * arm64: dts: zynqmp: Enable USB2.0 for zc1751-xm016-dc2Piyush Mehta2021-07-261-2/+0
| * xilinx: Return ENVL_NOWHERE instead of ENVL_UNKNOWNMike Looijmans2021-07-262-6/+6
| * mmc: zynq_sdhci: Make variables/structure staticMichal Simek2021-07-261-6/+10
| * mmc: zynq_sdhci: Fix kernel doc warningsMichal Simek2021-07-261-12/+12
| * mmc: zynq_sdhci: Split set_tapdelay function to in and outAshok Reddy Soma2021-07-263-40/+50
| * mmc: zynq_sdhci: Use Mask writes for Tap delaysAshok Reddy Soma2021-07-261-27/+31
| * mmc: zynq_sdhci: Allow configuring zero Tap valuesAshok Reddy Soma2021-07-261-12/+4
| * mmc: zynq_sdhci: Resolve uninitialized return valueAshok Reddy Soma2021-07-261-12/+8
| * xilinx: zynqmp: increase CONFIG_SYS_SPL_MALLOC_SIZE to 16MBRicardo Salveti2021-07-261-1/+1
|/
* Merge tag 'efi-2021-10-rc1-3' of https://source.denx.de/u-boot/custodians/u-b...WIP/24Jul2021Tom Rini2021-07-2416-50/+1798
|\
| * MAINTAINERS: correct the path of UEFI docsAKASHI Takahiro2021-07-241-1/+1
| * test/py: efi_capsule: align with efidebug syntax changesAKASHI Takahiro2021-07-241-3/+3
| * efi_loader: remove asm/setjmp.h from efi_api.hAKASHI Takahiro2021-07-243-4/+2
| * efi_loader: capsule: remove authentication dataAKASHI Takahiro2021-07-241-13/+57
| * efi_loader: capsule: remove unused guidAKASHI Takahiro2021-07-241-3/+0
| * smbios: error handling for invalid addressesHeinrich Schuchardt2021-07-244-12/+27