aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-28i2c: Rename SPL/TPL_I2C_SUPPORT to I2CSimon Glass276-287/+291
2021-07-28i2c: Create a new Kconfig for I2CSimon Glass1-2/+24
2021-07-28i2c: Drop unused CONFIG_I2CSimon Glass4-4/+0
2021-07-28i2c: Fix the migration warningSimon Glass1-1/+1
2021-07-28i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass110-130/+133
2021-07-28Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISCSimon Glass146-159/+159
2021-07-28Rename GPIO_SUPPORT to GPIOSimon Glass185-194/+194
2021-07-28Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOSTSimon Glass44-49/+49
2021-07-28Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOGSimon Glass110-111/+111
2021-07-28Rename SPL_MUSB_NEW_SUPPORT to SPL_MUSB_NEWSimon Glass7-7/+7
2021-07-28Rename SPL_ETH_SUPPORT to SPL_ETHSimon Glass15-25/+25
2021-07-28Rename SPL_CRYPTO_SUPPORT to SPL_CRYPTOSimon Glass8-8/+8
2021-07-28Rename SPL_POWER_SUPPORT to SPL_POWERSimon Glass88-93/+93
2021-07-28Makefile: Move phy rules into drivers/phySimon Glass12-4/+15
2021-07-28Makefile: Sort the subdirectoriesSimon Glass1-5/+5
2021-07-28README: Fix hyphenation in the directory docsSimon Glass1-9/+9
2021-07-28lib: Create a new Kconfig option for charset conversionSimon Glass2-1/+9
2021-07-28Allow efi_loader header to be included alwaysSimon Glass1-91/+94
2021-07-28Use LIB_UUID with ACPIGEN and FS_BTRFSSimon Glass2-0/+2
2021-07-28disk: Tidy up #ifdefs in part_efiSimon Glass1-5/+6
2021-07-28Makefile: Drop include/asm directory as well as symlinkSimon Glass1-1/+1
2021-07-28Merge branch '2021-07-28-setexpr-fmt-support'Tom Rini13-5/+949
2021-07-27AzureCI: Move i.MX8 builds to their own jobTom Rini1-1/+3
2021-07-27test: cmd: setexpr: add format string testsRoland Gaudig2-0/+85
2021-07-27doc: usage: add description for setexpr commandRoland Gaudig3-0/+150
2021-07-27cmd: setexpr: add format string handlingRoland Gaudig6-178/+300
2021-07-27cmd: printf: add helper functions from busyboxRoland Gaudig1-0/+121
2021-07-27cmd: printf: import busybox-1.33.1 printf.cRoland Gaudig1-0/+455
2021-07-27lib: strto: add simple_strtoll functionRoland Gaudig2-0/+9
2021-07-27Merge tag 'u-boot-amlogic-20210727' of https://source.denx.de/u-boot/custodia...WIP/27Jul2021Tom Rini12-7/+113
2021-07-27Merge tag 'u-boot-stm32-20210727' of https://source.denx.de/u-boot/custodians...Tom Rini14-9/+310
2021-07-27configs: Enable SMBIOS for Khadas VIM boardsArtem Lapkin4-0/+8
2021-07-27ARM: dts: meson: Use devicetree for SMBIOS settings for Khadas VIM boardsArtem Lapkin4-0/+90
2021-07-27phy: meson-axg-mipi: Access parent ofnode through dev_ofnode()Alper Nebi Yasak1-1/+1
2021-07-27phy: meson-axg-mipi: Rename "priv_auto_alloc_size" to "priv_auto"Alper Nebi Yasak2-2/+2
2021-07-27board: amlogic: vim3: fix phy-names property setupArtem Lapkin1-2/+2
2021-07-27VIM3: mmc_get_env_dev correct non emmc boot sourcesArtem Lapkin1-2/+8
2021-07-27meson64: add kernel compression varsArtem Lapkin1-0/+2
2021-07-27ARM: dts: stm32mp: Add OP-TEE reserved memory to SPL dtbAlexandru Gagniuc1-0/+3
2021-07-27stm32mp1: spl: Configure TrustZone controller for OP-TEEAlexandru Gagniuc1-0/+92
2021-07-27arm: stm32mp: Implement support for TZC 400 controllerAlexandru Gagniuc3-0/+170
2021-07-27spl: Introduce spl_board_prepare_for_optee() hookAlexandru Gagniuc2-0/+19
2021-07-27spl: mmc: Support OP-TEE payloads in Falcon modeAlexandru Gagniuc1-2/+2
2021-07-27ARM: dts: stm32: Fix AV96 eMMC pinmuxMarek Vasut2-2/+2
2021-07-27clk: stm32mp1: add support of missing SPI clocksPatrick Delaunay1-0/+13
2021-07-27stm32mp1: add pull-up for gpio button PA13 and PA14Patrick Delaunay3-4/+6
2021-07-27arm: stm32mp1: force boot_device variable for invalid TAMP register valuePatrick Delaunay1-1/+3
2021-07-26configs: Resync with savedefconfigTom Rini632-1222/+205
2021-07-26Prepare v2021.10-rc1v2021.10-rc1Tom Rini1-2/+2
2021-07-26Merge tag 'xilinx-for-v2021.10-rc1' of https://source.denx.de/u-boot/custodia...WIP/26Jul2021Tom Rini31-151/+950