andreast 8843b343e6 MFC: r256932, r256938, r256953
r256932:
Add a new function (OF_getencprop()) that undoes the transformation applied
by encode-int. Specifically, it takes a set of 32-bit cell values and
changes them to host byte order. Most non-string instances of OF_getprop()
should be using this function, which is a no-op on big-endian platforms.

r256938:
A few other common cases for encode-int decoding: OF_getencprop_alloc()
and OF_searchencprop(). I thought about using the element size parameter
to OF_getprop_alloc() to do endian-switching automatically, but it breaks
use with structs and a *lot* of FDT code (which can hopefully be moved to
these new APIs).

r256953:
Fix build.
2013-12-12 12:17:20 +00:00
..
2013-07-17 01:34:25 +00:00
2013-10-31 13:54:55 +00:00
2013-08-26 17:38:36 +00:00
2013-10-11 18:27:12 +00:00
2013-09-04 18:42:05 +00:00
2013-11-04 08:46:50 +00:00
2013-12-05 06:13:59 +00:00
2013-11-16 00:31:32 +00:00
2013-11-01 20:33:30 +00:00
2013-05-10 16:41:26 +00:00
MFC
2013-02-26 21:09:35 +00:00
2013-05-10 16:41:26 +00:00
2013-05-10 16:41:26 +00:00
2013-10-10 22:44:29 +00:00
2013-12-12 00:27:27 +00:00
2013-02-19 18:22:25 +00:00
2013-12-11 23:15:19 +00:00
2013-08-28 20:10:56 +00:00
2013-11-01 20:28:13 +00:00
2013-08-28 14:49:36 +00:00
2013-09-05 16:38:26 +00:00
2013-11-01 17:39:59 +00:00
2013-03-01 01:42:31 +00:00
2013-11-14 09:11:54 +00:00
2013-12-04 09:46:27 +00:00
2013-11-19 14:24:25 +00:00
2013-02-19 19:25:50 +00:00
2013-07-07 19:47:22 +00:00
2013-11-04 05:52:33 +00:00
2013-11-05 06:48:12 +00:00
2013-11-25 15:34:57 +00:00
2013-05-10 16:41:26 +00:00
2013-09-05 23:14:27 +00:00
2013-11-05 15:54:52 +00:00
2013-12-06 23:30:46 +00:00
2013-12-12 12:17:20 +00:00
2013-11-01 06:33:17 +00:00
2013-02-21 12:40:52 +00:00
2013-06-17 20:11:04 +00:00
2013-11-22 00:26:21 +00:00
2013-11-22 00:26:21 +00:00
2013-11-01 06:26:37 +00:00
2013-11-04 05:58:59 +00:00
2013-08-03 21:24:52 +00:00
2013-08-19 05:48:42 +00:00
2013-05-10 16:41:26 +00:00
2013-05-10 16:41:26 +00:00
2013-12-11 22:36:20 +00:00
2013-10-30 08:05:39 +00:00
2012-10-10 08:36:38 +00:00
2013-10-11 06:51:56 +00:00
2013-06-17 20:11:04 +00:00
2013-07-27 20:47:01 +00:00
2013-12-05 18:09:48 +00:00