summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-30mmc: arm_pl180_mmci: Don't bind to all arm, primecell devicesStephan Gerhold
2021-07-30mmc: rpmb: Fix driver routing memory alignment with tmp bufferlitchipi
2021-07-29Merge branch '2021-07-28-assorted-fixes'Tom Rini
2021-07-29Merge tag 'ti-v2021.10-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2021-07-29configs: meson64_android: don't set console bootargsMattijs Korpershoek
2021-07-29configs: meson64_android: use logo part label instead of indexMattijs Korpershoek
2021-07-29configs: meson64_android: use boot part label instead of indexMattijs Korpershoek
2021-07-29configs: meson64_android: use CONFIG_FASTBOOT_USB_DEVMattijs Korpershoek
2021-07-29configs: meson64_android: fix bad indent in EXTRA_ENV_SETTINGSMattijs Korpershoek
2021-07-29configs: sei610: fix typo in header commentMattijs Korpershoek
2021-07-29board: ti: k2g: Program PadConfig_202 before locking RSTMUX8Suman Anna
2021-07-28mkimage: use environment variable MKIMAGE_SIGN_PIN to set pin for OpenSSL EngineMarc Kleine-Budde
2021-07-28test/py: Improve check for mksquashfs versionMarek BehĂșn
2021-07-28build: remove the variable NM in gen_ll_addressable_symbols.shPatrick Delaunay
2021-07-28lib: rsa: rsa-sign: Minor bug in debug messageChan, Donald
2021-07-28lib: rsa: rsa-verify: Fix a typo in a debug messageThomas Perrot
2021-07-28arm64: Update memcpy_{from, to}io() helpersPatrice Chotard
2021-07-28arm: use the correct prototype for reset_cpu functionPatrick Delaunay
2021-07-28doc: sandbox: Fix up dependenciesSimon Glass
2021-07-28pci: swap_case: Allow compilation on 32-bit machinesSimon Glass
2021-07-28Merge branch '2021-07-28-build-improvements'Tom Rini
2021-07-28Makefile: Move drivers/i2c/ into drivers/MakefileSimon Glass
2021-07-28i2c: Rename SPL/TPL_I2C_SUPPORT to I2CSimon Glass
2021-07-28i2c: Create a new Kconfig for I2CSimon Glass
2021-07-28i2c: Drop unused CONFIG_I2CSimon Glass
2021-07-28i2c: Fix the migration warningSimon Glass
2021-07-28i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass
2021-07-28Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISCSimon Glass
2021-07-28Rename GPIO_SUPPORT to GPIOSimon Glass
2021-07-28Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOSTSimon Glass
2021-07-28Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOGSimon Glass
2021-07-28Rename SPL_MUSB_NEW_SUPPORT to SPL_MUSB_NEWSimon Glass
2021-07-28Rename SPL_ETH_SUPPORT to SPL_ETHSimon Glass
2021-07-28Rename SPL_CRYPTO_SUPPORT to SPL_CRYPTOSimon Glass
2021-07-28Rename SPL_POWER_SUPPORT to SPL_POWERSimon Glass
2021-07-28Makefile: Move phy rules into drivers/phySimon Glass
2021-07-28Makefile: Sort the subdirectoriesSimon Glass
2021-07-28README: Fix hyphenation in the directory docsSimon Glass
2021-07-28lib: Create a new Kconfig option for charset conversionSimon Glass
2021-07-28Allow efi_loader header to be included alwaysSimon Glass
2021-07-28Use LIB_UUID with ACPIGEN and FS_BTRFSSimon Glass
2021-07-28disk: Tidy up #ifdefs in part_efiSimon Glass
2021-07-28Makefile: Drop include/asm directory as well as symlinkSimon Glass
2021-07-28Merge branch '2021-07-28-setexpr-fmt-support'Tom Rini
2021-07-27AzureCI: Move i.MX8 builds to their own jobTom Rini
2021-07-27test: cmd: setexpr: add format string testsRoland Gaudig
2021-07-27doc: usage: add description for setexpr commandRoland Gaudig
2021-07-27cmd: setexpr: add format string handlingRoland Gaudig
2021-07-27cmd: printf: add helper functions from busyboxRoland Gaudig
2021-07-27cmd: printf: import busybox-1.33.1 printf.cRoland Gaudig