Age | Commit message (Expand) | Author |
2019-09-08 | src/flash/nand: Fix some operator precedence bugs. | Seth LaForge |
2019-05-14 | helper/command: change prototype of command_print/command_print_sameline | Antonio Borneo |
2019-05-14 | nand/tcl: pass CMD to nand_list_walker() | Paul Fertser |
2019-05-14 | nand/fileio: change prototype of nand_fileio_start() | Paul Fertser |
2019-04-07 | Set empty usage field for commands that do not need parameters | Antonio Borneo |
2019-04-07 | command_registration: add empty usage field to chained commands | Antonio Borneo |
2019-01-27 | command: initialize the command mode for every command | Antonio Borneo |
2017-10-23 | Fix GCC7 warnings about switch-case fallthroughs | Freddie Chopin |
2016-12-08 | Convert to non-recursive make | Andreas Fritiofson |
2016-11-04 | Tcl commands: Fix improper return status in flash commands and load_image. | HarishKumar |
2016-05-24 | Make #include guard naming consistent | Marc Schink |
2016-05-24 | Remove FSF address from GPL notices | Marc Schink |
2016-05-20 | nand: change use_raw to boolean | Ivo Manca |
2016-05-20 | nand: fix return value | Ivo Manca |
2016-02-29 | helper/fileio: Remove nested struct | Marc Schink |
2015-11-03 | helper/fileio: Use size_t for file size. | Marc Schink |
2014-02-06 | flash: declare fixed arrays const | Spencer Oliver |
2013-11-07 | target: use target_buffer_set_u32_array | Spencer Oliver |
2013-10-31 | Remove unnecessary casts | Andreas Fritiofson |
2013-10-31 | nand/mx*: Remove unused host endianness flag | Andreas Fritiofson |
2013-10-31 | Clean up many C99 integer types format specifiers | Paul Fertser |
2013-10-16 | flash: mxc nfc(v1) : fix incorrect address in spare area for biswap command | Gaëtan Carlier |
2013-06-05 | update files to correct FSF address | Spencer Oliver |
2013-04-02 | Added support for ARMv7-M in arm io. | Henrik Nilsson |
2013-03-15 | target: Retire target_bulk_write_memory() | Andreas Fritiofson |
2012-08-24 | build: fix memory leaks | Spencer Oliver |
2012-02-22 | Sometime in the past, nand_fileio_finish started to return ERROR_OK (with the... | Stian Skjelsad |
2012-02-06 | doxygen: use correct comment syntax | Spencer Oliver |
2012-02-06 | build: cleanup src/flash/nand directory | Spencer Oliver |
2012-01-23 | NAND: Misleading report of erased blocks | Timo Ketola |
2012-01-23 | i.MX25: Set OOB size (MXC NFC) | Timo Ketola |
2012-01-23 | i.MX25: Add support for i.MX25 NAND Flash Controller | Timo Ketola |
2012-01-23 | cleanup: rename armv4_5 to arm for readability | Spencer Oliver |
2012-01-23 | flash: print bank usage on failure | Spencer Oliver |
2012-01-18 | cmd: add missing usage vars | Spencer Oliver |
2012-01-04 | Change return value on error. | Mathias K |
2012-01-04 | flash: introduce .usage field for nand and nor flash driver structure | Øyvind Harboe |
2012-01-04 | retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERROR | Øyvind Harboe |
2011-12-23 | Renamed mx2.{c,h} to mxc.{c,h} and added copyright notice | Erik Ahlén |
2011-12-23 | Added support for i.MX35 NAND Flash Controller (v2) | Erik Ahlén |
2011-12-23 | Added command to enable/disable/query BI-swap for MXC NAND | Erik Ahlén |
2011-12-23 | Made BI-swap optional in mxc. | Erik Ahlén |
2011-12-23 | Added board type as a parameter to mx2 NFC as they have different base addres... | Erik Ahlén |
2011-12-19 | Renamed mx2/imx27 to mxc. | Erik Ahlén |
2011-12-19 | Indentation and white space fixes. | Erik Ahlén |
2011-11-04 | at91sam9: fix broken error propagation | Øyvind Harboe |
2011-10-23 | NAND/CORE: fix clang warning | Antonio Borneo |
2011-10-23 | mx2: add error propagation and remove warnings | Øyvind Harboe |
2011-07-10 | Fix typo in command output | Luca Bruno |
2011-05-28 | Fixed values for Samung NAND chips | Damjan Marion |