aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-27qemu_arm64: Enable CONFIG_ARMV8_CRYPTO supportWIP/2022-06-27-add-armv8-sha1-sha256-supportTom Rini1-0/+1
2022-06-27armv8 SHA-256 using ARMv8 Crypto ExtensionsLoic Poulain4-0/+160
2022-06-27lib: sha256: Add support for hardware specific sha256_processLoic Poulain1-7/+19
2022-06-27armv8 SHA-1 using ARMv8 Crypto Extensions:Loic Poulain4-0/+165
2022-06-27sha1: Fix digest state size/typeLoic Poulain1-1/+1
2022-06-27lib: sha1: Add support for hardware specific sha1_processLoic Poulain1-7/+19
2022-06-27Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u...WIP/27Jun2022-nextTom Rini76-3330/+5310
2022-06-27timer: Add SPL_REGMAP dependency for Xilinx timerMichal Simek1-0/+1
2022-06-27xilinx: Enable support for SquashFSMichal Simek3-0/+3
2022-06-24arm64: zynqmp: Move helper functions below header includesStefan Herbrechtsmeier3-2393/+2375
2022-06-24tools: zynqmp_psu_init_minimize: Move helper functions below header includesStefan Herbrechtsmeier1-0/+8
2022-06-24tools: zynqmp_psu_init_minimize: Use CR instead of LFStefan Herbrechtsmeier1-1/+1
2022-06-24tools: zynqmp_psu_init_minimize: Remove low level uart settingsStefan Herbrechtsmeier1-0/+17
2022-06-24xilinx: zynqmp: make spi flash support optionalStefan Herbrechtsmeier1-0/+2
2022-06-24xilinx: common: Separate display cpu info functionStefan Herbrechtsmeier3-29/+38
2022-06-24xilinx: cpuinfo: Print soc machineStefan Herbrechtsmeier1-0/+4
2022-06-24soc: xilinx: zynqmp: Add machine identification supportStefan Herbrechtsmeier2-268/+298
2022-06-24soc: xilinx: zynqmp: Remove redundant checks for zynqmp_mmio_readStefan Herbrechtsmeier1-2/+1
2022-06-24xilinx: zynqmp: Merge device listsStefan Herbrechtsmeier1-30/+24
2022-06-24xilinx: zynqmp: Reuse shift macros to define masksStefan Herbrechtsmeier1-3/+3
2022-06-24xilinx: zynqmp: Add macro for device type maskStefan Herbrechtsmeier1-2/+3
2022-06-24xilinx: zynqmp: Replace strncat with strlcatStefan Herbrechtsmeier1-8/+9
2022-06-24firmware: zynqmp: Probe driver before useStefan Herbrechtsmeier1-3/+20
2022-06-24firmware: zynqmp: Check if rx channel dev pointer is validStefan Herbrechtsmeier1-1/+1
2022-06-24ARM: zynq: Fix size-cells for pl353 driverAmit Kumar Mahapatra1-1/+1
2022-06-24arm64: zynqmp: Fix usb node drive strength and slew rateAshok Reddy Soma12-17/+60
2022-06-24microblaze: Remove interrupt handlerMichal Simek3-219/+1
2022-06-24microblaze: Convert axi timer to DM driverMichal Simek8-150/+98
2022-06-24cpu: add CPU driver for microblazeOvidiu Panait5-0/+380
2022-06-24microblaze: add support for handling PVR dataOvidiu Panait4-0/+125
2022-06-24microblaze: Kconfig: introduce XILINX_MICROBLAZE0_FPGA_FAMILY optionOvidiu Panait1-0/+8
2022-06-24microblaze: cache: introduce flush_dcache_range()Ovidiu Panait2-5/+11
2022-06-24microblaze: cache: introduce cpuinfo structureOvidiu Panait6-5/+78
2022-06-24microblaze: cache: introduce flush_cache_all()Ovidiu Panait4-9/+26
2022-06-24microblaze: cache: introduce Kconfig options for icache/dcache sizesOvidiu Panait5-10/+21
2022-06-24microblaze: cache: split flush_cache() functionOvidiu Panait1-22/+33
2022-06-24microblaze: cache: improve icache Kconfig optionsOvidiu Panait3-7/+14
2022-06-24microblaze: cache: improve dcache Kconfig optionsOvidiu Panait4-11/+21
2022-06-24microblaze: cache: replace XILINX_USE_DCACHE -> CONFIG_DCACHEOvidiu Panait2-2/+2
2022-06-24microblaze: start.S: remove unused codeOvidiu Panait1-33/+0
2022-06-24cpu-uclass: relocate ops pointers for CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait1-0/+30
2022-06-24cmd: cpu: migrate cpu command to U_BOOT_CMD_WITH_SUBCMDS()Ovidiu Panait1-31/+8
2022-06-24microblaze: Add support for run time relocationMichal Simek9-4/+216
2022-06-24tools: relocate-rela: Add support for 32bit Microblaze relocationMichal Simek1-0/+166
2022-06-24tools: relocate-rela: Add support for elf32 decodingMichal Simek1-2/+139
2022-06-24tools: relocate-rela: Check that relocation works only for EM_AARCH64Michal Simek1-0/+5
2022-06-24tools: relocate-rela: Extract elf64 reloc to special functionMichal Simek1-43/+53
2022-06-24microblaze: Create SYM_ADDR macro to deal with symbolsMichal Simek1-10/+13
2022-06-24microblaze: Add comment about reset locationMichal Simek1-0/+1
2022-06-24microblaze: Remove _start symbol handling at U-Boot startMichal Simek1-3/+4