summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* dm: mmc: Enable DM_MMC_OPS by default with DM_MMCSimon Glass2016-10-11-0/+38
* dm: blk: Enable CONFIG_BLK if DM_MMC is enabledSimon Glass2016-10-11-1/+41
* dm: mmc: Support eraseSimon Glass2016-10-09-4/+11
* tools: buildman: Add compiler wrapperYork Sun2016-10-09-2/+25
* tools: buildman: Remove duplicated codeYork Sun2016-10-09-4/+0
* dtoc: Make integer division python 3.x safePaul Burton2016-10-09-1/+1
* dtoc: Decode strings for struct.unpack on python 3.xPaul Burton2016-10-09-0/+3
* dtoc: Use items() to iterate over dictionaries in python 3.xPaul Burton2016-10-09-5/+5
* patman: Fix doctest StringIO import for python 3.xPaul Burton2016-10-09-5/+8
* patman: Use items() to iterate over dictionariesPaul Burton2016-10-09-1/+1
* patman: Import 'configparser' lower case to be python 3.x safePaul Burton2016-10-09-1/+5
* patman: Make exception handling python 3.x safePaul Burton2016-10-09-8/+8
* patman: Make print statements python 3.x safePaul Burton2016-10-09-52/+58
* patman: Replace tabs with spacesPaul Burton2016-10-09-2/+2
* dtoc: Add a way for tests to request the fallback librarySimon Glass2016-10-09-3/+13
* dtoc: Adjust GetProps() in fdt_normal to use the node pathSimon Glass2016-10-09-6/+3
* dtoc: Fix bug in GetProp()Simon Glass2016-10-09-1/+1
* cros_ec: Fix issue with cros_ec_flash_write commandMoritz Fischer2016-10-09-7/+16
* cros_ec: Add crosec flashinfo commandMoritz Fischer2016-10-09-0/+10
* cros_ec: Add function to read back flash parametersMoritz Fischer2016-10-09-0/+21
* buildman: Drop the 'alive' flag in BuilderThreadSimon Glass2016-10-09-3/+1
* buildman: Don't show a stacktrace on Ctrl-CSimon Glass2016-10-09-0/+7
* buildman: Drop the 'active' flag in the builderSimon Glass2016-10-09-16/+1
* buildman: Allow builds to terminate cleanlySimon Glass2016-10-09-2/+6
* buildman: Put our local libraries first in the pathSimon Glass2016-10-09-1/+1
* buildman: Print a message indicating the build is startingSimon Glass2016-10-09-2/+3
* buildman: Print a message when removing old directoriesSimon Glass2016-10-09-0/+6
* buildman: Tidy up the 'cloning' messageSimon Glass2016-10-09-1/+3
* patman: Flush output when there is no newlineSimon Glass2016-10-09-0/+2
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2016-10-08-389/+7233
|\
| * board: ge: bx50v3: Pass video bootargs for b850v3Ken Lin2016-10-07-1/+6
| * ARM: vf610: use strcpy for soc environment variableStefan Agner2016-10-07-1/+1
| * configs: enable device tree for Colibri iMX7Stefan Agner2016-10-07-1/+9
| * colibri_imx7: use Ricoh RN5T567 to reboot the boardStefan Agner2016-10-07-0/+42
| * arm: dts: imx7: add Ricoh RN5T567 PMIC nodeStefan Agner2016-10-07-0/+5
| * power: pmic: add Ricoh RN5T567 PMIC supportStefan Agner2016-10-07-0/+203
| * colibri_imx7: remove legancy UART platform dataStefan Agner2016-10-07-10/+0
| * colibri_imx7: remove legancy I2C supportStefan Agner2016-10-07-42/+0
| * arm: dts: imx7: add basic i.MX 7/Colibri iMX7 device treeStefan Agner2016-10-07-0/+288
| * arm: dts: imx7: add pinctrl definesStefan Agner2016-10-07-0/+1151
| * pinctrl: imx: do not announce driver initializationStefan Agner2016-10-07-1/+1
| * dm: imx: serial: support device treeStefan Agner2016-10-07-2/+38
| * udoo: Add a README fileFabio Estevam2016-10-06-0/+21
| * pcm052: add new BK4r1 target based on PCM052 SoMAlbert ARIBAUD \(3ADEV\)2016-10-06-60/+298
| * pcm052: allow specifying onboard DDR size in configsAlbert ARIBAUD \(3ADEV\)2016-10-06-2/+7
| * tools: mkimage: add support for Vybrid image formatAlbert ARIBAUD \(3ADEV\)2016-10-06-8/+187
| * pcm052: add 'm4go' commandAlbert ARIBAUD \(3ADEV\)2016-10-06-0/+38
| * pcm052: remove target-specific dtb name from envAlbert ARIBAUD \(3ADEV\)2016-10-06-1/+1
| * pcm052: fix MTD partitioningAlbert ARIBAUD \(3ADEV\)2016-10-06-8/+6
| * imx: imx6ul: disable POR_B internal pull upPeng Fan2016-10-04-8/+21