| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote branch 'origin/master' into next | Wolfgang Denk | 2010-03-21 | 43 | -35/+65 |
|\ |
|
| * | correct a syntax typo in at91_matrix.h | Asen Dimov | 2010-03-21 | 1 | -1/+1 |
| * | env: fix endian ordering in crc table | Jeff Angielski | 2010-03-21 | 1 | -1/+1 |
| * | mpc5121: cpu/mpc512x/diu.c: fix warnings | Anatolij Gustschin | 2010-03-21 | 1 | -2/+2 |
| * | console.c: fix problem with splashimage | Anatolij Gustschin | 2010-03-21 | 1 | -3/+7 |
| * | mod change 755 => 644 for multiple files | Thomas Weber | 2010-03-21 | 34 | -0/+0 |
| * | mxcmmc: fix warnings due to access 32 bit registers with 16 bit accessors | Stefano Babic | 2010-03-21 | 1 | -18/+18 |
| * | TFTP: allow for adjustable retransmission timout | Wolfgang Denk | 2010-03-21 | 2 | -8/+34 |
| * | Fix PCI_BASE_ADDRESS_5 handling in pci_hose_config_device() | Wolfgang Denk | 2010-03-21 | 1 | -1/+1 |
| * | cmd_mmc remove \n | Frans Meulenbroeks | 2010-03-21 | 1 | -1/+1 |
| * | nios2: Added support to YANU UART | Renato Andreola | 2010-03-16 | 2 | -1/+282 |
| * | nios2: use generic unaligned.h | Thomas Chou | 2010-03-16 | 1 | -0/+6 |
| * | Merge branch 'master' of git://git.denx.de/u-boot-video | Wolfgang Denk | 2010-03-14 | 1 | -9/+12 |
| |\ |
|
| | * | video: Fix console display when splashscreen is used | Matthias Weisser | 2010-03-13 | 1 | -9/+12 |
* | | | 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 |
|/ / |
|
* | | asm-blackfin/unaligned.h: add for zlib code | Mike Frysinger | 2010-03-14 | 1 | -0/+1 |
* | | asm-generic/unaligned.h: dynamic default unaligned accesses | Mike Frysinger | 2010-03-14 | 1 | -0/+23 |
|/ |
|
* | Prepare v2010.03-rc1v2010.03-rc1 | Wolfgang Denk | 2010-03-12 | 18 | -39/+5797 |
* | standalone eepro100_eeprom: fix build error | Wolfgang Denk | 2010-03-12 | 1 | -2/+1 |
* | Update .gitignore's: add some generated files | Wolfgang Denk | 2010-03-12 | 2 | -2/+4 |
* | mpc82xx: Remove SL8245 board and the now orpahned sk98lin network driver. | Detlev Zundel | 2010-03-12 | 51 | -46370/+0 |
* | 85xx: Drop FIT support to allow u-boot image to fit in 512k | Kumar Gala | 2010-03-12 | 1 | -4/+0 |
* | Cosmetic change - indentation correction. | Michael Zaidman | 2010-03-12 | 1 | -2/+2 |
* | cmd_mtdparts.c: prevent printbuffer overflows | Anatolij Gustschin | 2010-03-12 | 1 | -2/+8 |
* | Fix MPC8536DS documentation | Frans Meulenbroeks | 2010-03-12 | 1 | -1/+1 |
* | doc: add README for CONFIG_HWCONFIG option | Heiko Schocher | 2010-03-12 | 1 | -0/+50 |
* | TQM8xx: enable device tree support on all TQM8xx based boards. | Heiko Schocher | 2010-03-12 | 19 | -0/+96 |
* | TQM8xx: add device tree support for TQM8xx based boards. | Heiko Schocher | 2010-03-12 | 1 | -0/+119 |
* | Move CONFIG_UPDATE_TFTP code after CONFIG_PREBOOT | Wolfgang Denk | 2010-03-11 | 1 | -4/+4 |
* | mkimage: dont force entry point with xip | Mike Frysinger | 2010-03-11 | 1 | -14/+0 |
* | PPC: Record U-Boot's relocated address in RAM and show in bdinfo. | Richard Retanubun | 2010-03-11 | 3 | -6/+3 |
* | Fix memory leak in mmc_read() | Wolfgang Denk | 2010-03-11 | 1 | -1/+1 |
* | AT91: Update otc570 board to new SoC access | Daniel Gorsulowski | 2010-03-07 | 2 | -98/+107 |
* | updates the at91 main_clock calculation | Jens Scharsig | 2010-03-07 | 2 | -3/+7 |
* | arm: kirkwood: suen3: fixed build warning | Prafulla Wadaskar | 2010-03-07 | 1 | -2/+1 |
* | MX51: removed warnings for the mx51evk | Stefano Babic | 2010-03-07 | 9 | -36/+55 |
* | SPEAr : Supporting new mach ids for spear310 and spear320 | Vipin Kumar | 2010-03-07 | 2 | -2/+2 |