aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-14RTC: add support for DS1339 (using DS1307 driver)Markus Niebel3-1/+3
2014-08-14driver/qe: update status of QE microcodevijay rai1-1/+1
2014-08-14mkimage: fix compilation issues on OpenBSDLuka Perkov1-0/+2
2014-08-14pci: fix overflow in __pci_hose_bus_to_phys w/ large RAMStephen Warren1-1/+1
2014-08-14tools, fit_info: increase buffer for command nameHeiko Schocher1-2/+3
2014-08-14tools: fix typo in tools/image-host.cHeiko Schocher1-1/+1
2014-08-13patman: Only use git's --no-decorate when availableSimon Glass1-1/+8
2014-08-13patman: Move the 'git log' command into a functionSimon Glass2-13/+31
2014-08-13buildman: Allow selection of the number of commits to buildSimon Glass1-12/+19
2014-08-13buildman: Introduce an 'and' operator for board selectionSimon Glass3-17/+184
2014-08-13buildman: Add a few more toolchain examples to the READMESimon Glass1-0/+2
2014-08-13buildman: Add a message indicating there are no errorsSimon Glass1-0/+7
2014-08-13buildman: Add an option to specify the buildman config fileSimon Glass2-1/+3
2014-08-13buildman: Remove unused non-incremental build method codeSimon Glass2-35/+0
2014-08-13buildman: Add verbose option to display errors as they happenSimon Glass5-15/+56
2014-08-13buildman: Refactor output optionsSimon Glass3-26/+34
2014-08-13buildman: Sort command line optionsSimon Glass1-6/+6
2014-08-13buildman: Move BuilderThread code to its own fileSimon Glass2-431/+442
2014-08-13buildman: Allow building of current source treeSimon Glass2-54/+108
2014-08-13buildman: Add some notes about moving from MAKEALLSimon Glass1-0/+92
2014-08-13buildman: Fix a few typosSimon Glass1-6/+6
2014-08-12Merge branch 'master' of git://git.denx.de/u-boot-blackfinTom Rini16-506/+380
2014-08-11lcd: support displaying 24bpp BMPs on >= 24bpp LCDsHannes Petermaier1-3/+20
2014-08-11lcd: remove unused lcd_puts_xyJeroen Hofstee1-10/+0
2014-08-11video: ipu_disp: squash clang warningJeroen Hofstee1-1/+1
2014-08-11video: ipu_disp: wait for DP SF end irq when disabling sync BG flowsLiu Ying3-19/+19
2014-08-10video: Add support for TI's AM335x LCD-ControllerHannes Petermaier3-0/+237
2014-08-10lcd: cleanup unused functionsHannes Petermaier2-18/+1
2014-08-10Add support for 32-bit organized framebuffersHannes Petermaier2-4/+48
2014-08-09env_fat.c: Make sure our buffer is cache alignedTom Rini1-2/+2
2014-08-09bootm: use genimg_get_kernel_addr()Bryan Wu1-20/+5
2014-08-09pxe: detect image format before calling bootm/bootzBryan Wu1-4/+11
2014-08-09image: introduce genimg_get_kernel_addr()Bryan Wu2-0/+44
2014-08-09get_maintainer.pl: add support for scanning multiple MAINTAINERS filesDaniel Schwierzeck1-24/+44
2014-08-09get_maintainer.pl: adapt to U-Boot treeDaniel Schwierzeck1-11/+12
2014-08-09get_maintainer.pl: import script from linux 3.15Daniel Schwierzeck1-0/+2249
2014-08-09MAINTAINERS: add initial versionDaniel Schwierzeck1-0/+405
2014-08-09lib: lmb: fix overflow in __lmb_alloc_base w/ large RAMStephen Warren1-1/+4
2014-08-09ARM: rpi_b: use new generic $bootcmdStephen Warren1-93/+36
2014-08-09ARM: tegra: use new generic $bootcmdStephen Warren1-130/+10
2014-08-09config: introduce a generic $bootcmdDennis Gilmore1-0/+197
2014-08-09rsa: Fix two errors in the implementationSimon Glass2-2/+3
2014-08-09omap: clean-up dead configsMasahiro Yamada10-255/+3
2014-08-09fdt: Sync up with libfdtSimon Glass6-12/+163
2014-08-09fdt: Rename fdt_resize() to fdt_shrink_to_minimum()Simon Glass4-4/+4
2014-08-09cosmetic: update doc/README.scrapyardMasahiro Yamada1-14/+16
2014-08-09ext4load: fix help textPavel Machek1-1/+1
2014-08-09git-mailrc: Add myself as dm maintainerSimon Glass1-0/+1
2014-08-09git-mailrc: Change fdt maintainerSimon Glass1-1/+1
2014-08-09net: BOOTP retry timeout improvementsStephen Warren3-11/+34