summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv8/fsl-layerscape
Commit message (Expand)AuthorAgeFilesLines
* armv8: fsl : create bootcmd and mcinitcmd as per boot sourceWasim Khan2021-08-181-3/+6
* arm: Finish migration of HAS_FSL_XHCI_USBTom Rini2021-08-181-2/+4
* global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2021-08-021-1/+1
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-021-6/+6
* i2c: Rename SPL/TPL_I2C_SUPPORT to I2CSimon Glass2021-07-281-1/+1
* i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACYSimon Glass2021-07-282-2/+2
* armv8: Update erratum number to align with docRan Wang2021-06-172-7/+7
* armv8: ls1012a: Pass PPFE firmware to Linux through FDTChaitanya Sakinam2021-06-171-1/+149
* armv8: layerscape: enable eMMC HS400 workarounds for LX2160A/LX2162AYangbo Lu2021-06-171-0/+4
* armv8: layerscape: add PSCI support for cpu releaseJiafei Pan2021-06-173-16/+36
* Revert "spl: Drop bd_info in the data section"Alexandru Gagniuc2021-04-191-4/+1
* Merge branch '2021-04-14-assorted-vboot-improvements'WIP/15Apr2021Tom Rini2021-04-151-9/+0
|\
| * common: fit: Add weak board_fit_config_name_matchSean Anderson2021-04-141-9/+0
* | armv8: fsl-layerscape: spl: call spl_early_init()Michael Walle2021-04-151-0/+8
* | armv8: fsl-layerscape: spl: add debug UART supportMichael Walle2021-04-151-0/+3
|/
* mmc: fsl_esdhc: add pulse width detection workaroundMichael Walle2021-04-061-0/+1
* mmc: fsl_esdhc: add workaround for erratum A-011334Michael Walle2021-04-061-0/+1
* Merge tag 'v2021.04-rc4' into nextTom Rini2021-03-151-0/+10
|\
| * configs: fsl: move bootrom specific defines to KconfigRajesh Bhagat2021-03-051-0/+10
* | reset: Remove addr parameter from reset_cpu()Harald Seiler2021-03-021-2/+2
|/
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-026-0/+6
* Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini2021-01-051-1/+4
|\
| * spl: Drop bd_info in the data sectionSimon Glass2021-01-051-1/+4
* | Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-059-43/+142
|\ \ | |/ |/|
| * armv8: fsl-layerscape: Fix automatic setting of bootmcd with TF-AAlban Bedel2020-12-101-23/+4
| * layerscape: fdt.c: Check for NULL return value from fdt_getprop()Priyanka Singh2020-12-101-4/+6
| * armv8: lx2162a: Add Soc changes to support LX2162AMeenakshi Aggarwal2020-12-108-16/+132
* | armv8: layerscape: don't initialize GIC in SPLMichael Walle2020-12-041-0/+2
* | treewide: use CONFIG_IS_ENABLED() for ARMV8_SEC_FIRMWARE_SUPPORTMichael Walle2020-12-042-5/+5
|/
* armv8: layerscape: don't remove crypto node if just partially disabledMichael Walle2020-10-231-1/+40
* net: lx2160a.c: Update to set ECx_PMUX precedenceRazvan Ionut Cirjan2020-10-231-8/+8
* pci: layerscape: add a way of specifying additional iommu mappingsLaurentiu Tudor2020-10-231-0/+67
* arm: fsl-layerscape: Include device_compat.h in soc.cTom Rini2020-10-161-0/+1
* Merge branch 'next'Tom Rini2020-10-051-1/+1
|\
* | armv8: lx2160a: fix reset sequenceMeenakshi Aggarwal2020-09-241-6/+8
* | arm64: Layerscape: Survive LPI one-way reset workaroundHou Zhiqiang2020-09-241-1/+16
* | fsl-layerscape: enable dwc3 snooping featureRan Wang2020-09-241-0/+37
|/
* arch: arm: use dt and UCLASS_SYSCON to get gic lpi detailsWIP/2020-07-29-add-brcm-ns3-supportRayagonda Kokatanur2020-07-291-27/+1
* arm64: ls1043a: Remove the workaround of erratum A-009929Hou Zhiqiang2020-07-272-19/+0
* I2C: ls1043a, ls1046a: enable SYS_I2C_MXCBiwen Li2020-07-271-2/+2
* armv8: layerscape: rework spin tableMichael Walle2020-07-271-60/+23
* armv8: layerscape: relocate spin table if EFI_LOADER is enabledMichael Walle2020-07-271-0/+36
* armv8: layerscape: clean exported symbols in spintable.SMichael Walle2020-07-273-18/+21
* armv8: layerscape: drop first .ltorg directive in spintable.SMichael Walle2020-07-271-2/+0
* armv8: layerscape: make wake_secondary_core_n() staticMichael Walle2020-07-271-1/+1
* armv8: layerscape: simplify get_spin_tbl_addr() callsMichael Walle2020-07-271-8/+7
* armv8: layerscape: remove determine_mp_bootpg()Michael Walle2020-07-271-5/+0
* armv8: layerscape: fix alignment for spin tableMichael Walle2020-07-271-2/+2
* armv8: layerscape: load function pointer using ADRMichael Walle2020-07-271-3/+3
* armv8: layerscape: move spin table into own moduleMichael Walle2020-07-273-150/+161