aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-09-18Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini59-1025/+1148
2016-09-18Merge branch 'master' of git://www.denx.de/git/u-boot-sunxiTom Rini4-9/+127
2016-09-18Merge branch 'master' of git://www.denx.de/git/u-boot-arcTom Rini1-3/+3
2016-09-19ARM: uniphier: update DRAM init code for LD20 SoCMasahiro Yamada2-62/+447
2016-09-19ARM: uniphier: add PLL init code for LD20 SoCMasahiro Yamada9-5/+234
2016-09-19ARM: uniphier: collect clock/PLL init code into a single directoryMasahiro Yamada13-24/+18
2016-09-19ARM: uniphier: move PLL init code to U-Boot proper where possibleMasahiro Yamada19-495/+365
2016-09-18ARM: uniphier: rename CONFIG_DPLL_SSC_RATE_1PERMasahiro Yamada1-1/+1
2016-09-18ARM: uniphier: move XIRQ pin-mux settings of LD11/LD20Masahiro Yamada5-31/+10
2016-09-18ARM: uniphier: consolidate System Bus pin-mux settings for LD11/LD20Masahiro Yamada6-44/+5
2016-09-18ARM: dts: uniphier: include System Bus pin group node in SPL DTMasahiro Yamada2-0/+8
2016-09-18ARM: uniphier: consolidate NAND pin-mux settingsMasahiro Yamada13-274/+51
2016-09-18ARM: uniphier: remove ad-hoc pin-mux code for sLD3Masahiro Yamada5-58/+0
2016-09-18ARM: uniphier: remove redundant pin-muxing for EA24 pin of sLD3 SoCMasahiro Yamada1-2/+0
2016-09-18ARM: uniphier: select PINCTRL and SPL_PINCTRLMasahiro Yamada1-0/+2
2016-09-18ARM: dts: uniphier: add pinctrl device node and pinctrl propertiesMasahiro Yamada2-0/+43
2016-09-18sunxi: Add defconfig and dts for the NanoPi NEOJelle van der Waa2-1/+127
2016-09-17sunxi: musb: Power off OTG port VBUS when disabledChen-Yu Tsai2-8/+0
2016-09-16Convert CONFIG_SPL_WATCHDOG_SUPPORT to KconfigSimon Glass1-0/+3
2016-09-16Convert CONFIG_SPL_SPI_SUPPORT to KconfigSimon Glass3-0/+9
2016-09-16Convert CONFIG_SPL_SPI_FLASH_SUPPORT to KconfigSimon Glass3-0/+9
2016-09-16Convert CONFIG_SPL_SERIAL_SUPPORT to KconfigSimon Glass10-0/+30
2016-09-16Convert CONFIG_SPL_POWER_SUPPORT to KconfigSimon Glass3-0/+9
2016-09-16Convert CONFIG_SPL_NAND_SUPPORT to KconfigSimon Glass5-0/+15
2016-09-16Convert CONFIG_SPL_MMC_SUPPORT to KconfigSimon Glass8-0/+24
2016-09-16Convert CONFIG_SPL_LIBGENERIC_SUPPORT to KconfigSimon Glass10-0/+30
2016-09-16Convert CONFIG_SPL_LIBDISK_SUPPORT to KconfigSimon Glass6-0/+18
2016-09-16Convert CONFIG_SPL_LIBCOMMON_SUPPORT to KconfigSimon Glass10-0/+30
2016-09-16Convert CONFIG_SPL_I2C_SUPPORT to KconfigSimon Glass4-0/+12
2016-09-16Convert CONFIG_SPL_GPIO_SUPPORT to KconfigSimon Glass6-0/+18
2016-09-16Convert CONFIG_SPL_FAT_SUPPORT to KconfigSimon Glass5-0/+15
2016-09-16Convert CONFIG_SPL_EXT_SUPPORT to KconfigSimon Glass4-0/+13
2016-09-16Convert CONFIG_SPL_DRIVERS_MISC_SUPPORT to KconfigSimon Glass3-4/+3
2016-09-16Convert CONFIG_SPL_HASH_SUPPORT to KconfigSimon Glass2-2/+0
2016-09-16Convert CONFIG_SPL_CRYPTO_SUPPORT to KconfigSimon Glass2-2/+0
2016-09-16spear: Use upper case for CONFIG optionsSimon Glass1-1/+1
2016-09-16Move existing use of CONFIG_SPL_RSA to KconfigSimon Glass2-2/+0
2016-09-16Move existing use of CONFIG_SPL_DM to KconfigSimon Glass2-2/+0
2016-09-16arm: fsl: Adjust ordering of #ifndef CONFIG_SPL_BUILDSimon Glass2-2/+3
2016-09-17ARM: uniphier: introduce flags to adjust DRAM timing for LD20/LD21Masahiro Yamada2-4/+32
2016-09-17ARM: uniphier: fix DRAM size of LD21 SoC packageMasahiro Yamada1-1/+1
2016-09-16arc: Use -mcpu=XXX instead of obsolete -marcXXXAlexey Brodkin1-3/+3
2016-09-14ARM: uniphier: merge board init functions into board_init()Masahiro Yamada5-40/+16
2016-09-14ARM: uniphier: use checkboard() instead of misc_init_f()Masahiro Yamada4-24/+7
2016-09-14ARM: uniphier: remove IECTRL setup code of LD4 SoCMasahiro Yamada1-6/+0
2016-09-14mmc: uniphier-sd: migrate to CONFIG_BLKMasahiro Yamada1-0/+1
2016-09-14ARM: uniphier: delete unnecessary xHCI pin-mux settingsMasahiro Yamada5-48/+0
2016-09-14usb: uniphier: remove UniPhier xHCI driver and select DM_USBMasahiro Yamada1-0/+1
2016-09-14ARM: uniphier: sort select:s alphabeticallyMasahiro Yamada1-7/+7
2016-09-09Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini3-4/+9