- 5266463 patman: test_util: Fix printing results for failed tests by Alper Nebi Yasak · 2 years, 8 months ago
- f69a330 dm: core: Use device_foreach_child where possible by Sean Anderson · 2 years, 8 months ago
- 9b3a639 dm: core: Provide fallbacks for ofnode_conf_read_... by Sean Anderson · 2 years, 8 months ago
- 0383185 sandbox: usb: Fix out-of-bounds read when fd=-1 by Sean Anderson · 2 years, 8 months ago
- 77164ee dtoc: Update fdt tests to use test_util by Simon Glass · 2 years, 8 months ago
- 30de28b bloblist: Describe the design goals by Simon Glass · 2 years, 9 months ago
- fd42ad0 Merge branch '2022-06-27-add-armv8-sha1-sha256-support' into next by Tom Rini · 2 years, 5 months ago
- 2c18a7e qemu_arm64: Enable CONFIG_ARMV8_CRYPTO support by Tom Rini · 2 years, 5 months ago
- 040abf6 armv8 SHA-256 using ARMv8 Crypto Extensions by Loic Poulain · 2 years, 6 months ago
- 179b211 lib: sha256: Add support for hardware specific sha256_process by Loic Poulain · 2 years, 6 months ago
- 9bd0269 armv8 SHA-1 using ARMv8 Crypto Extensions: by Loic Poulain · 2 years, 6 months ago
- c7799b0 sha1: Fix digest state size/type by Loic Poulain · 2 years, 6 months ago
- 028e4a3 lib: sha1: Add support for hardware specific sha1_process by Loic Poulain · 2 years, 6 months ago
- 4050eb6 Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 2 years, 5 months ago
- 8d2bea4 timer: Add SPL_REGMAP dependency for Xilinx timer by Michal Simek · 2 years, 5 months ago
- 24ebb18 xilinx: Enable support for SquashFS by Michal Simek · 2 years, 5 months ago
- fd6d511 arm64: zynqmp: Move helper functions below header includes by Stefan Herbrechtsmeier · 2 years, 5 months ago
- 55a4c15 tools: zynqmp_psu_init_minimize: Move helper functions below header includes by Stefan Herbrechtsmeier · 2 years, 5 months ago
- cf8ccd5 tools: zynqmp_psu_init_minimize: Use CR instead of LF by Stefan Herbrechtsmeier · 2 years, 5 months ago
- 3f5966b tools: zynqmp_psu_init_minimize: Remove low level uart settings by Stefan Herbrechtsmeier · 2 years, 5 months ago
- fb027cd xilinx: zynqmp: make spi flash support optional by Stefan Herbrechtsmeier · 2 years, 5 months ago
- 11ee835 xilinx: common: Separate display cpu info function by Stefan Herbrechtsmeier · 2 years, 5 months ago
- 62c5007 xilinx: cpuinfo: Print soc machine by Stefan Herbrechtsmeier · 2 years, 5 months ago
- 3ff3bd4 soc: xilinx: zynqmp: Add machine identification support by Stefan Herbrechtsmeier · 2 years, 5 months ago
- 4f2aeb4 soc: xilinx: zynqmp: Remove redundant checks for zynqmp_mmio_read by Stefan Herbrechtsmeier · 2 years, 5 months ago
- 92c88dd xilinx: zynqmp: Merge device lists by Stefan Herbrechtsmeier · 2 years, 5 months ago
- 13b6a1d xilinx: zynqmp: Reuse shift macros to define masks by Stefan Herbrechtsmeier · 2 years, 5 months ago
- e988ffa xilinx: zynqmp: Add macro for device type mask by Stefan Herbrechtsmeier · 2 years, 5 months ago
- 6c29a42 xilinx: zynqmp: Replace strncat with strlcat by Stefan Herbrechtsmeier · 2 years, 5 months ago
- 44b9f79 firmware: zynqmp: Probe driver before use by Stefan Herbrechtsmeier · 2 years, 5 months ago
- 4999a14 firmware: zynqmp: Check if rx channel dev pointer is valid by Stefan Herbrechtsmeier · 2 years, 5 months ago
- 973f949 ARM: zynq: Fix size-cells for pl353 driver by Amit Kumar Mahapatra · 2 years, 5 months ago
- 4d0ecf6 arm64: zynqmp: Fix usb node drive strength and slew rate by Ashok Reddy Soma · 2 years, 5 months ago
- 3ebef53 microblaze: Remove interrupt handler by Michal Simek · 2 years, 5 months ago
- e8e5277 microblaze: Convert axi timer to DM driver by Michal Simek · 2 years, 5 months ago
- 64be978 cpu: add CPU driver for microblaze by Ovidiu Panait · 2 years, 6 months ago
- a850c32 microblaze: add support for handling PVR data by Ovidiu Panait · 2 years, 6 months ago
- 8592dff microblaze: Kconfig: introduce XILINX_MICROBLAZE0_FPGA_FAMILY option by Ovidiu Panait · 2 years, 6 months ago
- 9782f08 microblaze: cache: introduce flush_dcache_range() by Ovidiu Panait · 2 years, 6 months ago
- 87a739e microblaze: cache: introduce cpuinfo structure by Ovidiu Panait · 2 years, 6 months ago
- bc159c1 microblaze: cache: introduce flush_cache_all() by Ovidiu Panait · 2 years, 6 months ago
- 8713bb6 microblaze: cache: introduce Kconfig options for icache/dcache sizes by Ovidiu Panait · 2 years, 6 months ago
- e731f15 microblaze: cache: split flush_cache() function by Ovidiu Panait · 2 years, 6 months ago
- 52b5c2e microblaze: cache: improve icache Kconfig options by Ovidiu Panait · 2 years, 6 months ago
- 3ab2bed microblaze: cache: improve dcache Kconfig options by Ovidiu Panait · 2 years, 6 months ago
- 4e78eb2 microblaze: cache: replace XILINX_USE_DCACHE -> CONFIG_DCACHE by Ovidiu Panait · 2 years, 6 months ago
- 331872a microblaze: start.S: remove unused code by Ovidiu Panait · 2 years, 6 months ago
- fd8a016 cpu-uclass: relocate ops pointers for CONFIG_NEEDS_MANUAL_RELOC by Ovidiu Panait · 2 years, 6 months ago
- 344e333 cmd: cpu: migrate cpu command to U_BOOT_CMD_WITH_SUBCMDS() by Ovidiu Panait · 2 years, 6 months ago
- f942ebb microblaze: Add support for run time relocation by Michal Simek · 2 years, 5 months ago
- 39b2b6c tools: relocate-rela: Add support for 32bit Microblaze relocation by Michal Simek · 2 years, 5 months ago
- 4fad25f tools: relocate-rela: Add support for elf32 decoding by Michal Simek · 2 years, 5 months ago
- 97d5030 tools: relocate-rela: Check that relocation works only for EM_AARCH64 by Michal Simek · 2 years, 5 months ago
- f9c28a1 tools: relocate-rela: Extract elf64 reloc to special function by Michal Simek · 2 years, 5 months ago
- a8e5d75 microblaze: Create SYM_ADDR macro to deal with symbols by Michal Simek · 2 years, 5 months ago
- fa43ada microblaze: Add comment about reset location by Michal Simek · 2 years, 5 months ago
- e7d1e44 microblaze: Remove _start symbol handling at U-Boot start by Michal Simek · 2 years, 5 months ago
- da0a12a microblaze: Remove code around r20 in relocate_code() by Michal Simek · 2 years, 5 months ago
- ca0fe05 microblaze: Optimize register usage in relocate_code by Michal Simek · 2 years, 5 months ago
- 32b80be microblaze: Change stack protection address to new stack address by Michal Simek · 2 years, 5 months ago
- 9873008 microblaze: Separate code end substraction by Michal Simek · 2 years, 5 months ago
- 1a2f7b8 microblaze: Enable REMAKE_ELF by Michal Simek · 2 years, 5 months ago
- 9599f8f mips: Move endianness selection to arch/Kconfig by Michal Simek · 2 years, 5 months ago
- b4db8ec microblaze: Fix typo in exception.c by Michal Simek · 2 years, 5 months ago
- cc1495a microblaze: Remove CONFIG_TEXT_BASE from code by Michal Simek · 2 years, 5 months ago
- 653152d microblaze: Fix early stack allocation by Michal Simek · 2 years, 5 months ago
- 2d92f87 microblaze: Fix stack protection behavior by Michal Simek · 2 years, 5 months ago
- 8f57aec microblaze: Switch absolute branches to relative by Michal Simek · 2 years, 5 months ago
- ef32020 tools: relocate-rela: Read rela start/end directly from ELF by Michal Simek · 2 years, 5 months ago
- 6944cec tools: relocate-rela: Use global variables by Michal Simek · 2 years, 5 months ago
- a433616 Makefile: Fix description for relocate-rela parameters by Michal Simek · 2 years, 5 months ago
- 793ceab tools: relocate-rela: Open binary u-boot file later by Michal Simek · 2 years, 5 months ago
- 983c4a4 arm64: zynqmp: Fix tps544/u3007 node description by Michal Simek · 2 years, 5 months ago
- b696424 arm64: zynqmp: Update tps53681 i2c address by Michal Simek · 2 years, 5 months ago
- d42dec0 arm64: zynqmp: Fix i2c addresses for vck190 SC by Michal Simek · 2 years, 5 months ago
- 9280783 pinctrl: zynqmp: Add support for output-enable and bias-high-impedance by Ashok Reddy Soma · 2 years, 5 months ago
- 1c8d3fc arm64: zynqmp: Enable DP for kv260-revA board by Michal Simek · 2 years, 5 months ago
- 750becc xilinx: zynqmp: Do not use 0 as spl bss start address by Stefan Herbrechtsmeier · 2 years, 6 months ago
- ae022cf arm64: zynqmp: Add support for kr260 revA/B boards by Michal Simek · 2 years, 6 months ago
- 3b9271a serial: Setup serial base and freq for zynq/zynqmp by Michal Simek · 2 years, 6 months ago
- c7692ee arm64: zynqmp: Add debug messages to bl2_plat_get_bl31_params() by Michal Simek · 2 years, 6 months ago
- 6c19105 arm64: versal: Add support to load an app at EL1 by Ashok Reddy Soma · 2 years, 7 months ago
- 81e6592 xilinx: Add CONFIG_DM_ETH_PHY config by T Karthik Reddy · 2 years, 7 months ago
- cff1084 net: xilinx: axi_emaclite: Use shared MDIO bus support for axi emaclite driver by T Karthik Reddy · 2 years, 7 months ago
- 4a3f40b net: xilinx: axi_emac: Use shared MDIO bus support for axi emac driver by T Karthik Reddy · 2 years, 7 months ago
- 7377d1f Merge branch '2022-06-23-scmi-optee-and-smccc-updates' into next by Tom Rini · 2 years, 5 months ago
- 7845de0 Merge branch '2022-06-23-fuzzing-and-asan-for-sandbox' into next by Tom Rini · 2 years, 5 months ago
- 741ca70 drivers: rng: add smccc trng driver by Etienne Carriere · 2 years, 6 months ago
- 73b4eaf firmware: psci: bind arm smccc features when discovered by Etienne Carriere · 2 years, 6 months ago
- fe24380 firmware: psci: reorder header files inclusion by Etienne Carriere · 2 years, 6 months ago
- 7a04787 smccc: define generic IDs for feature discovery by Etienne Carriere · 2 years, 6 months ago
- 76b690a firmware: scmi: use multi channel in mailbox, optee and smccc agents by Etienne Carriere · 2 years, 6 months ago
- ebc2b1e power: regulator: scmi: simplify scmi_voltd_set_enable() by Etienne Carriere · 2 years, 6 months ago
- 95dce1a power: regulator: scmi: support SCMI multi-channel by Etienne Carriere · 2 years, 6 months ago
- 5f35e28 reset: scmi: support SCMI multi-channel by Etienne Carriere · 2 years, 6 months ago
- 528f988 clk: scmi: support SCMI multi-channel by Etienne Carriere · 2 years, 6 months ago
- 6ae5644 firmware: scmi: optee transport: implement multi-channel by Etienne Carriere · 2 years, 6 months ago
- f28df1d firmware: scmi: smccc transport: implement multi-channel by Etienne Carriere · 2 years, 6 months ago
- 274c0c2 firmware: scmi: mailbox transport: implement multi-channel by Etienne Carriere · 2 years, 6 months ago
- 187cea1 firmware: scmi: add multi-channel support by Etienne Carriere · 2 years, 6 months ago