Commit Graph

904 Commits (d7854223c5c85b5849fbf422cc8ac0efef461c37)

Author SHA1 Message Date
Wolfgang Denk b64f190b7a Fix printf() format issues with sizeof_t types by using %zu 17 years ago
Wolfgang Denk d5996dd555 Fix some more printf() format problems. 17 years ago
Jean-Christophe PLAGNIOL-VILLARD 0a5676befb Fix some more printf() format issues. 17 years ago
Michal Simek c78fce699c FIS: repare incorrect return value with ramdisk handling 17 years ago
Wolfgang Denk 9b55a25369 Fix some more print() format errors. 17 years ago
Kim Phillips 4109df6f75 silence misc printf formatting compiler warnings 17 years ago
Markus Klotzbücher 3d71c81a9b USB: shutdown USB before booting 17 years ago
Christian Eggers d4692b0ba8 Fix "usb part" command 17 years ago
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