Stephen Warren
d22a765755
ARM: add Raspberry Pi 3 64-bit config
...
On all Pis so far, the VC FW provides a short stub to set up the ARM CPU
before entering the kernel (a/k/a U-Boot for us). This feature is not
currently supported by the VC FW when booting in 64-bit mode. However,
this feature will likely appear in the near future, and this U-Boot port
assumes that such a feature is in place. Without that feature, or a
temporary workaround described below, U-Boot will not boot.
Once the VC FW does provide the ARM stub, u-boot.bin built for rpi_3 can
be used drectly as kernel7.img, in the same way as any other RPi port. The
following config.txt is required:
# Fix mini UART input frequency, and setup/enable up the UART.
# Without this option, U-Boot will not boot, even if you don't care
# about the serial console. This option will always be required for
# all RPi3 use-cases, unless the PL011 UART is used, which is not
# yet supported by rpi_3* builds of U-Boot.
enable_uart=1
# Boot in AArch64 (64-bit) mode.
# It is possible that a future VC FW will remove the need for this
# option, instead auto-setting 32-/64-bit mode based on the "kernel"
# filename present on the SD card.
arm_control=0x200
Prior to the VC FW providing the ARM boot stub, you can use the following
steps to build an equivalent stub into the U-Boot binary:
git clone https://github.com/swarren/rpi-3-aarch64-demo.git \
../rpi-3-aarch64-demo
(cd ../rpi-3-aarch64-demo && ./build.sh)
Build U-Boot for rpi_3 in the usual way
cat ../rpi-3-aarch64-demo/armstub64.bin u-boot.bin > u-boot.bin.stubbed
Use u-boot.bin.stubbed as kernel7.img on the Pi SD card.
In this case, the following additional entries are required in config.txt:
# Tell the FW to load the kernel image at address 0, the reset vector.
kernel_old=1
Signed-off-by: Stephen Warren <swarren@wwwdotorg.org >
Reviewed-by: Tom Rini <trini@konsulko.com >
2016-04-11 12:44:38 -04:00
..
2016-03-14 19:21:44 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-04-08 15:41:43 -07:00
2016-03-14 19:18:07 -04:00
2016-04-08 15:41:43 -07:00
2015-11-21 21:50:21 -05:00
2016-02-06 12:00:59 +01:00
2015-11-25 10:06:05 -05:00
2016-03-25 15:29:48 -04:00
2016-03-14 19:18:35 -04:00
2016-03-25 15:29:48 -04:00
2016-03-14 19:18:07 -04:00
2016-01-31 16:32:56 +01:00
2016-03-14 14:50:25 -04:00
2016-03-14 19:18:07 -04:00
2015-08-13 07:19:33 -04:00
2016-02-18 10:02:19 -07:00
2016-03-14 14:50:25 -04:00
2016-03-14 14:50:25 -04:00
2016-03-14 19:18:07 -04:00
2015-09-02 15:38:16 +02:00
2015-09-02 15:38:16 +02:00
2016-03-14 19:18:07 -04:00
2015-09-02 15:38:16 +02:00
2016-03-14 14:50:25 -04:00
2015-10-11 17:12:11 -04:00
2015-10-24 13:50:38 -04:00
2015-12-05 18:22:21 -05:00
2016-03-14 14:50:25 -04:00
2016-03-14 14:50:25 -04:00
2016-03-14 14:50:25 -04:00
2016-03-14 14:50:25 -04:00
2016-03-14 14:50:25 -04:00
2016-03-14 14:50:25 -04:00
2016-03-14 14:50:25 -04:00
2016-03-14 14:50:25 -04:00
2016-03-14 14:50:25 -04:00
2015-11-25 10:06:05 -05:00
2015-11-25 10:06:05 -05:00
2015-08-13 07:19:33 -04:00
2016-03-14 14:50:25 -04:00
2016-03-14 19:18:07 -04:00
2016-03-25 15:29:48 -04:00
2016-01-20 15:25:00 -05:00
2016-03-25 15:29:48 -04:00
2015-11-19 20:13:41 -07:00
2016-03-25 15:29:48 -04:00
2016-03-14 14:50:25 -04:00
2016-02-06 12:00:59 +01:00
2016-03-22 12:19:53 -04:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2015-11-25 10:06:05 -05:00
2015-11-25 10:06:05 -05:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-04-08 15:41:43 -07:00
2016-04-08 15:41:43 -07:00
2016-02-24 18:44:03 -05:00
2016-02-24 18:44:03 -05:00
2016-04-08 15:41:43 -07:00
2015-11-21 21:50:18 -05:00
2015-10-24 13:50:38 -04:00
2015-11-21 21:50:21 -05:00
2016-03-22 12:19:53 -04:00
2016-03-25 15:29:48 -04:00
2016-01-26 08:06:13 +01:00
2016-03-17 10:27:27 +08:00
2016-03-22 12:19:53 -04:00
2016-01-14 14:08:59 +01:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 14:50:25 -04:00
2016-02-24 18:44:10 -05:00
2016-03-14 19:18:07 -04:00
2015-08-13 07:19:33 -04:00
2016-03-14 14:50:25 -04:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-03-14 14:50:25 -04:00
2016-04-01 17:18:09 -04:00
2016-02-18 10:02:19 -07:00
2016-03-25 15:29:48 -04:00
2016-03-17 10:27:27 +08:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-25 15:29:48 -04:00
2016-02-21 13:42:52 +08:00
2015-11-21 21:50:18 -05:00
2016-03-14 19:18:07 -04:00
2016-02-05 12:47:20 +08:00
2016-03-14 19:18:07 -04:00
2016-03-14 14:50:25 -04:00
2016-02-18 10:02:19 -07:00
2016-04-04 11:22:10 +02:00
2016-01-14 14:08:59 +01:00
2016-01-14 14:08:59 +01:00
2016-01-20 10:19:35 -05:00
2016-03-14 14:50:25 -04:00
2015-11-18 14:50:06 -05:00
2016-03-14 19:18:07 -04:00
2016-04-08 15:41:43 -07:00
2016-03-14 19:18:07 -04:00
2016-02-06 12:00:59 +01:00
2016-03-14 14:50:25 -04:00
2015-10-24 13:50:38 -04:00
2016-04-01 17:18:07 -04:00
2016-04-01 17:18:27 -04:00
2015-11-25 10:06:05 -05:00
2016-01-14 14:08:59 +01:00
2015-11-18 14:50:06 -05:00
2016-02-18 10:02:19 -07:00
2015-11-25 10:06:05 -05:00
2015-08-13 07:19:33 -04:00
2015-08-13 07:19:33 -04:00
2016-02-06 12:00:59 +01:00
2015-11-21 21:50:18 -05:00
2016-02-05 12:47:23 +08:00
2015-11-25 10:06:05 -05:00
2016-02-06 12:00:59 +01:00
2015-11-25 10:06:05 -05:00
2015-12-01 08:07:22 -07:00
2016-03-25 15:29:48 -04:00
2016-03-14 19:18:07 -04: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
2016-01-26 08:06:13 +01:00
2016-03-14 19:18:07 -04:00
2015-12-22 04:42:27 +01:00
2015-11-21 21:50:18 -05:00
2015-10-24 13:50:38 -04:00
2015-11-25 10:06:05 -05:00
2015-11-25 10:06:05 -05:00
2015-12-03 13:15:49 +02:00
2015-12-03 13:15:49 +02:00
2015-12-03 13:15:49 +02:00
2015-08-13 07:19:33 -04:00
2015-12-03 13:15:49 +02:00
2015-12-03 13:15:49 +02:00
2015-11-17 23:41:41 +01:00
2016-03-25 15:29:48 -04:00
2016-03-14 19:18:07 -04:00
2016-04-01 17:18:09 -04:00
2016-03-14 19:18:07 -04:00
2016-03-15 21:30:13 -04:00
2016-03-14 19:18:07 -04:00
2015-11-17 23:41:41 +01:00
2016-02-06 12:00:59 +01:00
2015-11-21 21:50:21 -05:00
2015-10-24 13:50:38 -04:00
2016-03-14 19:18:07 -04:00
2016-01-25 10:03:17 +01:00
2015-10-24 13:50:38 -04:00
2015-10-24 13:50:38 -04:00
2016-03-14 14:50:25 -04:00
2015-08-13 07:19:33 -04:00
2015-08-13 07:19:33 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-04-08 15:41:43 -07:00
2016-04-08 15:41:43 -07:00
2016-02-06 12:00:59 +01:00
2015-11-21 21:50:18 -05:00
2016-03-14 19:18:07 -04:00
2016-03-22 12:19:53 -04:00
2016-03-14 19:18:07 -04:00
2016-03-15 21:30:19 -04:00
2016-03-22 12:16:07 -04:00
2016-03-15 21:30:19 -04:00
2016-03-15 21:30:19 -04:00
2015-11-21 21:50:21 -05:00
2016-04-01 17:18:06 -04:00
2016-03-14 19:18:07 -04:00
2015-11-18 15:28:56 -05:00
2015-11-18 14:50:07 -05:00
2015-11-25 10:06:05 -05:00
2016-03-14 14:50:25 -04:00
2016-01-21 20:05:41 -07:00
2016-03-14 14:50:25 -04:00
2016-03-14 14:50:25 -04:00
2015-11-25 10:06:05 -05:00
2016-03-14 19:18:40 -04:00
2016-03-21 12:42:14 -07:00
2016-03-21 12:42:14 -07:00
2016-04-06 10:26:46 -07:00
2016-04-06 10:26:45 -07:00
2016-02-24 08:51:14 -08:00
2016-04-06 10:26:46 -07:00
2016-04-06 10:26:46 -07:00
2016-04-06 10:26:46 -07:00
2016-03-29 08:46:20 -07:00
2016-03-29 08:46:24 -07:00
2016-03-14 14:50:25 -04:00
2015-11-21 21:50:21 -05:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -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-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-11-25 10:06:05 -05:00
2015-10-21 07:46:25 -06:00
2016-01-20 10:19:34 -05:00
2015-11-25 10:06:05 -05:00
2015-11-25 10:06:05 -05:00
2016-03-25 15:29:48 -04:00
2016-01-16 21:06:46 +01:00
2016-01-14 14:08:59 +01:00
2016-04-01 17:18:09 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-04-04 20:28:38 +02:00
2016-03-22 12:19:53 -04:00
2015-11-21 21:50:18 -05:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-22 12:19:27 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-22 12:19:27 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-22 12:19:27 -04:00
2016-03-14 19:18:07 -04:00
2016-03-22 12:19:27 -04:00
2015-08-13 07:19:33 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 14:50:25 -04:00
2016-03-14 14:50:25 -04:00
2016-03-14 14:50:25 -04:00
2015-11-13 10:49:01 +01:00
2015-10-02 10:42:31 +02:00
2016-03-25 15:29:48 -04:00
2015-10-30 15:13:06 +01:00
2016-02-02 21:23:38 +01:00
2016-02-02 21:04:21 +01:00
2016-02-21 11:46:26 +01:00
2016-03-14 14:50:25 -04:00
2016-03-14 14:50:25 -04:00
2016-03-25 15:29:48 -04:00
2015-11-18 14:50:06 -05:00
2015-11-18 14:50:06 -05:00
2016-03-14 14:50:25 -04:00
2015-11-25 10:06:05 -05:00
2016-03-14 19:18:07 -04:00
2016-02-06 12:00:59 +01:00
2016-03-14 14:50:25 -04:00
2016-03-14 14:50:25 -04:00
2016-03-14 14:50:25 -04:00
2016-03-14 14:50:25 -04:00
2016-03-14 14:50:25 -04:00
2016-03-14 14:50:25 -04:00
2016-03-14 14:50:25 -04:00
2016-03-14 14:50:25 -04:00
2016-03-14 19:18:07 -04:00
2016-03-25 15:29:48 -04:00
2016-01-31 16:32:56 +01:00
2016-03-14 19:18:07 -04:00
2015-11-29 22:16:14 +01:00
2016-03-14 19:18:07 -04:00
2016-04-08 15:41:43 -07:00
2016-03-25 15:29:48 -04:00
2016-03-14 19:18:07 -04:00
2016-03-25 15:29:48 -04:00
2015-09-28 10:15:46 -04:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-01-25 10:40:02 -05:00
2016-03-25 15:29:48 -04:00
2015-09-28 10:15:46 -04:00
2015-11-21 21:50:17 -05:00
2015-10-24 13:50:38 -04:00
2015-11-18 14:50:06 -05:00
2016-03-25 15:29:48 -04:00
2016-03-14 14:50:25 -04:00
2015-11-10 15:04:21 +01:00
2016-03-14 14:50:25 -04:00
2016-02-06 12:00:59 +01:00
2015-12-05 18:22:24 -05:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-02-18 10:02:19 -07:00
2016-03-22 12:19:53 -04:00
2016-02-18 10:02:19 -07:00
2016-04-08 15:41:43 -07:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2015-10-24 13:50:38 -04:00
2016-02-16 09:17:53 -07:00
2016-01-20 10:19:36 -05:00
2016-03-14 19:18:07 -04:00
2015-11-25 10:06:05 -05:00
2016-03-14 14:50:25 -04:00
2016-03-14 19:18:07 -04:00
2015-08-13 07:19:33 -04:00
2015-08-13 07:19:33 -04:00
2016-03-25 15:29:48 -04:00
2015-08-13 07:19:33 -04:00
2016-04-10 17:18:42 +02:00
2016-03-14 14:50:25 -04:00
2015-11-21 21:50:18 -05: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
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -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
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2015-10-24 13:50:38 -04:00
2015-11-25 10:06:05 -05:00
2016-02-06 12:00:59 +01:00
2016-03-27 09:13:00 -04:00
2016-03-14 19:18:07 -04:00
2015-11-21 21:50:18 -05:00
2015-11-21 21:50:18 -05:00
2016-03-14 19:18:07 -04:00
2016-01-24 12:07:18 +08:00
2016-03-22 12:19:27 -04:00
2016-03-22 12:19:53 -04:00
2016-03-14 14:50:25 -04:00
2016-01-31 16:32:56 +01:00
2016-03-14 14:50:25 -04:00
2016-01-26 08:06:13 +01:00
2016-04-01 17:17:41 -04:00
2016-04-01 17:17:42 -04:00
2016-04-11 12:44:38 -04:00
2016-04-11 12:44:38 -04:00
2016-04-01 17:17:41 -04:00
2016-03-14 19:18:07 -04:00
2016-03-25 15:29:48 -04:00
2016-03-25 15:29:48 -04:00
2016-03-25 15:29:48 -04:00
2015-08-21 15:47:05 +02:00
2016-03-25 15:29:48 -04:00
2016-03-25 15:29:48 -04:00
2016-03-25 15:29:48 -04:00
2016-03-14 19:21:44 -04:00
2015-11-18 14:50:06 -05:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2015-11-18 14:50:06 -05:00
2016-02-18 10:02:19 -07:00
2015-08-13 07:19:33 -04:00
2015-11-21 21:50:21 -05:00
2015-11-25 10:06:05 -05:00
2015-11-25 10:06:05 -05:00
2015-11-25 10:06:05 -05:00
2016-02-06 12:00:59 +01:00
2016-03-22 12:19:53 -04:00
2016-03-24 09:26:10 +01:00
2016-03-25 15:29:48 -04:00
2015-11-25 10:06:05 -05:00
2016-03-25 15:29:48 -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
2016-03-14 14:50:25 -04:00
2016-03-25 15:29:48 -04:00
2016-03-14 19:18:07 -04:00
2016-04-01 17:17:58 -04:00
2015-08-13 07:19:33 -04:00
2016-04-10 17:19:49 +02:00
2016-04-10 17:19:49 +02:00
2016-04-10 17:19:49 +02:00
2016-04-10 17:19:49 +02:00
2016-02-01 20:55:48 -05:00
2016-04-10 17:19:49 +02:00
2016-04-10 17:19:49 +02:00
2016-04-10 17:19:49 +02:00
2016-03-14 19:18:07 -04:00
2015-11-13 06:46:26 -08:00
2016-02-06 12:00:59 +01:00
2015-08-13 07:19:33 -04:00
2016-03-26 18:49:28 -04:00
2016-03-26 18:49:28 -04:00
2015-11-25 10:06:05 -05:00
2016-03-21 09:20:37 +01:00
2016-03-14 14:50:25 -04:00
2016-04-01 09:52:28 +02:00
2016-04-01 09:52:28 +02:00
2016-04-01 09:52:28 +02:00
2016-04-01 09:52:28 +02:00
2016-04-01 09:52:28 +02:00
2015-11-18 15:28:58 -05:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-04-07 10:01:01 -07:00
2016-01-27 08:12:26 -08:00
2016-03-14 19:18:07 -04:00
2016-04-01 17:18:09 -04:00
2016-03-14 14:50:25 -04:00
2016-03-25 15:29:48 -04:00
2016-03-14 14:50:25 -04:00
2016-03-25 15:29:48 -04:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2015-10-02 11:05:30 -07:00
2015-10-02 11:05:30 -07:00
2016-01-19 08:31:21 -05:00
2015-08-06 10:50:03 -07:00
2016-03-15 15:13:10 -04:00
2016-02-16 09:17:51 -07:00
2016-03-25 15:29:48 -04:00
2016-03-14 19:18:07 -04:00
2016-03-24 09:48:34 +01:00
2016-03-15 15:13:10 -04:00
2016-03-14 14:50:25 -04:00
2016-03-14 14:50:25 -04:00
2016-03-15 21:30:16 -04:00
2016-03-15 21:30:17 -04:00
2016-04-01 17:17:57 -04:00
2016-01-31 16:32:56 +01:00
2016-03-15 21:30:17 -04:00
2016-03-15 21:30:17 -04:00
2015-10-02 10:42:31 +02:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2015-11-18 14:50:06 -05:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 14:50:25 -04:00
2016-03-22 12:19:53 -04:00
2016-03-14 14:50:25 -04:00
2016-03-14 19:18:07 -04:00
2015-11-18 15:28:51 -05:00
2015-08-13 07:19:33 -04:00
2016-03-14 19:21:44 -04:00
2016-01-20 10:19:41 -05:00
2016-04-01 00:59:47 +09:00
2016-03-14 14:50:25 -04:00
2016-03-14 14:50:25 -04:00
2015-10-24 13:50:38 -04:00
2016-02-15 12:04:46 -05:00
2016-01-20 10:19:35 -05:00
2016-03-14 19:18:07 -04:00
2016-02-18 10:02:19 -07:00
2016-02-16 09:17:53 -07:00
2016-03-15 21:30:13 -04:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-02-06 12:00:59 +01:00
2016-01-31 16:32:56 +01:00
2016-03-14 14:50:25 -04:00
2016-03-25 15:29:48 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2015-11-21 21:50:21 -05:00
2016-02-02 20:59:40 +01:00
2016-03-25 15:29:48 -04:00
2015-08-13 07:19:33 -04:00
2015-11-18 14:50:06 -05:00
2015-11-18 14:50:06 -05:00
2016-03-17 10:27:27 +08:00
2016-03-14 19:18:07 -04:00
2016-03-14 14:50:25 -04:00
2015-11-18 14:50:06 -05:00
2016-04-04 20:28:38 +02:00
2016-04-04 20:28:39 +02:00
2016-01-27 15:43:01 +01:00
2016-01-27 15:57:20 +01:00
2016-01-27 15:57:11 +01:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2016-03-14 19:18:07 -04:00
2015-11-21 21:50:21 -05:00
2016-03-27 09:13:01 -04:00
2015-10-24 13:50:38 -04:00
2016-02-22 16:21:02 +01:00
2016-02-22 16:21:03 +01:00
2016-02-22 16:21:03 +01:00
2016-02-22 16:21:02 +01:00
2016-02-22 16:21:03 +01:00
2016-04-04 20:28:37 +02:00
2016-04-04 20:28:39 +02:00