Commit Graph

1004 Commits (72f1b65f1b68bc6ed0d182eda1f3d6cf51b6414a)

Author SHA1 Message Date
Kumar Gala 9ba2e2c819 Remove support for booting ARTOS images 16 years ago
Wolfgang Denk 47ffd6c2fc Makefile: compile and link each module just once 16 years ago
Wolfgang Denk 9863a15a98 common/cmd_bootm.c: fix printf() format warnings 16 years ago
Jean-Christophe PLAGNIOL-VILLARD d1e2319414 rtc: allow rtc_set to return an error and use it in cmd_date 16 years ago
Kumar Gala ea86b9e64b Prevent crash if random/invalid ramdisks are passed to bootm 16 years ago
Anatolij Gustschin 8e02494e8f Prevent crash if random DTB address is passed to bootm 16 years ago
Kyungmin Park 1a7f8ccec9 Add JFFS2 command support on OneNAND 16 years ago
Mark Jackson f5c3ba7978 Allow console input to be disabled 16 years ago
Ricardo Ribalda Delgado 2b22d608f3 loads: allow negative offsets 16 years ago
Stefan Roese 3e3c026ed7 devices: Use list_add_tail() instead of list_add() to register a device 16 years ago
Jean-Christophe PLAGNIOL-VILLARD 628ffd73bc device: make device_register() clone the device 16 years ago
Jean-Christophe PLAGNIOL-VILLARD c1de7a6daf devices: merge to list_head 16 years ago
Jean-Christophe PLAGNIOL-VILLARD 3de7bf0e6b cmd_terminal: remove no need ifdef 16 years ago
Jean-Christophe PLAGNIOL-VILLARD 578118bdf1 common/Makefile: order by functionality 16 years ago
Jean-Christophe PLAGNIOL-VILLARD ba7b5b2348 miiphyutil: Move conditional compilation to Makefile 16 years ago
Jean-Christophe PLAGNIOL-VILLARD 81789c39db autoscript: Move conditional compilation to Makefile 16 years ago
Jean-Christophe PLAGNIOL-VILLARD bbf52df9aa crc16: move to lib_generic 16 years ago
Jean-Christophe PLAGNIOL-VILLARD 55195773ea miiphybb: move to drivers/net/phy 16 years ago
Jean-Christophe PLAGNIOL-VILLARD e831403599 soft_spi: move to drivers/spi 16 years ago
Jean-Christophe PLAGNIOL-VILLARD 4d75e0aa9c soft_i2c: move to drivers/i2c 16 years ago
Jean-Christophe PLAGNIOL-VILLARD 717a222229 gunzip: move to lib_generic 16 years ago
Peter Tyser a1573db0c0 Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptions 16 years ago
James Yang 0f2cbe3f5e Add proper SPD definitions for DDR1/2/3 16 years ago
Gururaja Hebbar K R 322098bff3 common/cmd_load.c cleanup - remove unused variables 16 years ago
Kumar Gala 40d7e99d37 bootm: refactor do_reset and os boot function args 16 years ago
Kumar Gala 40afac22a9 fdt: Added resize command 16 years ago
Kumar Gala 2a1a2cb6e2 fdt: refactor initrd related code 16 years ago
Kumar Gala 3082d2348c fdt: refactor fdt resize code 16 years ago
Kumar Gala 396f635b8f bootm: refactor image detection and os load steps 16 years ago
Kumar Gala e906cfae08 bootm: move lmb into the bootm_headers_t structure 16 years ago
Kumar Gala 54f9c86691 bootm: Set working fdt address as part of the bootm flow 16 years ago
Kumar Gala 06a09918f3 bootm: refactor fdt locating and relocation code 16 years ago
Kumar Gala c4f9419c6b bootm: refactor ramdisk locating code 16 years ago
Kumar Gala c160a95447 bootm: refactor entry point code 16 years ago
Wolfgang Denk 19f101412c cmd_mem.c: Fix help message alignment 16 years ago
Wolfgang Denk a49d10cf02 Minor coding style cleanup, updte CHANGELOG 16 years ago
Gerald Van Baren 109c30fb8e Add note on dereferencing /aliases pointers 16 years ago
Kyungmin Park bfd7f38614 Fix OneNAND read_oob/write_oob functions compatability 16 years ago
Kumar Gala ba37aa0328 fdt: rework fdt_fixup_ethernet() to use env instead of bd_t 16 years ago
Stefan Roese 4cacf7c646 hush: Fix printf debug macro in hush.c so that it usable in U-Boot 16 years ago
Peter Tyser 0800707b6d mod_i2c_mem() bugfix 16 years ago
Steven A. Falco 4afbef9672 Fix typo in spelling of ATAPI. 16 years ago
Steven A. Falco 36c2d3062e Add a hook to allow board-specific PIO mode setting. 16 years ago
Kumar Gala 7dbc38ad91 fdt: fdt addr w/o any args reports back the current working address 16 years ago
Kumar Gala f953d99fd5 fdt: added the ability to set initrd start/end via chosen command 16 years ago
Kumar Gala ffa4bafaca Add command to enable/disable interrupts 16 years ago
Kumar Gala fcd69a1a57 Clean up usage of icache_disable/dcache_disable 16 years ago
Harald Welte 0a823aa2a8 Add 'license' command to U-Boot command line 16 years ago
Harald Welte fe2ce5500e add 'unzip' command to u-boot commandline 16 years ago
TsiChung Liew 07efc9e321 Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector erase 16 years ago