23 Commits (391782318723915bd259eadf9469251c13c8fa9c)

Author SHA1 Message Date
  Antonio Borneo 3917823187 openocd: remove NULL comparisons with checkpatch [1/2] 2 years ago
  Antonio Borneo 28c24a5c41 openocd: fix simple cases of Yoda condition 2 years ago
  Tomas Vanek 46f077aa00 flash/nand/core: fix clang static analyzer warning 4 years ago
  Antonio Borneo 6cb5ba6f11 helper/command: change prototype of command_print/command_print_sameline 5 years ago
  Marc Schink d0e763ac7e Remove FSF address from GPL notices 8 years ago
  Spencer Oliver 08d4411b59 update files to correct FSF address 11 years ago
  Spencer Oliver fab0dcd7e6 build: cleanup src/flash/nand directory 12 years ago
  Øyvind Harboe 4668bd264c retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERROR 12 years ago
  Antonio Borneo 7b94f4c99d NAND/CORE: fix clang warning 12 years ago
  Damjan Marion 9b4628ddab Fixed values for Samung NAND chips 13 years ago
  Damjan Marion db91a36fdd Improve NAND flash detection 13 years ago
  Damjan Marion acdf14eb43 Reorganize NAND flash table 13 years ago
  Alexandre Pereira da Silva 54ec0c4a8a Add Micron 2GiB nand 13 years ago
  Antonio Borneo 7bb79f0f51 NAND/CORE: Comment use of alive_sleep() 13 years ago
  Antonio Borneo 52044a17ce NAND/CORE: Replace decimal dot in messages 13 years ago
  Jon Povey fafed75d98 NAND: catch read errors when building BBT 14 years ago
  Jon Povey dcca0b7694 NAND: fix first and last handling in nand_build_bbt 14 years ago
  Jon Povey 0eb7fb59a0 NAND: fix off-by-one error in erase command argument range 14 years ago
  Antonio Borneo 617811ac66 NAND/CORE: review scope of functions 14 years ago
  Dean Glazeski ef4fbd36d4 NAND write data page refactoring. 14 years ago
  Dean Glazeski b8b4bb0745 NAND read data page refactor. 14 years ago
  Zachary T Welch 899c9975e7 rename nand.h to flash//nand/core.h 14 years ago
  Zachary T Welch 747d6f2286 split nand.c into nand/{core,fileio,tcl}.c 14 years ago
  Zachary T Welch a7fd30c07f split NAND driver handling into nand/driver.[ch] 14 years ago
  Dean Glazeski 9a51b8b0e3 NAND page command refactoring. 14 years ago
  Zachary T Welch 6512e5e36b change #include "time_support.h" to <helper/time_support.h> 14 years ago
  Zachary T Welch 14ed20967f change #include "fileio.h" to <helper/fileio.h> 14 years ago
  Zachary T Welch 747f8af672 nand: factor init to 'nand init' 14 years ago
  Zachary T Welch 01f93137c4 add 'nonce' nand driver 14 years ago
  Zachary T Welch f31dfffdef fix 'nand info' command 14 years ago
  Zachary T Welch 90d09e35e4 remove nand_controller->register_callbacks 14 years ago
  Zachary T Welch ccae9ae020 nand: use register_commands() 14 years ago
  Zachary T Welch 833e7f5248 use COMMAND_REGISTER macro 14 years ago
  Dean Glazeski 31fb7788a6 NAND verify doesn't advance. 14 years ago
  Zachary T Welch 664ba309d5 add support for naming NAND banks 14 years ago
  Zachary T Welch 59d4466b55 refactor handle_nand_device_command 14 years ago
  Zachary T Welch ff25e76bad rename flash and nand command helpers 14 years ago
  Zachary T Welch 870b8c0455 allow flash/nand banks commands to accept names 14 years ago
  Dean Glazeski c049033fde nand_fileio_parse_args parses wrong param for size 14 years ago
  Zachary T Welch 410fab9ea8 use COMMAND_PARSE_ENABLE macro where appropriate 14 years ago
  Zachary T Welch 2861877b32 command_handler: change 'cmd_ctx' to CMD_CTX 14 years ago
  Zachary T Welch 23402315ce command_handler: change 'args' to CMD_ARGV 14 years ago
  Zachary T Welch 7bf1a86e47 command_handler: change to 'argc' to CMD_ARGC 14 years ago
  Zachary T Welch 51862bb98c fileio: improve API types 14 years ago
  Zachary T Welch 69df712d1d struct fileio: improve member types 14 years ago
  Zachary T Welch cbc0578372 nand_command_get_device_by_num: make COMMAND_HELPER 14 years ago
  Zachary T Welch 555757175e Add 'nand verify' command 14 years ago
  Zachary T Welch 51cd370b39 Use nand_fileio_* in write/dump commands. 14 years ago
  Zachary T Welch 23cc85b307 Add nand_fileio_* helper APIs. 14 years ago
  Zachary T Welch ef746e27c5 command_t -> struct command 14 years ago