aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-09dm: mmc: Support eraseSimon Glass3-4/+11
2016-10-09tools: buildman: Add compiler wrapperYork Sun2-2/+25
2016-10-09tools: buildman: Remove duplicated codeYork Sun1-4/+0
2016-10-09dtoc: Make integer division python 3.x safePaul Burton1-1/+1
2016-10-09dtoc: Decode strings for struct.unpack on python 3.xPaul Burton1-0/+3
2016-10-09dtoc: Use items() to iterate over dictionaries in python 3.xPaul Burton2-5/+5
2016-10-09patman: Fix doctest StringIO import for python 3.xPaul Burton1-5/+8
2016-10-09patman: Use items() to iterate over dictionariesPaul Burton1-1/+1
2016-10-09patman: Import 'configparser' lower case to be python 3.x safePaul Burton1-1/+5
2016-10-09patman: Make exception handling python 3.x safePaul Burton3-8/+8
2016-10-09patman: Make print statements python 3.x safePaul Burton9-52/+58
2016-10-09patman: Replace tabs with spacesPaul Burton1-2/+2
2016-10-09dtoc: Add a way for tests to request the fallback librarySimon Glass1-3/+13
2016-10-09dtoc: Adjust GetProps() in fdt_normal to use the node pathSimon Glass1-6/+3
2016-10-09dtoc: Fix bug in GetProp()Simon Glass1-1/+1
2016-10-09cros_ec: Fix issue with cros_ec_flash_write commandMoritz Fischer1-7/+16
2016-10-09cros_ec: Add crosec flashinfo commandMoritz Fischer1-0/+10
2016-10-09cros_ec: Add function to read back flash parametersMoritz Fischer1-0/+21
2016-10-09buildman: Drop the 'alive' flag in BuilderThreadSimon Glass1-3/+1
2016-10-09buildman: Don't show a stacktrace on Ctrl-CSimon Glass1-0/+7
2016-10-09buildman: Drop the 'active' flag in the builderSimon Glass2-16/+1
2016-10-09buildman: Allow builds to terminate cleanlySimon Glass1-2/+6
2016-10-09buildman: Put our local libraries first in the pathSimon Glass1-1/+1
2016-10-09buildman: Print a message indicating the build is startingSimon Glass2-2/+3
2016-10-09buildman: Print a message when removing old directoriesSimon Glass1-0/+6
2016-10-09buildman: Tidy up the 'cloning' messageSimon Glass1-1/+3
2016-10-09patman: Flush output when there is no newlineSimon Glass1-0/+2
2016-10-08Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini70-389/+7233
2016-10-08ARM: AM437X: Add Silicon ID supportLokesh Vutla2-2/+6
2016-10-08spl: saveenv: adding saveenv support in SPLB, Ravi5-5/+19
2016-10-08cros_ec: Honor the google,remote-bus dt propertyMoritz Fischer3-4/+29
2016-10-08board: ti: dra7xx: complex definitions should be protected with parenthesesMugunthan V N1-4/+4
2016-10-08ARM: dts: dra72: add rev C evm supportMugunthan V N6-667/+601
2016-10-08arm: Add return value argument to longjmpAlexander Graf2-19/+15
2016-10-08env: tool: add command line option to input lockfile pathB, Ravi2-6/+30
2016-10-08dra7x: dfu: qspi: increase the qspi spl partition to 256KB, Ravi1-8/+2
2016-10-08dra7xx: config: cleanup: moved to kconfig for CONFIG_SPL_ENV_SUPPORTB, Ravi1-1/+0
2016-10-08Revert "ns16650: Make sure we have CONFIG_CLK set before using infrastructure"Masahiro Yamada2-17/+15
2016-10-08ARM: keystone: rename clk_get_rate() to ks_clk_get_rate()Masahiro Yamada5-20/+20
2016-10-07board: ge: bx50v3: Pass video bootargs for b850v3Ken Lin1-1/+6
2016-10-07ARM: keystone: remove declaration of unused functionsMasahiro Yamada1-2/+0
2016-10-07kbuild: generate u-boot.cfg as a byproduct of include/autoconf.mkMasahiro Yamada3-46/+28
2016-10-07kbuild: make dependencies in scripts/Makefile.autoconf more readableMasahiro Yamada1-7/+4
2016-10-07kbuild: move no_new_adhoc_configs_check to "all" target commandMasahiro Yamada1-8/+6
2016-10-07check-config: fix wrong comment about how to build whitelistMasahiro Yamada1-7/+2
2016-10-07config_whitelist: remove bogus optionsMasahiro Yamada1-10/+0
2016-10-07config_whitelist: sync by toolMasahiro Yamada1-6/+0
2016-10-07build-whitelist: do not add new options to whitelist when updateMasahiro Yamada1-2/+13
2016-10-07vexpress: disable cci ace slave ports when booting in non-sec/hyp modeSudeep Holla2-0/+53
2016-10-07common/console.c: ensure GD_FLG_SILENT is set or clearedChris Packham1-4/+13