Commit Graph

1112 Commits (75edebe3011c963a7cd84be0f4a987477f2aaf89)

Author SHA1 Message Date
Wolfgang Denk 06c53beae1 Fix some more print() format errors. 17 years ago
Christian Eggers d4b5f3fa00 Fix "usb part" command 17 years ago
Stefan Roese e870690bdc MTD/NAND: Fix printf format warning in nand code 17 years ago
Harald Welte 5bb12dbd7a Remove code duplication for setting the default environment 17 years ago
Marcel Ziswiler 99c2b434d3 NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c. 17 years ago
Joakim Tjernlund b502611b51 Change env_get_char from a global function ptr to a function 17 years ago
Andrew Klossner dc4b0b38d4 Fix printf errors. 17 years ago
Michal Simek 9fea65a6c4 ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405 17 years ago
Detlev Zundel 5981ebd320 fdt: Fix typo in variable name. 17 years ago
Steven A. Falco f6a69559d6 cmd_nvedit.c: clean up syntax highlighting 17 years ago
Steven A. Falco 75678c807a Make setenv() return status 17 years ago
Marian Balakowicz 3bab76a26e Delay FIT format check on sector based devices 17 years ago
Wolfgang Denk e093a24762 Coding Style Cleanup 17 years ago
Detlev Zundel 4077781231 fdt: Fix typo in variable name. 17 years ago
Philip Balister 9e4006bca3 NAND: Add missing declaration to non-redundant saveenv(). 17 years ago
Becky Bruce 391fd93ab2 Change lmb to use phys_size_t/phys_addr_t 17 years ago
Becky Bruce b57ca3e128 Change bd/gd memsize/ram_size to be phys_size_t. 17 years ago
Gerald Van Baren ae9e97fa96 libfdt: Move the working_fdt pointer to cmd_fdt.c 17 years ago
Kim Phillips e489b9c078 fdt: unshadow global working fdt variable 17 years ago
Gerald Van Baren 2fb698bf50 Use strncmp() for the fdt command 17 years ago
Gerald Van Baren 47abe8ab29 The fdt boardsetup command criteria was not unique 17 years ago
Gerald Van Baren fec6d9ee7c Remove the deprecated CONFIG_OF_FLAT_TREE 17 years ago
Stuart Wood cc49cadeeb env_nand.c: Added bad block management for environment variables 17 years ago
Peter Tyser 35ef877f0a Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating 17 years ago
Haavard Skinnemoen 8c66497e06 Add support for environment in SPI flash 17 years ago
Haavard Skinnemoen b6368467e6 SPI Flash: Add "sf" command 17 years ago
Haavard Skinnemoen d255bb0e78 SPI API improvements 17 years ago
Haavard Skinnemoen 110e006fe6 soft_i2c: Pull SDA high before reading 17 years ago
Kumar Gala 81673e9ae1 Make sure common.h is the first include. 17 years ago
Marian Balakowicz 95d449ad4d Avoid initrd and logbuffer area overlaps 17 years ago
Stelian Pop 5922db6c09 Cleanup nand_info[] declaration. 17 years ago
Christian Eggers c918261c6d USB: replace old swap_ with proper endianess conversion macros 17 years ago
Wolfgang Denk 53677ef18e Big white-space cleanup. 17 years ago
Yuri Tikhonov 0e15ddd11f POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags. 17 years ago
Hebbar 727f633346 common/usb.c: fix incorrect escape sequence 17 years ago
Wolfgang Denk a8409f4f1a environment: cleanup prototype declarations of env functions. 17 years ago
Stelian Pop 54694a9142 Cleanup nand_info[] declaration. 17 years ago
Wolfgang Denk ee0cfa7080 Revert "Avoid initrd and logbuffer area overlaps" 17 years ago
Nick Spence 02b9b22446 Fix offset calculation for multi-type legacy images. 17 years ago
Wolfgang Denk c9dca3c3f3 Revert "Change env_get_char from a global function ptr to a function." 17 years ago
Stelian Pop 39cf480484 Add ATMEL LCD driver 17 years ago
Marian Balakowicz 1b5605ca57 Avoid initrd and logbuffer area overlaps 17 years ago
Marian Balakowicz 273c37d843 Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled 17 years ago
James Yang 597f6c26a1 Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating 17 years ago
Marcel Ziswiler 1df368aed3 ide: Remove spurious second include of io.h 17 years ago
Grant Erickson e419e12d04 Recognize 'powerpc' As an Alias for IH_ARCH_PPC 17 years ago
Mike Frysinger 4acc2a108a fix building when saveenv is disabled in some setups 17 years ago
Jean-Christophe PLAGNIOL-VILLARD 12bc4e9425 cmd_nand: fix warning: str2long ncompatible pointer type 17 years ago
dirk.behme@googlemail.com 378e7ec95d Fix warning in env_nand.c if compiled for DaVinci Schmoogie 17 years ago
Wolfgang Denk 42ffcec3f9 cmd_nand.c: fix another 'incompatible pointer type' warning. 17 years ago