| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | integratorcp: make the board compile | Linus Walleij | 2011-09-03 | 1 | -0/+6 |
* | integratorap: remove hardcoded 32MB memory cmdline | Linus Walleij | 2011-09-03 | 1 | -1/+1 |
* | integratorap: support some rudimentary commands | Linus Walleij | 2011-09-03 | 1 | -0/+6 |
* | integratorap: support the hush shell | Linus Walleij | 2011-09-03 | 1 | -0/+2 |
* | integratorap: support relocation | Linus Walleij | 2011-09-03 | 2 | -9/+8 |
* | integratorap: make the compile work again | Linus Walleij | 2011-09-03 | 2 | -1/+7 |
* | arm: lib: memcpy: Do not copy to same address | Matthias Weisser | 2011-09-03 | 1 | -0/+3 |
* | arm: omap: innovator: use common code for machine type | Igor Grinberg | 2011-09-03 | 3 | -9/+4 |
* | arm: nvidia and smdk6400: use common code for machine type | Igor Grinberg | 2011-09-03 | 3 | -4/+1 |
* | MAKEALL ARMv7: Use boards.cfg | Dirk Behme | 2011-09-03 | 1 | -21/+2 |
* | atmel: Update support of board AT91SAM9M10G45-EK to new style | Thomas Petazzoni | 2011-09-03 | 6 | -188/+156 |
* | AT91: fix at91sam9g45.h to include USB Host defines | Reinhard Meyer | 2011-09-03 | 1 | -1/+3 |
* | make pm9g45 buildable for v2011.06 release | Asen Dimov | 2011-09-03 | 5 | -27/+27 |
* | make pm9263 buildable for v2011.06 release | Asen Dimov | 2011-09-03 | 4 | -35/+35 |
* | atmel: update at91sam9m10g45 SoC support to new style | Thomas Petazzoni | 2011-09-03 | 3 | -185/+135 |
* | pm9261: compiles with the AT91 reworked scheme | Asen Dimov | 2011-09-03 | 4 | -34/+33 |
* | tny_a9260/tny_a9g20: update board to the new AT91 organization | Thomas Petazzoni | 2011-09-03 | 5 | -83/+73 |
* | sbc35_a9g20: update board to the new AT91 organization | Thomas Petazzoni | 2011-09-03 | 5 | -97/+88 |
* | at91: reworked support for meesc board | Matthias Fuchs | 2011-09-03 | 3 | -108/+144 |
* | MPC8xx: fix build problem for ETX094 board | Wolfgang Denk | 2011-08-31 | 2 | -143/+3 |
* | phy.c: make less verbose - turn printf() into debug() | Wolfgang Denk | 2011-08-31 | 1 | -1/+1 |
* | Merge branch 'master' of git://git.denx.de/u-boot-sh | Wolfgang Denk | 2011-08-26 | 22 | -2/+1340 |
|\ |
|
| * | sh: add calling mmc_initialize in board.c | Yoshihiro Shimoda | 2011-08-22 | 1 | -0/+12 |
| * | sh: sh7757lcr: Add KEEP order to start.o section | Yoshihiro Shimoda | 2011-08-22 | 1 | -1/+1 |
| * | usb: r8a66597: Fix argument mistake of inl | Nobuhiro Iwamatsu | 2011-08-22 | 1 | -1/+1 |
| * | sh: Clean up rsk7264 board settings | Phil Edworthy | 2011-08-22 | 1 | -45/+24 |
| * | sh: sh2a: Add sh2a optimize to config.mk | Nobuhiro Iwamatsu | 2011-08-22 | 1 | -0/+5 |
| * | sh: Fix rsk7203 alignment problem | Phil Edworthy | 2011-08-22 | 1 | -0/+1 |
| * | sh: Add support for SH2A freestanding build | Phil Edworthy | 2011-08-22 | 8 | -0/+868 |
| * | sh: Add Renesas rsk7264 board | Phil Edworthy | 2011-08-22 | 10 | -1/+474 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-ubi | Wolfgang Denk | 2011-08-26 | 1 | -4/+2 |
|\ \ |
|
| * | | ubifs: Fix bad free() sequence in ubifs_finddir() | Wolfgang Denk | 2011-08-19 | 1 | -4/+2 |
| |/ |
|
* | | usb: increase non-bulk timeout for slow chipsets. | Jason Cooper | 2011-08-08 | 1 | -1/+1 |
* | | USB: Move USB_PRINTF() out of ifdef in usb_scan_devices() | Marek Vasut | 2011-08-08 | 1 | -1/+1 |
* | | USB: Set portnr so USB1.1 and 1.0 devices work on EHCI controllers | Marek Vasut | 2011-08-08 | 1 | -0/+1 |
* | | usb: r8a66597: Fix argument mistake of inl | Nobuhiro Iwamatsu | 2011-08-08 | 1 | -1/+1 |
* | | Put common autoload code into auto_load() function | Simon Glass | 2011-08-08 | 1 | -43/+33 |
* | | Add documentation for USB Host Networking | Simon Glass | 2011-08-08 | 1 | -1/+156 |
* | | Add Ethernet hardware MAC address framework to usbnet | Simon Glass | 2011-08-08 | 5 | -30/+72 |
* | | Add support for SMSC95XX USB 2.0 10/100MBit Ethernet Adapter | Simon Glass | 2011-08-08 | 4 | -0/+900 |
|/ |
|
* | Convert ISO-8859 files to UTF-8 | Albert ARIBAUD | 2011-08-04 | 100 | -184/+184 |
* | mpc5200: digsy_mtc: fix extension board EEPROM I2C address for rev5 | Anatolij Gustschin | 2011-08-04 | 2 | -4/+8 |
* | hwmon: do not init sensors on startup | Heiko Schocher | 2011-08-04 | 11 | -149/+28 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Wolfgang Denk | 2011-08-04 | 147 | -4253/+8005 |
|\ |
|
| * | drivers/rtc: add Marvell Integrated RTC | Jason Cooper | 2011-08-04 | 4 | -0/+191 |
| * | Armada100: Add Board Support for Marvell GuruPlug-Display | Ajay Bhargav | 2011-08-04 | 5 | -0/+211 |
| * | Armada100: MFP macro naming correction | Ajay Bhargav | 2011-08-04 | 1 | -2/+2 |
| * | Merge commit '7b2fac7654f7420c2787f74ec3b1540fa3b343e9' | Albert ARIBAUD | 2011-08-04 | 0 | -0/+0 |
| |\ |
|
| | * | omap730p2: fix build breaks | Aneesh V | 2011-06-09 | 1 | -0/+5 |
| | * | omap2420h4: fix build breaks | Aneesh V | 2011-06-09 | 1 | -0/+4 |