summaryrefslogtreecommitdiff
path: root/arch/arm/cpu
AgeCommit message (Expand)AuthorFilesLines
2017-08-04Merge tag 'xilinx-for-v2017.09' of git://www.denx.de/git/u-boot-microblazeTom Rini4-28/+71
2017-08-02arm64: zynqmp: Add Kconfig option for adding psu_init to binaryMichal Simek1-0/+5
2017-08-02arm64: zynqmp: Call psu_init from board_early_init_fMichal Simek1-1/+1
2017-08-02arm64: zynqmp: Remove ifdef around zynqmp mmio read and write rotuinesSiva Durga Prasad Paladugu1-27/+36
2017-08-02arm64: zynqmp: Define a way to intialize TCMSiva Durga Prasad Paladugu1-0/+15
2017-08-02arm64: zynqmp: Provide a Kconfig option to define OCM and TCM in MMUSiva Durga Prasad Paladugu2-0/+14
2017-08-01armv8: Remove duplicate definition for IH_ARCH_ARM and IH_ARCH_ARM64Alison Wang2-9/+10
2017-07-18Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini31-10985/+3
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic31-10985/+3
2017-07-12mx6sabreauto: Update to SPL only modeVanessa Maegima1-3/+3
2017-07-12mx6qsabreauto: Add SPL supportVanessa Maegima1-0/+1
2017-07-12mx6: soc: Move mxs_dma_init() into the mxs nand driverFabio Estevam1-5/+0
2017-07-12imx: mx6ull: fix USB bmode for i.MX 6UL and 6ULLStefan Agner1-0/+4
2017-07-12armv8: fsl-layerscape: use get_nand_dev_by_index()Grygorii Strashko1-6/+9
2017-07-11dm: scsi: Document and rename the scsi_scan() parameterSimon Glass2-3/+3
2017-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass1-3/+3
2017-07-11Convert CONFIG_CMD_SATA to KconfigSimon Glass1-0/+4
2017-07-11Convert CONFIG_SCSI to KconfigSimon Glass2-0/+3
2017-07-06arm64: use psci reset on snapdragonRob Clark1-1/+1
2017-06-27Merge git://www.denx.de/git/u-boot-imxTom Rini3-2/+38
2017-06-27mx6: soc: Fix typo in temperature unit nameFabio Estevam1-1/+1
2017-06-21Merge tag 'xilinx-for-v2017.07' of git://www.denx.de/git/u-boot-microblazeTom Rini2-9/+118
2017-06-20arm64: zynqmp: Check pmufw versionMichal Simek1-0/+35
2017-06-20arm64: zynqmp: Define routines for mmio write and readSiva Durga Prasad Paladugu1-0/+73
2017-06-20arm64: zynqmp: Do not map unused OCM/TCM regionMichal Simek1-6/+0
2017-06-20arm64: zynqmp: Add comment about level shifter mode v1Michal Simek1-1/+1
2017-06-19arm64: zynqmp: spl: use given boot_device instead of fetching it againJean-Francois Dagenais1-1/+1
2017-06-19arm64: zynqmp: spl: fix dual SD controller supportJean-Francois Dagenais1-2/+8
2017-06-19arm64: zynqmp: Wire SD1 level shifter mode to SPLMichal Simek1-0/+1
2017-06-19Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini1-7/+18
2017-06-14Revert "ARM: fixed relocation using proper alignment"Tom Rini1-1/+1
2017-06-12ARM: fixed relocation using proper alignmentManfred Schlaegl1-1/+1
2017-06-12sunxi: psci: Move entry address setting to separate functionChen-Yu Tsai1-7/+18
2017-06-09arm: arm720t: Support CONFIG_SKIP_LOWLEVEL_INIT_ONLYSimon Glass1-2/+4
2017-06-05armv7m: Fix larger buildsPhil Edworthy1-1/+3
2017-06-05arm64: Add NOLOAD attribute NOLOAD to .bss sectionsMichal Simek1-3/+3
2017-06-05ARMv8: Add support for poweroff via PSCIMichal Simek1-0/+17
2017-06-05common: ep93xx: Move arch-specific declarations out of commonSimon Glass1-1/+1
2017-06-05common: freescale: Move arch-specific declarationsSimon Glass1-0/+1
2017-06-05samsung: Drop more references fo s3c24x0Simon Glass1-37/+0
2017-06-05samsung: Drop s3c24x0 arch-specific codeSimon Glass5-311/+0
2017-06-05armv7: Mark the default lowlevel_init function as weakTom Rini2-3/+9
2017-06-04Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini9-13/+108
2017-06-02armv8: layerscape: Enabling loading PPA during SPL stageYork Sun2-1/+53
2017-06-02armv8: layerscape: Make U-Boot EL2 safeYork Sun6-5/+48
2017-06-02armv8: ls2080aqds: Add support for SD bootSantan Kumar2-6/+6
2017-06-02armv8: ls2080a: Reorganise NAND_BOOT code in config flagSantan Kumar1-1/+1
2017-06-01fdt: Rename a few functions in fdt_supportSimon Glass1-2/+2
2017-05-31mx25: Add function to set PER clocksBenoît Thébaudeau1-0/+19
2017-05-31mx25: Fix imx_get_perclk()Benoît Thébaudeau1-1/+10