X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=README;h=15c003c2b11729710e51e327a980a6a809ea37bd;hb=40d4865c8791184b3b30f62be5fe606e55e1c246;hp=b14253a6308dca5f88b95b74b175cd3ee97de315;hpb=1ede3bcb2210af9e058b55422778feafa29afc75;p=open-ath9k-htc-firmware.git diff --git a/README b/README index b14253a..15c003c 100644 --- a/README +++ b/README @@ -8,13 +8,33 @@ This is the firmware which resides in RAM on the AR7010/AR9271 NICs. It is used by ath9k (Linux) and athn (OpenBSD) to provide wireless services. +What licence is this covered by? +-------------------------------- + +The Qualcomm Atheros owned code is under the ClearBSD licence. + +The NOTICES.TXT file contains copyright notices for software which +this firmware release leverages. + +There is some code that is based off of work done under contract +but is owned by Qualcomm Atheros; the original copyright statements +from that work are in NOTICES.TXT. + +The Tensilica code (xtos/xtensa) is distributed with permission from +Tensilica, Inc., under the MIT licence. + +There are three ECOS source files distributed under the terms of +the GPLv2, with a caveat that linking or using the source files does +not bring the rest of the binary under the GPLv2. Please read the +ECOS caveats in more detail. + Ok, what are those NICs? ------------------------ The AR7010 is a USB/PCIe SoC with onboard RAM, ROM and flash. It comes with an external wireless chip connected via PCIe - typically -an AR9280 or AR9285. +an AR9280 or AR9287. The AR9271 is a USB/Wifi SoC with onboad RAM, ROM, flash and the actual wireless chip. The wireless core is an off-shoot of the AR9285. @@ -41,7 +61,7 @@ You're in for a treat. * Linux: - $ ./build + $ make firmware * FreeBSD: @@ -50,7 +70,7 @@ You're in for a treat. $ ./build You will end up with two .fw files - one for the AR7010 and one for -the AR9271. +the AR9271 in the target_firmware directory. Then what?