aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-08-26ARM: Move SYS_CACHELINE_SIZE over to KconfigTom Rini66-136/+0
2016-08-26spl: Remove unused CONFIG_SPL_SPI_* definitionsChris Packham7-14/+0
2016-08-20Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini14-22/+298
2016-08-20fastboot: move to KconfigSteve Rae2-16/+0
2016-08-20cmd: booti: move CONFIG_CMD_BOOTI to KconfigMasahiro Yamada4-6/+0
2016-08-20tests: Introduce DT overlay testsMaxime Ripard2-0/+17
2016-08-20libfdt: Add overlay application functionMaxime Ripard1-0/+30
2016-08-20libfdt: Add fdt_setprop_inplace_namelen_partialMaxime Ripard1-0/+21
2016-08-20libfdt: Add fdt_getprop_namelen_wMaxime Ripard1-0/+7
2016-08-20libfdt: Add fdt_path_offset_namelenMaxime Ripard1-1/+15
2016-08-20libfdt: Add max phandle retrieval functionMaxime Ripard1-0/+13
2016-08-20libfdt: Add iterator over propertiesMaxime Ripard1-0/+24
2016-08-20libfdt: Add new headers and definesMaxime Ripard1-0/+6
2016-08-20vsprintf: Include stdarg for va_listMaxime Ripard1-0/+2
2016-08-17ARM: rmobile: Remove duplicate configs by Kconfig in rcar-gen3-common.hNobuhiro Iwamatsu1-7/+1
2016-08-17arm: rmobile: Update defconfigNobuhiro Iwamatsu1-4/+1
2016-08-17arm: rmobile: Add BLANCHE board supportmasakazu.mochizuki.wd@hitachi.com1-0/+124
2016-08-17ARM: rmobile: Add support salvator-x boardNobuhiro Iwamatsu2-0/+159
2016-08-17ARM: rmobile: Add support R8A7795Nobuhiro Iwamatsu1-0/+3
2016-08-17ARM: Rmobile: Rename CONFIG_RMOBILE to CONFIG_ARCH_RMOBILENobuhiro Iwamatsu10-22/+22
2016-08-16x86: Add DFI BT700 BayTrail board supportStefan Roese1-0/+74
2016-08-16x86: conga-qeval20-qa3: Add SMBus support and SMSC2513 config codeStefan Roese1-5/+7
2016-08-16misc: Add simple driver for some Nuvoton NCT6102D devicesStefan Roese1-0/+34
2016-08-15xtensa: add support for the 'xtfpga' evaluation boardChris Zankel1-0/+268
2016-08-15xtensa: add support for the xtensa processor architecture [1/2]Chris Zankel2-2/+3
2016-08-15Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini2-1/+3
2016-08-15mmc: atmel_sdhci: Convert to the driver model supportWenyou Yang1-0/+2
2016-08-15clk.h: inline clk_get_by_name()Andreas Bießmann1-1/+1
2016-08-15Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini7-18/+28
2016-08-15net: mii: Clean up legacy glue that is not usedJoe Hershberger1-13/+0
2016-08-15net: mii: Changes not made by spatchJoe Hershberger1-4/+3
2016-08-15net/ethoc: support private memory configurationsMax Filippov1-0/+1
2016-08-15net/ethoc: add CONFIG_DM_ETH supportMax Filippov1-0/+20
2016-08-15net/ethoc: add Kconfig entry for the driverMax Filippov1-1/+0
2016-08-15net: macb: Fix build error for CONFIG_DM_ETH enabledWenyou Yang4-0/+4
2016-08-15ARM: tegra: fix trimslice environment locationStephen Warren1-1/+2
2016-08-15ARM: tegra: enable PCIe controller on p2771-0000Stephen Warren1-0/+5
2016-08-15ARM: tegra: enable I2C buses for P2771-0000Bryan Wu1-0/+3
2016-08-12misc: add "call" uclass opStephen Warren1-0/+35
2016-08-12fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren1-3/+11
2016-08-12fdt_support: fdt_translate_address() blob const correctnessStephen Warren1-2/+3
2016-08-11Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini1-4/+10
2016-08-11Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini8-8/+0
2016-08-11ARM: uniphier: add PSCI support for UniPhier ARMv7 SoCsMasahiro Yamada1-1/+6
2016-08-11ARM: uniphier: fix CONFIG_SYS_CACHELINE_SIZE when outer cache is onMasahiro Yamada1-0/+4
2016-08-11ARM: uniphier: move (and rename) CONFIG_UNIPHIER_L2CACHE_ON to KconfigMasahiro Yamada1-3/+0
2016-08-08spl_nor.c: Support devicetree sizes different from 16kMike Looijmans2-0/+2
2016-08-07usb: add (move) CONFIG_USB_HOST to KconfigMasahiro Yamada8-8/+0
2016-08-06Merge git://git.denx.de/u-boot-rockchipTom Rini4-1/+72
2016-08-05Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini5-14/+1194