Felix Fietkau
12c84f8eeb
ar71xx: add some code to detect DMA stuck conditions on ar7240
...
SVN-Revision: 27975
14 years ago
Felix Fietkau
85ccc74e1b
ar71xx: on ar724x only reset the link status in the restart handler, the fast reset takes care of DMA stuck issues
...
SVN-Revision: 27973
14 years ago
Hauke Mehrtens
77218b0338
brcm47xx: fix flash detection on chipcommon less devices.
...
This closes #9906
Thank you for the report Kim
SVN-Revision: 27967
14 years ago
Felix Fietkau
82a05d1a19
initramfs: allow preinit to enable switching from initramfs to tmpfs to allow overlayfs to be mounted on top of it
...
SVN-Revision: 27960
14 years ago
Felix Fietkau
d26bb6c59c
ar71xx: adjust the mtd layout of tew-632brp and dir-615c to match the image layout ( fixes #9922 )
...
SVN-Revision: 27959
14 years ago
Florian Fainelli
ce2ced7311
package more board specific modules:
...
- keyboard matrix driver
- SoC sound support
based on patch by KanjiMonster
SVN-Revision: 27957
14 years ago
Florian Fainelli
f7dbf2ef04
add more missing touchscren symbols (3.0+)
...
SVN-Revision: 27956
14 years ago
Florian Fainelli
11b1f687d4
disable hardware perf support to work in qemu
...
SVN-Revision: 27955
14 years ago
Hauke Mehrtens
20de21593b
kernel: revert r27953
...
KanjiMonster did the right patch, I was just confused because of linux-3.0 and linux-2.6.30
SVN-Revision: 27954
14 years ago
Hauke Mehrtens
409f8211e1
kernel: fix ocf patch for kernel 2.6.30
...
find_task_by_vpid is already exported by the kernel without any patches needed.
SVN-Revision: 27953
14 years ago
Jonas Gorski
7304dcad2a
kernel: 2.6.30: remove bogus additional find_task_by_vpid export from OCF
...
find_task_by_vpid is already exported, thus breaking builds.
SVN-Revision: 27952
14 years ago
Jonas Gorski
def60e2918
ar71xx: make ehci patch apply again
...
SVN-Revision: 27951
14 years ago
Felix Fietkau
9e5ead9a51
ar71xx: fix a copy&paste bug that broke wzr-hp-g300nh and wzr-hp-ag300h images ( #9918 )
...
SVN-Revision: 27950
14 years ago
Florian Fainelli
b59ab7d13b
fix ehci build on 3.0+
...
SVN-Revision: 27946
14 years ago
Florian Fainelli
0e40c19b45
add ignore_oc in struct ehci_hcd
...
SVN-Revision: 27945
14 years ago
Florian Fainelli
458716389c
update to 3.0.1
...
SVN-Revision: 27943
14 years ago
Florian Fainelli
f124358722
add CONFIG_EARLY_PRINTK
...
SVN-Revision: 27942
14 years ago
Jonas Gorski
6b5f483efa
bcm63xx: add support for linux 3.1-rc1
...
SVN-Revision: 27941
14 years ago
Jonas Gorski
cf2070bd5b
linux: generic: add support for 3.1-rc1
...
SVN-Revision: 27940
14 years ago
Daniel Dickinson
7ef004a144
Add packages that will be relant as "There's a new Alix platform driver hitting linux-next upstream. Get ready for it in 2.6.39.4 and 3.0.
...
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>"
SVN-Revision: 27929
14 years ago
Felix Fietkau
ba9e7889dd
kernel: fix another typo in the netfilter optimization patches
...
SVN-Revision: 27927
14 years ago
Hauke Mehrtens
6f4151b7f0
kernel: add missing option
...
SVN-Revision: 27925
14 years ago
Felix Fietkau
ac96ae6731
kernel: add missing checks in the netfilter optimization patch which broke some rules containing only source/destination address checks
...
SVN-Revision: 27923
14 years ago
Hauke Mehrtens
a1d5ad7655
uml: add some missing options
...
SVN-Revision: 27921
14 years ago
Hauke Mehrtens
d447cb5164
kernel: add some missing config options
...
These options where found by buildbot
SVN-Revision: 27920
14 years ago
Hauke Mehrtens
51be984655
kernel: update to kernel version 3.0.1
...
SVN-Revision: 27918
14 years ago
Florian Fainelli
55e020cd14
update to kernel 3.0
...
SVN-Revision: 27912
14 years ago
Florian Fainelli
698c1b4952
add more missing config symbols
...
SVN-Revision: 27911
14 years ago
Florian Fainelli
48af2495b4
update to kernel 3.0
...
SVN-Revision: 27910
14 years ago
Florian Fainelli
a8e79cbdf8
add 101-perf_arm_uclibc.patch to 3.0 patches
...
SVN-Revision: 27909
14 years ago
Florian Fainelli
c99d08f050
add missing config symbol
...
SVN-Revision: 27908
14 years ago
Gabor Juhos
7e5a1bc1d0
ar71xx: fix image generation
...
SVN-Revision: 27907
14 years ago
Hauke Mehrtens
77966b81d8
brcm47xx: use kernel 3.0
...
As this target changes often these days it is hard to support more kernel versions. Now only kernel 3.0 is supported.
SVN-Revision: 27906
14 years ago
Hauke Mehrtens
8428ebd8e8
brcm47xx: update patches
...
* this adds sflash support for ssb devices
* the flash is now a platform device
* minor updates
SVN-Revision: 27902
14 years ago
Gabor Juhos
85b858fae6
ar71xx: enable sysupgrade on the AP96 and DB120 boards
...
SVN-Revision: 27901
14 years ago
Gabor Juhos
fb77134596
ar71xx: use the same test for AP121 and Zcomax sysupgrade images
...
SVN-Revision: 27900
14 years ago
Gabor Juhos
fd3a5f64f2
ar71xx: cleanup image generation Makefile
...
SVN-Revision: 27899
14 years ago
Felix Fietkau
4b75394056
ar71xx: fix ethernet FIFO state corruption on ar7240
...
When starting/stopping DMA sometimes the FIFO state gets corrupted,
leading to wildly fluctuating latencies or packet data corruption.
Fix this by issuing a fast MAC reset as soon as the link is detected
as up. Fixes #9689 , #9405
SVN-Revision: 27896
14 years ago
Felix Fietkau
d2aeca6b6d
ag71xx: fix memory corruption issues on ar7240 on ethernet start/stop
...
When the DMA engine state gets corrupted due to a hardware issues, it
often won't stop rx until a full reset is issued. In that case the hardware
must keep a valid descriptor, otherwise it will write to random places in
system RAM, triggering random crashes. To fix this, keep a dummy descriptor
without a buffer that keeps the DMA engine in a sane state until the reset
is done
SVN-Revision: 27895
14 years ago
Felix Fietkau
500c3a1475
ar71xx: fix MAC/MDIO reset mask handling
...
SVN-Revision: 27894
14 years ago
Jonas Gorski
3b36e83a29
generic: Add missing config symbol
...
SVN-Revision: 27887
14 years ago
Florian Fainelli
4543f6d659
remove 8*1-usb_serial_endpoint_size.patch
...
This is breaking some devices out there such as Winchiphead CH341 adapters (#9601 )
SVN-Revision: 27885
14 years ago
Florian Fainelli
c37a9544bf
add support for BCM6345 Ethernet DMA engine
...
SVN-Revision: 27881
14 years ago
Florian Fainelli
11c4128770
improve BCM6345 support
...
- runtime detect the amount of memory available
- define EBI_BASE as MPI_BASE to get rid of chip-select specific hacks
- fix GPIO control
SVN-Revision: 27880
14 years ago
Florian Fainelli
c4af036ec7
refresh 3.0 patches
...
SVN-Revision: 27879
14 years ago
Felix Fietkau
54d97e6782
ar71xx: add some hacks to work around the misalignment in IP packets received on AR71xx and AR91xx ethernet MACs decreases CPU load with the default firewall for routing 95 mbit/s from 78% to 55%
...
SVN-Revision: 27878
14 years ago
Florian Fainelli
a0ce3668a6
fix r6040 multicast patch, thanks nicolas le falher
...
SVN-Revision: 27876
14 years ago
Jonas Gorski
ed2b7cd342
linux/generic: remove obsolete kernel options from 3.0
...
Also fix one typo.
SVN-Revision: 27875
14 years ago
Jonas Gorski
61e2e03311
kernel: Fix firewire for 2.6.37+
...
The old ieee1394 stack was removed in 2.6.37. The new firewire stack is
available for all kernel versions, but experimental for the older one, so
make both available where appropriate.
SVN-Revision: 27874
14 years ago
Felix Fietkau
e5e17a1ce8
imagebuilder: clean opkg files if requested (patch from #9866 )
...
SVN-Revision: 27872
14 years ago