From: Daniel Elstner Date: Sat, 25 Jan 2014 19:49:23 +0000 (+0100) Subject: sysclk-lwla: Add LWLA1034 bitstream files. X-Git-Url: http://sigrok.org/gitweb/?p=sigrok-firmware.git;a=commitdiff_plain;h=49c5798c570bb91697bda94fd216722ddfc4995e sysclk-lwla: Add LWLA1034 bitstream files. The sigrok project received permission from SysCLK.com to redistribute the FPGA bitstreams needed to operate the LWLA series of logic analyzers. See LICENSE.LWLA for the terms of the agreement. --- diff --git a/Makefile.am b/Makefile.am index cd82a0b..2823628 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ ACLOCAL_AMFLAGS = -I autostuff -SUBDIRS = asix-sigma +SUBDIRS = asix-sigma sysclk-lwla MAINTAINERCLEANFILES = ChangeLog diff --git a/README b/README index 2d1d66e..10e8709 100644 --- a/README +++ b/README @@ -54,6 +54,7 @@ it's just a collection of firmware files from various sources. Copyright and license info for these firmware files is available here: * asix-sigma/*.fw: See asix-sigma/LICENSE.Sigma. + * sysclk-lwla/*.rbf: See sysclk-lwla/LICENSE.LWLA. Mailing lists diff --git a/configure.ac b/configure.ac index d613ed3..ca963ef 100644 --- a/configure.ac +++ b/configure.ac @@ -39,6 +39,7 @@ AC_SUBST(MAKEFLAGS, '--no-print-directory') AC_CONFIG_FILES([Makefile asix-sigma/Makefile + sysclk-lwla/Makefile ]) AC_OUTPUT diff --git a/sysclk-lwla/LICENSE.LWLA b/sysclk-lwla/LICENSE.LWLA new file mode 100644 index 0000000..2deff6f --- /dev/null +++ b/sysclk-lwla/LICENSE.LWLA @@ -0,0 +1,36 @@ +Copyright (c) 2010-2014, SysCLK.com +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. + +* Redistributions must retain the same format. It is not allowed to + include or distribute documentation about the format itself in any + other form than source files. + +* Neither the name of SysCLK.com 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. + +* Modifications and/or source files may be requested from SysCLK.com + in well-founded cases. + +THIS SOFTWARE IS PROVIDED BY SYSCLK.COM ''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 SYSCLK.COM 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. diff --git a/sysclk-lwla/Makefile.am b/sysclk-lwla/Makefile.am new file mode 100644 index 0000000..5b785b4 --- /dev/null +++ b/sysclk-lwla/Makefile.am @@ -0,0 +1,26 @@ +## +## This file is part of the sigrok-firmware project. +## +## Copyright (C) 2014 Daniel Elstner +## +## 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 3 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, see . +## + +dist_pkgdata_DATA = \ + sysclk-lwla1034-extneg.rbf \ + sysclk-lwla1034-extpos.rbf \ + sysclk-lwla1034-int.rbf \ + sysclk-lwla1034-off.rbf + +EXTRA_DIST = LICENSE.LWLA diff --git a/sysclk-lwla/sysclk-lwla1034-extneg.rbf b/sysclk-lwla/sysclk-lwla1034-extneg.rbf new file mode 100644 index 0000000..1f34daa Binary files /dev/null and b/sysclk-lwla/sysclk-lwla1034-extneg.rbf differ diff --git a/sysclk-lwla/sysclk-lwla1034-extpos.rbf b/sysclk-lwla/sysclk-lwla1034-extpos.rbf new file mode 100644 index 0000000..24bb416 Binary files /dev/null and b/sysclk-lwla/sysclk-lwla1034-extpos.rbf differ diff --git a/sysclk-lwla/sysclk-lwla1034-int.rbf b/sysclk-lwla/sysclk-lwla1034-int.rbf new file mode 100644 index 0000000..2ab6d4a Binary files /dev/null and b/sysclk-lwla/sysclk-lwla1034-int.rbf differ diff --git a/sysclk-lwla/sysclk-lwla1034-off.rbf b/sysclk-lwla/sysclk-lwla1034-off.rbf new file mode 100644 index 0000000..9f6ad4f Binary files /dev/null and b/sysclk-lwla/sysclk-lwla1034-off.rbf differ