summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeLines
* NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c.Marcel Ziswiler2008-07-09-4/+4
* ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405Michal Simek2008-07-06-4/+4
* fdt: Fix typo in variable name.Detlev Zundel2008-07-02-2/+2
* cmd_nvedit.c: clean up syntax highlightingSteven A. Falco2008-07-01-2/+3
* Make setenv() return statusSteven A. Falco2008-07-01-3/+3
* Delay FIT format check on sector based devicesMarian Balakowicz2008-06-30-57/+64
* Coding Style CleanupWolfgang Denk2008-06-28-1/+1
* NAND: Add missing declaration to non-redundant saveenv().Philip Balister2008-06-16-1/+2
* Change lmb to use phys_size_t/phys_addr_tBecky Bruce2008-06-12-8/+14
* Change bd/gd memsize/ram_size to be phys_size_t.Becky Bruce2008-06-12-8/+16
* Merge branch 'master' of git://www.denx.de/git/u-boot-fdtWolfgang Denk2008-06-11-538/+73
|\
| * libfdt: Move the working_fdt pointer to cmd_fdt.cGerald Van Baren2008-06-10-5/+5
| * fdt: unshadow global working fdt variableKim Phillips2008-06-10-54/+62
| * Use strncmp() for the fdt commandGerald Van Baren2008-06-09-9/+7
| * The fdt boardsetup command criteria was not uniqueGerald Van Baren2008-06-09-1/+2
| * Remove the deprecated CONFIG_OF_FLAT_TREEGerald Van Baren2008-06-09-472/+0
* | env_nand.c: Added bad block management for environment variablesStuart Wood2008-06-06-20/+99
|/
* Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before r...Peter Tyser2008-06-03-6/+0
* Add support for environment in SPI flashHaavard Skinnemoen2008-06-03-2/+136
* SPI Flash: Add "sf" commandHaavard Skinnemoen2008-06-03-0/+192
* SPI API improvementsHaavard Skinnemoen2008-06-03-48/+155
* soft_i2c: Pull SDA high before readingHaavard Skinnemoen2008-06-03-0/+1
* Make sure common.h is the first include.Kumar Gala2008-06-03-1/+2
* Avoid initrd and logbuffer area overlapsMarian Balakowicz2008-06-03-1/+17
* Merge remote branch 'u-boot-at91/for-1.3.4'Wolfgang Denk2008-06-03-1/+77
|\
| * Merging Stelian Pop AT91 patchesJean-Christophe PLAGNIOL-VILLARD2008-05-24-6/+77
| |\
| | * Cleanup nand_info[] declaration.Stelian Pop2008-05-13-6/+0
| | * Add ATMEL LCD driverStelian Pop2008-05-10-1/+78
* | | Cleanup nand_info[] declaration.Stelian Pop2008-05-28-5/+0
* | | USB: replace old swap_ with proper endianess conversion macrosChristian Eggers2008-05-22-45/+38
|/ /
* | Merge branch 'lwmon5' of /home/wd/git/u-boot/projectsWolfgang Denk2008-05-21-2/+2
|\ \
| * | POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) wit...Yuri Tikhonov2008-05-20-2/+2
* | | Big white-space cleanup.Wolfgang Denk2008-05-21-207/+202
|/ /
* | common/usb.c: fix incorrect escape sequenceHebbar2008-05-20-1/+1
* | environment: cleanup prototype declarations of env functions.Wolfgang Denk2008-05-14-23/+0
* | Revert "Avoid initrd and logbuffer area overlaps"Wolfgang Denk2008-05-12-14/+1
* | Fix offset calculation for multi-type legacy images.Nick Spence2008-05-12-9/+4
* | Revert "Change env_get_char from a global function ptr to a function."Wolfgang Denk2008-05-12-13/+13
* | Avoid initrd and logbuffer area overlapsMarian Balakowicz2008-05-10-1/+14
* | Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabledMarian Balakowicz2008-05-10-15/+0
* | Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocatingJames Yang2008-05-09-10/+23
* | ide: Remove spurious second include of io.hMarcel Ziswiler2008-05-09-4/+0
* | Recognize 'powerpc' As an Alias for IH_ARCH_PPCGrant Erickson2008-05-09-0/+1
|/
* fix building when saveenv is disabled in some setupsMike Frysinger2008-05-04-0/+2
* cmd_nand: fix warning: str2long ncompatible pointer typeJean-Christophe PLAGNIOL-VILLARD2008-04-30-1/+1
* Fix warning in env_nand.c if compiled for DaVinci Schmoogiedirk.behme@googlemail.com2008-04-30-3/+3
* common/env_nand.c: fix one more incompatible pointer type issueWolfgang Denk2008-04-29-1/+1
* IDE: fix compiler warningsGuennadi Liakhovetski2008-04-28-2/+12
* cmd_nand.c: fix "differ in signedness" problemWolfgang Denk2008-04-28-6/+7
* NAND: fix some strict-aliasing compiler warningsWolfgang Denk2008-04-28-10/+11