Przemyslaw Marczak
1611c8cbcf
exynos5-dt-types: add board detection for Odroid XU3/XU3L/XU4.
...
This commit adds additional file with implementation of board
detection code for Odroid-XU3/XU4.
The detection depends on compatible found in fdt:
- "samsung,exynos5" - uses Exynos5 generic code
- "samsung,odroidxu3" - try detect XU3 revision
There are few revisions of Odroid XU3/XU4, each can be detected
by checking the value of channel 9 of built-in ADC:
Rev ADC Board
0.1 0 XU3 0.1
0.2 372 XU3 0.2 | XU3L - no DISPLAYPORT
0.3 1280 XU4 0.1
The detection code depends on the ADC+10% value.
Implementation of functions:
- set_board_type() - read ADC and set type
- get_board_rev() - returns board revision: 1..3
- get_board_type() - returns board type string
Additional functions with return values of bool:
- board_is_generic() - true if found compatible "samsung,exynos5"
but not "samsung,odroidxu3"
- board_is_odroidxu3() - true if found compatible "samsung,odroidxu3"
and one of XU3 revision.
- board_is_odroidxu4() - true if found compatible "samsung,odroidxu3"
and XU4 revision.
After I2C controller init, the get_board_type() can check
if the XU3 board is a "Lite" variant, by probing chip
0x40 on I2C0 (INA231 - exists only on non-lite).
This is useful for setting fdt file name at misc_init_r().
Enabled configs:
- CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
- CONFIG_ODROID_REV_AIN
- CONFIG_REVISION_TAG
- CONFIG_BOARD_TYPES
Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com >
Cc: Minkyu Kang <mk7.kang@samsung.com >
Cc: Simon Glass <sjg@chromium.org >
Tested-by: Anand Moon <linux.amoon@gmail.com >
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com >
2015-11-02 10:38:00 +09:00
..
2015-10-24 13:50:38 -04:00
2015-06-25 22:18:34 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-08-28 11:46:35 -04:00
2015-07-01 21:39:06 +05:30
2015-10-22 14:43:59 -04:00
2015-10-22 14:22:29 -04:00
2015-09-11 17:15:27 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-08-13 07:19:33 -04:00
2015-06-25 22:18:34 -04:00
2015-06-25 22:18:34 -04:00
2015-08-21 16:40:23 -05:00
2015-10-24 13:50:38 -04:00
2015-06-25 22:18:34 -04:00
2015-10-21 07:46:25 -06:00
2015-10-24 13:50:38 -04:00
2015-09-02 15:38:16 +02:00
2015-09-02 15:38:16 +02:00
2015-10-02 10:42:31 +02:00
2015-09-02 15:38:16 +02:00
2015-10-24 13:50:38 -04:00
2015-10-11 17:12:11 -04:00
2015-10-24 13:50:38 -04:00
2015-10-21 07:46:25 -06:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-08-13 07:19:33 -04:00
2015-08-13 07:19:33 -04:00
2015-08-13 07:19:33 -04:00
2015-10-21 07:46:25 -06:00
2015-10-24 13:50:38 -04:00
2015-08-05 17:20:34 +02:00
2015-08-05 17:20:34 +02:00
2015-08-26 07:54:08 -07:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-06-01 13:15:11 -05:00
2015-07-22 08:55:44 +02:00
2015-08-13 07:19:33 -04:00
2015-06-25 22:18:34 -04:00
2015-06-25 22:17:55 -04:00
2015-06-25 22:18:34 -04:00
2015-08-05 17:20:34 +02:00
2015-06-25 22:17:55 -04:00
2015-08-05 17:20:34 +02:00
2015-06-25 22:17:55 -04:00
2015-05-19 13:33:21 -05:00
2015-06-25 22:17:55 -04:00
2015-10-21 07:46:25 -06:00
2015-06-25 22:17:55 -04:00
2015-10-21 07:46:25 -06:00
2015-06-25 22:17:55 -04:00
2015-06-25 22:17:55 -04:00
2015-08-05 17:20:34 +02:00
2015-08-13 07:19:33 -04:00
2015-05-19 13:33:21 -05:00
2015-06-25 22:18:34 -04:00
2015-10-21 07:46:25 -06:00
2015-07-01 21:39:06 +05:30
2015-10-21 07:46:25 -06:00
2015-10-21 07:46:25 -06:00
2015-08-13 07:19:33 -04:00
2015-10-24 13:50:38 -04:00
2015-10-29 10:33:58 -07:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-03-28 12:09:46 -04:00
2015-08-13 07:19:33 -04:00
2015-10-02 10:42:31 +02:00
2015-09-02 21:28:24 -06:00
2015-04-29 18:51:48 -06:00
2015-09-09 07:48:03 -06:00
2015-10-24 13:50:38 -04:00
2015-10-02 10:42:31 +02:00
2015-10-24 13:50:38 -04:00
2015-08-12 20:48:05 -04:00
2015-10-24 13:50:38 -04:00
2015-08-13 07:19:33 -04:00
2015-10-24 13:50:38 -04:00
2015-06-01 13:15:11 -05:00
2015-05-19 13:33:21 -05:00
2015-06-01 13:15:11 -05:00
2015-06-01 13:15:11 -05:00
2015-05-19 13:33:21 -05:00
2015-05-19 13:33:21 -05:00
2015-08-13 07:19:33 -04:00
2015-10-24 13:50:38 -04:00
2015-08-13 13:06:03 -07:00
2015-08-13 13:06:03 -07:00
2015-10-29 10:33:58 -07:00
2015-10-29 10:33:58 -07:00
2015-10-29 10:33:58 -07:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-21 07:46:25 -06:00
2015-10-24 13:50:38 -04:00
2015-08-13 07:19:33 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-21 07:46:25 -06:00
2015-08-18 13:45:55 -04:00
2015-08-12 20:47:45 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-06-25 22:18:34 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-08-17 23:29:15 +05:30
2015-06-19 16:46:47 -04:00
2015-10-24 13:50:38 -04:00
2015-08-13 07:19:33 -04:00
2015-09-16 16:10:23 -07:00
2015-10-24 13:50:38 -04:00
2015-08-13 07:19:33 -04:00
2015-08-13 07:19:33 -04:00
2015-06-25 22:18:34 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-08-31 07:57:27 -06:00
2015-10-02 10:42:31 +02:00
2015-06-25 22:18:34 -04:00
2015-10-24 13:50:38 -04:00
2015-07-22 08:57:53 +02:00
2015-08-31 07:57:27 -06:00
2015-08-05 21:06:16 -06:00
2015-08-05 21:06:16 -06:00
2015-08-05 21:06:16 -06:00
2015-10-24 13:50:38 -04:00
2015-09-02 21:28:24 -06:00
2015-10-24 13:50:38 -04:00
2015-08-13 07:19:33 -04:00
2015-09-16 19:53:52 -06:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-07-01 21:39:06 +05:30
2015-10-24 13:50:38 -04:00
2015-06-25 22:18:34 -04:00
2015-06-25 22:18:34 -04:00
2015-06-25 22:18:34 -04:00
2015-08-13 07:19:33 -04:00
2015-06-25 22:18:34 -04:00
2015-06-25 22:18:34 -04:00
2015-10-24 13:50:38 -04:00
2015-10-02 10:42:31 +02:00
2015-10-24 13:50:38 -04:00
2015-08-13 07:19:33 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-29 10:33:58 -07:00
2015-10-24 13:50:38 -04:00
2015-05-19 13:33:21 -05:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-09-02 15:34:13 +02:00
2015-06-25 22:18:34 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-08-13 07:19:33 -04:00
2015-08-13 07:19:33 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-06-25 22:17:55 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-08-13 07:19:33 -04:00
2015-10-24 13:50:38 -04:00
2015-07-27 15:03:12 -04:00
2015-10-22 14:22:27 -04:00
2015-07-27 15:03:12 -04:00
2015-07-27 15:03:12 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-07-01 21:39:06 +05:30
2015-08-05 17:20:34 +02:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-07-01 21:39:06 +05:30
2015-10-30 09:19:48 -07:00
2015-10-30 09:19:48 -07:00
2015-10-29 10:34:02 -07:00
2015-10-29 10:34:02 -07:00
2015-10-29 10:34:00 -07:00
2015-04-23 08:55:57 -07:00
2015-09-01 21:37:56 -05:00
2015-10-29 10:33:58 -07:00
2015-10-29 10:33:58 -07:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-06-25 22:18:34 -04:00
2015-10-29 10:33:58 -07:00
2015-10-21 07:46:25 -06:00
2015-10-21 07:46:25 -06:00
2015-06-25 22:18:34 -04:00
2015-06-25 22:18:34 -04:00
2015-06-25 22:18:34 -04:00
2015-10-21 07:46:25 -06:00
2015-10-21 07:46:25 -06:00
2015-08-13 07:19:33 -04:00
2015-10-21 07:46:25 -06:00
2015-10-21 07:46:25 -06:00
2015-10-21 07:46:25 -06:00
2015-10-21 07:46:25 -06:00
2015-10-21 07:46:25 -06:00
2015-10-21 07:46:25 -06:00
2015-10-21 07:46:25 -06:00
2015-10-21 07:46:25 -06:00
2015-10-21 07:46:25 -06:00
2015-10-21 07:46:25 -06:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-08-13 07:19:33 -04:00
2015-10-24 13:50:38 -04:00
2015-08-18 13:46:05 -04:00
2015-06-25 22:18:34 -04:00
2015-08-26 07:54:08 -07:00
2015-10-24 13:50:38 -04:00
2015-08-13 07:19:33 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-29 10:33:58 -07:00
2015-10-29 10:33:58 -07:00
2015-10-29 10:33:58 -07:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-29 10:33:58 -07:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-29 10:33:58 -07:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-06-25 22:18:34 -04:00
2015-06-25 22:18:34 -04:00
2015-06-25 22:18:34 -04:00
2015-06-25 22:18:34 -04:00
2015-08-13 07:19:33 -04:00
2015-10-24 13:50:38 -04:00
2015-10-21 02:25:01 +02:00
2015-10-29 10:33:58 -07:00
2015-09-13 10:11:53 +02:00
2015-06-01 09:40:15 -05:00
2015-10-02 10:42:31 +02:00
2015-10-02 10:51:20 +02:00
2015-10-02 10:42:31 +02:00
2015-10-02 10:42:31 +02:00
2015-10-02 10:42:31 +02:00
2015-10-02 10:42:31 +02:00
2015-10-29 10:33:58 -07:00
2015-10-02 10:42:31 +02:00
2015-06-25 22:18:34 -04:00
2015-06-25 22:18:34 -04:00
2015-10-29 10:33:58 -07:00
2015-06-25 22:18:34 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-29 10:33:58 -07:00
2015-10-29 10:33:58 -07:00
2015-10-29 10:33:58 -07:00
2015-10-29 10:33:58 -07:00
2015-10-29 10:33:58 -07:00
2015-10-29 10:33:58 -07:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-23 14:55:48 +08:00
2015-10-21 07:46:25 -06:00
2015-10-24 13:50:38 -04:00
2015-10-02 10:42:31 +02:00
2015-08-13 07:19:33 -04:00
2015-06-25 22:18:34 -04:00
2015-06-25 22:18:34 -04:00
2015-10-24 13:50:38 -04:00
2015-11-02 10:38:00 +09:00
2015-10-13 20:22:11 +09:00
2015-09-28 10:15:46 -04:00
2015-09-28 10:15:46 -04:00
2015-10-24 13:50:38 -04:00
2015-06-01 09:40:15 -05:00
2015-06-01 09:40:15 -05:00
2015-08-05 17:20:34 +02:00
2015-10-19 17:06:16 -04:00
2015-09-28 10:15:46 -04:00
2015-09-28 10:15:46 -04:00
2015-08-13 07:19:33 -04:00
2015-10-24 13:50:38 -04:00
2015-06-25 22:18:34 -04:00
2015-06-25 22:18:34 -04:00
2015-09-11 17:15:20 -04:00
2015-10-24 13:50:38 -04:00
2015-10-21 07:46:25 -06:00
2015-10-21 07:46:25 -06:00
2015-10-02 10:42:31 +02:00
2015-10-29 10:33:58 -07:00
2015-10-29 10:33:58 -07:00
2015-09-16 16:10:23 -07:00
2015-09-16 16:10:22 -07:00
2015-09-16 16:10:23 -07:00
2015-10-29 10:33:58 -07:00
2015-10-29 10:33:58 -07:00
2015-10-24 13:50:38 -04:00
2015-10-29 10:33:58 -07:00
2015-10-24 13:50:38 -04:00
2015-08-13 07:19:33 -04:00
2015-10-21 07:46:25 -06:00
2015-10-24 13:50:38 -04:00
2015-08-05 17:20:34 +02:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-08-13 07:19:33 -04:00
2015-08-13 07:19:33 -04:00
2015-08-05 17:20:34 +02:00
2015-08-13 07:19:33 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-08-13 07:19:33 -04:00
2015-08-13 07:19:33 -04:00
2015-10-02 10:42:31 +02:00
2015-10-24 13:50:38 -04:00
2015-08-13 07:19:33 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-07-01 21:39:06 +05:30
2015-08-13 07:19:33 -04:00
2015-06-19 16:46:47 -04:00
2015-10-21 07:46:25 -06:00
2015-10-21 07:46:25 -06:00
2015-10-24 13:50:38 -04:00
2015-08-26 07:54:08 -07:00
2015-06-25 22:18:34 -04:00
2015-06-25 22:18:34 -04:00
2015-06-25 22:18:34 -04:00
2015-06-19 16:46:50 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-08-12 20:47:43 -04:00
2015-10-24 13:50:38 -04:00
2015-08-12 20:47:41 -04:00
2015-06-25 22:18:34 -04:00
2015-06-25 22:18:34 -04:00
2015-06-25 22:18:34 -04:00
2015-06-19 16:46:47 -04:00
2015-10-24 13:50:38 -04:00
2015-08-13 07:19:33 -04:00
2015-08-21 15:47:05 +02:00
2015-08-21 15:47:05 +02:00
2015-08-21 15:47:05 +02:00
2015-08-21 15:47:05 +02:00
2015-10-21 07:46:25 -06:00
2015-06-25 22:18:34 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-06-25 22:18:34 -04:00
2015-08-13 07:19:33 -04:00
2015-08-13 07:19:33 -04:00
2015-06-25 22:18:34 -04:00
2015-06-25 22:18:34 -04:00
2015-06-25 22:18:34 -04:00
2015-06-25 22:18:34 -04:00
2015-06-25 22:18:34 -04:00
2015-06-25 22:18:34 -04:00
2015-10-24 13:50:38 -04:00
2015-06-25 22:18:34 -04:00
2015-10-24 13:50:38 -04:00
2015-07-01 21:39:06 +05:30
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-08-13 07:19:33 -04:00
2015-08-13 07:19:33 -04:00
2015-10-24 13:50:38 -04:00
2015-10-21 07:46:25 -06:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-08-13 07:19:33 -04:00
2015-09-24 09:07:58 +02:00
2015-10-24 13:50:38 -04:00
2015-09-24 09:07:58 +02:00
2015-09-24 09:07:58 +02:00
2015-09-24 09:07:58 +02:00
2015-09-24 09:07:58 +02:00
2015-10-24 13:50:38 -04:00
2015-10-21 16:29:27 -06:00
2015-10-24 13:50:38 -04:00
2015-08-13 07:19:33 -04:00
2015-10-24 13:50:38 -04:00
2015-08-31 17:32:59 +09:00
2015-10-24 13:50:38 -04:00
2015-06-28 11:46:31 -04:00
2015-06-28 11:46:31 -04:00
2015-06-28 11:46:31 -04:00
2015-06-28 11:46:31 -04:00
2015-06-28 11:46:31 -04:00
2015-05-29 13:46:36 +02:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-29 10:33:58 -07:00
2015-10-29 10:33:58 -07:00
2015-10-29 10:33:58 -07:00
2015-10-29 10:33:58 -07:00
2015-10-29 10:33:58 -07:00
2015-10-29 10:33:58 -07:00
2015-10-29 10:33:58 -07:00
2015-10-29 10:33:58 -07:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-21 07:46:25 -06:00
2015-10-02 10:42:31 +02:00
2015-06-01 13:15:11 -05:00
2015-06-01 13:15:11 -05:00
2015-08-13 07:19:33 -04:00
2015-08-13 07:19:33 -04:00
2015-10-02 11:05:30 -07:00
2015-10-02 11:05:30 -07:00
2015-10-02 11:05:30 -07:00
2015-08-06 10:50:03 -07:00
2015-10-02 11:05:30 -07:00
2015-09-11 17:15:25 -04:00
2015-09-11 17:15:26 -04:00
2015-10-24 13:50:38 -04:00
2015-06-19 16:46:50 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-07-27 15:02:17 -04:00
2015-10-24 13:50:38 -04:00
2015-10-22 14:22:16 -04:00
2015-07-27 15:02:17 -04:00
2015-10-11 17:12:06 -04:00
2015-10-22 14:18:40 -04:00
2015-10-22 14:44:01 -04:00
2015-10-02 10:42:31 +02:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-06-01 09:54:52 +02:00
2015-09-02 15:26:11 +02:00
2015-10-02 10:42:31 +02:00
2015-08-13 07:19:33 -04:00
2015-08-13 07:19:33 -04:00
2015-10-24 13:50:38 -04:00
2015-08-13 07:19:33 -04:00
2015-10-24 13:50:38 -04:00
2015-08-05 17:20:34 +02:00
2015-08-13 07:19:33 -04:00
2015-10-29 10:33:58 -07:00
2015-09-02 15:25:28 +02:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-29 10:33:58 -07:00
2015-08-13 07:19:33 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-21 07:46:25 -06:00
2015-10-24 13:50:38 -04:00
2015-08-13 07:19:33 -04:00
2015-08-13 07:19:33 -04:00
2015-10-24 13:50:38 -04:00
2015-08-12 12:08:20 -04:00
2015-08-12 12:08:20 -04:00
2015-08-12 12:08:20 -04:00
2015-10-24 13:50:38 -04:00
2015-10-29 10:33:58 -07:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-02 10:42:31 +02:00
2015-10-02 10:42:31 +02:00
2015-08-13 07:19:33 -04:00
2015-10-29 10:33:58 -07:00
2015-10-24 13:50:38 -04:00
2015-08-05 08:42:42 -06:00
2015-10-21 07:46:25 -06:00
2015-10-24 13:50:38 -04:00
2015-06-25 22:18:34 -04:00
2015-08-19 11:26:23 +02:00
2015-10-24 13:50:38 -04:00
2015-08-13 07:19:33 -04:00
2015-08-13 07:19:33 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2015-04-29 11:19:02 +02:00
2015-07-28 11:56:26 +02:00
2015-10-25 20:17:03 +05:30