1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-21 07:07:08 +03:00
Commit Graph

10683 Commits

Author SHA1 Message Date
nbd
1977b8eebd bcm96345: correct some 6345 specific stuff
This fixes some problems with the 6345 support and adds a macro for CPU
identification that is easier on the eyes. The first thing it does is to not
initialize MPI on the 6345 as it does not have PCI. The second thing it does is
to use a static value for the CPU frequency of the 6345 chip to provide an
accurate timer.

Signed-off-by: Axel Gembe <ago@bastart.eu.org>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11183 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-18 17:32:16 +00:00
nbd
29a5029bce bcm963xx: fix cfe detection
The CFE detection failed to account for zero termination.

Signed-off-by: Axel Gembe <ago@bastart.eu.org>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11182 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-18 17:32:05 +00:00
nbd
b70a198f89 bcm963xx: add new timer code
This basically selects the new generic MIPS timer code for BCM963xx and
simplifies the timer setup code.

Signed-off-by: Axel Gembe <ago@bastart.eu.org>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11181 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-18 17:31:55 +00:00
nbd
b2ce0c07aa bcm963xx: remove obsolete timer code
This removes some code that has been deprecated in kernels >= 2.6.24.

Signed-off-by: Axel Gembe <ago@bastart.eu.org>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11180 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-18 17:31:45 +00:00
nbd
a03a3970cf bcm963xx: fix uart isr
The ISR ended up in an endless loop because the TX ISR never got used or masked.
This patch basically makes the TX ISR mask the the TX interrupt when it
encounters it, because it doesn't even use the TX interrupt.

Signed-off-by: Axel Gembe <ago@bastart.eu.org>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11179 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-18 17:31:35 +00:00
nbd
2ff6ff3e54 bcm963xx: rewrite irq handling code
This patch adds interrupt handling as on AR7. The old code was very messy and
didn't work too well. It also removes the unused file int-handler.S.

Signed-off-by: Axel Gembe <ago@bastart.eu.org>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11178 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-18 17:31:25 +00:00
nbd
741b8902a7 bcm963xx: add missing trailing zero to load address
The load address for BCM963xx is 0x80010000, not 0xf8001000 as in the current
sources. I think this is just a typo, so this patch fixes it (tested on 96345).

Signed-off-by: Axel Gembe <ago@bastart.eu.org>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11177 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-18 17:31:11 +00:00
nbd
123751454e bcm963xx: flashmap support
Signed-off-by: Axel Gembe <ago@bastart.eu.org>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11176 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-18 17:31:02 +00:00
nbd
dd88c880ed bcm963xx: serial port support
Signed-off-by: Axel Gembe <ago@bastart.eu.org>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11175 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-18 17:30:49 +00:00
nbd
0fcb7c5182 bcm963xx: board support
Signed-off-by: Axel Gembe <ago@bastart.eu.org>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11174 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-18 17:30:39 +00:00
nbd
baeea7e3b7 bcm963xx: add 2.6.25 configuration file
Signed-off-by: Axel Gembe <ago@bastart.eu.org>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11173 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-18 17:30:30 +00:00
nbd
61b272ab98 bcm963xx: use the 2.6.25.1 kernel
Signed-off-by: Axel Gembe <ago@bastart.eu.org>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11172 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-18 17:30:16 +00:00
nbd
8a5477f586 bcm963xx: image generation using image tagger
This adds CFE tagged image generation in the BCM963xx target image Makefile.
It has to generate its own LZMA compressed kernel because CFE is a LZMA nazi.
It also seems that the Broadcom image tagger as well as CFE use AdvanceCOMP,
which is based on a slightly older LZMA SDK. Anyways, some of the code is
GPL, some of it is LGPL, so it might be that Broadcom owes some sources.
Also, LZMA has a bug which causes it to generate different output when you
are using stdin / stdout compared to plain files. I've just worked around
the issue by using plain files.

Signed-off-by: Axel Gembe <ago@bastart.eu.org>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11171 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-18 17:30:04 +00:00
nbd
72ac579241 bcm963xx: add cfe image tagging utility
This replaces the proprietary bcmImageBuilder program from the Broadcom source
drops. It basically adds a 256 bytes header in front of the kernel + rootfs
which contains a few text signatures, the locations of the data as well as the
checksums of the data and the tag. It also adds a 12 bytes header in front of
the LZMA kernel which contains the load address, kernel entry and the size of
the compressed LZMA data.

Signed-off-by: Axel Gembe <ago@bastart.eu.org>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11170 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-18 17:29:51 +00:00
nbd
bd6f055e6a bcm963xx: fix load address / kernel entry
Current kernels have the same kernel entry as load address, so just set them
like this. Also, the BCM963xx uses 0x80010000 as its load address, so use this
too.

