aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2008-08-26bootm: refactor fdt locating and relocation codeKumar Gala2-0/+512
2008-08-26bootm: refactor ramdisk locating codeKumar Gala1-0/+38
2008-08-26bootm: refactor entry point codeKumar Gala1-9/+22
2008-08-26Merge branch 'master' of git://git.denx.de/u-boot-mpc83xxWolfgang Denk1-7/+23
2008-08-26cmd_mem.c: Fix help message alignmentWolfgang Denk1-15/+15
2008-08-25Merge branch 'next'Kim Phillips1-7/+23
2008-08-25Minor coding style cleanup, updte CHANGELOGWolfgang Denk1-2/+0
2008-08-24Add note on dereferencing /aliases pointersGerald Van Baren1-2/+2
2008-08-21Fix OneNAND read_oob/write_oob functions compatabilityKyungmin Park1-16/+33
2008-08-21fdt: rework fdt_fixup_ethernet() to use env instead of bd_tKumar Gala1-41/+27
2008-08-21hush: Fix printf debug macro in hush.c so that it usable in U-BootStefan Roese1-2/+6
2008-08-21mod_i2c_mem() bugfixPeter Tyser1-3/+3
2008-08-21Fix typo in spelling of ATAPI.Steven A. Falco1-2/+2
2008-08-21Add a hook to allow board-specific PIO mode setting.Steven A. Falco1-0/+46
2008-08-21fdt: fdt addr w/o any args reports back the current working addressKumar Gala1-0/+8
2008-08-21fdt: added the ability to set initrd start/end via chosen commandKumar Gala1-4/+17
2008-08-21Add command to enable/disable interruptsKumar Gala2-0/+51
2008-08-19Clean up usage of icache_disable/dcache_disableKumar Gala1-2/+0
2008-08-18Add 'license' command to U-Boot command lineHarald Welte2-0/+60
2008-08-18add 'unzip' command to u-boot commandlineHarald Welte1-0/+36
2008-08-14Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector eraseTsiChung Liew1-1/+9
2008-08-14Coding Style cleanup, update CHANGELOGWolfgang Denk2-32/+32
2008-08-14Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk1-5/+5
2008-08-13Merge branch 'Makefile' of git://git.denx.de/u-boot-armWolfgang Denk23-112/+32
2008-08-13Fix OneNAND build breakKyungmin Park1-5/+5
2008-08-13Merge branch 'master' of /home/stefan/git/u-boot/u-bootStefan Roese6-140/+358
2008-08-13drivers/mtd/nand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2-9/+9
2008-08-13common: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD21-103/+23
2008-08-12Merge branch 'master' of /home/stefan/git/u-boot/u-boot into nextStefan Roese7-25/+14
2008-08-12OneNAND: Fill in MTD function pointers for OneNAND.Fathi BOUDRA1-1/+1
2008-08-12NAND: Do not write or read a whole block if it is larger than the environmentGuennadi Liakhovetski1-9/+9
2008-08-12NAND read/write fixScott Wood1-27/+9
2008-08-12NAND: Always skip blocks on read/write/boot.Scott Wood1-13/+14
2008-08-12NAND: Fix compilation warning and small coding style issueStefan Roese1-3/+2
2008-08-12make nand dump and nand dump.oob workWilliam Juul1-19/+27
2008-08-12Incorporate yaffs2 into U-bootWilliam Juul2-0/+216
2008-08-12Whitespace cleanup and marking broken code.William Juul2-44/+57
2008-08-12Fixing coding style issuesWilliam Juul1-52/+58
2008-08-12Remove white space at end.William Juul1-1/+1
2008-08-12Update MTD to that of Linux 2.6.22.1William Juul2-142/+135
2008-08-1285xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUSKumar Gala1-2/+2
2008-08-12Fix fallout from autostart revertKumar Gala2-20/+2
2008-08-11common/cmd_load.c - Minor code & Coding Style cleanupGururaja Hebbar K R1-7/+8
2008-08-10OneNAND: Remove base address offset usagedirk.behme@googlemail.com2-9/+0
2008-08-10Revert "[new uImage] Add autostart flag to bootm_headers structure"Wolfgang Denk2-1/+16
2008-08-09FIT: Fix handling of images without ramdisksPeter Tyser1-1/+1
2008-08-08TQM823L: re-enable logo support; update LCD_INFO textWolfgang Denk1-1/+1
2008-08-06Fix merge problemsStefan Roese8-50/+65
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