summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2008-08-21Fix OneNAND read_oob/write_oob functions compatabilityKyungmin Park
2008-08-21fdt: rework fdt_fixup_ethernet() to use env instead of bd_tKumar Gala
2008-08-21hush: Fix printf debug macro in hush.c so that it usable in U-BootStefan Roese
2008-08-21mod_i2c_mem() bugfixPeter Tyser
2008-08-21Fix typo in spelling of ATAPI.Steven A. Falco
2008-08-21Add a hook to allow board-specific PIO mode setting.Steven A. Falco
2008-08-21fdt: fdt addr w/o any args reports back the current working addressKumar Gala
2008-08-21fdt: added the ability to set initrd start/end via chosen commandKumar Gala
2008-08-21Add command to enable/disable interruptsKumar Gala
2008-08-19Clean up usage of icache_disable/dcache_disableKumar Gala
2008-08-18Add 'license' command to U-Boot command lineHarald Welte
2008-08-18add 'unzip' command to u-boot commandlineHarald Welte
2008-08-14Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector eraseTsiChung Liew
2008-08-14Coding Style cleanup, update CHANGELOGWolfgang Denk
2008-08-14Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk
2008-08-13Merge branch 'Makefile' of git://git.denx.de/u-boot-armWolfgang Denk
2008-08-13Fix OneNAND build breakKyungmin Park
2008-08-13Merge branch 'master' of /home/stefan/git/u-boot/u-bootStefan Roese
2008-08-13drivers/mtd/nand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD
2008-08-13common: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD
2008-08-12Merge branch 'master' of /home/stefan/git/u-boot/u-boot into nextStefan Roese
2008-08-12OneNAND: Fill in MTD function pointers for OneNAND.Fathi BOUDRA
2008-08-12NAND: Do not write or read a whole block if it is larger than the environmentGuennadi Liakhovetski
2008-08-12NAND read/write fixScott Wood
2008-08-12NAND: Always skip blocks on read/write/boot.Scott Wood
2008-08-12NAND: Fix compilation warning and small coding style issueStefan Roese
2008-08-12make nand dump and nand dump.oob workWilliam Juul
2008-08-12Incorporate yaffs2 into U-bootWilliam Juul
2008-08-12Whitespace cleanup and marking broken code.William Juul
2008-08-12Fixing coding style issuesWilliam Juul
2008-08-12Remove white space at end.William Juul
2008-08-12Update MTD to that of Linux 2.6.22.1William Juul
2008-08-1285xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUSKumar Gala
2008-08-12Fix fallout from autostart revertKumar Gala
2008-08-11common/cmd_load.c - Minor code & Coding Style cleanupGururaja Hebbar K R
2008-08-10OneNAND: Remove base address offset usagedirk.behme@googlemail.com
2008-08-10Revert "[new uImage] Add autostart flag to bootm_headers structure"Wolfgang Denk
2008-08-09FIT: Fix handling of images without ramdisksPeter Tyser
2008-08-08TQM823L: re-enable logo support; update LCD_INFO textWolfgang Denk
2008-08-06Fix merge problemsStefan Roese
2008-08-01Fix bitmap display for atmel lcd controllerMark Jackson
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