summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * | 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
* | | | net: Declare physical address as phys_addr_t unsigned typeMichal Simek2015-01-14-1/+1
* | | | ARM: armv8: Fix typo in commentaryMichal Simek2015-01-14-1/+1
* | | | doc: ARM: Use the right function nameMichal Simek2015-01-14-1/+1
* | | | Kconfig: move CONFIG_SYS_CLK_FREQ to KconfigAlexey Brodkin2015-01-14-4/+10
* | | | spl: spl_nor: surround Linux-load code with #ifdef CONFIG_SPL_OS_BOOTMasahiro Yamada2015-01-14-25/+39
* | | | image: Enable OpenRTOS booting via fitImageMarek Vasut2015-01-14-2/+8
* | | | image: bootm: Add OpenRTOS image typeMarek Vasut2015-01-14-0/+34
* | | | Add support for Seagate BlackArmor NAS220Evgeni Dobrev2015-01-14-0/+469
* | | | arm: vf610: Remove duplicate MTD defines.Bill Pringlemeir2015-01-14-3/+0
* | | | lzo: Update dst_len even on errorSimon Glass2015-01-14-1/+3
* | | | gunzip: Update lenp even on errorSimon Glass2015-01-14-3/+4
* | | | bzlib: Update destLen even on errorSimon Glass2015-01-14-1/+1
* | | | bootm: Factor out common parts of image decompression codeSimon Glass2015-01-14-39/+49
* | | | bootm: Use print_decomp_msg() in all casesSimon Glass2015-01-14-16/+18
* | | | test: Add unit tests for bootm image decompressionSimon Glass2015-01-14-0/+84
* | | | test: Rename test_compression to ut_compressionSimon Glass2015-01-14-5/+4
* | | | bootm: Export bootm_decomp_image()Simon Glass2015-01-14-19/+27
* | | | test: Add DEBUG output option to test-fit.pySimon Glass2015-01-14-0/+10
* | | | sandbox: Correct ordering of 'sb save' commandsSimon Glass2015-01-14-5/+5
* | | | bootm: Move compression progress/error messages into a functionSimon Glass2015-01-14-24/+47
* | | | lzma: fix buffer bound check error furtherSimon Glass2015-01-14-2/+2
* | | | common/memsize.c: Coding style cleanupWolfgang Denk2015-01-14-14/+17
* | | | .travis.yml: build u-boot on travis-ciMeier, Roger2015-01-14-0/+150
| |/ / |/| |
* | | Merge branch 'buildman' of git://git.denx.de/u-boot-x86Tom Rini2015-01-14-0/+2
|\ \ \
| * | | patman: Use the full commit hash for 'git checkout'Simon Glass2014-11-03-3/+2
| * | | buildman: Don't default to -e when using -sSimon Glass2014-11-03-1/+2