summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | ehci-mxs: Remove non-DM codeTom Rini2022-06-284-80/+0
| * | Convert CONFIG_EFLASH_PROTSECTORS to KconfigTom Rini2022-06-284-3/+10
| * | Convert CONFIG_E1000_NO_NVM to KconfigTom Rini2022-06-285-6/+6
|/ /
* | Merge branch '2022-06-28-mpc85xx-and-aspeed-fixes' into nextTom Rini2022-06-2848-142/+123
|\ \ | |/ |/|
| * aspeed/ast2600: Fix SPL linker scriptJoel Stanley2022-06-281-3/+3
| * powerpc: mpc85xx: Set TEXT_BASE addresses to real base valuesPali Rohár2022-06-2847-139/+120
|/
* Merge branch '2022-06-27-add-armv8-sha1-sha256-support' into nextTom Rini2022-06-2710-15/+365
|\
| * qemu_arm64: Enable CONFIG_ARMV8_CRYPTO supportTom Rini2022-06-271-0/+1
| * armv8 SHA-256 using ARMv8 Crypto ExtensionsLoic Poulain2022-06-274-0/+160
| * lib: sha256: Add support for hardware specific sha256_processLoic Poulain2022-06-271-7/+19
| * armv8 SHA-1 using ARMv8 Crypto Extensions:Loic Poulain2022-06-274-0/+165
| * sha1: Fix digest state size/typeLoic Poulain2022-06-271-1/+1
| * lib: sha1: Add support for hardware specific sha1_processLoic Poulain2022-06-271-7/+19
|/
* Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u...Tom Rini2022-06-2776-3330/+5310
|\
| * timer: Add SPL_REGMAP dependency for Xilinx timerMichal Simek2022-06-271-0/+1
| * xilinx: Enable support for SquashFSMichal Simek2022-06-273-0/+3
| * arm64: zynqmp: Move helper functions below header includesStefan Herbrechtsmeier2022-06-243-2393/+2375
| * tools: zynqmp_psu_init_minimize: Move helper functions below header includesStefan Herbrechtsmeier2022-06-241-0/+8
| * tools: zynqmp_psu_init_minimize: Use CR instead of LFStefan Herbrechtsmeier2022-06-241-1/+1
| * tools: zynqmp_psu_init_minimize: Remove low level uart settingsStefan Herbrechtsmeier2022-06-241-0/+17
| * xilinx: zynqmp: make spi flash support optionalStefan Herbrechtsmeier2022-06-241-0/+2
| * xilinx: common: Separate display cpu info functionStefan Herbrechtsmeier2022-06-243-29/+38
| * xilinx: cpuinfo: Print soc machineStefan Herbrechtsmeier2022-06-241-0/+4
| * soc: xilinx: zynqmp: Add machine identification supportStefan Herbrechtsmeier2022-06-242-268/+298
| * soc: xilinx: zynqmp: Remove redundant checks for zynqmp_mmio_readStefan Herbrechtsmeier2022-06-241-2/+1
| * xilinx: zynqmp: Merge device listsStefan Herbrechtsmeier2022-06-241-30/+24
| * xilinx: zynqmp: Reuse shift macros to define masksStefan Herbrechtsmeier2022-06-241-3/+3
| * xilinx: zynqmp: Add macro for device type maskStefan Herbrechtsmeier2022-06-241-2/+3
| * xilinx: zynqmp: Replace strncat with strlcatStefan Herbrechtsmeier2022-06-241-8/+9
| * firmware: zynqmp: Probe driver before useStefan Herbrechtsmeier2022-06-241-3/+20
| * firmware: zynqmp: Check if rx channel dev pointer is validStefan Herbrechtsmeier2022-06-241-1/+1
| * ARM: zynq: Fix size-cells for pl353 driverAmit Kumar Mahapatra2022-06-241-1/+1
| * arm64: zynqmp: Fix usb node drive strength and slew rateAshok Reddy Soma2022-06-2412-17/+60
| * microblaze: Remove interrupt handlerMichal Simek2022-06-243-219/+1
| * microblaze: Convert axi timer to DM driverMichal Simek2022-06-248-150/+98
| * cpu: add CPU driver for microblazeOvidiu Panait2022-06-245-0/+380
| * microblaze: add support for handling PVR dataOvidiu Panait2022-06-244-0/+125
| * microblaze: Kconfig: introduce XILINX_MICROBLAZE0_FPGA_FAMILY optionOvidiu Panait2022-06-241-0/+8
| * microblaze: cache: introduce flush_dcache_range()Ovidiu Panait2022-06-242-5/+11
| * microblaze: cache: introduce cpuinfo structureOvidiu Panait2022-06-246-5/+78
| * microblaze: cache: introduce flush_cache_all()Ovidiu Panait2022-06-244-9/+26
| * microblaze: cache: introduce Kconfig options for icache/dcache sizesOvidiu Panait2022-06-245-10/+21
| * microblaze: cache: split flush_cache() functionOvidiu Panait2022-06-241-22/+33
| * microblaze: cache: improve icache Kconfig optionsOvidiu Panait2022-06-243-7/+14
| * microblaze: cache: improve dcache Kconfig optionsOvidiu Panait2022-06-244-11/+21
| * microblaze: cache: replace XILINX_USE_DCACHE -> CONFIG_DCACHEOvidiu Panait2022-06-242-2/+2
| * microblaze: start.S: remove unused codeOvidiu Panait2022-06-241-33/+0
| * cpu-uclass: relocate ops pointers for CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait2022-06-241-0/+30
| * cmd: cpu: migrate cpu command to U_BOOT_CMD_WITH_SUBCMDS()Ovidiu Panait2022-06-241-31/+8
| * microblaze: Add support for run time relocationMichal Simek2022-06-249-4/+216