Commit Graph

22 Commits

Author SHA1 Message Date
Alexander Couzens 641ec9db23 ar71xx/sysmocom: register boot counter for all board
the bootcounter was only registered for ap2
2015-07-19 19:45:43 +02:00
Alexander Couzens 9e00cdf1ae ar71xx/sysmocom: register boot counter as platform_device 2015-07-07 14:57:22 +02:00
Alexander Couzens 3426d18da0 ar71xx/sysmocom: disable RTS CTS pins on all boards 2015-06-09 16:11:16 +02:00
Alexander Couzens 1e3af1cbdf ar71xx/sysmocom: use correct gpio name for ar933x devices
Wrong gpio names were used in gpio_function_disable. But likely they had
the same value.
2015-06-09 16:09:01 +02:00
Alexander Couzens 2375915d9f ar71xx/sysmocom: fix eeprom type - 24c02 is assembled 2015-06-09 16:06:27 +02:00
Alexander Couzens 5f90cba27a ar71xx: add size depend partition generation
Partitions are generated depending on the size of the flash chip.
The layout on which the partition based is hardcoded into the module.
Using this new partition layout it makes possible to have 8mb and 16mb within
the same board definition.
2015-05-20 12:58:53 +02:00
Alexander Couzens acd543359d ar71xx/sysmocom: set art table even for 8mb devices to the last sector of 16mb
This is possible because the memory will be wrapped around when using
the mapped spi memory space.
2015-05-18 22:32:28 +02:00
Alexander Couzens fb426b964f ar71xx/sysmocom: add support for jb02v3 2015-05-12 17:46:02 +02:00
Alexander Couzens 607bcc2386 ar71xx/sysmocom: register i2c bus + devices 2015-05-07 20:46:33 +02:00
Alexander Couzens 1755472d2e ar71xx/sysmocom: switch mac address of eth0 + eth1
The lowest mac address should assigned to the switch
2015-04-06 20:09:06 +02:00
Alexander Couzens 7cfcabc7ae ar71xx/sysmocom/sob-jb02: fix led color - both leds are red 2015-04-04 17:08:09 +02:00
Alexander Couzens 7ddeeba72a ar71xx: ap1 + jb02: fix mac address 2015-03-17 18:32:40 +01:00
Alexander Couzens 64caabe995 ar71xx/sysmocom: move local admin port out of the switch 2015-03-10 17:05:56 +01:00
Alexander Couzens 79322fd883 ar71xx/sysmocom: fix ap2 calibration data location
ap2 has only 8 MB SPI flash
2015-03-10 15:27:30 +01:00
Alexander Couzens aa67259629 ar71xx/sysmocom: fix ethernet support of sysmo-ap1 & sysmo-jb02
wrong ethernet mac was used
2015-03-10 15:25:44 +01:00
Alexander Couzens e25ed2fede ar71xx/sysmocom: fix MAC address offset usage.
ath79_init_mac(*dest, *src, offset): The offset was misused.
Offset is added to the MAC address value.
2015-03-10 15:25:44 +01:00
Alexander Couzens ebeadd286c ar71xx/sysmocom: move network configuration out of _common()
The sysmo boards differs to much - put it into board configuration
to improve readability.
2015-03-10 15:25:44 +01:00
Harald Welte 931bb20e63 sob-ap2: Enable GPIO26 + GPIO27 as GPIO, not MDIO 2015-02-21 19:58:58 +01:00
Harald Welte e67d0c78a6 initial support of the new sysmocom SOB-AP2 (1xPD/3xPSE)
Port0 is uplink/PD port (IDC)
Port1-3 are downink/PSE ports (IDC)
Port4 is admin port (RJ45)

* we only have 8 MByte flash
* we use the hardware LEDs for switch ports 1-5

The image boots and is able to establish links on both eth0 and eth1.
However, the LED support is not yet working as expected.
2015-02-21 11:34:52 +01:00
Alexander Couzens 59f13eb186 ar71xx/sysmocom: fix JB02 mips machine
setup function name wasn't renamed when mach file split up for both boards
2015-02-18 03:15:47 +01:00
Alexander Couzens 7c5dcd7b26 ar71xx/sysmocom: fix sysmocom miswritten mach type in mach-sysmocom.c 2015-02-18 01:54:24 +01:00
Alexander Couzens bbc86587e4 add sysmocom devices SOB-AP1 SOB-JB02 2015-02-10 15:51:12 +01:00