Signed-off-by: Axel Gembe <ago@bastart.eu.org>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11169 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-18 17:29:39 +00:00
rwhitby
8d86a156cc sound: Remove atheros restriction, since atheros can have usb sound cards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11168 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-18 11:54:49 +00:00
florian
22a405453c Add support for OTI6858 and ARK3116 usb serial converters (#3442)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11167 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-18 11:21:28 +00:00
nbd
6152e5b5b3 ifndef is not supported inside make variable expansion
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11165 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-17 20:13:29 +00:00
rwhitby
89cc72d82e atheros/config-2.6.25: Removed MII override
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11161 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-17 11:29:45 +00:00
rwhitby
9dfc3e092d base-files: Update /etc/init.d/fstab with new location of swapon and swapoff (they moved from /sbin to /usr/sbin)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11157 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-17 00:13:05 +00:00
noz
a11dfce7a2 [generic-2.6] Remove files now present upstream in files-2.6.25
(This is mostly just drivers/ssb and include/linux/ssb)
[brcm47xx] Regenerate patches against 2.6.25.1 kernel+files set
    Default is still to build against 2.6.23.16

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11155 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-16 19:25:20 +00:00
ymano
c69fa28f0f update version
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11154 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-16 18:56:04 +00:00
rwhitby
f983ced382 modules/other.mk: Enable bluetooth for atheros
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11150 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-16 16:35:04 +00:00
thepeople
bd693798ff fix avr32 compiling
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11147 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-16 04:44:15 +00:00
florian
059e0bf3b9 Add support for Asus wl-520gc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11145 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-16 01:18:57 +00:00
thepeople
2d6e73eaf2 This patch adds a number of configuration options to the MadWifi package. You can
now configure the HAL, bus, default rate control algorithm as well as the debug
mode from within make menuconfig. The goal is to be able to support hardware
profiles with different HALs without messing around with the Makefile directly.
Signed-off-by: Axel Gembe <ago@bastart.eu.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11140 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-15 00:59:34 +00:00
thepeople
75d25b95d5 This patch makes kernel modules check if config is defined and creates a config
passthrough target which will evaluate the original config in the generated
package. This is done so kernel modules can have configuration menus like
busybox, etc... Signed-off-by: Axel Gembe <ago@bastart.eu.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11139 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-15 00:57:50 +00:00
noz
8570a82f7c Allow package/switch to compile against 2.6.25
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11138 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-14 15:03:05 +00:00
blogic
11770b809e add proper led support to ifxmips
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11137 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-14 13:43:18 +00:00
juhosg
8cbfca3491 [kernel] fix mini_fo bug on 2.6.25
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11135 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-13 17:17:18 +00:00
rwhitby
5225a2441f config-2.6.25: Enable NETDEV_1000, so that the via-velocity gigabit ethernet driver for the DSMG600RevA can be selected.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11134 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-13 12:48:25 +00:00
blogic
d7a84ea22a fixes u-boot compile in clean tree
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11133 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-13 10:03:15 +00:00
ralph
91e083bf47 adding check for /proc/net/vlan/config (==vlan enabled kernel)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11132 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-13 09:21:17 +00:00
thepeople
3d3f82ad22 revert to before ubnt images were made
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11130 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-13 04:20:47 +00:00
matteo
fd481b734f atheros: added marvell switch driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11129 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-13 00:10:45 +00:00
noz
73723cbc1d Fix typo in broadcom-diag LED output enable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11125 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-12 19:46:53 +00:00
ryd
0d2dc5e859 Update size and inodes of grup image
Enlarge default size of grup image for 
X and other packages. OLPC also use this 
grup image.



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11124 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-12 19:00:46 +00:00
juhosg
4f91cc821b [ar7] use the righ value in the DSP clock calculation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11123 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-12 11:56:21 +00:00
juhosg
10874bfa96 [ifxmips] remove svn:executable property from u-boot source files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11122 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-12 09:57:45 +00:00
agb
0446f79b61 [kernel] Fix kmod-ata-piix deps
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11121 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-12 06:41:12 +00:00
agb
b389d9e3e6 [kernel] Package nvidia sata driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11120 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-12 06:40:54 +00:00
agb
4fc969f862 [kernel] Package AHCI driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11119 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-12 06:40:37 +00:00
agb
b20c1d478d [kernel] Package VIA sata driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11118 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-12 06:40:18 +00:00
nico
1e53aa8072 disable ip6tables as well on 2.6.25 until we have working IMQ support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11117 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-11 22:41:49 +00:00
nico
971fa88a04 fix fuse: use in-kernel module for 2.6.25+ kernels
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11116 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-11 22:27:32 +00:00
nico
0ec5192c33 add a macro to compare kernel patch versions and use it for crypto and watchdog changes in 2.6.24+ kernels (closes: #3402)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11115 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-11 20:56:51 +00:00
matteo
5d83871c74 atheros: revert to kernel 2.6.23
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11114 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-11 20:01:01 +00:00
matteo
541ff27cfb atheros: USB support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11113 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-11 19:43:00 +00:00
blogic
10a828fab0 ifxmips is no longer b0rked
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11111 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-11 14:31:18 +00:00
blogic
1d72728e5a fix up config for ifxmips uboot
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11110 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-11 14:30:41 +00:00