aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-12powerpc/t104xrdb: support deep sleep in SPI/SD bootTang Yuantian3-9/+43
2014-08-12powerpc/mpc85xx: Make boot flag effectiveTang Yuantian1-0/+2
2014-08-12powerpc/t1042RDB: Add Video - HDMI supportJason Jin3-0/+117
2014-08-12fsl/diu: ch7301 encoder split off from t1040qds/diu.cWang Dongsheng5-126/+160
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
2014-08-09emif.h: remove duplicated argument to |maxin.john@enea.com1-3/+0
2014-08-09vitesse: remove duplicated argument to ||maxin.john@enea.com1-1/+0
2014-08-09board_r: Add missing return to initr_docIan Campbell1-0/+1
2014-08-09Makefile: use u-boot.map for binary_size_checkChris Packham1-3/+4
2014-08-09Makefile: use $(shell ...) for determining file_sizeChris Packham1-1/+1
2014-08-09pxe: clear Bootfile before returningStephen Warren1-0/+2
2014-08-09doc: README.android-fastboot: Add note about vendor IDBarnes, Clifton A1-0/+4
2014-08-09ext4: trats: trats2: Modify dfu_alt_info's file names to have absolute pathƁukasz Majewski2-6/+6
2014-08-09Implement generalised RSA public exponents for verified bootMichael van der Westhuizen5-10/+158
2014-08-09serial: sh: Add support External Clock modeNobuhiro Iwamatsu2-3/+9
2014-08-09serial: sh: Add support DL and CKS register for R8A7794Nobuhiro Iwamatsu1-1/+2
2014-08-09usb: ehci: rmobile: Remove xHCI addressNobuhiro Iwamatsu3-5/+2
2014-08-09usb: ehci: rmobile: Add support R8A7794Nobuhiro Iwamatsu1-0/+6
2014-08-09dfu: fix readback buffer overflow testStephen Warren1-1/+1
2014-08-09test: dfu: add some more test casesStephen Warren1-1/+1
2014-08-09test: dfu: cleanup before executionStephen Warren1-0/+1
2014-08-09thor: defer parsing of device string to IO backendLukasz Majewski1-3/+3
2014-08-09test:dfu: README file updateLukasz Majewski1-3/+8
2014-08-09test: dfu: script enhancementsStephen Warren3-26/+30
2014-08-09test:dfu: Add test scripts for testing DFU regressionLukasz Majewski3-0/+152
2014-08-09dfu: add SF backendStephen Warren4-0/+165
2014-08-09dfu: add free_entity() to struct dfu_entityStephen Warren2-0/+5
2014-08-09dfu: allow backend to specify a maximum buffer sizeStephen Warren3-8/+13
2014-08-09dfu: defer parsing of device string to IO backendStephen Warren6-32/+38
2014-08-09dfu: add write error handlingStephen Warren2-22/+44