summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeLines
* Make usb-stop() safe to call multiple times in a row.Remy Bohmer2008-09-09-4/+9
* Makefile: fix bug introduced by commit 47ffd6c2Wolfgang Denk2008-09-09-1/+1
* FIT: make iminfo check hashes of all images in FIT, return 1 on failed checkBartlomiej Sieka2008-09-09-0/+6
* FIT: add ability to check hashes of all images in FIT, improve outputBartlomiej Sieka2008-09-09-5/+56
* Add support for booting of INTEGRITY operating system uImagesPeter Tyser2008-09-09-0/+41
* Remove support for booting ARTOS imagesKumar Gala2008-09-09-102/+0
* Makefile: compile and link each module just onceWolfgang Denk2008-09-09-4/+5
* common/cmd_bootm.c: fix printf() format warningsWolfgang Denk2008-09-08-2/+2
* rtc: allow rtc_set to return an error and use it in cmd_dateJean-Christophe PLAGNIOL-VILLARD2008-09-07-8/+20
* Prevent crash if random/invalid ramdisks are passed to bootmKumar Gala2008-09-07-2/+3
* Prevent crash if random DTB address is passed to bootmAnatolij Gustschin2008-09-07-2/+3
* Add JFFS2 command support on OneNANDKyungmin Park2008-09-06-6/+63
* Allow console input to be disabledMark Jackson2008-09-06-0/+20
* loads: allow negative offsetsRicardo Ribalda Delgado2008-09-06-5/+5
* devices: Use list_add_tail() instead of list_add() to register a deviceStefan Roese2008-09-05-1/+1
* device: make device_register() clone the deviceJean-Christophe PLAGNIOL-VILLARD2008-09-02-1/+23
* devices: merge to list_headJean-Christophe PLAGNIOL-VILLARD2008-08-31-827/+82
* cmd_terminal: remove no need ifdefJean-Christophe PLAGNIOL-VILLARD2008-08-29-4/+0
* common/Makefile: order by functionalityJean-Christophe PLAGNIOL-VILLARD2008-08-29-33/+37
* miiphyutil: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-29-3/+1
* autoscript: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-29-5/+2
* crc16: move to lib_genericJean-Christophe PLAGNIOL-VILLARD2008-08-29-108/+0
* miiphybb: move to drivers/net/phyJean-Christophe PLAGNIOL-VILLARD2008-08-29-236/+0
* soft_spi: move to drivers/spiJean-Christophe PLAGNIOL-VILLARD2008-08-29-194/+0
* soft_i2c: move to drivers/i2cJean-Christophe PLAGNIOL-VILLARD2008-08-29-424/+0
* gunzip: move to lib_genericJean-Christophe PLAGNIOL-VILLARD2008-08-29-114/+0
* Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptionsPeter Tyser2008-08-26-5/+5
* Add proper SPD definitions for DDR1/2/3James Yang2008-08-27-0/+62
* common/cmd_load.c cleanup - remove unused variablesGururaja Hebbar K R2008-08-27-10/+0
* bootm: refactor do_reset and os boot function argsKumar Gala2008-08-26-32/+35
* fdt: Added resize commandKumar Gala2008-08-26-1/+7
* fdt: refactor initrd related codeKumar Gala2008-08-26-42/+67
* fdt: refactor fdt resize codeKumar Gala2008-08-26-0/+39
* bootm: refactor image detection and os load stepsKumar Gala2008-08-26-90/+126
* bootm: move lmb into the bootm_headers_t structureKumar Gala2008-08-26-7/+4
* bootm: Set working fdt address as part of the bootm flowKumar Gala2008-08-26-1/+22
* bootm: refactor fdt locating and relocation codeKumar Gala2008-08-26-0/+512
* bootm: refactor ramdisk locating codeKumar Gala2008-08-26-0/+38
* bootm: refactor entry point codeKumar Gala2008-08-26-9/+22
* Merge branch 'master' of git://git.denx.de/u-boot-mpc83xxWolfgang Denk2008-08-26-7/+23
|\
| * Merge branch 'next'Kim Phillips2008-08-25-7/+23
| |\
| | * fdt_support: fdt_fixup_dr_usb: add support for phy_type fixupsAnton Vorontsov2008-07-16-7/+23
* | | cmd_mem.c: Fix help message alignmentWolfgang Denk2008-08-26-15/+15
|/ /
* | Minor coding style cleanup, updte CHANGELOGWolfgang Denk2008-08-25-2/+0
* | Add note on dereferencing /aliases pointersGerald Van Baren2008-08-24-2/+2
* | Fix OneNAND read_oob/write_oob functions compatabilityKyungmin Park2008-08-21-16/+33
* | fdt: rework fdt_fixup_ethernet() to use env instead of bd_tKumar Gala2008-08-21-41/+27
* | hush: Fix printf debug macro in hush.c so that it usable in U-BootStefan Roese2008-08-21-2/+6
* | mod_i2c_mem() bugfixPeter Tyser2008-08-21-3/+3
* | Fix typo in spelling of ATAPI.Steven A. Falco2008-08-21-2/+2