summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Add support for Wandboard QuadTapani Utriainen2013-06-264-1/+9
| * | | | pxa: fix memory coherency problem after relocationMike Dunn2013-06-221-0/+9
| * | | | pxa: use -mcpu=xscale compiler optionMike Dunn2013-06-221-1/+1
| * | | | pxa: turn icache off in cpu_init_crit()Mike Dunn2013-06-221-2/+1
| * | | | pxa: palmtreo680 flash programming utilityMike Dunn2013-06-221-0/+177
| * | | | pxa: add support for palmtreo680 boardMike Dunn2013-06-227-0/+1057
* | | | | bootm: Correct the arguments for the ELF image loaderSimon Glass2013-07-121-3/+3
* | | | | bootm: Use selected configuration for ramdisk and fdtSimon Glass2013-07-125-9/+15
* | | | | blackfin: x86: bootm: Handle PREP stage of bootmSimon Glass2013-07-123-0/+20
* | | | | bootm: Remove extra OK messageSimon Glass2013-07-121-1/+0
* | | | | cmd_bootm.c: Re-order bootm_load_os return check for ELDK4.2Tom Rini2013-07-121-3/+2
* | | | | usb: pxa27x_udc: fix compiler warningsMike Dunn2013-07-101-9/+5
* | | | | dfu: Update DFU's authorship historyŁukasz Majewski2013-07-101-0/+7
| |_|_|/ |/| | |
* | | | cmd_bootm.c: Make bootz handle BOOTM_STATE_FINDOTHER itselfTom Rini2013-07-101-16/+40
* | | | cmd_bootm.c: Make bootz consume 'bootz' from argv, decrement argcTom Rini2013-07-101-5/+13
* | | | bootm: Add the missing PREP stage to bootz and correct image handlingSimon Glass2013-07-101-2/+3
* | | | bootm: Clean up bootz_setup() functionSimon Glass2013-07-103-11/+22
* | | | bootm: Require boot function only if it is about to be usedSimon Glass2013-07-101-2/+5
* | | | bootm: Disable interrupts only when loadingSimon Glass2013-07-101-24/+43
* | | | Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2013-07-1012-96/+161
|\ \ \ \
| * | | | video: consolidate splash screen alignment codeAnatolij Gustschin2013-07-085-39/+39
| * | | | omap: cm_t35: Fix cm_t35 for weak splash_screen_prepareRobert Winkler2013-07-012-2/+1
| * | | | video: lcd: Make splash_screen_prepare weak, remove config macroRobert Winkler2013-07-013-17/+12
| * | | | video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEORobert Winkler2013-07-016-16/+72
| * | | | lcd: align bmp header when uncopmressing imagePiotr Wilczek2013-07-012-15/+30
| * | | | lcd: remove unaligned access in lcd_dt_simplefb_configure_node()Stephen Warren2013-07-011-3/+3
| * | | | drivers:video:s6e8ax0: change data_to_send array to staticPiotr Wilczek2013-07-011-13/+13
* | | | | cmd_bootm.c: Correct check/return for unsupported sub-commandTom Rini2013-07-041-2/+7
* | | | | cosmetic: README.SPL: fix a typoMasahiro Yamada2013-07-031-1/+1
* | | | | Makefile: fix readelf usageAndreas Bießmann2013-07-031-1/+1
* | | | | tools/proftool: remove REG_NOERRORAndreas Bießmann2013-07-031-1/+1
* | | | | lib/rsa/rsa-sig.c: compile on OS XAndreas Bießmann2013-07-031-1/+0
* | | | | dfu:ext4:fix Fix DFU upload functionalityŁukasz Majewski2013-07-031-4/+5
* | | | | dfu:ext4:fix Fix ext4{read|write} command formattingŁukasz Majewski2013-07-031-0/+2
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2013-07-0311-18/+72
|\ \ \ \ \
| * | | | | usb: add support for the USB Ethernet adapter D-Link DUB-E100 H/W Ver C1Pierre Aubert2013-06-301-0/+1
| * | | | | usb: fix unaligned access in device_qual()Heiko Schocher2013-06-301-1/+1
| * | | | | dfu:function: Fix number of allocated DFU function pointersLukasz Majewski2013-06-301-1/+1
| * | | | | usb, musb-new: add wdt triggerHeiko Schocher2013-06-301-0/+2
| * | | | | usb, g_dnl: make possibility to fixup the device_desc board specificHeiko Schocher2013-06-302-1/+8
| * | | | | usb, dfu gadget: switch to dfu mode in dfu_bindHeiko Schocher2013-06-301-1/+3
| * | | | | usb:composite: use memcpy to avoid unaligned accessPiotr Wilczek2013-06-301-1/+2
| * | | | | drivers:usb: use get|put_unaligned_le16Piotr Wilczek2013-06-301-4/+4
| * | | | | dfu: make data buffer size configurableHeiko Schocher2013-06-303-9/+50
| |/ / / /
* | | | | avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linuxAndreas Bießmann2013-07-028-0/+51
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini2013-07-018-34/+46
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | mtd/nand: docg4: fix compiler warningsMike Dunn2013-06-261-8/+7
| * | | | dfu, nand: before write a buffer to nand, erase the nand sectorsHeiko Schocher2013-06-243-2/+22
| * | | | nand: Don't call adjust_size_for_badblocks for eraseScott Wood2013-06-211-8/+1
| * | | | mtd: nand: fix initialization of BBT optionsDaniel Schwierzeck2013-06-182-4/+2
OpenPOWER on IntegriCloud