summaryrefslogtreecommitdiff
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge git://www.denx.de/git/u-boot-imxTom Rini2017-08-167-31/+72
|\
| * imx: mx7: fix build warning when CONFIG_IMX_RDC not enabledPeng Fan2017-08-161-3/+4
| * imx: mx6sl: simplify code using setbits_le32Peng Fan2017-08-161-15/+2
| * imx: mx6sx: select OSC as uart's clk parentPeng Fan2017-08-161-0/+5
| * imx: mx6: soc: fix mx6sll settingsPeng Fan2017-08-161-2/+10
| * imx: mx6: select ARM_ERRATA_845369Peng Fan2017-08-161-0/+1
| * arm: Implement workaround for Cortex-A9 errata 845369Peng Fan2017-08-162-0/+9
| * ARM: i.MX6: exclude the ARM errata from i.MX6 UP systemPeng Fan2017-08-161-4/+11
| * imx: imx6ull: correct get_cpu_speed_grade_hzSébastien Szymanski2017-08-161-1/+18
| * imx: imx6ul: correct get_cpu_speed_grade_hz on 696MHz SoCsSébastien Szymanski2017-08-161-1/+1
| * imx6: clock: correct comment for PLL_VIDEOAnatolij Gustschin2017-08-161-1/+1
| * imx6: use SION macro in SDn_CMD mux mode bitfield argumentsAnatolij Gustschin2017-08-161-4/+4
| * mx6: Add support for Phytec pfla02 (NAND)Stefano Babic2017-08-021-0/+6
* | env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass2017-08-161-1/+1
* | env: Rename getenv/_f() to env_get()Simon Glass2017-08-169-15/+15
* | env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass2017-08-162-2/+2
* | env: Rename common functions related to setenv()Simon Glass2017-08-162-2/+2
* | env: Rename setenv() to env_set()Simon Glass2017-08-1613-27/+27
* | env: Drop saveenv() in favour of env_save()Simon Glass2017-08-151-1/+2
* | env: Convert CONFIG_ENV_IS_IN... to a choiceSimon Glass2017-08-158-17/+0
* | Merge branch 'master' of git://git.denx.de/u-boot-rockchipTom Rini2017-08-1447-538/+1323
|\ \
| * | rockchip: rk322x: update max-frequency for mmc nodeKever Yang2017-08-132-3/+2
| * | rockchip: dts: rk322x: add sdmmc device nodeKever Yang2017-08-132-0/+74
| * | rockchip: rk322x: set the DDR region as non-secure in SPLKever Yang2017-08-131-0/+4
| * | rockchip: rk3288: fix EMMC_DIV_MASK definition in headerKever Yang2017-08-131-1/+1
| * | rockchip: rk3368: spl: move SPL_LDSCRIPT to KconfigPhilipp Tomsich2017-08-131-0/+3
| * | spl: add hierarchical defaults for SPL_LDSCRIPTPhilipp Tomsich2017-08-139-0/+38
| * | rockchip: rk3188: rock: adjust for SPL/TPL splitPhilipp Tomsich2017-08-132-4/+3
| * | rockchip: add u-boot specific dts for rk3368 based boardsAndy Yan2017-08-133-0/+102
| * | rockchip: rk3368: remove setup of secure timer from TPL/SPLPhilipp Tomsich2017-08-132-39/+0
| * | dts: rk3368: make timer0 accessible for SPL and TPLPhilipp Tomsich2017-08-132-1/+6
| * | dm: timer: normalise SPL and TPL supportPhilipp Tomsich2017-08-131-0/+2
| * | moveconfig: migrate TPL_STACK, TPL_TEXT_BASE and TPL_MAX_SIZEPhilipp Tomsich2017-08-131-0/+9
| * | rockchip: rk3368: mark TPL as not inheriting its stack, text-base and size fr...Philipp Tomsich2017-08-131-0/+2
| * | armv8: TPL_STACK will always be defined, so test CONFIG_TPL_NEEDS_SEPARATE_STACKPhilipp Tomsich2017-08-131-1/+1
| * | rockchip: Kconfig: preset TPL_LDSCRIPT via Kconfig for the RK3368Philipp Tomsich2017-08-131-0/+7
| * | rockchip: board: lion-rk3368: add support for the RK3368-uQ7Philipp Tomsich2017-08-135-4/+305
| * | rockchip: rk3368: spl: mark SPL and TPL as supported for ROCKCHIP_RK3368Philipp Tomsich2017-08-131-0/+7
| * | rockchip: rk3368: spl: add SPL supportPhilipp Tomsich2017-08-132-1/+99
| * | rockchip: spl: make spl-boot-order code reusable (split from rk3399)Philipp Tomsich2017-08-133-105/+109
| * | rockchip: rk3368: spl: add TPL supportPhilipp Tomsich2017-08-133-0/+190
| * | rockchip: rk3368: dts: add DMC node in rk3368.dtsiPhilipp Tomsich2017-08-131-6/+19
| * | rockchip: rk3368: add DRAM controller driver with DRAM initialisationPhilipp Tomsich2017-08-134-61/+190
| * | rockchip: Makefile: streamline SPL/TPL configurationPhilipp Tomsich2017-08-131-18/+28
| * | net: gmac_rockchip: Add support for the RK3368 GMACPhilipp Tomsich2017-08-131-0/+1
| * | rockchip: clk: rk3368: add support for GMAC (SLCK_MAC) clockPhilipp Tomsich2017-08-131-0/+3
| * | rockchip: clk: rk3368: implement MMC/SD clock reparentingPhilipp Tomsich2017-08-131-4/+4
| * | rockchip: clk: rk3368: define DMA1_SRST_REQ and DMA2_SRST_REQPhilipp Tomsich2017-08-131-0/+4
| * | rockchip: pinctrl: rk3368: move IOMUX bit-definitions to pinctrl driverPhilipp Tomsich2017-08-131-376/+0
| * | rockchip: rk3368: dts: add sgrf nodePhilipp Tomsich2017-08-131-0/+5