summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-06-24microblaze: cache: replace XILINX_USE_DCACHE -> CONFIG_DCACHEOvidiu Panait
2022-06-24microblaze: start.S: remove unused codeOvidiu Panait
2022-06-24cpu-uclass: relocate ops pointers for CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait
2022-06-24cmd: cpu: migrate cpu command to U_BOOT_CMD_WITH_SUBCMDS()Ovidiu Panait
2022-06-24microblaze: Add support for run time relocationMichal Simek
2022-06-24tools: relocate-rela: Add support for 32bit Microblaze relocationMichal Simek
2022-06-24tools: relocate-rela: Add support for elf32 decodingMichal Simek
2022-06-24tools: relocate-rela: Check that relocation works only for EM_AARCH64Michal Simek
2022-06-24tools: relocate-rela: Extract elf64 reloc to special functionMichal Simek
2022-06-24microblaze: Create SYM_ADDR macro to deal with symbolsMichal Simek
2022-06-24microblaze: Add comment about reset locationMichal Simek
2022-06-24microblaze: Remove _start symbol handling at U-Boot startMichal Simek