summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-31tools: kwbimage: Don't crash when binary file name does not contain '/'Pali Rohár1-1/+1
2021-07-31tools: kwbimage: Fix generation of SATA, SDIO and PCIe imagesPali Rohár1-0/+25
2021-07-31tools: kwbimage: Add constant for SDIO bootfromMarek Behún1-0/+1
2021-07-31tools: kwbimage: Align SPI and NAND images to 256 bytesPali Rohár1-1/+18
2021-07-31tools: kwbimage: Simplify aligning and calculating checksumPali Rohár1-21/+15
2021-07-31tools: kwbimage: Fix compilation without CONFIG_SYS_U_BOOT_OFFSPali Rohár1-1/+1
2021-07-29Merge branch '2021-07-28-assorted-fixes'Tom Rini17-31/+68
2021-07-29Merge tag 'ti-v2021.10-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini55-578/+5775
2021-07-29board: ti: k2g: Program PadConfig_202 before locking RSTMUX8Suman Anna1-0/+3
2021-07-29mkimage: use environment variable MKIMAGE_SIGN_PIN to set pin for OpenSSL EngineMarc Kleine-Budde2-2/+13
2021-07-29test/py: Improve check for mksquashfs versionMarek Behún1-1/+1
2021-07-29build: remove the variable NM in gen_ll_addressable_symbols.shPatrick Delaunay3-3/+6
2021-07-29lib: rsa: rsa-sign: Minor bug in debug messageChan, Donald1-1/+1
2021-07-29lib: rsa: rsa-verify: Fix a typo in a debug messageThomas Perrot1-1/+1
2021-07-29arm64: Update memcpy_{from, to}io() helpersPatrice Chotard3-10/+26
2021-07-29arm: use the correct prototype for reset_cpu functionPatrick Delaunay4-4/+4
2021-07-29doc: sandbox: Fix up dependenciesSimon Glass2-7/+5
2021-07-29pci: swap_case: Allow compilation on 32-bit machinesSimon Glass1-2/+11
2021-07-29Merge branch '2021-07-28-build-improvements'Tom Rini548-1187/+1232
2021-07-28Makefile: Move drivers/i2c/ into drivers/MakefileSimon Glass2-5/+0
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-28AzureCI: Move i.MX8 builds to their own jobTom Rini1-1/+3
2021-07-28test: 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...Tom Rini12-7/+113