- 29cab7c include: export uuid.h by Caleb Connolly · 3 months ago
- dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
- abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
- 5c1444f cmd: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
- 063c938 Audit <flash.h> inclusion by Tom Rini · 2 years, 4 months ago
- 6c5f560 mtd: cfi: introduce CFI_FLASH_BANKS by Patrick Delaunay · 2 years, 11 months ago
- 3364863 cmd: Fix up warnings in flash.c by Patrick Delaunay · 2 years, 11 months ago
- ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 4 months ago
- 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 4 months ago
- 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
- 8f055af Fix some checkpatch warnings in calls to debug() by Simon Glass · 4 years, 7 months ago
- ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
- 8e20188 common: Drop flash.h from common header by Simon Glass · 4 years, 7 months ago
- c744316 flash: Tidy up coding style for flash functions by Simon Glass · 4 years, 7 months ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 1b72520 Drop CONFIG_HAS_DATAFLASH by Tuomas Tynkkynen · 7 years ago
- 8cea9b5 flash: complete CONFIG_SYS_NO_FLASH move with renaming by Masahiro Yamada · 8 years ago
- 5f861a7 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_flash.c]
- 29499a0 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_flash.c]
- d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- dc00a68 common/cmd_*.c: sparse fixes by Kim Phillips · 12 years ago
- 497c32f cfi: Make the flash erase and write operations abortable by Joe Hershberger · 12 years ago
- a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
- 57e219e common/cmd_flash.c: Fix GCC 4.6 build warnings by Wolfgang Denk · 13 years ago
- 4c2d899 GCC4.6: Squash warning in cmd_flash.c by Marek Vasut · 13 years ago
- bf895ad cleanup: Fix typos and misspellings in various files. by Mike Williams · 13 years ago
- e8d68cf Fix build warnings in cmd_flash.c by Remy Bohmer · 14 years ago
- 8967edf CONFIG_CMD_JFFS2 is not necessary to use mtdparts on erase & protect on/off by Alexander Stein · 14 years ago
- 64b96a3 cfi_flash: Remove uneccessary #ifdef CONFIG_SYS_MAX_FLASH_BANKS_DETECT by Stefan Roese · 14 years ago
- 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
- 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
- 161bfc5 Fix "par[t]ition" typo. by Wolfgang Denk · 15 years ago
- fd53c5e cmd_flash.c: fix fix compile error for boards with DataFlash by Wolfgang Denk · 15 years ago
- a2f3082 cmd_flash.c: fix warning: unused variable 'addr_first'/'addr_last' by Wolfgang Denk · 15 years ago
- c54781c General help message cleanup by Wolfgang Denk · 16 years ago
- b1423dd Separate mtdparts command from jffs2 by Stefan Roese · 16 years ago
- dfb72b8 Command usage cleanup by Peter Tyser · 16 years ago
- ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
- 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- 6c24d31 flash: factor out adjusting of Flash address to the end of sector by Bartlomiej Sieka · 16 years ago
- 3762825 Fix merge problems by Stefan Roese · 16 years ago
- dc770c7 Code cleanup: fix old style assignment ambiguities like "=-" etc. by Wolfgang Denk · 16 years ago
- fe036dd Fix some more printf() format problems. by Wolfgang Denk · 16 years ago
- c4fb57c Fix some more printf() format issues. by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- f91aa8d silence misc printf formatting compiler warnings by Kim Phillips · 16 years ago
- a63d2eb Fix CFG_NO_FLASH compilation. by Stelian Pop · 17 years ago
- c0d32e9 [BUILD] conditionally compile common/cmd_*.c in common/Makefile by Grant Likely · 17 years ago
- 3bed54e Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup by Stefan Roese · 17 years ago
- d704d91 common/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
- 54324d0 common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · 17 years ago
- 8692c60 common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
- 409a285 Change 'repeatable' attribute of some commands to sensible values. by Detlev Zundel · 18 years ago
- fd9e97c Fixes common/cmd_flash.c: by Heiko Schocher · 19 years ago
- efef95b * Changes/fixes for drivers/cfi_flash.c: by Stefan Roese · 19 years ago
- 513b4a1 Added support for TQM834x boards. by Marian Balakowicz · 19 years ago
- eb95c85 Add configuration for IFM AEV FIFO board. Minor coding style cleanup. by Wolfgang Denk · 19 years ago
- 16439ee Fix compiler warnings with older GCC versions by Wolfgang Denk · 19 years ago
- 47f5779 Add common (with Linux) MTD partition scheme and "mtdparts" command by Wolfgang Denk · 19 years ago
- bb5c404 Fix compile problem in cmd_flash.c Patch by Teun Grinwis, 05 Aug 2005 by Wolfgang Denk · 19 years ago
- d06ce5d Coding style cleanup by Wolfgang Denk · 19 years ago
- 104866b Add new argument format for flash commands to allow for usage like by Wolfgang Denk · 19 years ago
- 54070ab * Code cleanup, mostly for GCC-3.3.x by wdenk · 20 years ago
- 42c0547 * Patches by Thomas Viehweger, 16 Mar 2004: by wdenk · 21 years ago
- 1ebf41e * Cleanup lowboot code for MPC5200 by wdenk · 21 years ago
- eb4a439 Fix output for "Unprotecting". by stroese · 21 years ago
- 8676590 * Patch by Nicolas Lacressonnière, 12 Nov 2003: by wdenk · 21 years ago
- bd1575f * Make sure HUSH is initialized for running auto-update scripts by wdenk · 21 years ago
- 3f08e20 Disable debug print for normal use. Fix MPC5200 FEC driver by wdenk · 21 years ago
- 0a65855 * Map ISP1362 USB OTG controller for NSCU board by wdenk · 21 years ago
- f287a24 Patch by Kenneth Johansson, 30 Jun 2003: by wdenk · 21 years ago
- 57b2d80 * Code cleanup: by wdenk · 21 years ago
- 381669a * Patch by Nicolas Lacressonniere, 11 Jun 2003: by wdenk · 21 years ago
- 38a24a6 Initial revision by wdenk · 22 years ago