aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2008-09-09Add support for booting of INTEGRITY operating system uImagesPeter Tyser
2008-09-09Remove support for booting ARTOS imagesKumar Gala
2008-09-09Makefile: compile and link each module just onceWolfgang Denk
2008-09-08common/cmd_bootm.c: fix printf() format warningsWolfgang Denk
2008-09-07rtc: allow rtc_set to return an error and use it in cmd_dateJean-Christophe PLAGNIOL-VILLARD
2008-09-07Prevent crash if random/invalid ramdisks are passed to bootmKumar Gala
2008-09-07Prevent crash if random DTB address is passed to bootmAnatolij Gustschin
2008-09-06Add JFFS2 command support on OneNANDKyungmin Park
2008-09-06Allow console input to be disabledMark Jackson
2008-09-06loads: allow negative offsetsRicardo Ribalda Delgado
2008-09-05devices: Use list_add_tail() instead of list_add() to register a deviceStefan Roese
2008-09-02device: make device_register() clone the deviceJean-Christophe PLAGNIOL-VILLARD
2008-08-31devices: merge to list_headJean-Christophe PLAGNIOL-VILLARD
2008-08-29cmd_terminal: remove no need ifdefJean-Christophe PLAGNIOL-VILLARD
2008-08-29common/Makefile: order by functionalityJean-Christophe PLAGNIOL-VILLARD
2008-08-29miiphyutil: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD
2008-08-29autoscript: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD
2008-08-29crc16: move to lib_genericJean-Christophe PLAGNIOL-VILLARD
2008-08-29miiphybb: move to drivers/net/phyJean-Christophe PLAGNIOL-VILLARD
2008-08-29soft_spi: move to drivers/spiJean-Christophe PLAGNIOL-VILLARD
2008-08-29soft_i2c: move to drivers/i2cJean-Christophe PLAGNIOL-VILLARD
2008-08-29gunzip: move to lib_genericJean-Christophe PLAGNIOL-VILLARD
2008-08-26Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptionsPeter Tyser
2008-08-27Add proper SPD definitions for DDR1/2/3James Yang
2008-08-27common/cmd_load.c cleanup - remove unused variablesGururaja Hebbar K R
2008-08-26bootm: refactor do_reset and os boot function argsKumar Gala
2008-08-26fdt: Added resize commandKumar Gala
2008-08-26fdt: refactor initrd related codeKumar Gala
2008-08-26fdt: refactor fdt resize codeKumar Gala
2008-08-26bootm: refactor image detection and os load stepsKumar Gala
2008-08-26bootm: move lmb into the bootm_headers_t structureKumar Gala
2008-08-26bootm: Set working fdt address as part of the bootm flowKumar Gala
2008-08-26bootm: refactor fdt locating and relocation codeKumar Gala
2008-08-26bootm: refactor ramdisk locating codeKumar Gala
2008-08-26bootm: refactor entry point codeKumar Gala
2008-08-26Merge branch 'master' of git://git.denx.de/u-boot-mpc83xxWolfgang Denk
2008-08-26cmd_mem.c: Fix help message alignmentWolfgang Denk
2008-08-25Merge branch 'next'Kim Phillips
2008-08-25Minor coding style cleanup, updte CHANGELOGWolfgang Denk
2008-08-24Add note on dereferencing /aliases pointersGerald Van Baren
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