Felix Fietkau
a5c3407474
bcm53xx: allow device tree to override SPI flash partition layout
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46538
2015-07-31 20:55:30 +00:00
Hauke Mehrtens
ac96a1665a
bcm53xx: update Disable MMU and Dcache during decompression
...
This replaces the old patch with the version from Florian.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 46504
2015-07-26 15:52:59 +00:00
Hauke Mehrtens
91abbde594
bcm53xx: update config
...
This activates CONFIG_MULTIUSER and sets the maximal number of cpus to 2.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 46500
2015-07-26 15:51:37 +00:00
Hauke Mehrtens
60cecc6fa5
bcm53xx: fix usb3 build with kernel 4.1
...
One argument was removed with kernel 4.1 from xhci_handshake() which
caused a compile error.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 46369
2015-07-14 18:51:23 +00:00
Rafał Miłecki
cf93a8f227
bcm53xx: add early support for Netgear R7000
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 46363
2015-07-14 10:25:46 +00:00
Hauke Mehrtens
29039f51b3
kernel: refresh patches on linux 3.18
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 46308
2015-07-12 13:47:16 +00:00
Jonas Gorski
901a7fa067
kernel: update 3.18 to 3.18.17
...
Changelog:
* https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.17
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46150
2015-06-30 23:26:09 +00:00
Rafał Miłecki
cc758e7de0
bcm53xx: port last 2 UART patches to 4.1
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 46141
2015-06-29 06:59:45 +00:00
Rafał Miłecki
d3544a20a8
bcm53xx: rework patch enabling UART support
...
Follow upstream patch and handle it using &uart0. Also disable &uart1 as
it's most likely unused. This will allow us to get valuable reports and
upstream these changes.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 46140
2015-06-29 06:48:41 +00:00
Rafał Miłecki
099f3cb7ec
bcm53xx: use UART serial DT patch sent upstream
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 46139
2015-06-29 06:48:08 +00:00
Hauke Mehrtens
52e042ea55
bcm53xx: add upstream nand driver
...
This adds the upstream Broadcom nand driver and makes use of it.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 46131
2015-06-25 22:00:36 +00:00
Hauke Mehrtens
164e82099d
bcm53xx: add upstream PCIe driver
...
This patch adds the missing parts to use the upstream Broadcom PCIe
driver and makes use of it.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 46130
2015-06-25 21:56:34 +00:00
Hauke Mehrtens
ca49bcadae
bcm53xx: add arm l2c overwrite options like in mainline kernel
...
Instead of setting the l2c_aux_val variable in the board code make it
possible to set these through device tree and make use of that.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 46129
2015-06-25 21:43:16 +00:00
Hauke Mehrtens
37fb5ab893
bcm53xx: add support for kernel 4.1
...
This only removes the patches already applied upstream and makes the
rest apply cleanly.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 46128
2015-06-25 21:33:53 +00:00
Rafał Miłecki
b0cdcf4e93
bcm53xx: respect ACTIVE_LOW when powering USB using GPIO
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 46088
2015-06-21 16:47:05 +00:00
Rafał Miłecki
90d425039b
bcm53xx: enable USB power on Buffalo WZR-1750DHP
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 46087
2015-06-21 16:26:23 +00:00
Rafał Miłecki
0049d0ca75
bcm53xx: update SPROM driver to include just-sent patch
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 46086
2015-06-21 14:26:03 +00:00
Rafał Miłecki
167a2dc12e
bcm53xx: enable USB power on Netgear R6250
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 46083
2015-06-21 11:09:49 +00:00
Rafał Miłecki
64d3e52ad0
bcm53xx: update xHCI patch
...
This drops some debugging pr_info and adds platform_device_unregister.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 46082
2015-06-21 11:09:30 +00:00
Rafał Miłecki
63bc66cfcd
bcm53xx: fix enabling GPIO-controlled USB power
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 46081
2015-06-21 10:18:52 +00:00
Rafał Miłecki
b3afbe4918
bcm53xx: add xHCI support
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 46080
2015-06-21 10:18:43 +00:00
Jonas Gorski
9a59b350b7
kernel: update 3.18 to 3.18.16
...
Changelogs:
* https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.15
* https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.16
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46011
2015-06-17 09:54:55 +00:00
Rafał Miłecki
351a2ec15f
bcm53xx: use USB patches sent upstream by Hauke
...
This stabilizes USB support. The old patch was handling initialization
in a different order that was causing some problems with few USB 3.0
devices. Some weren't detected, some were working unstable, sometimes
USB 3.0 could hang the whole controller.
A still known issue (but not a regression) is controller hang triggered
by connecting USB 1.1 device when not having OHCI controller enabled
(kmod-usb-ohci).
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45997
2015-06-16 08:28:46 +00:00
Rafał Miłecki
950c0191c2
bcm53xx: update NVRAM driver to MIPS version from upstream-sfr
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45943
2015-06-10 20:34:32 +00:00
Rafał Miłecki
e011a5c375
bcm53xx: backport the latest 4.2 ARM BCM5302X patches
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45922
2015-06-07 14:41:05 +00:00
Rafał Miłecki
2364dd9331
bcm53xx: refresh kernel config
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45916
2015-06-06 22:34:37 +00:00
Rafał Miłecki
46a25c6e8a
bcm53xx: fallback to default_do_upgrade if NAND upgrade fails
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45915
2015-06-06 17:52:53 +00:00
Rafał Miłecki
3d4f163df1
bcm53xx: sysupgrade: drop useless shift in platform.sh
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45914
2015-06-06 17:26:05 +00:00
Rafał Miłecki
54fb91f0cf
bcm53xx: extract TRX from image on the fly
...
Extracting TRX to separated file in /tmp/ just wastes some RAM while we
can just pass a proper extracting command to the default_do_upgrade.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45912
2015-06-06 17:23:03 +00:00
Rafał Miłecki
5e90144aec
bcm53xx: sysupgrade: extract TRX partitions directly from vendor image
...
Extracting full TRX out of vendor format is not needed as otrx supports
passing TRX offset. This saves some RAM during sysupgrade.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45911
2015-06-06 17:05:31 +00:00
Rafał Miłecki
48da51ed03
bcm53xx: update NVRAM driver to support getting contents
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45907
2015-06-05 21:49:57 +00:00
Rafał Miłecki
9845d729a9
bcm53xx: build images for Asus devices
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45790
2015-05-27 16:20:06 +00:00
Hauke Mehrtens
47eca7a1ca
bcm53xx: add OHCI (USB 1.1) support
...
There is also a OHCI controller, activate it for USB 1.1 support.
This should close #19601 .
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 45716
2015-05-23 14:54:44 +00:00
Jonas Gorski
76d079204d
kernel: update 3.18 to 3.18.14
...
Changelogs:
* https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.12
* https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.13
* https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.14
Build tested on brcm63xx and ipq806x, runtested on brcm63xx.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 45711
2015-05-21 19:32:46 +00:00
Rafał Miłecki
63bb7c51db
bcm53xx: add Asus RT-AC87U partitioning hacky workaround
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45694
2015-05-17 12:10:38 +00:00
Rafał Miłecki
75b8e247e3
bcm53xx: try to fix network on Asus RT-AC87U
...
This device seems to have switch port 7 connected to the CPU:
vlan1ports=1 2 3 5 7*
vlan2ports=0 7u
it should be handled by eth1 and NVRAM seems to confirm that (no
et0macaddr entry, existing et1macaddr & et1phyaddr entries).
One of the remaining ports (4/8?) may be connected to the Quantenna SoC.
Original firmware boot log contains following messages:
(0x00,0x5d)Port 5 States Override: 0xfb
(0x00,0x5f)Port 7 States Override: 0xfb
(0x00,0x0e)Port 8 States Override: 0x0a
(why does it force port 5 state?!)
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45692
2015-05-16 17:14:25 +00:00
Rafał Miłecki
ab83610563
bcm53xx: use backported Asus RT-AC87U DT patch
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45691
2015-05-16 15:44:00 +00:00
Rafał Miłecki
abed46aacc
bcm53xx: enable RT-AC87U UART console
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 45690
2015-05-16 11:45:52 +00:00
Rafał Miłecki
3dd9274332
bcm53xx: add support for SmartRG SR400ac
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45686
2015-05-13 20:01:15 +00:00
Rafał Miłecki
b4ecf19faa
bcm53xx: replace DT patches with backports from stblinux
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45685
2015-05-13 20:01:03 +00:00
Rafał Miłecki
af019cad56
bcm53xx: use of_machine_is_compatible helper in b53 fix
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45684
2015-05-13 14:34:23 +00:00
Rafał Miłecki
afb98aea4d
bcm53xx: fix "typo" in b53 patch fixing R8000 CPU port
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45683
2015-05-13 13:12:57 +00:00
Rafał Miłecki
610ee0d85a
bcm53xx: add b53 hacky workaround for Netgear R8000 CPU port
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45682
2015-05-13 13:11:17 +00:00
Rafał Miłecki
2d3aaa2d2f
bcm53xx: fix default network interface on Netgear R8000
...
It has 3 Ethernet interfaces, each of them connected to separated switch
port. Default NVRAM uses switch port 8 as CPU which is connected to the
3rd interface (eth2).
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45681
2015-05-13 13:11:04 +00:00
Rafał Miłecki
45ec92fa30
bcm53xx: bgmac: add support for the 3rd core
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45680
2015-05-13 13:11:00 +00:00
Rafał Miłecki
d2e5e2bf54
bcm53xx: sync NVRAM and SPROM drivers with upstream version
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45678
2015-05-13 08:30:45 +00:00
Rafał Miłecki
3a6cdac37c
kernel: backport first bcma patches from 4.2
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45652
2015-05-09 17:38:48 +00:00
Rafał Miłecki
33e597b241
bcm53xx: sort ports from NVRAM entries before matching them
...
Some devices have unsorted ports which may lead to broken config.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45575
2015-04-24 07:47:25 +00:00
Rafał Miłecki
866fe3895d
bcm53xx: sysupgrade: check if new kernel fits partition size
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45547
2015-04-21 11:21:34 +00:00
Rafał Miłecki
457d9caf4d
bcm53xx: sysupgrade: improve NAND warnings
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45546
2015-04-21 11:04:38 +00:00