summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * | | ARM: Add secure section for initialized dataChen-Yu Tsai2016-07-15-4/+10
| * | | ARM: Move __secure definition to common asm/secure.hChen-Yu Tsai2016-07-15-2/+4
| * | | sunxi: Define CONFIG_ARMV7_SECURE_MAX_SIZE for sun6i/sun7iChen-Yu Tsai2016-07-15-0/+2
| * | | ARM: Add CONFIG_ARMV7_SECURE_MAX_SIZE and check size of secure sectionChen-Yu Tsai2016-07-15-0/+11
| * | | ARM: PSCI: Remove unused psci_text_end symbolChen-Yu Tsai2016-07-15-11/+0
| * | | ARM: PSCI: Allocate PSCI stack in secure stack sectionChen-Yu Tsai2016-07-15-11/+21
| * | | ARM: Add an empty secure stack sectionChen-Yu Tsai2016-07-15-9/+31
| * | | ARM: PSCI: Add missing CONFIG_ARMV7_PSCI_NR_CPUS for PSCI enabled platformsChen-Yu Tsai2016-07-15-0/+3
| * | | ARM: Page align secure section only when it is executed in situChen-Yu Tsai2016-07-15-5/+9
| * | | sunxi: Add missing CONFIG_ARMV7_PSCI_NR_CPUS for sun7iChen-Yu Tsai2016-07-15-0/+1
| * | | sunxi: Move remaining PSCI assembly code to CChen-Yu Tsai2016-07-15-54/+6
| * | | ARM: PSCI: Split out common stack setup code from psci_arch_initChen-Yu Tsai2016-07-15-45/+25
| * | | sunxi: Add defconfig and dts file for the Orange Pi Lite SBCHans de Goede2016-07-15-0/+195
| * | | sunxi: Sync sun8i-h3-orangepi-plus.dts with upstreamHans de Goede2016-07-15-100/+37
| * | | sunxi: orangepi_pc: Add support for eMMC found on the Orange Pi PC PlusHans de Goede2016-07-15-0/+2
| * | | sunxi: Use BROM stored boot_media value to determine our boot-sourceHans de Goede2016-07-15-43/+12
| * | | sunxi: Remove some unnecessary #ifdefsHans de Goede2016-07-15-9/+2
| * | | sunxi: Add support for multiple ethadrr-essesHans de Goede2016-07-15-16/+47
| * | | net: Add EMAC driver for H3/A83T/A64 SoCs.Amit Singh Tomar2016-07-15-2/+902
| * | | sunxi: mmc: increase status register polling rate for data transfersTobias Doerffel2016-07-15-5/+5
| * | | sunxi: FEL - Add the ability to recognize and auto-import uEnv-style dataBernhard Nortmann2016-07-15-9/+29
| * | | sunxi: Support booting from SPI flashSiarhei Siamashka2016-07-15-2/+311
| |/ /
* | | Merge branch 'master' of git://git.denx.de/u-boot-samsungTom Rini2016-07-15-74/+95
|\ \ \
| * | | mmc: exynos_dw_mmc: support the Driver mode for ExynosJaehoon Chung2016-07-12-0/+72
| * | | mmc: exynos_dw_mmc: use the 4bit bus-width by defaultJaehoon Chung2016-07-12-6/+2
| * | | mmc: exynos_dw_mmc: clean the unused and unnecessary codesJaehoon Chung2016-07-12-22/+9
| * | | mmc: exynos_dw_mmc: add the error control for checking indexJaehoon Chung2016-07-12-0/+5
| * | | mmc: exynos_dw_mmc: remove #ifdef for OF_CONTROLJaehoon Chung2016-07-12-2/+0
| * | | mmc: exynos_dw_mmc: remove the unused functionJaehoon Chung2016-07-12-37/+0
| * | | ARM: exynos4: dts: add the prefix '/' for aliases nodesJaehoon Chung2016-07-12-10/+10
* | | | Merge git://git.denx.de/u-boot-dmTom Rini2016-07-15-130/+2495
|\ \ \ \
| * | | | dm: Update the of-platdata README for the new featuresSimon Glass2016-07-14-34/+76
| * | | | dm: Add a test for of-platdataSimon Glass2016-07-14-0/+42
| * | | | test/py: Start sandbox SPL when enabledSimon Glass2016-07-14-1/+5
| * | | | test/py: Provide a way to get early console outputSimon Glass2016-07-14-0/+23
| * | | | test/py: Note which console produced unexpected outputSimon Glass2016-07-14-1/+1
| * | | | test/py: Handle testing with the sandbox_spl boardSimon Glass2016-07-14-1/+1
| * | | | rockchip: Use of-platdata for firefly-rk3288Simon Glass2016-07-14-0/+3
| * | | | rockchip: sdram: Update the driver to support of-platdataSimon Glass2016-07-14-1/+39
| * | | | rockchip: sdram: Move all DT decoding to ofdata_to_platdata()Simon Glass2016-07-14-38/+64
| * | | | rockchip: syscon: Update to work with of-platdataSimon Glass2016-07-14-0/+38
| * | | | rockchip: Don't use spl_boot_device() with of-platdataSimon Glass2016-07-14-0/+2
| * | | | rockchip: Move the MMC setup check earlierSimon Glass2016-07-14-11/+12
| * | | | rockchip: pinctrl: Update the rk3288 driver to support of-platdataSimon Glass2016-07-14-1/+7
| * | | | rockchip: clk: Update the rk3288 driver to support of-platdataSimon Glass2016-07-14-2/+18
| * | | | rockchip: clk: Move all DT decoding to ofdata_to_platdata()Simon Glass2016-07-14-1/+12
| * | | | rockchip: mmc: Update the driver to support of-platdataSimon Glass2016-07-14-3/+26
| * | | | rockchip: mmc: Move all DT decoding to ofdata_to_platdata()Simon Glass2016-07-14-15/+17
| * | | | rockchip: Update the sdram-channel property to support of-platdataSimon Glass2016-07-14-1/+8
| * | | | rockchip: serial: Add an of-platdata driver for rockchipSimon Glass2016-07-14-0/+55