aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-27crypto/fsl: add RNG supportMichael Walle6-0/+125
2020-07-27crypto/fsl: instantiate the RNG with prediciton resistanceMichael Walle5-11/+79
2020-07-27crypto/fsl: don't regenerate secure keysMichael Walle4-7/+9
2020-07-27crypto/fsl: support newer SEC modulesMichael Walle2-9/+54
2020-07-27crypto/fsl: export caam_get_era()Michael Walle2-1/+11
2020-07-27crypto/fsl: make SEC%u status line consistentMichael Walle1-7/+7
2020-07-27crypto/fsl: unused value in caam_hash_update()Heinrich Schuchardt1-1/+1
2020-07-27crypto/fsl: correct printf() statement.Heinrich Schuchardt1-2/+2
2020-07-27arm64: ls1043a: Remove the workaround of erratum A-009929Hou Zhiqiang2-19/+0
2020-07-27configs: ls1012a: Increase CONFIG_SYS_MALLOC_LEN valueKuldeep Singh1-1/+2
2020-07-27configs: lx2160aqds: enable CONFIG_BOARD_EARLY_INIT_RYangbo Lu2-0/+2
2020-07-27board: fsl: lx2160aqds: identify SDHC adapter during board initYangbo Lu2-3/+44
2020-07-27Move eSDHC adapter card identification to board filesYangbo Lu11-79/+33
2020-07-27Drop global data sdhc_adapter for powerpcYangbo Lu2-4/+1
2020-07-27armv8: ls1028ardb: add xspi parameter to qixis commandYuantian Tang2-2/+15
2020-07-27armv8: ls1012a: RGMII ports require internal delayChaitanya Sakinam2-2/+2
2020-07-27include/configs: ls1012a: Remove fdt_high env variableUdit Agarwal5-5/+5
2020-07-27config: lx2160/2a: enable dspiZhao Qiang1-0/+3
2020-07-27armv8: dts: fsl-lx2160a: add flash node under dspi to qds dtsZhao Qiang1-0/+99
2020-07-27crypto/fsl: fix unaligned accessMichael Walle1-14/+13
2020-07-27I2C: ls1043a, ls1046a: enable SYS_I2C_MXCBiwen Li3-5/+3
2020-07-27armv8: layerscape: rework spin tableMichael Walle1-60/+23
2020-07-27armv8: layerscape: relocate spin table if EFI_LOADER is enabledMichael Walle1-0/+36
2020-07-27armv8: layerscape: clean exported symbols in spintable.SMichael Walle4-21/+24
2020-07-27armv8: layerscape: drop first .ltorg directive in spintable.SMichael Walle1-2/+0
2020-07-27armv8: layerscape: make wake_secondary_core_n() staticMichael Walle1-1/+1
2020-07-27armv8: layerscape: simplify get_spin_tbl_addr() callsMichael Walle1-8/+7
2020-07-27armv8: layerscape: remove determine_mp_bootpg()Michael Walle2-6/+0
2020-07-27armv8: layerscape: fix alignment for spin tableMichael Walle1-2/+2
2020-07-27armv8: layerscape: load function pointer using ADRMichael Walle1-3/+3
2020-07-27armv8: layerscape: move spin table into own moduleMichael Walle3-150/+161
2020-07-27armv8: layerscape: properly use CPU_RELEASE_ADDRMichael Walle8-9/+18
2020-07-27armv8: layerscape: pretty print info about SMP coresMichael Walle1-4/+5
2020-07-27armv8: layerscape: fix spin-table supportMichael Walle2-11/+5
2020-07-27net: pfe_eth: Use spi_flash_read API to access flash memoryKuldeep Singh2-2/+48
2020-07-27dm: armv8: gpio: include <asm/arch/gpio.h> for fsl-layerscapehui.song1-6/+2
2020-07-27armv8: gpio: add gpio featurehui.song1-0/+22
2020-07-27configs: ls1088ardb: Add support for usb boot targetEra Tiwari1-0/+1
2020-07-27armv8: ls1028a: move FSL_LAYERSCAPE to kconfigMichael Walle2-1/+1
2020-07-27fsl_dspi: Introduce DT bindings for CS-SCK and SCK-CS delaysVladimir Oltean3-1/+58
2020-07-24Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini20-51/+178
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini319-2506/+656
2020-07-24ram: sifive: Avoid using hardcoded ram base and sizeBin Meng1-15/+15
2020-07-24riscv: dts: hifive-unleashed-a00: Make memory node available to SPLBin Meng1-0/+4
2020-07-24riscv: ae350: Use fdtdec_get_addr_size_auto_noparent to parse smc regRick Chen1-1/+2
2020-07-24riscv: Fix linking error when building u-boot-spl with no SMP supportLeo Yu-Chi Liang1-0/+2
2020-07-24serial: Fix SIFIVE debug serial dependencyMichal Simek1-1/+1
2020-07-24riscv: qemu: Add syscon reboot and poweroff supportBin Meng1-0/+4
2020-07-24sysreset: syscon: Support value propertyBin Meng1-5/+17
2020-07-24sysreset: syscon: Don't assume default value for offset and mask propertyBin Meng1-2/+12