Adrian Alonso
0b7f7c339c
imx: imximage: add new CHECK/CLR BIT command
* Extend imximage DCD version 2 to support DCD commands
CMD_WRITE_CLR_BIT 4 [address] [mask bit] means:
while ((*address & ~mask) != 0);
CMD_CHECK_BITS_SET 4 [address] [mask bit] means:
while ((*address & mask) != mask);
CMD_CHECK_BITS_CLR 4 [address] [mask bit] means:
*address = *address & ~mask;
* Add set_dcd_param_v2 helper function to set DCD
command parameters
Signed-off-by: Adrian Alonso <aalonso@freescale.com>
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
2015-07-26 12:07:14 +02:00
..
2015-07-14 18:03:15 -06:00
2015-06-18 16:11:42 -04:00
2015-05-15 19:20:47 +02:00
2015-04-23 12:35:50 -06:00
2014-11-25 07:11:17 -07:00
2015-01-29 13:38:41 -05:00
2015-01-29 13:38:41 -05:00
2015-01-29 13:38:41 -05:00
2015-01-29 13:38:41 -05:00
2014-06-19 11:19:04 -04:00
2014-06-19 11:19:02 -04:00
2014-06-11 16:25:46 -04:00
2014-06-11 16:25:46 -04:00
2015-01-29 13:38:41 -05:00
2014-08-14 11:20:24 +02:00
2014-09-24 18:30:28 -04:00
2015-01-29 13:38:41 -05:00
2015-01-29 13:38:41 -05:00
2015-07-14 18:03:19 -06:00
2014-12-13 22:32:04 -07:00
2014-08-14 11:20:01 +02:00
2015-02-16 12:41:41 -05:00
2015-05-08 17:24:17 -04:00
2015-07-26 12:07:14 +02:00
2015-07-26 12:07:14 +02:00
2015-06-14 17:48:28 +02:00
2015-06-14 17:48:28 +02:00
2015-04-10 14:23:26 +02:00
2015-05-28 08:18:19 -04:00
2014-12-18 17:26:08 -07:00
2015-02-05 22:16:42 -07:00
2015-03-28 12:07:47 -04:00
2015-01-29 13:38:41 -05:00
2014-06-19 11:19:04 -04:00
2015-05-29 13:46:36 +02:00
2015-05-27 08:39:16 +09:00
2015-05-24 14:26:54 -05:00
2015-01-29 13:38:41 -05:00
2014-11-20 10:13:45 +01:00
2015-01-29 13:38:41 -05:00
2015-01-29 13:38:41 -05:00
2015-05-08 17:24:17 -04:00
2015-01-29 13:38:41 -05:00
2015-01-29 13:38:41 -05:00
2014-06-19 11:19:04 -04:00