summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2008-07-31Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/masterWolfgang Denk
2008-07-31Add gzipped logo supportMark Jackson
2008-07-31Uncompressed images loaded to their start address shall set load_end tooGuennadi Liakhovetski
2008-07-31Fix printf() format problems with configurable promptsWolfgang Denk
2008-07-31Fix compile warnings in dlmallocKumar Gala
2008-07-31cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'Stefan Roese
2008-07-30Fix more printf() format warningsJean-Christophe PLAGNIOL-VILLARD
2008-07-30Fix remaining CFG_CMD_ define, ifdef and commentsJean-Christophe PLAGNIOL-VILLARD
2008-07-30Fix warnings if compiling with IDE support.Heiko Schocher
2008-07-20microblaze: Fix printf() format issuesMichal Simek
2008-07-20ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOULStefan Roese
2008-07-15Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefilev1.3.4-rc1Wolfgang Denk
2008-07-15Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk
2008-07-14fdt: add crypto node handling for MPC8{3, 5}xxE processorsKim Phillips
2008-07-14Fix some more printf() format problems.Kumar Gala
2008-07-14Code cleanup: fix old style assignment ambiguities like "=-" etc.Wolfgang Denk
2008-07-14Fix printf() format issues with sizeof_t types by using %zuWolfgang Denk
2008-07-13Fix some more printf() format problems.Wolfgang Denk
2008-07-13Fix some more printf() format issues.Jean-Christophe PLAGNIOL-VILLARD
2008-07-13FIS: repare incorrect return value with ramdisk handlingMichal Simek
2008-07-11Fix some more print() format errors.Wolfgang Denk
2008-07-10silence misc printf formatting compiler warningsKim Phillips
2008-07-10USB: shutdown USB before bootingMarkus Klotzbücher
2008-07-10Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/masterWolfgang Denk
2008-07-10Fix some more print() format errors.Wolfgang Denk
2008-07-10Fix "usb part" commandChristian Eggers
2008-07-10MTD/NAND: Fix printf format warning in nand codeStefan Roese
2008-07-10Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flashWolfgang Denk
2008-07-10Remove code duplication for setting the default environmentHarald Welte
2008-07-09NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c.Marcel Ziswiler
2008-07-09Change env_get_char from a global function ptr to a functionJoakim Tjernlund
2008-07-09Fix printf errors.Andrew Klossner
2008-07-06ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405Michal Simek
2008-07-02fdt: Fix typo in variable name.Detlev Zundel
2008-07-01cmd_nvedit.c: clean up syntax highlightingSteven A. Falco
2008-07-01Make setenv() return statusSteven A. Falco
2008-06-30Delay FIT format check on sector based devicesMarian Balakowicz
2008-06-28Coding Style CleanupWolfgang Denk
2008-06-16NAND: Add missing declaration to non-redundant saveenv().Philip Balister
2008-06-12Change lmb to use phys_size_t/phys_addr_tBecky Bruce
2008-06-12Change bd/gd memsize/ram_size to be phys_size_t.Becky Bruce
2008-06-11Merge branch 'master' of git://www.denx.de/git/u-boot-fdtWolfgang Denk
2008-06-10libfdt: Move the working_fdt pointer to cmd_fdt.cGerald Van Baren
2008-06-10fdt: unshadow global working fdt variableKim Phillips
2008-06-09Use strncmp() for the fdt commandGerald Van Baren
2008-06-09The fdt boardsetup command criteria was not uniqueGerald Van Baren
2008-06-09Remove the deprecated CONFIG_OF_FLAT_TREEGerald Van Baren
2008-06-06env_nand.c: Added bad block management for environment variablesStuart Wood
2008-06-03Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before r...Peter Tyser
2008-06-03Add support for environment in SPI flashHaavard Skinnemoen