summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-28imx8m: fixup thermal tripsAndrejs Cainikovs
2022-06-28board: atmel: remove calls to debug_uart_initEugen Hristev
2022-06-28ARM: dts: at91: sam9x60ek: fix eeprom compatibleEugen Hristev
2022-06-28misc: i2c_eeprom: remove 24aa02e48Eugen Hristev
2022-06-28ARM: dts: at91: replace microchip, 24aa02e48 with atmel, at24c02Eugen Hristev
2022-06-28ARM: dts: at91: sama7g5/sama7g5ek: sync with kernel at91 5.19Eugen Hristev
2022-06-28dt-bindings: sound: add microchip,pdmc.hEugen Hristev
2022-06-28configs: at91: sama5d2_icp: enable QSPI and SF commandSergiu Moga
2022-06-28configs: at91: sam9x60ek: enable QSPI and SF commandSergiu Moga
2022-06-28ARM: dts: sam9x60: fix compatible for qspi child nodeSergiu Moga
2022-06-28armv8: u-boot-spl.lds: mark __image_copy_start as symbolPeng Fan
2022-06-28spl: binman: Disable u_boot_any symbols for i.MX8M boardsAlper Nebi Yasak
2022-06-28spl: binman: Check at runtime if binman symbols were filled inAlper Nebi Yasak
2022-06-28spl: binman: Add config options for binman symbols in VPLAlper Nebi Yasak
2022-06-28spl: binman: Split binman symbols support from enabling binmanAlper Nebi Yasak
2022-06-28spl: binman: Declare extern symbols for VPL as wellAlper Nebi Yasak
2022-06-28spl: binman: Make TPL_BINMAN_SYMBOLS depend on TPL_FRAMEWORKAlper Nebi Yasak
2022-06-28spl: binman: Fix use of undeclared u_boot_any symbolsAlper Nebi Yasak
2022-06-28sandbox: cast to pointer from integer of different sizeHeinrich Schuchardt
2022-06-28dm: spl: Allow SPL to show memory usageSimon Glass
2022-06-28dm: core: Add a command to show driver model statisticsSimon Glass
2022-06-28dm: core: Add a way to collect memory usageSimon Glass
2022-06-28dm: core: Support accessing core tagsSimon Glass
2022-06-28dm: core: Switch the testbus driver to use a new structSimon Glass
2022-06-28dm: core: Add documentation for the dm commandSimon Glass
2022-06-28dm: core: Fix addresses in the dm static commandSimon Glass
2022-06-28dm: core: Sort dm subcommandsSimon Glass
2022-06-28dm: core: Rename dm_dump_all()Simon Glass
2022-06-28test: fix some pylint errors in test_bind.pyHeinrich Schuchardt
2022-06-28sandbox: raise SANDBOX_RAM_SIZE_MB default to 256Heinrich Schuchardt
2022-06-28patman: Fix defaults not propagating to subparsersSean Anderson
2022-06-28dm: fix formatting of uclass dumpHeinrich Schuchardt
2022-06-28sandbox: show error if the device-tree cannot be loadedHeinrich Schuchardt
2022-06-28sandbox: add function os_printf()Heinrich Schuchardt
2022-06-28patman: test_util: Print test stdout/stderr within test summariesAlper Nebi Yasak
2022-06-28patman: test_util: Customize unittest test results for more infoAlper Nebi Yasak
2022-06-28patman: test_util: Use unittest text runner to print test resultsAlper Nebi Yasak
2022-06-28patman: test_util: Handle nonexistent tests while loading testsAlper Nebi Yasak
2022-06-28patman: test_util: Fix printing results for failed testsAlper Nebi Yasak
2022-06-28dm: core: Use device_foreach_child where possibleSean Anderson
2022-06-28dm: core: Provide fallbacks for ofnode_conf_read_...Sean Anderson
2022-06-28sandbox: usb: Fix out-of-bounds read when fd=-1Sean Anderson
2022-06-28dtoc: Update fdt tests to use test_utilSimon Glass
2022-06-28bloblist: Describe the design goalsSimon Glass
2022-06-27Merge branch '2022-06-27-add-armv8-sha1-sha256-support' into nextTom Rini
2022-06-27qemu_arm64: Enable CONFIG_ARMV8_CRYPTO supportTom Rini
2022-06-27armv8 SHA-256 using ARMv8 Crypto ExtensionsLoic Poulain
2022-06-27lib: sha256: Add support for hardware specific sha256_processLoic Poulain
2022-06-27armv8 SHA-1 using ARMv8 Crypto Extensions:Loic Poulain
2022-06-27sha1: Fix digest state size/typeLoic Poulain