aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu
AgeCommit message (Expand)AuthorFilesLines
2019-08-22armv8: kconfig: Fix some platforms incorrect I2C clock dividerChuanhua Han1-0/+4
2019-08-22configs: ls1088a: Enable DM support for pcf2127 rtcChuanhua Han1-4/+4
2019-08-22configs: ls2088a: Enable DM support for ds3231 rtcChuanhua Han1-4/+4
2019-08-22configs: ls1028a: Enable DM support for pcf2127 rtcChuanhua Han1-8/+0
2019-08-22configs: lx2160: enable DM support for pcf2127 rtcChuanhua Han1-8/+0
2019-08-11env: Rename environment.h to env_internal.hSimon Glass2-2/+2
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move env_set() to env.hSimon Glass3-0/+3
2019-08-11env: Move env_init() to env.hSimon Glass1-0/+1
2019-08-11env: Move env_get_f() to env.hSimon Glass1-0/+1
2019-07-25arm: ls1021atwr: Convert to use driver model TSEC driverBin Meng2-1/+11
2019-07-24psci: Fix warnings when compiling with W=1Patrick Delaunay1-1/+1
2019-07-18arm: move CONFIG_TFABOOT to generic KconfigAKASHI Takahiro1-7/+0
2019-07-11Merge tag 'uniphier-v2019.10' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini1-1/+1
2019-07-11arm: spear: Return to BootROM if failing to boot from the main deviceMiquel Raynal1-0/+12
2019-07-11arm: spear: Do not link the _main branchMiquel Raynal1-1/+2
2019-07-11arm: spear: Support returning to BootROMMiquel Raynal2-3/+39
2019-07-11arm: spear: Simplify start.S organizationMiquel Raynal1-15/+2
2019-07-11arm: spear: Reference the link register with LR instead of R14Miquel Raynal1-1/+1
2019-07-11arm: spear: Use PUSH/POP mnemonics when relevantMiquel Raynal1-4/+4
2019-07-11arm: spear: Purely cosmetic changes in start.SMiquel Raynal1-9/+8
2019-07-11arm: spear: Fix the main comment in start.SMiquel Raynal1-4/+3
2019-07-11arm: spear: Drop false commentMiquel Raynal1-5/+0
2019-07-11arm: spear: Call the SPL 'SPL', not 'Xloader'Miquel Raynal1-2/+2
2019-07-11arm: spear: Drop useless board_init_r callMiquel Raynal1-2/+0
2019-07-10arm64: add an option to switch visibility of CONFIG_SYS_INIT_SP_BSS_OFFSETMasahiro Yamada1-1/+1
2019-06-23Convert to use fsl_esdhc_imx for i.MX platformsYangbo Lu4-15/+15
2019-06-20armv8: fix typo in LINUX_KERNEL_IMAGE_HEADER checkMian Yousaf Kaukab1-1/+1
2019-06-19armv8: ls1046afrwy: Add support for LS1046AFRWY platformVabhav Sharma2-0/+2
2019-06-19armv8: fsl-lsch2: add clock support for the second eSDHCYinbo Zhu1-0/+2
2019-06-19arm: fsl-layerscape: add 0x3040 serdes1 settings for LS1046AMaciej Pijanowski1-0/+1
2019-06-19arm: fsl-layerscape: fix 0x3363 serdes1 settings for ls1046aMaciej Pijanowski1-1/+1
2019-06-19armv8: fsl-layerscape: fix config dependency for layerscape pci codeAlex Marginean1-1/+1
2019-06-19armv8: fsl-layerscape: Change bootcmd update logicPankit Garg1-0/+5
2019-06-19armv8: fsl-layerscape: Update qspi clk cfgPankit Garg1-0/+9
2019-06-19armv8/fsl-layerscape: Add loop to check L3 dcache statusMeenakshi Aggarwal1-22/+8
2019-06-19armv8: fsl-lsch3: add clock support for the second eSDHCYangbo Lu1-0/+2
2019-06-19armv8: ls1028a: Add other serdes protocal supportXiaowei Bao1-0/+13
2019-06-19armv8: ls1028a: enable workaround for USB errarum A-009007Yinbo Zhu1-2/+4
2019-06-19armv8: ls1028a: enable workaround for USB erratum A-008997Ran Wang2-0/+5
2019-05-23armv7: timer: init timer with bootstagePatrick Delaunay1-0/+3
2019-05-22armv8: fsl-layerscape: Set env_loc to ENVL_NOWHERE with CONFIG_ENV_IS_NOWHERE.Udit Agarwal1-9/+2
2019-05-22armv8: ls1028aqds: Add support of LS1028AQDSYuantian Tang1-1/+1
2019-05-22armv8: ls1028ardb: Add support for LS1028ARDBYuantian Tang1-0/+1
2019-05-22armv8: ls1028a: Add NXP LS1028A SoC supportYuantian Tang5-1/+173
2019-05-22kconfig: add dependency PCIE_LAYERSCAPE_GEN4 for FSL_PCIE_COMPATHou Zhiqiang1-1/+1
2019-05-22armv8: lx2160a: add MMU table entries for PCIeHou Zhiqiang1-0/+14
2019-05-22armv8: layerscape: use PCIe address macro for precompile PCIe MMU entryHou Zhiqiang1-1/+3
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner16-44/+44
2019-05-18CONFIG_SYS_[ID]CACHE_OFF: unify the 'any' caseTrevor Woerner1-1/+1