aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-06-27lib: sha1: Add support for hardware specific sha1_processLoic Poulain
2022-06-27Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2022-06-27timer: Add SPL_REGMAP dependency for Xilinx timerMichal Simek
2022-06-27xilinx: Enable support for SquashFSMichal Simek
2022-06-24arm64: zynqmp: Move helper functions below header includesStefan Herbrechtsmeier
2022-06-24tools: zynqmp_psu_init_minimize: Move helper functions below header includesStefan Herbrechtsmeier
2022-06-24tools: zynqmp_psu_init_minimize: Use CR instead of LFStefan Herbrechtsmeier
2022-06-24tools: zynqmp_psu_init_minimize: Remove low level uart settingsStefan Herbrechtsmeier
2022-06-24xilinx: zynqmp: make spi flash support optionalStefan Herbrechtsmeier
2022-06-24xilinx: common: Separate display cpu info functionStefan Herbrechtsmeier
2022-06-24xilinx: cpuinfo: Print soc machineStefan Herbrechtsmeier
2022-06-24soc: xilinx: zynqmp: Add machine identification supportStefan Herbrechtsmeier
2022-06-24soc: xilinx: zynqmp: Remove redundant checks for zynqmp_mmio_readStefan Herbrechtsmeier
2022-06-24xilinx: zynqmp: Merge device listsStefan Herbrechtsmeier
2022-06-24xilinx: zynqmp: Reuse shift macros to define masksStefan Herbrechtsmeier
2022-06-24xilinx: zynqmp: Add macro for device type maskStefan Herbrechtsmeier
2022-06-24xilinx: zynqmp: Replace strncat with strlcatStefan Herbrechtsmeier
2022-06-24firmware: zynqmp: Probe driver before useStefan Herbrechtsmeier
2022-06-24firmware: zynqmp: Check if rx channel dev pointer is validStefan Herbrechtsmeier
2022-06-24ARM: zynq: Fix size-cells for pl353 driverAmit Kumar Mahapatra
2022-06-24arm64: zynqmp: Fix usb node drive strength and slew rateAshok Reddy Soma
2022-06-24microblaze: Remove interrupt handlerMichal Simek
2022-06-24microblaze: Convert axi timer to DM driverMichal Simek
2022-06-24cpu: add CPU driver for microblazeOvidiu Panait
2022-06-24microblaze: add support for handling PVR dataOvidiu Panait
2022-06-24microblaze: Kconfig: introduce XILINX_MICROBLAZE0_FPGA_FAMILY optionOvidiu Panait
2022-06-24microblaze: cache: introduce flush_dcache_range()Ovidiu Panait
2022-06-24microblaze: cache: introduce cpuinfo structureOvidiu Panait
2022-06-24microblaze: cache: introduce flush_cache_all()Ovidiu Panait
2022-06-24microblaze: cache: introduce Kconfig options for icache/dcache sizesOvidiu Panait
2022-06-24microblaze: cache: split flush_cache() functionOvidiu Panait
2022-06-24microblaze: cache: improve icache Kconfig optionsOvidiu Panait
2022-06-24microblaze: cache: improve dcache Kconfig optionsOvidiu Panait