Lech Perczak
ca7324134d
ath79: add support for Ruckus R500
...
Ruckus R500 datasheet: https://webresources.ruckuswireless.com/datasheets/r500/ds-ruckus-r500.html
Specifications:
SoC: 720Mhz QCA9558
RAM: 256MB
Storage: 64MB of FLASH (SPI NOR - S25FL512S)
1x AR8327 GB switch
Ethernet: 1x1000M port #3 on AR8327,
1x1000M (802.3at POE), port #5 on AR8327
Wireless: QCA988X HW2.0 802.11ac
AR9550 2.4GHz 802.11b/g/n
5x GPIO LED
1x GPIO Reset Button
1x DC Jack 12v
1x UART, 3.3v, 115200
1x TPM, SLB9645TT12
2x Beamforming antennas configured via 74LV164
MAC addresses:
1. art 0x807E | Factory bridged | f0:3e:90:XX:XX:80 |
2. art 0x66 | eth0 | f0:3e:90:XX:XX:83 | (port 5, cpu port 6) - PoE port
3. art 0x6c | eth1 | f0:3e:90:XX:XX:84 | (port 3, cpu port 0) - non PoE port
Serial console: 115200-8-N-1 on internal H4 header.
Pinout:
H1
-----------
|1|x|3|4|5|
-----------
Pin 1 is near the "H4" marking.
1 - RX
x - no pin
3 - VCC (3.3V)
4 - GND
5 - TX
JTAG: Connector H2, similar to MIPS eJTAG, standard, unpoulated.
H9
----------------------
|2 |4 |6 |8 |10|12|14|
----------------------
|1 |3 |5 |7 |9 |11|13|
----------------------
3 - TDI
5 - TDO
7 - TMS
9 - TCK
2,4,6,8,10 - GND
14 - Vref
1,11,12,13 - Not connected
I²C: connector H2, near power LED, unpopulated:
------
|1|2|3
------
H2
1 - SCL
2 - SDA
3 - GND
Installation:
Serial Port/TFTP
1. Setup tftp server on the local network
2. Connect to UART with TTL
3. Interupt U-boot process with Ctrl-C
4. Setup appropriate ipaddr and serverip in setenv:
- setenv ipaddr 192.168.1.1
- setenv serverip 192.168.1.2
5. On TFTP Server - copy openwrt-ath79-generic-ruckus_r500-initramfs-kernel.bin to /srv/tftp
6. On R500 boot into initrd image
- tftpboot 0x81000000 openwrt-ath79-generic-ruckus_r500-initramfs-kernel.bin
- bootm 0x81000000
7. On TFTP server - scp -O openwrt-ath79-generic-ruckus_r500-squashfs-sysupgrade.bin root@192.168.1.1:/tmp
8. Ensure the boot command is set before flashing the image:
fw_setenv bootcmd 'bootm 0xbf1c0000'
9. On R500 - sysupgrade /tmp/openwrt-ath79-generic-ruckus_r500-squashfs-sysupgrade.bin
10. If not done in 8; set boot command from U-boot shell itself:
- setenv bootcmd bootm 0xbf1c0000
- saveenv
- reset
This patch adapted from https://github.com/victhor393/openwrt-ruckus-r500/tree/ruckus-r500-master
Signed-off-by: Damien Mascord <tusker@tusker.org>
- Heavily refactored the device tree
- Extended commit message
- Documented onboad connectors
- Refactored MAC and calibration data setups to use nvmem-layout
- Made both network interfaces LAN ports and bridge them, this makes
more sense for an access point and is consistent with the rest of
Ruckus APs.
- Enable lzma-loader for compressed initramfs
- Enabled the optional internal USB port
- Added missing LEDs and according pinctrl settings
- Added reserved memory region used for bootloader communication
- Added the bit-banged I²C bus and onboard TPM
- Refactored boot scheme and flash layout to match earlier Ruckus
devices and maximize usable space for user data.
Quirks:
- H7 is the physical presence switch for the SLB9645TT12 TPM.
TODO:
- Link state reporting on the Ethernet ports doesn't work and both ports
report "up" due to limitation of swconfig ar8327 driver. With DSA
conversion, this shall be rectified.
- Locate 2nd shift register (U7) controlling beamforming antennas, probably
on ath10k GPIOs which are currently unsupported in the driver. For
this, there is a device tree node describing that - but explicitly
disabled.
- At the moment of adding support, there is an endianness bug in the TPM
driver causing it to not detect the TPM module because of ID mismatch.
Signed-off-by: Lech Perczak <lech.perczak@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/17550
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2025-01-20 23:59:45 +01:00
..
2021-04-08 09:20:59 +02:00
2021-04-08 09:20:59 +02:00
2020-10-02 13:51:39 +02:00
2024-06-09 12:24:15 +02:00
2024-07-04 19:30:37 +02:00
2024-12-27 13:34:58 +01:00
2021-04-08 09:20:59 +02:00
2024-12-13 15:29:04 +01:00
2021-02-24 02:53:53 +01:00
2024-06-09 12:24:15 +02:00
2024-07-04 19:30:37 +02:00
2024-12-13 15:29:04 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2023-11-25 21:34:18 -08:00
2024-02-07 14:48:34 +01:00
2020-09-25 23:26:34 +02:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-20 14:02:13 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-12-27 13:34:58 +01:00
2023-03-22 22:25:08 +01:00
2023-11-25 21:34:18 -08:00
2023-11-25 21:34:18 -08:00
2023-11-25 21:34:18 -08:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2022-11-12 17:10:12 +01:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2020-09-25 23:26:34 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2020-09-25 23:26:34 +02:00
2024-02-07 14:48:34 +01:00
2024-12-27 13:34:58 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2024-12-16 11:06:11 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2020-09-25 23:26:34 +02:00
2024-12-13 15:29:04 +01:00
2024-06-09 12:24:15 +02:00
2024-12-23 23:46:41 +01:00
2024-12-23 23:46:41 +01:00
2024-12-23 23:46:41 +01:00
2022-11-12 17:10:12 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-12-23 23:46:41 +01:00
2023-11-25 21:34:18 -08:00
2024-02-07 14:48:34 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2022-08-06 20:15:30 +02:00
2023-11-25 21:34:18 -08:00
2022-08-06 20:15:30 +02:00
2024-12-23 23:46:41 +01:00
2022-12-17 20:48:57 +01:00
2024-12-13 15:29:04 +01:00
2024-12-30 13:50:04 +01:00
2023-11-25 21:34:18 -08:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-10-19 17:30:50 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-12-23 23:46:41 +01:00
2023-11-25 21:34:18 -08:00
2023-11-25 21:34:18 -08:00
2024-06-09 12:24:15 +02:00
2024-12-13 15:29:04 +01:00
2021-03-22 09:23:10 +01:00
2021-03-22 09:23:10 +01:00
2024-12-15 22:31:31 +01:00
2024-12-15 22:31:31 +01:00
2024-12-15 22:31:31 +01:00
2024-12-15 22:31:31 +01:00
2024-12-13 15:29:04 +01:00
2024-06-09 12:24:15 +02:00
2025-01-12 18:01:35 +01:00
2020-12-30 23:32:07 +01:00
2020-12-30 23:32:07 +01:00
2024-06-09 12:24:15 +02:00
2024-12-13 15:29:04 +01:00
2024-06-09 12:24:15 +02:00
2024-12-13 15:29:04 +01:00
2024-06-09 12:24:15 +02:00
2020-10-02 13:51:39 +02:00
2024-11-30 18:55:17 +01:00
2020-10-02 13:51:39 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2020-10-02 13:51:39 +02:00
2023-11-25 21:34:18 -08:00
2020-10-02 13:51:39 +02:00
2025-01-12 18:01:35 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2025-01-12 21:36:04 +01:00
2024-01-05 16:17:58 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-01-05 16:17:58 +01:00
2024-06-09 12:24:15 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2024-01-05 16:17:58 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2024-06-09 12:24:15 +02:00
2022-11-09 22:55:33 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2020-12-29 00:03:26 +01:00
2020-12-29 00:03:26 +01:00
2020-12-29 00:03:26 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2020-01-31 13:42:12 +01:00
2024-02-07 14:48:34 +01:00
2024-01-07 01:19:54 +01:00
2024-05-09 23:51:14 +02:00
2024-01-07 01:19:54 +01:00
2024-02-07 14:48:34 +01:00
2023-11-25 21:34:18 -08:00
2021-01-15 18:32:38 +01:00
2024-01-25 23:45:41 +01:00
2020-11-03 18:34:10 +01:00
2020-11-03 18:34:10 +01:00
2024-01-20 19:57:57 +01:00
2020-11-18 21:13:46 +01:00
2020-11-18 21:13:46 +01:00
2020-11-03 18:34:10 +01:00
2020-11-03 18:34:10 +01:00
2024-01-20 19:57:57 +01:00
2024-01-20 19:57:57 +01:00
2020-11-03 18:34:10 +01:00
2024-01-20 19:57:57 +01:00
2024-01-20 19:57:57 +01:00
2022-06-15 20:07:26 +02:00
2022-06-15 20:07:26 +02:00
2024-06-09 12:24:15 +02:00
2024-01-20 19:57:57 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-11-30 18:55:17 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2021-06-06 18:56:45 +02:00
2021-06-06 18:56:45 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-11-30 18:55:17 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-01-05 16:17:58 +01:00
2024-02-07 14:48:34 +01:00
2024-07-21 16:51:52 +02:00
2020-09-25 23:26:34 +02:00
2023-02-26 22:22:48 +01:00
2024-02-07 14:48:34 +01:00
2023-07-01 15:51:26 +02:00
2023-06-25 13:18:31 +02:00
2023-06-25 13:18:31 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2023-02-26 22:22:48 +01:00
2024-06-09 12:24:15 +02:00
2025-01-08 14:55:28 +01:00
2024-07-28 18:47:56 +02:00
2024-07-28 18:47:56 +02:00
2024-07-28 18:47:56 +02:00
2023-11-25 21:34:18 -08:00
2024-02-07 14:48:34 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2023-11-25 21:34:18 -08:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2025-01-08 14:55:28 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2023-11-25 21:34:18 -08:00
2023-11-25 21:34:18 -08:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2024-01-05 16:17:58 +01:00
2024-06-09 12:24:15 +02:00
2023-11-25 21:34:18 -08:00
2023-11-25 21:34:18 -08:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2021-08-20 18:13:55 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2023-11-25 21:34:18 -08:00
2020-09-25 23:26:34 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2023-11-25 21:34:18 -08:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2024-01-05 16:17:57 +01:00
2023-11-27 00:34:49 +01:00
2024-05-09 23:53:02 +02:00
2023-11-25 17:14:04 -08:00
2024-06-09 12:24:15 +02:00
2025-01-08 14:55:28 +01:00
2023-11-25 17:14:04 -08:00
2025-01-08 14:55:28 +01:00
2024-02-07 14:48:34 +01:00
2024-12-27 13:34:58 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-12-22 23:36:41 +01:00
2024-12-13 15:29:04 +01:00
2024-12-13 15:29:04 +01:00
2025-01-08 14:55:28 +01:00
2025-01-08 14:55:28 +01:00
2025-01-08 14:55:28 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-11-30 18:55:17 +01:00
2024-02-07 14:48:34 +01:00
2024-10-22 12:25:58 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-10-20 22:07:32 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2020-09-25 23:26:34 +02:00
2024-02-07 14:48:34 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2024-06-09 12:24:15 +02:00
2024-09-21 18:03:31 +02:00
2024-12-08 23:36:24 +01:00
2023-10-31 13:53:11 +01:00
2023-10-31 13:53:11 +01:00
2024-07-04 19:30:37 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2022-05-21 13:54:08 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2020-11-12 17:18:26 +01:00
2020-11-12 17:18:26 +01:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2025-01-08 14:55:28 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2023-09-16 12:49:26 +02:00
2023-09-16 12:49:26 +02:00
2023-09-16 12:49:26 +02:00
2022-05-21 13:54:02 +02:00
2020-09-25 23:26:34 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2020-12-28 19:37:24 +01:00
2020-12-28 19:37:24 +01:00
2024-06-09 12:24:15 +02:00
2020-12-22 19:11:50 +01:00
2024-06-09 12:24:15 +02:00
2020-12-22 19:11:50 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2024-02-07 14:48:34 +01:00
2021-08-20 18:13:55 +02:00
2024-06-09 12:24:15 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2024-06-09 12:24:15 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2024-02-07 14:48:34 +01:00
2020-09-25 23:26:34 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-12-26 15:19:25 +01:00
2024-06-09 12:24:15 +02:00
2024-05-27 00:32:57 +02:00
2024-12-21 12:20:10 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-01 17:09:02 +01:00
2024-02-07 14:48:34 +01:00
2024-03-08 17:35:01 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2022-02-01 14:54:16 +09:00
2022-02-01 14:54:16 +09:00
2024-02-07 14:48:34 +01:00
2024-03-02 14:08:08 +01:00
2024-03-02 14:08:08 +01:00
2024-02-07 14:48:34 +01:00
2020-12-22 19:11:50 +01:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2024-02-01 17:09:03 +01:00
2024-06-09 12:24:15 +02:00
2024-03-08 17:35:01 +01:00
2025-01-20 23:59:45 +01:00
2024-11-30 18:19:52 +01:00
2024-11-30 18:19:52 +01:00
2024-11-30 18:19:52 +01:00
2024-12-22 23:36:41 +01:00
2024-06-14 21:05:19 +02:00
2024-06-09 12:24:15 +02:00
2025-01-08 14:55:28 +01:00
2020-12-14 16:57:21 +01:00
2020-12-14 16:59:49 +01:00
2024-06-09 12:24:15 +02:00
2024-12-23 22:52:37 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-03-08 17:35:01 +01:00
2024-06-09 12:24:15 +02:00
2024-03-24 21:10:59 +01:00
2024-05-11 16:57:28 +02:00
2024-02-07 14:48:34 +01:00
2020-12-22 19:11:50 +01:00
2024-05-11 16:57:28 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-05-11 16:57:28 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-11-07 14:56:39 +01:00
2024-03-08 17:35:01 +01:00
2024-03-08 17:35:01 +01:00
2024-01-07 01:19:56 +01:00
2024-01-07 01:19:56 +01:00
2024-01-07 01:19:56 +01:00
2022-04-16 16:59:29 +02:00
2025-01-08 14:55:28 +01:00
2024-10-19 17:56:46 +02:00
2024-10-19 17:56:46 +02:00
2024-10-19 17:56:46 +02:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2021-06-05 01:17:11 +02:00
2021-06-05 01:17:11 +02:00
2024-06-09 12:24:15 +02:00
2024-02-01 17:09:02 +01:00
2024-02-01 17:09:02 +01:00
2021-01-19 21:41:26 +01:00
2021-01-19 21:41:26 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2020-10-17 20:17:59 +02:00
2020-10-17 20:17:59 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2025-01-08 14:55:28 +01:00
2022-04-16 16:59:29 +02:00
2025-01-08 14:55:28 +01:00
2022-04-16 16:59:29 +02:00
2025-01-08 14:55:28 +01:00
2024-06-09 12:24:15 +02:00
2023-11-25 17:14:04 -08:00
2024-06-09 12:24:15 +02:00
2022-11-12 17:10:12 +01:00
2024-06-09 12:24:15 +02:00
2025-01-08 14:55:28 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2024-06-09 12:24:15 +02:00
2020-09-25 23:26:34 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2023-11-25 17:14:04 -08:00
2023-11-25 17:14:04 -08:00
2024-06-14 21:05:19 +02:00
2024-08-25 15:08:25 +02:00
2024-12-22 23:36:41 +01:00
2024-02-07 14:48:34 +01:00
2024-08-29 21:05:59 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-03-09 20:00:11 +01:00
2024-03-09 20:00:11 +01:00
2024-12-27 13:34:58 +01:00
2024-12-27 13:34:58 +01:00
2024-12-27 13:34:58 +01:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2024-06-09 12:24:15 +02:00
2023-02-25 14:31:42 +01:00
2023-02-25 14:31:42 +01:00
2024-11-30 18:55:17 +01:00
2024-11-30 18:52:41 +01:00
2024-08-29 21:23:58 +02:00
2024-08-29 21:05:59 +02:00
2024-02-07 14:48:34 +01:00
2022-11-12 17:10:12 +01:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2020-10-17 20:18:00 +02:00
2020-10-17 20:18:00 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2022-06-15 20:07:26 +02:00
2024-02-07 14:48:34 +01:00
2024-11-23 18:43:16 +01:00
2024-11-23 18:43:20 +01:00
2024-11-23 18:43:16 +01:00
2024-06-09 12:24:15 +02:00
2024-12-18 20:27:03 +01:00
2024-01-23 10:41:20 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2024-12-27 13:34:58 +01:00
2024-01-07 23:06:17 +01:00
2020-09-25 23:26:34 +02:00
2022-06-15 20:07:26 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2022-06-15 20:07:26 +02:00
2024-06-09 12:24:15 +02:00
2024-06-09 12:24:15 +02:00
2020-10-02 13:51:39 +02:00
2024-02-01 17:09:02 +01:00
2020-10-02 13:51:39 +02:00
2024-06-09 12:24:15 +02:00
2023-05-06 20:59:46 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-10-31 18:58:22 +01:00
2023-05-06 20:59:46 +02:00
2022-02-26 17:46:10 +01:00
2024-02-07 14:48:34 +01:00
2022-02-26 17:46:10 +01:00
2023-07-08 20:19:00 +02:00
2023-07-08 20:19:00 +02:00
2024-02-07 14:48:34 +01:00
2023-07-08 20:19:00 +02:00
2023-07-08 20:19:00 +02:00
2023-07-08 20:19:00 +02:00
2023-11-25 19:43:32 -08:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2024-02-07 14:48:34 +01:00
2020-05-18 13:35:38 +02:00
2020-09-25 23:26:34 +02:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-02-07 14:48:34 +01:00
2024-06-09 12:24:15 +02:00
2020-09-25 23:26:34 +02:00
2024-06-09 12:24:15 +02:00