summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2008-08-01Fix bitmap display for atmel lcd controllerMark Jackson1-1/+5
2008-07-31Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/masterWolfgang Denk2-3/+15
2008-07-31Add gzipped logo supportMark Jackson1-0/+13
2008-07-31Uncompressed images loaded to their start address shall set load_end tooGuennadi Liakhovetski1-3/+2
2008-07-31Fix printf() format problems with configurable promptsWolfgang Denk1-2/+2
2008-07-31Fix compile warnings in dlmallocKumar Gala1-10/+11
2008-07-31cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'Stefan Roese1-2/+2
2008-07-30Fix more printf() format warningsJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-07-30Fix remaining CFG_CMD_ define, ifdef and commentsJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-07-30Fix warnings if compiling with IDE support.Heiko Schocher1-24/+22
2008-07-21microblaze: Fix printf() format issuesMichal Simek2-4/+4
2008-07-21ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOULStefan Roese1-2/+2
2008-07-16Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort MakefileWolfgang Denk1-9/+9
2008-07-15Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk1-0/+87
2008-07-15fdt: add crypto node handling for MPC8{3, 5}xxE processorsKim Phillips1-0/+87
2008-07-15Fix some more printf() format problems.Kumar Gala1-1/+1
2008-07-14Code cleanup: fix old style assignment ambiguities like "=-" etc.Wolfgang Denk12-25/+25
2008-07-14Fix printf() format issues with sizeof_t types by using %zuWolfgang Denk1-1/+1
2008-07-13Fix some more printf() format problems.Wolfgang Denk2-3/+4
2008-07-13Fix some more printf() format issues.Jean-Christophe PLAGNIOL-VILLARD4-6/+6
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-11silence 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-10NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c.Marcel Ziswiler1-4/+4
2008-07-10Change env_get_char from a global function ptr to a functionJoakim Tjernlund1-6/+13
2008-07-10Fix printf errors.Andrew Klossner2-5/+5
2008-07-07ppc4xx: 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-02cmd_nvedit.c: clean up syntax highlightingSteven A. Falco1-2/+3
2008-07-02Make setenv() return statusSteven A. Falco1-3/+3
2008-07-01Delay FIT format check on sector based devicesMarian Balakowicz6-57/+64
2008-06-29Coding 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-12Merge branch 'master' of git://www.denx.de/git/u-boot-fdtWolfgang Denk4-538/+73
2008-06-11libfdt: Move the working_fdt pointer to cmd_fdt.cGerald Van Baren2-5/+5
2008-06-11fdt: unshadow global working fdt variableKim Phillips2-54/+62
2008-06-10Use strncmp() for the fdt commandGerald Van Baren1-9/+7
2008-06-10The fdt boardsetup command criteria was not uniqueGerald Van Baren1-1/+2
2008-06-10Remove 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