summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup: fix old style assignment ambiguities like "=-" etc.Wolfgang Denk2008-07-1412-25/+25
* Fix printf() format issues with sizeof_t types by using %zuWolfgang Denk2008-07-141-1/+1
* Fix some more printf() format problems.Wolfgang Denk2008-07-132-3/+4
* Fix some more printf() format issues.Jean-Christophe PLAGNIOL-VILLARD2008-07-134-6/+6
* FIS: repare incorrect return value with ramdisk handlingMichal Simek2008-07-131-8/+8
* Fix some more print() format errors.Wolfgang Denk2008-07-112-13/+13
* silence misc printf formatting compiler warningsKim Phillips2008-07-102-8/+8
* USB: shutdown USB before bootingMarkus Klotzbücher2008-07-101-0/+18
* Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/masterWolfgang Denk2008-07-101-4/+15
|\
| * Fix "usb part" commandChristian Eggers2008-07-101-4/+15
* | Fix some more print() format errors.Wolfgang Denk2008-07-101-1/+1
|/
* MTD/NAND: Fix printf format warning in nand codeStefan Roese2008-07-101-6/+6
* Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flashWolfgang Denk2008-07-101-4/+4
|\
| * NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c.Marcel Ziswiler2008-07-091-4/+4
* | Remove code duplication for setting the default environmentHarald Welte2008-07-102-29/+19
* | Change env_get_char from a global function ptr to a functionJoakim Tjernlund2008-07-091-6/+13
* | Fix printf errors.Andrew Klossner2008-07-092-5/+5
|/
* ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405Michal Simek2008-07-061-4/+4
* fdt: Fix typo in variable name.Detlev Zundel2008-07-021-2/+2
* cmd_nvedit.c: clean up syntax highlightingSteven A. Falco2008-07-011-2/+3
* Make setenv() return statusSteven A. Falco2008-07-011-3/+3
* Delay FIT format check on sector based devicesMarian Balakowicz2008-06-306-57/+64
* Coding Style CleanupWolfgang Denk2008-06-281-1/+1
* NAND: Add missing declaration to non-redundant saveenv().Philip Balister2008-06-161-1/+2
* Change lmb to use phys_size_t/phys_addr_tBecky Bruce2008-06-122-8/+14
* Change bd/gd memsize/ram_size to be phys_size_t.Becky Bruce2008-06-121-8/+16
* Merge branch 'master' of git://www.denx.de/git/u-boot-fdtWolfgang Denk2008-06-114-538/+73
|\
| * libfdt: Move the working_fdt pointer to cmd_fdt.cGerald Van Baren2008-06-102-5/+5
| * fdt: unshadow global working fdt variableKim Phillips2008-06-102-54/+62
| * Use strncmp() for the fdt commandGerald Van Baren2008-06-091-9/+7
| * The fdt boardsetup command criteria was not uniqueGerald Van Baren2008-06-091-1/+2
| * Remove the deprecated CONFIG_OF_FLAT_TREEGerald Van Baren2008-06-092-472/+0
* | env_nand.c: Added bad block management for environment variablesStuart Wood2008-06-061-20/+99
|/
* Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before r...Peter Tyser2008-06-031-6/+0
* Add support for environment in SPI flashHaavard Skinnemoen2008-06-034-2/+136
* SPI Flash: Add "sf" commandHaavard Skinnemoen2008-06-032-0/+192
* SPI API improvementsHaavard Skinnemoen2008-06-033-48/+155
* soft_i2c: Pull SDA high before readingHaavard Skinnemoen2008-06-031-0/+1
* Make sure common.h is the first include.Kumar Gala2008-06-031-1/+2
* Avoid initrd and logbuffer area overlapsMarian Balakowicz2008-06-032-1/+17
* Merge remote branch 'u-boot-at91/for-1.3.4'Wolfgang Denk2008-06-031-1/+77
|\
| * Merging Stelian Pop AT91 patchesJean-Christophe PLAGNIOL-VILLARD2008-05-243-6/+77
| |\
| | * Cleanup nand_info[] declaration.Stelian Pop2008-05-133-6/+0
| | * Add ATMEL LCD driverStelian Pop2008-05-101-1/+78
* | | Cleanup nand_info[] declaration.Stelian Pop2008-05-282-5/+0
* | | USB: replace old swap_ with proper endianess conversion macrosChristian Eggers2008-05-223-45/+38
|/ /
* | Merge branch 'lwmon5' of /home/wd/git/u-boot/projectsWolfgang Denk2008-05-211-2/+2
|\ \
| * | POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) wit...Yuri Tikhonov2008-05-201-2/+2
* | | Big white-space cleanup.Wolfgang Denk2008-05-2121-207/+202
|/ /
* | common/usb.c: fix incorrect escape sequenceHebbar2008-05-201-1/+1
OpenPOWER on IntegriCloud