| Commit message (Expand) | Author | Age | Files | Lines |
* | Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before r... | Peter Tyser | 2008-06-03 | 1 | -6/+0 |
* | Add support for environment in SPI flash | Haavard Skinnemoen | 2008-06-03 | 4 | -2/+136 |
* | SPI Flash: Add "sf" command | Haavard Skinnemoen | 2008-06-03 | 2 | -0/+192 |
* | SPI API improvements | Haavard Skinnemoen | 2008-06-03 | 3 | -48/+155 |
* | soft_i2c: Pull SDA high before reading | Haavard Skinnemoen | 2008-06-03 | 1 | -0/+1 |
* | Make sure common.h is the first include. | Kumar Gala | 2008-06-03 | 1 | -1/+2 |
* | Avoid initrd and logbuffer area overlaps | Marian Balakowicz | 2008-06-03 | 2 | -1/+17 |
* | Merge remote branch 'u-boot-at91/for-1.3.4' | Wolfgang Denk | 2008-06-03 | 1 | -1/+77 |
|\ |
|
| * | Merging Stelian Pop AT91 patches | Jean-Christophe PLAGNIOL-VILLARD | 2008-05-24 | 3 | -6/+77 |
| |\ |
|
| | * | Cleanup nand_info[] declaration. | Stelian Pop | 2008-05-13 | 3 | -6/+0 |
| | * | Add ATMEL LCD driver | Stelian Pop | 2008-05-10 | 1 | -1/+78 |
* | | | Cleanup nand_info[] declaration. | Stelian Pop | 2008-05-28 | 2 | -5/+0 |
* | | | USB: replace old swap_ with proper endianess conversion macros | Christian Eggers | 2008-05-22 | 3 | -45/+38 |
|/ / |
|
* | | Merge branch 'lwmon5' of /home/wd/git/u-boot/projects | Wolfgang Denk | 2008-05-21 | 1 | -2/+2 |
|\ \ |
|
| * | | POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) wit... | Yuri Tikhonov | 2008-05-20 | 1 | -2/+2 |
* | | | Big white-space cleanup. | Wolfgang Denk | 2008-05-21 | 21 | -207/+202 |
|/ / |
|
* | | common/usb.c: fix incorrect escape sequence | Hebbar | 2008-05-20 | 1 | -1/+1 |
* | | environment: cleanup prototype declarations of env functions. | Wolfgang Denk | 2008-05-14 | 4 | -23/+0 |
* | | Revert "Avoid initrd and logbuffer area overlaps" | Wolfgang Denk | 2008-05-12 | 2 | -14/+1 |
* | | Fix offset calculation for multi-type legacy images. | Nick Spence | 2008-05-12 | 1 | -9/+4 |
* | | Revert "Change env_get_char from a global function ptr to a function." | Wolfgang Denk | 2008-05-12 | 5 | -13/+13 |
* | | Avoid initrd and logbuffer area overlaps | Marian Balakowicz | 2008-05-10 | 2 | -1/+14 |
* | | Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled | Marian Balakowicz | 2008-05-10 | 2 | -15/+0 |
* | | Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating | James Yang | 2008-05-09 | 1 | -10/+23 |
* | | ide: Remove spurious second include of io.h | Marcel Ziswiler | 2008-05-09 | 1 | -4/+0 |
* | | Recognize 'powerpc' As an Alias for IH_ARCH_PPC | Grant Erickson | 2008-05-09 | 1 | -0/+1 |
|/ |
|
* | fix building when saveenv is disabled in some setups | Mike Frysinger | 2008-05-04 | 1 | -0/+2 |
* | cmd_nand: fix warning: str2long ncompatible pointer type | Jean-Christophe PLAGNIOL-VILLARD | 2008-04-30 | 1 | -1/+1 |
* | Fix warning in env_nand.c if compiled for DaVinci Schmoogie | dirk.behme@googlemail.com | 2008-04-30 | 1 | -3/+3 |
* | common/env_nand.c: fix one more incompatible pointer type issue | Wolfgang Denk | 2008-04-29 | 1 | -1/+1 |
* | IDE: fix compiler warnings | Guennadi Liakhovetski | 2008-04-28 | 1 | -2/+12 |
* | cmd_nand.c: fix "differ in signedness" problem | Wolfgang Denk | 2008-04-28 | 1 | -6/+7 |
* | NAND: fix some strict-aliasing compiler warnings | Wolfgang Denk | 2008-04-28 | 2 | -10/+11 |
* | Use watchdog-aware functions when calculating hashes of images - take two | Bartlomiej Sieka | 2008-04-25 | 1 | -34/+8 |
* | Merge branch 'master' of /home/wd/git/u-boot/lwmon5 | Wolfgang Denk | 2008-04-25 | 1 | -0/+7 |
|\ |
|
| * | Added watchdog triggering calls in the "mtest" test function. | Sergei Poselenov | 2008-04-22 | 1 | -0/+7 |
| * | The patch introduces the alternative configuration of the log buffer for | Yuri Tikhonov | 2008-03-18 | 2 | -6/+36 |
| * | The patch introduces the CRITICAL feature of POST tests. If the test | Yuri Tikhonov | 2008-03-18 | 1 | -1/+7 |
* | | Memory footprint optimizations | Bartlomiej Sieka | 2008-04-24 | 4 | -37/+27 |
* | | crc32: use uint32_t rather than unsigned long | Mike Frysinger | 2008-04-24 | 1 | -1/+1 |
* | | Fix build breakage casued by commit c0559be371b2 | Wolfgang Denk | 2008-04-18 | 1 | -1/+0 |
* | | allow ports to override go behavior | Mike Frysinger | 2008-04-18 | 1 | -28/+5 |
* | | allow ports to override bootelf behavior | Mike Frysinger | 2008-04-18 | 1 | -12/+21 |
* | | Restore the ability to continue booting after legacy image overwrite | Marian Balakowicz | 2008-04-17 | 2 | -12/+27 |
* | | IDE: fix bug in reset sequence | Martin Krause | 2008-04-17 | 1 | -0/+3 |
* | | cmd_log.c: Fix assignment differ in signedness | Jean-Christophe PLAGNIOL-VILLARD | 2008-04-17 | 1 | -1/+1 |
* | | Change env_get_char from a global function ptr to a function. | Joakim Tjernlund | 2008-04-17 | 5 | -13/+13 |
* | | Fix OneNAND erase command | Kyungmin Park | 2008-04-13 | 2 | -14/+27 |
* | | Add CONFIG_MII_INIT support to related boards | TsiChung Liew | 2008-04-13 | 1 | -1/+1 |
* | | Rename include/md5.h to include/u-boot/md5.h | Andy Fleming | 2008-04-13 | 1 | -2/+2 |