aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-24configs: Resync with savedefconfigWIP/2022-01-24-assorted-updatesTom Rini199-210/+155
2022-01-24moveconfig: Fix some pylint errorsSimon Glass1-96/+110
2022-01-24moveconfig: Use a function to read filesSimon Glass1-50/+63
2022-01-24moveconfig: Use a function to write filesSimon Glass1-18/+23
2022-01-24moveconfig: Drop check for old PythonSimon Glass1-9/+1
2022-01-24moveconfig: Convert to ArgumentParserSimon Glass1-109/+112
2022-01-24moveconfig: Use single quotesSimon Glass1-36/+36
2022-01-24moveconfig: Allow querying board configurationSimon Glass2-6/+105
2022-01-24moveconfig: Allow adding unit testsSimon Glass1-0/+9
2022-01-24moveconfig: Sort the optionsSimon Glass1-10/+12
2022-01-24moveconfig: Read the database in a separate functionSimon Glass1-29/+49
2022-01-24moveconfig: Correct operation of the 'imply' featureSimon Glass1-4/+5
2022-01-24test: fix pylint warnings in test_env.pyHeinrich Schuchardt1-8/+12
2022-01-24Makefile: Add a pylint checker to the buildSimon Glass5-1/+347
2022-01-24tools: Add init files for Python toolsSimon Glass3-0/+0
2022-01-24patman: Update the list of modulesSimon Glass1-3/+6
2022-01-24dtoc: Fix up a code comment that confuses pylintSimon Glass1-1/+1
2022-01-24.gitignore: Ignore any html coverage directorySimon Glass1-0/+3
2022-01-24pci: iproc: Set all 24 bits of PCI class codePali Rohár1-5/+4
2022-01-24Merge branch '2022-01-24-assorted-fixes-and-updates'Tom Rini16-50/+80
2022-01-24cmd: Add Kconfig option for multiprocessor cmdsAshok Reddy Soma3-6/+13
2022-01-24mkimage: struct stat.st_size may not be longHeinrich Schuchardt1-3/+4
2022-01-24MAINTAINERS: Update e-mail in Xen maintainershipAnastasiia Lukianenko1-1/+1
2022-01-24mkimage: Allow to specify the signature algorithm on the command lineJan Kiszka6-23/+42
2022-01-24mkimage: Drop unused OPT_STRING constantJan Kiszka1-1/+0
2022-01-24image-fit: Make string of algo parameter constantJan Kiszka4-8/+8
2022-01-24misc: mark write buffer constJohn Keeping2-2/+2
2022-01-24tools/fitimage: make sure dumpimage still works when "@" are detectedStefan Eichenberger1-2/+10
2022-01-24tools/fitimage: remove redundant format checkStefan Eichenberger1-5/+0
2022-01-24vexpress64: semi_defconfig: disable CRC32 supportAndre Przywara1-0/+1
2022-01-24Merge tag 'u-boot-stm32-20220124' of https://source.denx.de/u-boot/custodians...WIP/24Jan2022Tom Rini30-684/+1510
2022-01-24configs: stm32mp15: Enable OF_BOARD flagPatrice Chotard1-0/+1
2022-01-24stm32prog: add partition name in treat_partition_list error messagesPatrick Delaunay1-6/+6
2022-01-24board: stm32mp1: solve compilation issue when ENV_IS_IN_MMC is deactivatedPatrick Delaunay1-2/+4
2022-01-24stm32mp: fix board_get_alt_info_mmc()Heinrich Schuchardt1-1/+1
2022-01-24ARM: dts: stm32: Synchronize DHCOM DTs with Linux 5.15.12Marek Vasut10-424/+917
2022-01-24ARM: dts: stm32: Synchronize DHCOR DTs with Linux 5.15.12Marek Vasut9-224/+503
2022-01-24arm: dts: stm32mp15: alignment with v5.16Patrick Delaunay3-14/+15
2022-01-24stm32mp: correct the dependency for bootcount configsPatrick Delaunay1-1/+1
2022-01-24stm32mp: remove the bootcount activationPatrick Delaunay2-9/+0
2022-01-24ARM: dts: stm32: Add DFU support for DHCOR recoveryMarek Vasut3-2/+61
2022-01-24arm: stm32mp: Fix USB boot device reportMarek Vasut1-1/+1
2022-01-23Merge https://source.denx.de/u-boot/custodians/u-boot-shTom Rini3-10/+11
2022-01-22arm: dts: rz-g2-beacon-u-boot: Enable pinmux for QSPIAdam Ford1-0/+9
2022-01-22arm: rmobile: rzg2_beacon: Migrate reset to SYSRESET_PSCIAdam Ford2-10/+2
2022-01-22Merge tag 'efi-2022-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...WIP/22Jan2022Tom Rini27-284/+480
2022-01-21Merge branch '2022-01-21-Kconfig-migrations'Tom Rini321-389/+473
2022-01-21Convert CONFIG_AT91_EFLASH to KconfigPatrick Delaunay4-3/+9
2022-01-21configs: Migrate CONFIG_SYS_MAX_FLASH_BANKS to KconfigPatrick Delaunay185-129/+114
2022-01-21mtd: cfi: change CONFIG_SYS_MAX_FLASH_BANKS_DETECT as booleanPatrick Delaunay18-27/+35