summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* mx6sxsabresd: Remove unneeded board_late_init()Fabio Estevam2015-01-19-6/+0
* wandboard: Use 32bit color depth for Fusion LCDOtavio Salvador2015-01-19-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-tiTom Rini2015-01-16-399/+579
|\
| * omap5: Add netargs and netboot optionCooper Jr., Franklin2015-01-13-1/+14
| * arm: omap3: devkit8000: inherit from ti_omap3_common.hAnthoine Bourgeois2015-01-13-42/+16
| * arm: omap3: devkit8000: inherit from ti_armv7_common.hAnthoine Bourgeois2015-01-13-98/+36
| * pcm051: Add boot script support to pcm051matwey.kornilov@gmail.com2015-01-13-11/+18
| * board: ti: am43xx: add support for AM43xx Industrial Development KitFelipe Balbi2015-01-13-19/+118
| * pmic: add tps62362 simple wrapper codeFelipe Balbi2015-01-13-0/+77
| * board: ti: am43xx: take care of all OPPsFelipe Balbi2015-01-13-0/+9
| * power: tps65218: define all valid VDD_MPU voltagesFelipe Balbi2015-01-13-0/+3
| * board: ti: am43xx: replace if else if else with a switchFelipe Balbi2015-01-13-3/+6
| * arm: am437x: Correct PLL frequency for 25MHzJames Doublesin2015-01-13-1/+1
| * arm: am437x: Enable hardware leveling for EMIFJames Doublesin2015-01-13-207/+138
| * arm: am437x: PLL values for all input frequenciesJames Doublesin2015-01-13-26/+33
| * mtd: OMAP: Enable GPMC prefetch modeDaniel Mack2015-01-13-3/+122
* | powerpc: 74xx_7xx: remove 74xx_7xx cpu supportMasahiro Yamada2015-01-16-18881/+5
* | mpc8xx: remove unused linker scriptMasahiro Yamada2015-01-16-82/+0
* | ppc4xx: remove dead codeMasahiro Yamada2015-01-16-14/+0
* | Merge branch 'buildman' of git://git.denx.de/u-boot-x86Tom Rini2015-01-15-78/+606
|\ \
| * | buildman: Add an option to write the full build outputSimon Glass2015-01-14-3/+9
| * | buildman: Add the option to download toolchains from kernel.orgSimon Glass2015-01-14-13/+303
| * | buildman: Allow architecture to alias to multiple toolchainsSimon Glass2015-01-14-5/+23
| * | buildman: Don't use the local settings when running testsSimon Glass2015-01-14-1/+14
| * | buildman: Don't complain about missing sections in ~/.buildmanSimon Glass2015-01-14-1/+0
| * | buildman: Add documentation about the .buildman fileSimon Glass2015-01-14-20/+53
| * | buildman: Add a note about Python pre-requisitesSimon Glass2015-01-14-1/+10
| * | buildman: Add an option to use the full tool chain pathSimon Glass2015-01-14-10/+25
| * | buildman: Put the toolchain path first instead of last in PATHSimon Glass2015-01-14-1/+1
| * | buildman: Try to avoid hard-coded string parsingSimon Glass2015-01-14-1/+8
| * | buildman: Allow specifying a range of commits to buildSimon Glass2015-01-14-9/+45
| * | buildman: Don't remove entire output directory when testingSimon Glass2015-01-14-1/+2
| * | buildman: Add an option to flatten output directory treesSimon Glass2015-01-14-6/+24
| * | buildman: Try to guess the upstream commitSimon Glass2015-01-14-16/+67
| * | buildman: Don't prune output space for 'current source' buildSimon Glass2015-01-14-0/+2
| * | buildman: Put build in 'current', not 'current/current'Simon Glass2015-01-14-4/+3
| * | buildman: Add tests that check the correct output directory is usedSimon Glass2015-01-14-0/+31
* | | Merge branch 'next' of git://git.denx.de/u-boot-videoTom Rini2015-01-14-354/+347
|\ \ \
| * | | lcd_console: remove unused definesNikita Kiryanov2015-01-10-4/+0
| * | | lcd: refactor lcd console stuff into its own fileNikita Kiryanov2015-01-10-230/+303
| * | | lcd: make lcd_drawchars() independant of lcd_baseNikita Kiryanov2015-01-10-5/+2
| * | | lcd: introduce getters for bg/fg colorNikita Kiryanov2015-01-10-9/+36
| * | | lcd: get rid of COLOR_MASKNikita Kiryanov2015-01-10-8/+6
| * | | lcd: expand console apiNikita Kiryanov2015-01-10-9/+26
| * | | lcd: replace CONSOLE_(ROWS|COLS) with variablesNikita Kiryanov2015-01-10-17/+18
| * | | lcd: rename console_(row|col)Nikita Kiryanov2015-01-10-27/+27
| * | | lcd: remove LCD_MONOCHROMENikita Kiryanov2015-01-10-69/+3
| * | | mpc8xx_lcd: get rid of CONFIG_EDT32F10Nikita Kiryanov2015-01-10-28/+0
| * | | lcd: cleanup lcd_drawcharsNikita Kiryanov2015-01-10-13/+1
| * | | lcd: remove CONFIG_SYS_INVERT_COLORSNikita Kiryanov2015-01-10-11/+1