aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-26Makefile: Move drivers/i2c/ into drivers/MakefileWIP/2021-07-26-build-improvementsSimon Glass2-5/+0
2021-07-26i2c: Rename SPL/TPL_I2C_SUPPORT to I2CSimon Glass276-287/+291
2021-07-26i2c: Create a new Kconfig for I2CSimon Glass1-2/+24
2021-07-26i2c: Drop unused CONFIG_I2CSimon Glass4-4/+0
2021-07-26i2c: Fix the migration warningSimon Glass1-1/+1
2021-07-26i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass110-130/+133
2021-07-26Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISCSimon Glass146-159/+159
2021-07-26Rename GPIO_SUPPORT to GPIOSimon Glass186-195/+195
2021-07-26Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOSTSimon Glass44-49/+49
2021-07-26Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOGSimon Glass110-111/+111
2021-07-26Rename SPL_MUSB_NEW_SUPPORT to SPL_MUSB_NEWSimon Glass7-7/+7
2021-07-26Rename SPL_ETH_SUPPORT to SPL_ETHSimon Glass15-25/+25
2021-07-26Rename SPL_CRYPTO_SUPPORT to SPL_CRYPTOSimon Glass8-8/+8
2021-07-26Rename SPL_POWER_SUPPORT to SPL_POWERSimon Glass88-93/+93
2021-07-26Makefile: Move phy rules into drivers/phySimon Glass2-4/+5
2021-07-26Makefile: Sort the subdirectoriesSimon Glass1-5/+5
2021-07-26README: Fix hyphenation in the directory docsSimon Glass1-9/+9
2021-07-26Make EFI_LOADER depend on DM and OF_CONTROLSimon Glass1-1/+3
2021-07-26lib: Create a new Kconfig option for charset conversionSimon Glass2-1/+9
2021-07-26Allow efi_loader header to be included alwaysSimon Glass1-91/+94
2021-07-26Use LIB_UUID with ACPIGEN and FS_BTRFSSimon Glass2-0/+2
2021-07-26disk: Tidy up #ifdefs in part_efiSimon Glass1-5/+6
2021-07-26Makefile: Drop include/asm directory as well as symlinkSimon Glass1-1/+1
2021-07-26Merge tag 'xilinx-for-v2021.10-rc1' of https://source.denx.de/u-boot/custodia...WIP/26Jul2021Tom Rini31-151/+950
2021-07-26arm64: zynqmp: Move USB3 PHY properties from DWC3 node to USB nodeManish Narani13-30/+30
2021-07-26xilinx: Define kernel_comp_addr_r,kernel_comp_size env variablesRaju Kumar Pothuraju2-0/+4
2021-07-26arm64: versal: Drop default definitions of CONFIG_SYS_PBSIZEMichal Simek1-2/+0
2021-07-26arm64: zynqmp: Enable reset and poweroff via sysreset frameworkMichal Simek1-0/+3
2021-07-26arm64: zynqmp: Do not define do_reset() if sysreset is enabledMichal Simek1-0/+2
2021-07-26psci: Do not define do_poweroff() if CONFIG_SYSRESET_CMD_POWEROFF is enabledMichal Simek1-1/+1
2021-07-26xilinx: versal: Enable Xilinx AXI MRMACAshok Reddy Soma1-0/+1
2021-07-26net: xilinx: axi_mrmac: Add MRMAC driverAshok Reddy Soma5-0/+778
2021-07-26net: ethtool: Add ethernet speed macros for higher speedsAshok Reddy Soma1-0/+8
2021-07-26clk: zynqmp: Add support for enabling clock on lpd_lsbusMichal Simek1-0/+1
2021-07-26arm64: dts: zynqmp: Enable USB2.0 for zc1751-xm016-dc2Piyush Mehta1-2/+0
2021-07-26xilinx: Return ENVL_NOWHERE instead of ENVL_UNKNOWNMike Looijmans2-6/+6
2021-07-26mmc: zynq_sdhci: Make variables/structure staticMichal Simek1-6/+10
2021-07-26mmc: zynq_sdhci: Fix kernel doc warningsMichal Simek1-12/+12
2021-07-26mmc: zynq_sdhci: Split set_tapdelay function to in and outAshok Reddy Soma3-40/+50
2021-07-26mmc: zynq_sdhci: Use Mask writes for Tap delaysAshok Reddy Soma1-27/+31
2021-07-26mmc: zynq_sdhci: Allow configuring zero Tap valuesAshok Reddy Soma1-12/+4
2021-07-26mmc: zynq_sdhci: Resolve uninitialized return valueAshok Reddy Soma1-12/+8
2021-07-26xilinx: zynqmp: increase CONFIG_SYS_SPL_MALLOC_SIZE to 16MBRicardo Salveti1-1/+1
2021-07-24Merge tag 'efi-2021-10-rc1-3' of https://source.denx.de/u-boot/custodians/u-b...WIP/24Jul2021Tom Rini16-50/+1798
2021-07-24Merge branch '2021-07-24-arm-and-platform-updates'Tom Rini26-295/+245
2021-07-24serial: pl011: Enable DEBUG_UART_PL011 in SPLChen Baozi1-2/+6
2021-07-24reset: ast2600: Fix missing reference operatorChia-Wei Wang1-4/+4
2021-07-24MAINTAINERS: correct the path of UEFI docsAKASHI Takahiro1-1/+1
2021-07-24test/py: efi_capsule: align with efidebug syntax changesAKASHI Takahiro1-3/+3
2021-07-24efi_loader: remove asm/setjmp.h from efi_api.hAKASHI Takahiro3-4/+2