| Commit message (Expand) | Author | Age | Lines |
* | ppc4xx: Add defines for COM3 & COM4 (UART2 & UART3) on 440EPx/GRx | Stefan Roese | 2010-10-04 | -0/+2 |
* | ppc4xx: Big lwmon5 board support rework/update | Sascha Laue | 2010-10-04 | -359/+1090 |
* | APM821xx: Add bluestone board support | Tirumala Marri | 2010-10-04 | -0/+446 |
* | APM821xx: Add CPU support | Tirumala Marri | 2010-10-04 | -19/+202 |
* | hmi1001, mucmc52, uc100, uc101: move boards to vendor directory | Wolfgang Denk | 2010-10-04 | -4/+4 |
* | CONFIG_SYS_ARM_WITHOUT_RELOC: document feature removal | Wolfgang Denk | 2010-10-04 | -1/+28 |
* | Merge branch 'next' of /home/wd/git/u-boot/next | Wolfgang Denk | 2010-09-28 | -8339/+15828 |
|\ |
|
| * | Add support for operating system OSE | Torkel Lundgren | 2010-09-28 | -0/+42 |
| * | 83xx: Remove warmboot parameter from PCI init functions | Peter Tyser | 2010-09-23 | -54/+35 |
| * | mpc83xx: extend CONFIG_SYS_BOOTMAPSZ increase to mpc8308_p1m | Kim Phillips | 2010-09-23 | -1/+1 |
| * | mpc83xx: fix pcie build warning | Kim Phillips | 2010-09-23 | -1/+1 |
| * | mpc8308_p1m: support for MPC8308 P1M board | Ilya Yanok | 2010-09-23 | -0/+811 |
| * | MPC8308RDB: various clean ups | Ilya Yanok | 2010-09-23 | -66/+31 |
| * | mpc8308: add SICR{L,H} fields definitions | Ilya Yanok | 2010-09-23 | -0/+48 |
| * | mpc83xx: add support for setting PCIE clocks | Ilya Yanok | 2010-09-23 | -0/+12 |
| * | mpc83xx/pcie: make it compile with PCIE2 unconfigured | Ilya Yanok | 2010-09-23 | -13/+25 |
| * | e300: increase CONFIG_SYS_BOOTMAPSZ to allow booting large kernels | Ira W. Snyder | 2010-09-23 | -44/+44 |
| * | mpc831xerdb: enable mtdparts for NAND | Scott Wood | 2010-09-23 | -2/+16 |
| * | ppc4xx: Disable trace broadcast for 44x non debug mode | Victor Gallardo | 2010-09-23 | -0/+3 |
| * | ppc4xx: Cleanup of PVR detection code in cpu.c | Stefan Roese | 2010-09-23 | -71/+61 |
| * | ppx4xx: remove unused functionality for DU405 boards | Matthias Fuchs | 2010-09-23 | -26/+5 |
| * | Remove unused CONFIG_SERIAL_SOFTWARE_FIFO feature | Stefan Roese | 2010-09-23 | -146/+0 |
| * | ppc4xx: Remove now unused CONFIG_UART1_CONSOLE | Stefan Roese | 2010-09-23 | -16/+1 |
| * | ppc4xx: Use common NS16550 driver for PPC4xx UART | Stefan Roese | 2010-09-23 | -824/+600 |
| * | ppc4xx: Big header cleanup part 2, mostly PPC405 related | Stefan Roese | 2010-09-23 | -948/+712 |
| * | ppc4xx: Big header cleanup, mostly PPC440 related | Stefan Roese | 2010-09-23 | -1986/+1750 |
| * | ppc4xx: Move gpio.h to ppc4xx-gpio.h since its ppc4xx specific | Stefan Roese | 2010-09-23 | -22/+22 |
| * | ppc4xx: Move ppc4xx headers to powerpc include directory | Stefan Roese | 2010-09-23 | -149/+149 |
| * | ppc4xx: Remove unreferenced file include/405_dimm.h | Stefan Roese | 2010-09-23 | -4/+0 |
| * | fsl: refactor MPC8610 and MPC5121 DIU code to use existing bitmap and logo fe... | Timur Tabi | 2010-09-21 | -1156/+37 |
| * | video: cfb_console: add support for 4bpp bitmaps with GDF_32BIT_X888RGB | Timur Tabi | 2010-09-21 | -1/+37 |
| * | logos: add Freescale logo | Timur Tabi | 2010-09-21 | -0/+3 |
| * | silence config step commands display during MAKEALL builds | Kim Phillips | 2010-09-21 | -1/+1 |
| * | arm: Make jadecpu board use relocation | Matthias Weisser | 2010-09-21 | -3/+13 |
| * | Merge branch 'next' of ../custodians into next | Wolfgang Denk | 2010-09-21 | -2/+4451 |
| |\ |
|
| | * | Merge branch 'next' of git://git.denx.de/u-boot-usb into next | Wolfgang Denk | 2010-09-21 | -2/+4451 |
| | |\ |
|
| | | * | USB-CDC: Fix coding style issues | Vitaly Kuzmichev | 2010-09-20 | -407/+420 |
| | | * | USB-CDC: called handle_interrupts inside usb_eth_send | Stefano Babic | 2010-09-20 | -1/+9 |
| | | * | USB-CDC: correct wrong alignment in ether.c | Stefano Babic | 2010-09-20 | -1/+1 |
| | | * | USB-CDC: change simple_strtol to simple_strtoul | Vitaly Kuzmichev | 2010-09-20 | -1/+1 |
| | | * | USB-CDC: ethernet error path potential oops fix | Vitaly Kuzmichev | 2010-09-20 | -1/+1 |
| | | * | USB-CDC: Correct stat_req initialization | Vitaly Kuzmichev | 2010-09-20 | -4/+3 |
| | | * | USB-CDC: Replace 'strcpy' by 'strlcpy' | Vitaly Kuzmichev | 2010-09-20 | -3/+3 |
| | | * | USB-CDC: Correct freeing usb requests | Vitaly Kuzmichev | 2010-09-20 | -2/+7 |
| | | * | USB-CDC: Use native debug printout macros | Vitaly Kuzmichev | 2010-09-20 | -53/+43 |
| | | * | USB-CDC: Add lost 'qmult' definition | Vitaly Kuzmichev | 2010-09-20 | -0/+6 |
| | | * | USB-CDC: Restuct USB gadget Makefile | Vitaly Kuzmichev | 2010-09-20 | -2/+5 |
| | | * | Integrate USB gadget layer and USB CDC driver layer | Remy Bohmer | 2010-09-20 | -2/+4425 |
| | | * | usb: musb: stub out MUSB_TXCSR_MODE for Blackfin parts | Mike Frysinger | 2010-09-20 | -0/+2 |
| * | | | Merge branch 'next' of ../custodians into next | Wolfgang Denk | 2010-09-21 | -57/+48 |
| |\ \ \
| | |/ / |
|