summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-25efi: Correct call to write_acpi_tables()Simon Glass
2022-01-25sandbox: Allow building with GENERATE_ACPI_TABLESimon Glass
2022-01-25x86: Tidy up use of CONFIG_ACPIGENSimon Glass
2022-01-25arm: Allow supporting ACPI-table generationSimon Glass
2022-01-25x86: Move the acpi table to generic global_dataSimon Glass
2022-01-25x86: Allow any arch to generate ACPI tablesSimon Glass
2022-01-25Merge branch '2022-01-24-assorted-updates'Tom Rini
2022-01-24configs: Resync with savedefconfigTom Rini
2022-01-24moveconfig: Fix some pylint errorsSimon Glass
2022-01-24moveconfig: Use a function to read filesSimon Glass
2022-01-24moveconfig: Use a function to write filesSimon Glass
2022-01-24moveconfig: Drop check for old PythonSimon Glass
2022-01-24moveconfig: Convert to ArgumentParserSimon Glass
2022-01-24moveconfig: Use single quotesSimon Glass
2022-01-24moveconfig: Allow querying board configurationSimon Glass
2022-01-24moveconfig: Allow adding unit testsSimon Glass
2022-01-24moveconfig: Sort the optionsSimon Glass
2022-01-24moveconfig: Read the database in a separate functionSimon Glass
2022-01-24moveconfig: Correct operation of the 'imply' featureSimon Glass
2022-01-24test: fix pylint warnings in test_env.pyHeinrich Schuchardt
2022-01-24Makefile: Add a pylint checker to the buildSimon Glass
2022-01-24tools: Add init files for Python toolsSimon Glass
2022-01-24patman: Update the list of modulesSimon Glass
2022-01-24dtoc: Fix up a code comment that confuses pylintSimon Glass
2022-01-24.gitignore: Ignore any html coverage directorySimon Glass
2022-01-24pci: iproc: Set all 24 bits of PCI class codePali Rohár
2022-01-24Merge branch '2022-01-24-assorted-fixes-and-updates'Tom Rini
2022-01-24cmd: Add Kconfig option for multiprocessor cmdsAshok Reddy Soma
2022-01-24mkimage: struct stat.st_size may not be longHeinrich Schuchardt
2022-01-24MAINTAINERS: Update e-mail in Xen maintainershipAnastasiia Lukianenko
2022-01-24mkimage: Allow to specify the signature algorithm on the command lineJan Kiszka
2022-01-24mkimage: Drop unused OPT_STRING constantJan Kiszka
2022-01-24image-fit: Make string of algo parameter constantJan Kiszka
2022-01-24misc: mark write buffer constJohn Keeping
2022-01-24tools/fitimage: make sure dumpimage still works when "@" are detectedStefan Eichenberger
2022-01-24tools/fitimage: remove redundant format checkStefan Eichenberger
2022-01-24vexpress64: semi_defconfig: disable CRC32 supportAndre Przywara
2022-01-24Merge tag 'u-boot-stm32-20220124' of https://source.denx.de/u-boot/custodians...Tom Rini
2022-01-24configs: stm32mp15: Enable OF_BOARD flagPatrice Chotard
2022-01-24stm32prog: add partition name in treat_partition_list error messagesPatrick Delaunay
2022-01-24board: stm32mp1: solve compilation issue when ENV_IS_IN_MMC is deactivatedPatrick Delaunay
2022-01-24stm32mp: fix board_get_alt_info_mmc()Heinrich Schuchardt
2022-01-24ARM: dts: stm32: Synchronize DHCOM DTs with Linux 5.15.12Marek Vasut
2022-01-24ARM: dts: stm32: Synchronize DHCOR DTs with Linux 5.15.12Marek Vasut
2022-01-24arm: dts: stm32mp15: alignment with v5.16Patrick Delaunay
2022-01-24stm32mp: correct the dependency for bootcount configsPatrick Delaunay
2022-01-24stm32mp: remove the bootcount activationPatrick Delaunay
2022-01-24ARM: dts: stm32: Add DFU support for DHCOR recoveryMarek Vasut
2022-01-24arm: stm32mp: Fix USB boot device reportMarek Vasut
2022-01-23Merge https://source.denx.de/u-boot/custodians/u-boot-shTom Rini