summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* env_nand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-09-102-6/+1
* rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NANDJean-Christophe PLAGNIOL-VILLARD2008-09-103-4/+4
* env_dataflash: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-09-102-6/+1
* rename CFG_ENV_IS_IN_DATAFLASH in CONFIG_ENV_IS_IN_DATAFLASHJean-Christophe PLAGNIOL-VILLARD2008-09-102-3/+3
* cmd_eeprom: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-09-102-7/+2
* env_eeprom: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-09-102-6/+1
* rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROMJean-Christophe PLAGNIOL-VILLARD2008-09-103-7/+7
* cmd_mac: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-09-102-4/+1
* cmd_fdc: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-09-102-13/+1
* common/Makefile: add core command sectionJean-Christophe PLAGNIOL-VILLARD2008-09-101-3/+5
* cmd_vfd: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-09-102-3/+1
* autoscr: Fix one-character lines and non-newline terminated scriptsPetri Lehtinen2008-09-101-1/+3
* Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk2008-09-101-1/+1
|\
| * Fix printf errors under -DDEBUGAndrew Klossner2008-09-091-1/+1
* | bootm_load_os: fix load_end debug messageJean-Christophe PLAGNIOL-VILLARD2008-09-091-2/+2
* | bootm: enable fdt support only on ppc, m68k and sparcJean-Christophe PLAGNIOL-VILLARD2008-09-091-0/+2
* | common/cmd_mem.c: remove nested #if defined(CONFIG_CMD_MEMORY)Markus Heidelberg2008-09-091-2/+0
|/
* Correct drv_usb_kbd_init functionRyan CHEN2008-09-091-0/+2
* Make usb-stop() safe to call multiple times in a row.Remy Bohmer2008-09-091-4/+9
* Makefile: fix bug introduced by commit 47ffd6c2Wolfgang Denk2008-09-091-1/+1
* FIT: make iminfo check hashes of all images in FIT, return 1 on failed checkBartlomiej Sieka2008-09-091-0/+6
* FIT: add ability to check hashes of all images in FIT, improve outputBartlomiej Sieka2008-09-091-5/+56
* Add support for booting of INTEGRITY operating system uImagesPeter Tyser2008-09-092-0/+41
* Remove support for booting ARTOS imagesKumar Gala2008-09-092-102/+0
* Makefile: compile and link each module just onceWolfgang Denk2008-09-091-4/+5
* common/cmd_bootm.c: fix printf() format warningsWolfgang Denk2008-09-081-2/+2
* rtc: allow rtc_set to return an error and use it in cmd_dateJean-Christophe PLAGNIOL-VILLARD2008-09-071-8/+20
* Prevent crash if random/invalid ramdisks are passed to bootmKumar Gala2008-09-072-2/+3
* Prevent crash if random DTB address is passed to bootmAnatolij Gustschin2008-09-072-2/+3
* Add JFFS2 command support on OneNANDKyungmin Park2008-09-061-6/+63
* Allow console input to be disabledMark Jackson2008-09-061-0/+20
* loads: allow negative offsetsRicardo Ribalda Delgado2008-09-061-5/+5
* devices: Use list_add_tail() instead of list_add() to register a deviceStefan Roese2008-09-051-1/+1
* device: make device_register() clone the deviceJean-Christophe PLAGNIOL-VILLARD2008-09-021-1/+23
* devices: merge to list_headJean-Christophe PLAGNIOL-VILLARD2008-08-317-827/+82
* cmd_terminal: remove no need ifdefJean-Christophe PLAGNIOL-VILLARD2008-08-291-4/+0
* common/Makefile: order by functionalityJean-Christophe PLAGNIOL-VILLARD2008-08-291-33/+37
* miiphyutil: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-292-3/+1
* autoscript: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-292-5/+2
* crc16: move to lib_genericJean-Christophe PLAGNIOL-VILLARD2008-08-292-108/+0
* miiphybb: move to drivers/net/phyJean-Christophe PLAGNIOL-VILLARD2008-08-292-236/+0
* soft_spi: move to drivers/spiJean-Christophe PLAGNIOL-VILLARD2008-08-292-194/+0
* soft_i2c: move to drivers/i2cJean-Christophe PLAGNIOL-VILLARD2008-08-292-424/+0
* gunzip: move to lib_genericJean-Christophe PLAGNIOL-VILLARD2008-08-292-114/+0
* Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptionsPeter Tyser2008-08-261-5/+5
* Add proper SPD definitions for DDR1/2/3James Yang2008-08-272-0/+62
* common/cmd_load.c cleanup - remove unused variablesGururaja Hebbar K R2008-08-271-10/+0
* bootm: refactor do_reset and os boot function argsKumar Gala2008-08-261-32/+35
* fdt: Added resize commandKumar Gala2008-08-261-1/+7
* fdt: refactor initrd related codeKumar Gala2008-08-261-42/+67
OpenPOWER on IntegriCloud