aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-06-01net: Fix NET_RANDOM_ETHADDR dependenciesMichal Simek18-18/+0
2015-06-01net: Move the CMD_NET config to defconfigsJoe Hershberger236-240/+0
2015-06-01Move setexpr to KconfigJoe Hershberger68-68/+0
2015-06-01sparc: fix build error on gr_ep2s60 boardMasahiro Yamada1-0/+1
2015-05-28ARMv7M: add STM32F1 supportMatt Porter1-0/+1
2015-05-28ARM: bcm283x: Switch to generic timerMarek Vasut1-0/+6
2015-05-28vexpress64: use uncompressed kernel by defaultLinus Walleij1-6/+6
2015-05-28meminfo cmd: Enable printing >=4GiB SDRAM sizesAndrew Bradford1-1/+1
2015-05-28Combine bootm_find_<thing> functions togetherKarl Apsite1-1/+1
2015-05-28add boot_get_loadables() to load listed imagesKarl Apsite2-1/+27
2015-05-28mkimage will now report information about loadableKarl Apsite1-0/+1
2015-05-28include: introduce include/linux/io.h as a wrapper of asm/io.hMasahiro Yamada1-0/+10
2015-05-28vexpress64: let Juno wait for root deviceLinus Walleij1-0/+1
2015-05-28ppc: xilinx-ppc: Move to generic board supportRicardo Ribalda1-0/+3
2015-05-27vexpress64: fix various memory issuesLinus Walleij1-5/+9
2015-05-27Makefile: Add U_BOOT_TZ and include in versionChris Packham1-1/+1
2015-05-27vexpress64: specify CONFIG_SYS_FLASH_CFI_WIDTHRyan Harkin1-0/+1
2015-05-26Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini29-1460/+480
2015-05-26Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblazeTom Rini1-0/+5
2015-05-26mx6: standardise CONFIG_CMD_CACHEPeter Robinson20-69/+4
2015-05-26imx6: generic MMC config options to mx6_commonPeter Robinson22-144/+9
2015-05-26imx6: standardise filesystem and boot optionsPeter Robinson20-142/+13
2015-05-26imx6: move generic miscellaneous and overwrite optionsPeter Robinson22-286/+16
2015-05-26imx6: centralise common boot options in mx6_common.hPeter Robinson22-124/+10
2015-05-26imx6: move MXC_GPIO define to mx6_common.hPeter Robinson21-33/+4
2015-05-26imx6: move standard ATAG configs to mx6_common.hPeter Robinson21-96/+7
2015-05-26imx6: move generic imx6 options to mx6_common.hPeter Robinson24-116/+8
2015-05-26imx6: move all standard includes to mx6_common.hPeter Robinson23-177/+19
2015-05-26novena: standardise mx6_common.h includePeter Robinson1-1/+1
2015-05-26imx: ventana: update MMC env configurationTim Harvey1-2/+3
2015-05-26arm, imx6: add support for aristainetos2 boardHeiko Schocher3-308/+395
2015-05-25zynq: Use system timer implementation instead of ourMichal Simek1-0/+5
2015-05-24Merge git://git.denx.de/u-boot-nand-flashTom Rini2-5/+2
2015-05-24mtd: vf610_nfc: enable ONFI detectionStefan Agner2-0/+2
2015-05-24mtd: vf610_nfc: add Freescale NFC controller configs to KconfigStefan Agner2-5/+0
2015-05-22Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini3-5/+26
2015-05-21imx: ventana: config: enable Falcon modeTim Harvey1-0/+16
2015-05-21wandboard: Switch to SPL supportFabio Estevam1-10/+17
2015-05-21test: env: Add test framework for envJoe Hershberger2-0/+17
2015-05-21test: Return values from the asserts compatible with cmdsJoe Hershberger1-6/+6
2015-05-21test: dm: Move the time test over to the ut commandJoe Hershberger1-0/+1
2015-05-21test: dm: Move the dm tests over to the ut commandJoe Hershberger2-11/+2
2015-05-21test: Add a common unit test commandJoe Hershberger1-0/+11
2015-05-21test: Generalize the unit test frameworkJoe Hershberger3-42/+68
2015-05-21net: Handle ethaddr changes as an env callbackJoe Hershberger1-1/+2
2015-05-21net: Add default flags for common net env varsJoe Hershberger1-1/+11
2015-05-21net: Use env callbacks for net variablesJoe Hershberger1-1/+21
2015-05-21net: Apply default format rules to all ethaddrJoe Hershberger1-3/+8
2015-05-21env: Distinguish finer between source of env changeJoe Hershberger1-0/+2
2015-05-21env: Add regex support to env_attrsJoe Hershberger1-2/+8