-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Original distribution from Ralink 2011_0427_RT3572_Linux_STA_v2.5.0.0…
….DPO.bz2
- Loading branch information
0 parents
commit 58130a4
Showing
152 changed files
with
142,287 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
/* | ||
************************************************************************* | ||
* Ralink Tech Inc. | ||
* 5F, No.5, Tai-Yuen 1st St., Jhubei City, | ||
* HsinChu Hsien 30265, | ||
* Taiwan, R.O.C. | ||
* | ||
* (c) Copyright 2002-2010, Ralink Technology, Inc. | ||
* | ||
* This program is free software; you can redistribute it and/or modify * | ||
* it under the terms of the GNU General Public License as published by * | ||
* the Free Software Foundation; either version 2 of the License, or * | ||
* (at your option) any later version. * | ||
* * | ||
* This program is distributed in the hope that it will be useful, * | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of * | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * | ||
* GNU General Public License for more details. * | ||
* * | ||
* You should have received a copy of the GNU General Public License * | ||
* along with this program; if not, write to the * | ||
* Free Software Foundation, Inc., * | ||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * | ||
* * | ||
************************************************************************* | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
Copyright (c) 2009, Ralink Technology Corporation | ||
All rights reserved. | ||
|
||
Redistribution. Redistribution and use in binary form, without | ||
modification, are permitted provided that the following conditions are | ||
met: | ||
|
||
* Redistributions must reproduce the above copyright notice and the | ||
following disclaimer in the documentation and/or other materials | ||
provided with the distribution. | ||
* Neither the name of Ralink Technology Corporation nor the names of its | ||
suppliers may be used to endorse or promote products derived from this | ||
software without specific prior written permission. | ||
* No reverse engineering, decompilation, or disassembly of this software | ||
is permitted. | ||
|
||
Limited patent license. Ralink Technology Corporation grants a world-wide, | ||
royalty-free, non-exclusive license under patents it now or hereafter | ||
owns or controls to make, have made, use, import, offer to sell and | ||
sell ("Utilize") this software, but solely to the extent that any | ||
such patent is necessary to Utilize the software alone, or in | ||
combination with an operating system licensed under an approved Open | ||
Source license as listed by the Open Source Initiative at | ||
http://opensource.org/licenses. The patent license shall not apply to | ||
any other combinations which include this software. No hardware per | ||
se is licensed hereunder. | ||
|
||
DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | ||
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, | ||
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND | ||
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | ||
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | ||
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | ||
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS | ||
OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND | ||
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR | ||
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE | ||
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH | ||
DAMAGE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,283 @@ | ||
RT28xx_MODE = STA | ||
TARGET = LINUX | ||
CHIPSET = 3572 | ||
OSABL = NO | ||
|
||
#RT28xx_DIR = home directory of RT28xx source code | ||
RT28xx_DIR = $(shell pwd) | ||
RTMP_SRC_DIR = $(RT28xx_DIR)/RT$(CHIPSET) | ||
|
||
#PLATFORM: Target platform | ||
PLATFORM = PC | ||
#PLATFORM = 5VT | ||
#PLATFORM = IKANOS_V160 | ||
#PLATFORM = IKANOS_V180 | ||
#PLATFORM = SIGMA | ||
#PLATFORM = SIGMA_8622 | ||
#PLATFORM = STAR | ||
#PLATFORM = IXP | ||
#PLATFORM = INF_TWINPASS | ||
#PLATFORM = INF_DANUBE | ||
#PLATFORM = INF_AR9 | ||
#PLATFORM = INF_VR9 | ||
#PLATFORM = BRCM_6358 | ||
#PLATFORM = INF_AMAZON_SE | ||
#PLATFORM = CAVM_OCTEON | ||
#PLATFORM = CMPC | ||
#PLATFORM = RALINK_2880 | ||
#PLATFORM = RALINK_3052 | ||
#PLATFORM = SMDK | ||
#PLATFORM = RMI | ||
#PLATFORM = RMI_64 | ||
#PLATFORM = KODAK_DC | ||
#PLATFORM = DM6446 | ||
#PLATFORM = FREESCALE8377 | ||
#PLATFORM = BL2348 | ||
#PLATFORM = BLUBB | ||
#PLATFORM = BLPMP | ||
#PLATFORM = MT85XX | ||
#PLATFORM = NXP_TV550 | ||
#PLATFORM = MVL5 | ||
|
||
|
||
ifeq ($(TARGET),LINUX) | ||
MAKE = make | ||
endif | ||
|
||
ifeq ($(PLATFORM),5VT) | ||
LINUX_SRC = /home/ralink-2860-sdk-5vt-distribution/linux-2.6.17 | ||
CROSS_COMPILE = /opt/crosstool/uClibc_v5te_le_gcc_4_1_1/bin/arm-linux- | ||
endif | ||
|
||
ifeq ($(PLATFORM),IKANOS_V160) | ||
LINUX_SRC = /home/sample/projects/LX_2618_RG_5_3_00r4_SRC/linux-2.6.18 | ||
CROSS_COMPILE = mips-linux- | ||
endif | ||
|
||
ifeq ($(PLATFORM),IKANOS_V180) | ||
LINUX_SRC = /home/sample/projects/LX_BSP_VX180_5_4_0r1_ALPHA_26DEC07/linux-2.6.18 | ||
CROSS_COMPILE = mips-linux- | ||
endif | ||
|
||
ifeq ($(PLATFORM),SIGMA) | ||
LINUX_SRC = /root/sigma/smp86xx_kernel_source_2.7.172.0/linux-2.6.15 | ||
CROSS_COMPILE = /root/sigma/smp86xx_toolchain_2.7.172.0/build_mipsel_nofpu/staging_dir/bin/mipsel-linux- | ||
endif | ||
|
||
ifeq ($(PLATFORM),SIGMA_8622) | ||
LINUX_SRC = /home/snowpin/armutils_2.5.120.1/build_arm/linux-2.4.22-em86xx | ||
CROSS_COMPILE = /home/snowpin/armutils_2.5.120.1/toolchain/bin/arm-elf- | ||
CROSS_COMPILE_INCLUDE = /home/snowpin/armutils_2.5.120.1/toolchain/lib/gcc-lib/arm-elf/2.95.3 | ||
endif | ||
|
||
ifeq ($(PLATFORM),STAR) | ||
LINUX_SRC = /opt/star/kernel/linux-2.4.27-star | ||
CROSS_COMPILE = /opt/star/tools/arm-linux/bin/arm-linux- | ||
endif | ||
|
||
ifeq ($(PLATFORM),RMI) | ||
LINUX_SRC = /opt/rmi/1.7.0/linux/src/ | ||
CROSS_COMPILE = /opt/rmi/1.7.0/mipscross/nptl/bin/mips64-unknown-linux-gnu- | ||
endif | ||
|
||
ifeq ($(PLATFORM),RMI_64) | ||
LINUX_SRC = /opt/rmi/1.7.0/linux_64/src/ | ||
CROSS_COMPILE = /opt/rmi/1.7.0/mipscross/nptl/bin/mips64-unknown-linux-gnu- | ||
endif | ||
|
||
ifeq ($(PLATFORM), RALINK_2880) | ||
LINUX_SRC = /project/stable/RT288x/RT288x_SDK/source/linux-2.4.x | ||
CROSS_COMPILE = /opt/buildroot-gdb/bin/mipsel-linux- | ||
endif | ||
|
||
ifeq ($(PLATFORM),RALINK_3052) | ||
LINUX_SRC = /home/peter/ap_soc/SDK_3_3_0_0/RT288x_SDK/source/linux-2.6.21.x | ||
CROSS_COMPILE = /opt/buildroot-gcc342/bin/mipsel-linux-uclibc- | ||
endif | ||
|
||
ifeq ($(PLATFORM),FREESCALE8377) | ||
LINUX_SRC = /opt/ltib-mpc8377_rds-20090309/rpm/BUILD/linux-2.6.25 | ||
CROSS_COMPILE = /opt/freescale/usr/local/gcc-4.2.187-eglibc-2.5.187/powerpc-linux-gnu/bin/powerpc-linux-gnu- | ||
endif | ||
|
||
ifeq ($(PLATFORM),BL2348) | ||
LINUX_SRC = /home/sample/Customers/BroadLight/bl234x-linux-2.6.21-small-v29 | ||
CROSS_COMPILE = mips-wrs-linux-gnu- | ||
endif | ||
|
||
ifeq ($(PLATFORM),BLUBB) | ||
LINUX_SRC = /home/sample/Customers/BroadLight/UBB/gmp20/linux-2.6.21-small | ||
CROSS_COMPILE = mips-wrs-linux-gnu- | ||
endif | ||
|
||
ifeq ($(PLATFORM),BLPMP) | ||
LINUX_SRC = /home/sample/Customers/BroadLight/UBB/pmp16/bl234x-linux-2.6.21-small-v30.2 | ||
CROSS_COMPILE = mips-wrs-linux-gnu- | ||
endif | ||
|
||
ifeq ($(PLATFORM),PC) | ||
# Linux 2.6 | ||
LINUX_SRC = /lib/modules/$(shell uname -r)/build | ||
# Linux 2.4 Change to your local setting | ||
#LINUX_SRC = /usr/src/linux-2.4 | ||
LINUX_SRC_MODULE = /lib/modules/$(shell uname -r)/kernel/drivers/net/wireless/ | ||
CROSS_COMPILE = | ||
endif | ||
|
||
ifeq ($(PLATFORM),IXP) | ||
LINUX_SRC = /project/stable/Gmtek/snapgear-uclibc/linux-2.6.x | ||
CROSS_COMPILE = arm-linux- | ||
endif | ||
|
||
ifeq ($(PLATFORM),INF_TWINPASS) | ||
# Linux 2.6 | ||
#LINUX_SRC = /lib/modules/$(shell uname -r)/build | ||
# Linux 2.4 Change to your local setting | ||
LINUX_SRC = /project/stable/twinpass/release/2.0.1/source/kernel/opensource/linux-2.4.31/ | ||
CROSS_COMPILE = mips-linux- | ||
endif | ||
|
||
ifeq ($(PLATFORM),INF_DANUBE) | ||
LINUX_SRC = /opt/danube/sdk/linux-2.6.16.x | ||
CROSS_COMPILE = mips-linux- | ||
ROOTDIR = /opt/danube/sdk | ||
export ROOTDIR | ||
endif | ||
|
||
ifeq ($(PLATFORM),INF_AR9) | ||
LINUX_SRC = /root/ar9/xR9_BSP1.2.2.0/source/kernel/opensource/linux-2.6.20/ | ||
CROSS_COMPILE = /root/ar9/ifx-lxdb26-1.0.2/gcc-3.4.4/toolchain-mips/bin/ | ||
endif | ||
|
||
ifeq ($(PLATFORM),INF_VR9) | ||
LINUX_SRC = /home/public/lantiq/VR9/UGW-4.2/build_dir/linux-ifxcpe_platform_vr9/linux-2.6.20.19 | ||
CROSS_COMPILE = /home/public/lantiq/VR9/UGW-4.2/staging_dir/toolchain-mips_gcc-3.4.6_uClibc-0.9.29/bin/mips-linux- | ||
endif | ||
|
||
ifeq ($(PLATFORM),BRCM_6358) | ||
LINUX_SRC = | ||
CROSS_COMPILE = | ||
endif | ||
|
||
ifeq ($(PLATFORM),INF_AMAZON_SE) | ||
# Linux 2.6 | ||
#LINUX_SRC = /lib/modules/$(shell uname -r)/build | ||
# Linux 2.4 Change to your local setting | ||
LINUX_SRC = /backup/ifx/3.6.2.2/source/kernel/opensource/linux-2.4.31 | ||
#CROSS_COMPILE = mips-linux- | ||
#LINUX_SRC = /project/Infineon/3.6.2.2/source/kernel/opensource/linux-2.4.31 | ||
CROSS_COMPILE = /opt/uclibc-toolchain/ifx-lxdb-1-2-3-external/gcc-3.3.6/toolchain-mips/R0208V35/mips-linux-uclibc/bin/ | ||
endif | ||
|
||
ifeq ($(PLATFORM),ST) | ||
LINUX_SRC = /opt/STM/STLinux-2.2/devkit/sources/kernel/linux0039 | ||
CROSS_COMPILE = /opt/STM/STLinux-2.2/devkit/sh4/bin/sh4-linux- | ||
ARCH := sh | ||
export ARCH | ||
endif | ||
|
||
ifeq ($(PLATFORM),CAVM_OCTEON) | ||
OCTEON_ROOT = /usr/local/Cavium_Networks/OCTEON-SDK | ||
LINUX_SRC = $(OCTEON_ROOT)/linux/kernel_2.6/linux | ||
CROSS_COMPILE = mips64-octeon-linux-gnu- | ||
endif | ||
|
||
ifeq ($(PLATFORM),CMPC) | ||
LINUX_SRC = /opt/fvt_11N_SDK_0807/fvt131x_SDK_11n/linux-2.6.17 | ||
CROSS_COMPILE = | ||
endif | ||
|
||
ifeq ($(PLATFORM),SMDK) | ||
LINUX_SRC = /home/bhushan/itcenter/may28/linux-2.6-samsung | ||
CROSS_COMPILE = /usr/local/arm/4.2.2-eabi/usr/bin/arm-linux- | ||
endif | ||
|
||
ifeq ($(PLATFORM),KODAK_DC) | ||
SKD_SRC = C:/SigmaTel/DC1250_SDK_v1-9/sdk | ||
CROSS_COMPILE = $(cc) | ||
endif | ||
|
||
ifeq ($(PLATFORM),DM6446) | ||
LINUX_SRC = /home/fonchi/work/soc/ti-davinci | ||
endif | ||
|
||
ifeq ($(PLATFORM),MT85XX) | ||
LINUX_SRC = /home/john/MTK/BDP_Linux/linux-2.6.27 | ||
CROSS_COMPILE = armv6z-mediatek-linux-gnueabi- | ||
endif | ||
|
||
ifeq ($(PLATFORM),NXP_TV550) | ||
LINUX_SRC = /data/tv550/kernel/linux-2.6.28.9 | ||
LINUX_SRC_MODULE = /data/tv550/kernel/linux-2.6.28.9/drivers/net/wireless | ||
CROSS_COMPILE = /opt/embeddedalley/nxp_tv550/bin/mipsel-linux- | ||
endif | ||
|
||
ifeq ($(PLATFORM),MVL5) | ||
LINUX_SRC = /home2/charlestu/AP-VT3426/linux-2.6.18 | ||
CROSS_COMPILE = /opt/montavista/pro/devkit/arm/v5t_le_mvl5/bin/arm_v5t_le- | ||
endif | ||
|
||
export OSABL RT28xx_DIR RT28xx_MODE LINUX_SRC CROSS_COMPILE CROSS_COMPILE_INCLUDE PLATFORM RELEASE CHIPSET RTMP_SRC_DIR LINUX_SRC_MODULE TARGET | ||
|
||
# The targets that may be used. | ||
PHONY += all build_tools test UCOS THREADX LINUX release prerelease clean uninstall install libwapi osabl | ||
|
||
all: build_tools $(TARGET) | ||
|
||
|
||
build_tools: | ||
$(MAKE) -C tools | ||
$(RT28xx_DIR)/tools/bin2h | ||
|
||
test: | ||
$(MAKE) -C tools test | ||
|
||
LINUX: | ||
ifneq (,$(findstring 2.4,$(LINUX_SRC))) | ||
|
||
cp -f os/linux/Makefile.4 $(RT28xx_DIR)/os/linux/Makefile | ||
$(MAKE) -C $(RT28xx_DIR)/os/linux/ | ||
|
||
cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.o /tftpboot | ||
else | ||
cp -f os/linux/Makefile.6 $(RT28xx_DIR)/os/linux/Makefile | ||
ifeq ($(PLATFORM),DM6446) | ||
$(MAKE) ARCH=arm CROSS_COMPILE=arm_v5t_le- -C $(LINUX_SRC) SUBDIRS=$(RT28xx_DIR)/os/linux modules | ||
else | ||
ifeq ($(PLATFORM),FREESCALE8377) | ||
$(MAKE) ARCH=powerpc CROSS_COMPILE=$(CROSS_COMPILE) -C $(LINUX_SRC) SUBDIRS=$(RT28xx_DIR)/os/linux modules | ||
else | ||
$(MAKE) -C $(LINUX_SRC) SUBDIRS=$(RT28xx_DIR)/os/linux modules | ||
endif | ||
endif | ||
|
||
endif | ||
|
||
clean: | ||
ifeq ($(TARGET), LINUX) | ||
cp -f os/linux/Makefile.clean os/linux/Makefile | ||
$(MAKE) -C os/linux clean | ||
rm -rf os/linux/Makefile | ||
endif | ||
|
||
uninstall: | ||
ifeq ($(TARGET), LINUX) | ||
ifneq (,$(findstring 2.4,$(LINUX_SRC))) | ||
$(MAKE) -C $(RT28xx_DIR)/os/linux -f Makefile.4 uninstall | ||
else | ||
$(MAKE) -C $(RT28xx_DIR)/os/linux -f Makefile.6 uninstall | ||
endif | ||
endif | ||
|
||
install: | ||
ifeq ($(TARGET), LINUX) | ||
ifneq (,$(findstring 2.4,$(LINUX_SRC))) | ||
$(MAKE) -C $(RT28xx_DIR)/os/linux -f Makefile.4 install | ||
else | ||
$(MAKE) -C $(RT28xx_DIR)/os/linux -f Makefile.6 install | ||
endif | ||
endif | ||
|
||
# Declare the contents of the .PHONY variable as phony. We keep that information in a variable | ||
.PHONY: $(PHONY) | ||
|
Oops, something went wrong.