Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Blackfin: relax .data alignment | Mike Frysinger | 2010-04-07 | 1 | -1/+1 |
* | Blackfin: drop reference to gd->reloc_off | Mike Frysinger | 2010-04-07 | 1 | -3/+5 |
* | Blackfin: disable NetBSD bootm support by default | Mike Frysinger | 2010-04-07 | 1 | -0/+3 |
* | Merge branch 'next' | Wolfgang Denk | 2010-04-01 | 136 | -2309/+3338 |
|\ | |||||
| * | i2c: made unused function i2c_mux_add_device static | Frans Meulenbroeks | 2010-03-29 | 2 | -3/+1 |
| * | cmd_i2c: introduced get_alen helper function | Frans Meulenbroeks | 2010-03-29 | 1 | -72/+47 |
| * | cmd_i2c: moved a define to before the functions | Frans Meulenbroeks | 2010-03-29 | 1 | -2/+2 |
| * | cmd_i2c: moved mispositioned comment for i2c md | Frans Meulenbroeks | 2010-03-29 | 1 | -4/+4 |
| * | cmd_i2c.c: declared local functions as static | Frans Meulenbroeks | 2010-03-29 | 1 | -14/+14 |
| * | Merge remote branch 'origin/master' into next | Wolfgang Denk | 2010-03-29 | 21 | -1760/+195 |
| |\ | |||||
| * \ | Merge branch 'next' of git://www.denx.de/git/u-boot-cfi-flash into next | Wolfgang Denk | 2010-03-29 | 1 | -7/+86 |
| |\ \ | |||||
| | * | | cfi flash: add status polling method for amd flash | Thomas Chou | 2010-03-26 | 1 | -7/+86 |
| * | | | Merge branch 'next' of git://git.denx.de/u-boot-coldfire into next | Wolfgang Denk | 2010-03-28 | 61 | -906/+2371 |
| |\ \ \ | |||||
| | * | | | ColdFire: Fix m54455EVB save environment bug | TsiChung Liew | 2010-03-24 | 1 | -1/+1 |
| | * | | | ColdFire: Fix incorrect M5253DEMO default environment | TsiChung Liew | 2010-03-24 | 1 | -1/+1 |
| | * | | | ColdFire: Cache update for all platforms | TsiChung Liew | 2010-03-24 | 30 | -599/+658 |
| | * | | | ColdFire: Fix SDRAM size on M5208evb rev E | TsiChung Liew | 2010-03-24 | 1 | -1/+1 |
| | * | | | ColdFire: Misc update for M53017 | TsiChung Liew | 2010-03-24 | 2 | -3/+5 |
| | * | | | ColdFire: Add CPU compile flag for mcf5301x and mcf532x | TsiChung Liew | 2010-03-24 | 1 | -0/+12 |
| | * | | | ColdFire: Update Extra environment Data for M5275EVB | TsiChung Liew | 2010-03-24 | 1 | -5/+17 |
| | * | | | ColdFire: M5271EVB DRAM Bring up issue | TsiChung Liew | 2010-03-24 | 1 | -2/+10 |
| | * | | | ColdFire: Update M5253DEMO configuration file | TsiChung Liew | 2010-03-24 | 1 | -7/+2 |
| | * | | | ColdFire: Relocate vector table - mcf5445x | TsiChung Liew | 2010-03-24 | 1 | -0/+9 |
| | * | | | ColdFire: Update uart_port_conf in serial driver | TsiChung Liew | 2010-03-24 | 1 | -2/+2 |
| | * | | | ColdFire: Update processors' serial port configuration | TsiChung Liew | 2010-03-24 | 7 | -51/+106 |
| | * | | | ColdFire: Correct bit definition | TsiChung Liew | 2010-03-24 | 11 | -209/+206 |
| | * | | | fix cmd_bdinfo.c:354: warning: 'print_eth' defined but not used | Philippe De Muyter | 2010-03-24 | 1 | -2/+2 |
| | * | | | Adding EP2500 MCF5282 board [PATCH] | Michael Durrant | 2010-03-24 | 3 | -0/+19 |
| | * | | | add block write function to spartan3 slave serial load | Wolfgang Wegner | 2010-03-24 | 3 | -25/+31 |
| | * | | | add ASTRO MCF5373L board | Wolfgang Wegner | 2010-03-24 | 10 | -0/+1291 |
| | |/ / | |||||
| * | | | cmd_nand: show nand scrub confirmation character | Florian Fainelli | 2010-03-23 | 1 | -2/+8 |
| * | | | at91: add hwecc method for nand | Nikolay Petukhov | 2010-03-23 | 2 | -0/+301 |
| * | | | TI: Davinci: NAND Driver Cleanup | Cyril Chemparathy | 2010-03-23 | 3 | -101/+106 |
| |/ / | |||||
| * | | Merge remote branch 'origin/master' into next | Wolfgang Denk | 2010-03-22 | 3 | -19/+219 |
| |\ \ | |||||
| * \ \ | Merge remote branch 'origin/master' into next | Wolfgang Denk | 2010-03-21 | 43 | -35/+65 |
| |\ \ \ | |||||
| * | | | | fdt_support: add partitions fixup in mtd node | Anatolij Gustschin | 2010-03-21 | 5 | -1/+234 |
| * | | | | cmd history: Match history buffer size to console buffer | John Schmoller | 2010-03-21 | 1 | -1/+1 |
| * | | | | console: Fix console buffer overrun | John Schmoller | 2010-03-21 | 1 | -2/+2 |
| * | | | | POST: add progress API | Michael Zaidman | 2010-03-21 | 2 | -2/+20 |
| * | | | | cmd_setexpr: allow memory addresses in expressions | Frans Meulenbroeks | 2010-03-21 | 1 | -4/+30 |
| * | | | | cmd_i2c.c: added i2c read to memory function | Frans Meulenbroeks | 2010-03-21 | 1 | -1/+59 |
| * | | | | cmd_i2c.c: sorted commands alphabetically | Frans Meulenbroeks | 2010-03-21 | 1 | -6/+5 |
| * | | | | cmd_i2c.c: reworked subcommand handling | Frans Meulenbroeks | 2010-03-21 | 1 | -32/+45 |
| * | | | | cmd_bootm.c: made subcommand array static | Frans Meulenbroeks | 2010-03-21 | 1 | -1/+1 |
| * | | | | cmd_i2c.c: reduced subaddress length to 3 bytes | Frans Meulenbroeks | 2010-03-21 | 1 | -5/+5 |
| * | | | | nios2: Added support to YANU UART | Renato Andreola | 2010-03-21 | 2 | -1/+282 |
| * | | | | nios2: use generic unaligned.h | Thomas Chou | 2010-03-21 | 1 | -0/+6 |
| * | | | | mpc5xxx: Remove all references to MGT5100 | Detlev Zundel | 2010-03-21 | 59 | -1169/+22 |
| * | | | | video: Fix console display when splashscreen is used | Matthias Weisser | 2010-03-21 | 1 | -9/+12 |
* | | | | | Prepare v2010.03v2010.03 | Wolfgang Denk | 2010-03-31 | 2 | -1/+153 |