summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* overo: Split overo.c into spl.c, common.c and overo.cArun Bharadwaj2015-05-10-379/+425
* omap3: overo: Allow boot with kernel in UBI rootfsAsh Charles2015-05-10-0/+13
* omap3: overo: Use software BCH8 ECC for NANDAsh Charles2015-05-10-4/+15
* overo: Add support for Palo35 expansion boardAsh Charles2015-05-10-0/+1
* omap3: overo: Add DTS support for TobiDuo expansionArun Bharadwaj2015-05-10-0/+1
* omap3: overo: Set the Arbor43C 'expansionname'Ash Charles2015-05-10-0/+1
* davinci: restore CONFIG_SPL=y to configs/omapl138_lcdk_defconfigPeter Howard2015-05-10-0/+1
* cmd_part: fix usage textmaxin.john@enea.com2015-05-10-1/+1
* stm32f4: add serial print portkunhuahuang2015-05-10-22/+107
* stm32f4: fix serial outputkunhuahuang2015-05-10-0/+4
* spl: spl_mmc: Partition raw boot mode for eMMCPaul Kocialkowski2015-05-10-0/+5
* spl: spl_mmc: Clearer structure in spl_mmc_load_image and cosmeticsPaul Kocialkowski2015-05-10-55/+73
* gpio: stm32_gpio: Use clrsetbits_le32() at appropriate placesAxel Lin2015-05-08-13/+5
* board/BuR/common: rename "usbupdate" environment to "usbscript"Hannes Petermaier2015-05-08-10/+5
* board/BuR/common: remove BMP_DISPLAY from tseries boardHannes Petermaier2015-05-08-14/+10
* board/BuR/tseries: Add simplefb supportHannes Petermaier2015-05-08-48/+90
* board/BuR/tseries: remove unnary CONFIG_LCD_NOSTDOUTHannes Petermaier2015-05-08-1/+0
* board/BuR/tseries: take usage of CONFIG_LCD_ROTATIONHannes Petermaier2015-05-08-3/+28
* image: android: handle default kernel addressMaxime Ripard2015-05-08-2/+25
* Remove non-working address from MAINTAINERPavel Machek2015-05-08-5/+0
* Fix musl buildJörg Krause2015-05-08-0/+5
* misc: led: Add PCA9551 LED driverStefan Roese2015-05-08-0/+169
* README: fix typo in 'currently'Fabio Estevam2015-05-08-1/+1
* ti: am335x/am437x/omap5 devices: Unify network environment variablesCooper Jr., Franklin2015-05-08-28/+28
* Merge git://git.denx.de/u-boot-dmTom Rini2015-05-08-649/+1743
|\
| * dm: sf: Update default name of spi flash in structure udeviceHaikun.Wang@freescale.com2015-05-06-2/+2
| * dm: usb: exynos: Drop legacy USB codeSimon Glass2015-05-06-229/+0
| * sandbox: Enable time unit test commandSimon Glass2015-05-06-0/+1
| * test: Add a simple time testSimon Glass2015-05-06-0/+146
| * sandbox: Don't try distro_bootcmd by defaultSjoerd Simons2015-05-06-3/+20
| * usb: ohci: Don't log an error on interrupt packet timeoutHans de Goede2015-05-06-1/+2
| * usb: ohci: Add proper cache flushing / invalidating for non cache coherent cpusHans de Goede2015-05-06-5/+84
| * usb: ohci: Fix ctrl in messages with a data-len of 0Hans de Goede2015-05-06-1/+1
| * usb: ohci: Move static func and var declarations from ohci.h to ohci-hcd.cHans de Goede2015-05-06-93/+86
| * usb: ohci: Remove unnecessary phcca variableHans de Goede2015-05-06-6/+3
| * usb: ohci: Move the td array struct to inside the ohci_dev structHans de Goede2015-05-06-20/+9
| * usb: ohci: Move the ohci_dev struct to inside the main ohci structHans de Goede2015-05-06-23/+19
| * usb: ohci: Pass around a pointer to ohci_t rather then accessing global varsHans de Goede2015-05-06-60/+64
| * usb: ohci: Remove unused devgone global variableHans de Goede2015-05-06-8/+0
| * usb: Fix maxpacketsize for first descriptor read for low-speed usb devsHans de Goede2015-05-06-6/+11
| * dm: usb: Set desc_before_addr from ehci dm codeHans de Goede2015-05-05-0/+3
| * dm: usb: Fix finding of first upstream usb-2 hub in the ehci dm codeHans de Goede2015-05-05-12/+22
| * dm: usb: Use usb_get_bus in dm ehci codeHans de Goede2015-05-05-8/+1
| * dm: usb: Copy over usb_device values from usb_scan_device() to final usb_deviceHans de Goede2015-05-05-22/+38
| * dm: usb: Make usb_get_bus easier to use for callersHans de Goede2015-05-05-17/+7
| * dm: usb: Do not use bus->seq before device_probe(bus)Hans de Goede2015-05-05-2/+1
| * dm: i2c-gpio: Remove redundant dm_gpio_set_value() callAxel Lin2015-05-05-6/+7
| * dm: rtc: Add tests for real-time clocksSimon Glass2015-05-05-0/+194
| * dm: test: dts: Sort the aliases in the test device tree fileSimon Glass2015-05-05-4/+4
| * dm: rtc: sandbox: Enable real-time clock supportSimon Glass2015-05-05-2/+2