aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2008-07-13FIS: repare incorrect return value with ramdisk handlingMichal Simek1-8/+8
2008-07-11Fix some more print() format errors.Wolfgang Denk2-13/+13
2008-07-10silence misc printf formatting compiler warningsKim Phillips2-8/+8
2008-07-10USB: shutdown USB before bootingMarkus Klotzbücher1-0/+18
2008-07-10Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/masterWolfgang Denk1-4/+15
2008-07-10Fix some more print() format errors.Wolfgang Denk1-1/+1
2008-07-10Fix "usb part" commandChristian Eggers1-4/+15
2008-07-10MTD/NAND: Fix printf format warning in nand codeStefan Roese1-6/+6
2008-07-10Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flashWolfgang Denk1-4/+4
2008-07-10Remove code duplication for setting the default environmentHarald Welte2-29/+19
2008-07-09NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c.Marcel Ziswiler1-4/+4
2008-07-09Change env_get_char from a global function ptr to a functionJoakim Tjernlund1-6/+13
2008-07-09Fix printf errors.Andrew Klossner2-5/+5
2008-07-06ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405Michal Simek1-4/+4
2008-07-02fdt: Fix typo in variable name.Detlev Zundel1-2/+2
2008-07-01cmd_nvedit.c: clean up syntax highlightingSteven A. Falco1-2/+3
2008-07-01Make setenv() return statusSteven A. Falco1-3/+3
2008-06-30Delay FIT format check on sector based devicesMarian Balakowicz6-57/+64
2008-06-28Coding Style CleanupWolfgang Denk1-1/+1
2008-06-16NAND: Add missing declaration to non-redundant saveenv().Philip Balister1-1/+2
2008-06-12Change lmb to use phys_size_t/phys_addr_tBecky Bruce2-8/+14
2008-06-12Change bd/gd memsize/ram_size to be phys_size_t.Becky Bruce1-8/+16
2008-06-11Merge branch 'master' of git://www.denx.de/git/u-boot-fdtWolfgang Denk4-538/+73
2008-06-10libfdt: Move the working_fdt pointer to cmd_fdt.cGerald Van Baren2-5/+5
2008-06-10fdt: unshadow global working fdt variableKim Phillips2-54/+62
2008-06-09Use strncmp() for the fdt commandGerald Van Baren1-9/+7
2008-06-09The fdt boardsetup command criteria was not uniqueGerald Van Baren1-1/+2
2008-06-09Remove the deprecated CONFIG_OF_FLAT_TREEGerald Van Baren2-472/+0
2008-06-06env_nand.c: Added bad block management for environment variablesStuart Wood1-20/+99
2008-06-03Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before r...Peter Tyser1-6/+0
2008-06-03Add support for environment in SPI flashHaavard Skinnemoen4-2/+136
2008-06-03SPI Flash: Add "sf" commandHaavard Skinnemoen2-0/+192
2008-06-03SPI API improvementsHaavard Skinnemoen3-48/+155
2008-06-03soft_i2c: Pull SDA high before readingHaavard Skinnemoen1-0/+1
2008-06-03Make sure common.h is the first include.Kumar Gala1-1/+2
2008-06-03Avoid initrd and logbuffer area overlapsMarian Balakowicz2-1/+17
2008-06-03Merge remote branch 'u-boot-at91/for-1.3.4'Wolfgang Denk1-1/+77
2008-05-28Cleanup nand_info[] declaration.Stelian Pop2-5/+0
2008-05-24Merging Stelian Pop AT91 patchesJean-Christophe PLAGNIOL-VILLARD3-6/+77
2008-05-22USB: replace old swap_ with proper endianess conversion macrosChristian Eggers3-45/+38
2008-05-21Merge branch 'lwmon5' of /home/wd/git/u-boot/projectsWolfgang Denk1-2/+2
2008-05-21Big white-space cleanup.Wolfgang Denk21-207/+202
2008-05-20POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) wit...Yuri Tikhonov1-2/+2
2008-05-20common/usb.c: fix incorrect escape sequenceHebbar1-1/+1
2008-05-14environment: cleanup prototype declarations of env functions.Wolfgang Denk4-23/+0
2008-05-13Cleanup nand_info[] declaration.Stelian Pop3-6/+0
2008-05-12Revert "Avoid initrd and logbuffer area overlaps"Wolfgang Denk2-14/+1
2008-05-12Fix offset calculation for multi-type legacy images.Nick Spence1-9/+4
2008-05-12Revert "Change env_get_char from a global function ptr to a function."Wolfgang Denk5-13/+13
2008-05-10Add ATMEL LCD driverStelian Pop1-1/+78