| Commit message (Expand) | Author | Age | Lines |
... | |
* | | Merge branch 'master' of git://git.denx.de/u-boot-microblaze | Wolfgang Denk | 2008-12-13 | -499/+11 |
|\ \ |
|
| * | | microblaze: Remove XUPV2P board | Michal Simek | 2008-12-10 | -490/+0 |
| * | | microblaze: Remove CONFIG_LIBFDT due to error in common files | Michal Simek | 2008-12-10 | -2/+0 |
| * | | microblaze: Fix ml401 uart16550 setting | Michal Simek | 2008-12-10 | -7/+10 |
| * | | microblaze: Set up relocation is done | Michal Simek | 2008-12-10 | -0/+1 |
* | | | Merge branch 'master' of git://git.denx.de/u-boot-ubi | Wolfgang Denk | 2008-12-13 | -4/+27 |
|\ \ \
| |_|/
|/| | |
|
| * | | UBI: Set ubi_dev.type back to DEV_TYPE_NONE upon failing initialization | Stefan Roese | 2008-12-10 | -0/+1 |
| * | | UBI: Return -ENOMEM upon failing malloc | Stefan Roese | 2008-12-10 | -2/+3 |
| * | | UBI: Fix size parsing in "ubi create" | Stefan Roese | 2008-12-09 | -1/+1 |
| * | | UBI: Enable re-initializing of the "ubi part" command | Stefan Roese | 2008-12-09 | -0/+13 |
| * | | MTD: Fix problem based on non-working relocation (list head mtd_partitions) | Stefan Roese | 2008-12-09 | -1/+9 |
* | | | Fix compile error in building MBX860T. | Ben Warren | 2008-12-10 | -1/+1 |
* | | | tools/netconsole: new script for working with netconsole over UDP | Mike Frysinger | 2008-12-10 | -14/+46 |
* | | | fs/fat: handle FAT on SATA | Sonic Zhang | 2008-12-10 | -0/+3 |
| |/
|/| |
|
* | | libfdt: Fix redefined uintptr_t warning for USE_HOSTCC | Jerry Van Baren | 2008-12-10 | -0/+2 |
* | | Moved sc520 PCI definitions to stand-alone file | Graeme Russ | 2008-12-10 | -22/+49 |
* | | Fixed path to sc520 SSI include file | Graeme Russ | 2008-12-10 | -1/+1 |
* | | Fixed build error due to #define of _LINUX_STRING_H_ in 82559_eeprom.c | Graeme Russ | 2008-12-10 | -1/+0 |
* | | serial: Add vcth UART driver | Stefan Roese | 2008-12-10 | -0/+122 |
* | | jffs2: cache data_crc results | Ilya Yanok | 2008-12-09 | -1/+5 |
* | | jffs2: summary support | Ilya Yanok | 2008-12-09 | -1/+368 |
* | | jffs2: add buffer to cache flash accesses | Ilya Yanok | 2008-12-09 | -45/+73 |
* | | jffs2: rewrite jffs2 scanning code based on Linux one | Ilya Yanok | 2008-12-09 | -56/+171 |
* | | jffs2: add sector_size field to part_info structure | Ilya Yanok | 2008-12-09 | -3/+18 |
* | | jffs2: fix searching for latest version in jffs2_1pass_list_inodes() | Ilya Yanok | 2008-12-09 | -3/+2 |
* | | evb64260: fix "cast to pointer from integer of different size" warnings | Wolfgang Denk | 2008-12-09 | -3/+7 |
* | | Merge branch 'master' of /home/wd/git/u-boot/custodians | Wolfgang Denk | 2008-12-09 | -19/+30 |
|\ \ |
|
| * \ | Merge branch 'master' of git://git.denx.de/u-boot-usb | Wolfgang Denk | 2008-12-09 | -19/+30 |
| |\ \ |
|
| | * | | USB: descriptor handling | Stefan Althoefer | 2008-12-09 | -1/+1 |
| | * | | usbtty/omap: update to current API | Jean-Christophe PLAGNIOL-VILLARD | 2008-12-09 | -18/+29 |
| | |/ |
|
* | | | Merge branch 'master' of /home/wd/git/u-boot/custodians | Wolfgang Denk | 2008-12-09 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | video: fix FADS823 and RRvision compiling issues | Anatolij Gustschin | 2008-12-09 | -2/+0 |
| |/ |
|
* | | drivers/fsl_pci_init: Fix compile warning | Kumar Gala | 2008-12-09 | -0/+2 |
|/ |
|
* | Merge branch 'master' of git://git.denx.de/u-boot-at91 | Wolfgang Denk | 2008-12-09 | -20/+154 |
|\ |
|
| * | Remove redundant armv4 flag from arm926ejs compile flags | Remy Bohmer | 2008-12-06 | -2/+1 |
| * | at91: Choose environment variables location within make config target | Nicolas Ferre | 2008-12-06 | -18/+153 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-net | Wolfgang Denk | 2008-12-09 | -13/+30 |
|\ \ |
|
| * | | net: Fix TftpStart() ip:filename bug | Peter Tyser | 2008-12-04 | -2/+1 |
| * | | net: Add additional IP fragmentation check | Peter Tyser | 2008-12-04 | -1/+2 |
| * | | net: Define IP flag field values | Peter Tyser | 2008-12-04 | -3/+9 |
| * | | net: tsec: Fix Marvell 88E1121R phy init | Anatolij Gustschin | 2008-12-04 | -0/+7 |
| * | | net: Fix download command parsing | Peter Tyser | 2008-12-04 | -8/+12 |
| |/ |
|
* | | Section name should be ".data", not "data" | Trent Piepho | 2008-12-09 | -10/+8 |
* | | MAKEALL: Automatically use parallel builds | Wolfgang Denk | 2008-12-09 | -1/+10 |
* | | vxworks.h: Fix build problem introduced by commits 29a4c24d/e9084b23 | Wolfgang Denk | 2008-12-09 | -1/+1 |
* | | avr32/bootm: remove unused variable 'ret' | Jean-Christophe PLAGNIOL-VILLARD | 2008-12-08 | -1/+0 |
* | | Remove unneeded CONFIG_SHELL references | Peter Tyser | 2008-12-08 | -9/+3 |
* | | Use bash for default GNU Make shell application | Peter Tyser | 2008-12-08 | -1/+6 |
* | | jffs2: rename devices_init () in common/jffs2.c | Heiko Schocher | 2008-12-08 | -7/+7 |
* | | SPARC: Fixed compiler error introduced by commit c160a9544743 | Daniel Hellstrom | 2008-12-07 | -1/+2 |