Commit Graph

882 Commits (dd35479a50f6c7c31ea491c07c5200c6dfd06a24)

Author SHA1 Message Date
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
Wolfgang Denk f7b16a0a4d common/env_nand.c: fix one more incompatible pointer type issue 17 years ago
Guennadi Liakhovetski 413bf58626 IDE: fix compiler warnings 17 years ago
Wolfgang Denk c71abba3cb cmd_nand.c: fix "differ in signedness" problem 17 years ago
Wolfgang Denk 4ca79f477e NAND: fix some strict-aliasing compiler warnings 17 years ago
Bartlomiej Sieka 7590378fb9 Use watchdog-aware functions when calculating hashes of images - take two 17 years ago
Bartlomiej Sieka edbed247a1 Memory footprint optimizations 17 years ago
Mike Frysinger 89cdab788f crc32: use uint32_t rather than unsigned long 17 years ago
Sergei Poselenov a6e6fc610e Added watchdog triggering calls in the "mtest" test function. 17 years ago
Wolfgang Denk 1e01477aea Fix build breakage casued by commit c0559be371 17 years ago
Mike Frysinger a49864593e allow ports to override go behavior 17 years ago
Mike Frysinger 017e9b7925 allow ports to override bootelf behavior 17 years ago
Marian Balakowicz cb1c489690 Restore the ability to continue booting after legacy image overwrite 17 years ago
Martin Krause e175eacc87 IDE: fix bug in reset sequence 17 years ago
Jean-Christophe PLAGNIOL-VILLARD a253b38bf5 cmd_log.c: Fix assignment differ in signedness 17 years ago