OSDN Git Service

generic_x86: move app, keymaps and firmware to device/common/
authorChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 7 Apr 2011 04:39:10 +0000 (12:39 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 7 Apr 2011 06:24:57 +0000 (14:24 +0800)
Now we put the common files to device/common/, like gingerbread-x86.

49 files changed:
target/board/generic_x86/AndroidBoard.mk
target/board/generic_x86/app/AndAppStore-1_6_8.apk [deleted file]
target/board/generic_x86/firmware/Android.mk [deleted file]
target/board/generic_x86/firmware/LICENSE.ipw2200 [deleted file]
target/board/generic_x86/firmware/LICENSE.iwlwifi [deleted file]
target/board/generic_x86/firmware/LICENSE.iwlwifi-1000-ucode [deleted file]
target/board/generic_x86/firmware/LICENSE.iwlwifi-3945-ucode [deleted file]
target/board/generic_x86/firmware/LICENSE.iwlwifi-5000-ucode [deleted file]
target/board/generic_x86/firmware/LICENSE.iwlwifi-6050-ucode [deleted file]
target/board/generic_x86/firmware/LICENSE.ralink-firmware.txt [deleted file]
target/board/generic_x86/firmware/ath3k-1.fw [deleted file]
target/board/generic_x86/firmware/ipw2200-bss.fw [deleted file]
target/board/generic_x86/firmware/iwlwifi-1000-3.ucode [deleted file]
target/board/generic_x86/firmware/iwlwifi-3945-2.ucode [deleted file]
target/board/generic_x86/firmware/iwlwifi-4965-1.ucode [deleted file]
target/board/generic_x86/firmware/iwlwifi-4965-2.ucode [deleted file]
target/board/generic_x86/firmware/iwlwifi-5000-2.ucode [deleted file]
target/board/generic_x86/firmware/iwlwifi-6050-4.ucode [deleted file]
target/board/generic_x86/firmware/rt2860.bin [deleted file]
target/board/generic_x86/firmware/zd1211/COPYING [deleted file]
target/board/generic_x86/firmware/zd1211/README [deleted file]
target/board/generic_x86/firmware/zd1211/zd1211_ub [deleted file]
target/board/generic_x86/firmware/zd1211/zd1211_uph [deleted file]
target/board/generic_x86/firmware/zd1211/zd1211_uphm [deleted file]
target/board/generic_x86/firmware/zd1211/zd1211_uphr [deleted file]
target/board/generic_x86/firmware/zd1211/zd1211_ur [deleted file]
target/board/generic_x86/firmware/zd1211/zd1211b_ub [deleted file]
target/board/generic_x86/firmware/zd1211/zd1211b_uph [deleted file]
target/board/generic_x86/firmware/zd1211/zd1211b_uphm [deleted file]
target/board/generic_x86/firmware/zd1211/zd1211b_uphr [deleted file]
target/board/generic_x86/firmware/zd1211/zd1211b_ur [deleted file]
target/board/generic_x86/keymaps/Android.mk [deleted file]
target/board/generic_x86/keymaps/de.kcm [deleted file]
target/board/generic_x86/keymaps/de.kl [deleted file]
target/board/generic_x86/keymaps/es_latin.kcm [deleted file]
target/board/generic_x86/keymaps/es_latin.kl [deleted file]
target/board/generic_x86/keymaps/fn.kcm [deleted file]
target/board/generic_x86/keymaps/fn.kl [deleted file]
target/board/generic_x86/keymaps/fr.kcm [deleted file]
target/board/generic_x86/keymaps/fr.kl [deleted file]
target/board/generic_x86/keymaps/jp.kcm [deleted file]
target/board/generic_x86/keymaps/jp.kl [deleted file]
target/board/generic_x86/keymaps/qwerty.kcm [deleted file]
target/board/generic_x86/keymaps/qwerty.kl [deleted file]
target/board/generic_x86/keymaps/ru.kcm [deleted file]
target/board/generic_x86/keymaps/ru.kl [deleted file]
target/board/generic_x86/keymaps/uk.kcm [deleted file]
target/board/generic_x86/keymaps/uk.kl [deleted file]
target/product/generic_x86.mk

index 9fd0075..8b544bb 100644 (file)
@@ -23,11 +23,10 @@ DEFAULT_WPA_SUPPLICANT_CONF_DIR := $(LOCAL_PATH)
 
 $(call add-prebuilt-target,$(TARGET_ROOT_OUT),init.rc)
 
-TARGET_PREBUILT_APPS := $(subst $(LOCAL_PATH)/,,$(wildcard $(LOCAL_PATH)/app/*))
+LOCAL_PATH := device/common
+TARGET_PREBUILT_APPS := $(subst $(LOCAL_PATH)/,,$(wildcard $(LOCAL_PATH)/app/*.apk))
 $(call add-prebuilt-targets,$(TARGET_OUT),$(TARGET_PREBUILT_APPS))
 
-include $(call all-subdir-makefiles)
-
 define include-wpa-supplicant-conf
 LOCAL_PATH := $(1)
 include $$(CLEAR_VARS)
@@ -48,3 +47,5 @@ ifneq ($(BOARD_WPA_SUPPLICANT_DRIVER),)
 BOARD_WPA_SUPPLICANT_CONF_DIR ?= $(DEFAULT_WPA_SUPPLICANT_CONF_DIR)
 $(call add-wpa-supplicant-conf,$(BOARD_WPA_SUPPLICANT_CONF_DIR))
 endif
+
+-include device/common/firmware/firmware.mk
diff --git a/target/board/generic_x86/app/AndAppStore-1_6_8.apk b/target/board/generic_x86/app/AndAppStore-1_6_8.apk
deleted file mode 100644 (file)
index 7b6608e..0000000
Binary files a/target/board/generic_x86/app/AndAppStore-1_6_8.apk and /dev/null differ
diff --git a/target/board/generic_x86/firmware/Android.mk b/target/board/generic_x86/firmware/Android.mk
deleted file mode 100644 (file)
index efde394..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-# Copyright (C) 2009 The Android-x86 Open Source Project
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-#      http://www.apache.org/licenses/LICENSE-2.0
-#
-
-LOCAL_FIRMWARES_DIR ?= $(call my-dir)
-LOCAL_PATH := $(LOCAL_FIRMWARES_DIR)
-LOCAL_FIRMWARES ?= $(filter-out Android.mk,$(subst $(LOCAL_PATH)/,,$(shell find $(LOCAL_PATH) -type f)))
-$(call add-prebuilt-targets,$(TARGET_OUT_SHARED_LIBRARIES)/firmware,$(LOCAL_FIRMWARES))
diff --git a/target/board/generic_x86/firmware/LICENSE.ipw2200 b/target/board/generic_x86/firmware/LICENSE.ipw2200
deleted file mode 100644 (file)
index 50b860d..0000000
+++ /dev/null
@@ -1,204 +0,0 @@
-                             TERMS AND CONDITIONS
-    IMPORTANT - PLEASE READ BEFORE INSTALLING OR USING THIS INTEL(C) SOFTWARE
-
-Do not use or load this firmware (the "Software") until you have carefully read
-the following terms and conditions. By loading or using the Software, you agree
-to the terms of this Agreement. If you do not wish to so agree, do not install
-or use the Software.
-
-LICENSEES:
-
-Please note:
-
-* If you are an End-User, only Exhibit A, the SOFTWARE LICENSE AGREEMENT,
-  applies.
-* If you are an Original Equipment Manufacturer (OEM), Independent Hardware
-  Vendor (IHV), or Independent Software Vendor (ISV), this complete Agreement
-  applies
-
---------------------------------------------------------------------------------
-
-For OEMs, IHVs, and ISVs:
-
-LICENSE. This Software is licensed for use only in conjunction with Intel
-component products. Use of the Software in conjunction with non-Intel component
-products is not licensed hereunder. Subject to the terms of this Agreement,
-Intel grants to you a nonexclusive, nontransferable, worldwide, fully paid-up
-license under Intel's copyrights to: (i) copy the Software internally for your
-own development and maintenance purposes; (ii) copy and distribute the Software
-to your end-users, but only under a license agreement with terms at least as
-restrictive as those contained in Intel's Final, Single User License Agreement,
-attached as Exhibit A; and (iii) modify, copy and distribute the end-user
-documentation which may accompany the Software, but only in association with
-the Software.
-
-If you are not the final manufacturer or vendor of a computer system or software
-program incorporating the Software, then you may transfer a copy of the
-Software, including any related documentation (modified or unmodified) to your
-recipient for use in accordance with the terms of this Agreement, provided such
-recipient agrees to be fully bound by the terms hereof. You shall not otherwise
-assign, sublicense, lease, or in any other way transfer or disclose Software to
-any third party. You may not, nor may you assist any other person or entity to
-modify, translate, convert to another programming language, decompile, reverse
-engineer, or disassemble any portion of the Software or otherwise attempt to
-derive source code from any object code modules of the Software or any internal
-data files generated by the Software. Your rights to redistribute the Software
-shall be contingent upon your installation of this Agreement in its entirety in
-the same directory as the Software.
-
-CONTRACTORS. For the purpose of this Agreement, and notwithstanding anything
-to the contrary hereunder, solely with respect to the requirements for
-compliance with the terms hereunder, any contractors or consultants that You
-use to perform the work or otherwise assist You in the development or products
-using this Software shall be deemed to be End Users and accordingly, upon
-receipt of the Software, shall be bound by the terms of Exhibit A, Software
-License Agreement. No additional agreement between You and such consultants or
-contractors is required under this Agreement to detail such compliance.
-
-TRADEMARKS. Except as expressly provided herein, you shall not use Intel's
-name in any publications, advertisements, or other announcements without
-Intel's prior written consent. You do not have any rights to use any Intel
-trademarks or logos.
-
-OWNERSHIP OF SOFTWARE AND COPYRIGHTS. Software and accompanying materials, if
-any, are owned by Intel or its suppliers and licensors and may be protected by
-copyright, trademark, patent and trade secret law and international treaties.
-Any rights, express or implied, in the intellectual property embodied in the
-foregoing, other than those specified in this Agreement, are reserved by Intel
-and its suppliers and licensors or otherwise as set forth in any applicable
-open source license agreement. You will keep the Software free of liens,
-attachments, and other encumbrances.  You agree not to remove any proprietary
-notices and/or any labels from the Software and accompanying materials without
-prior written approval by Intel
-
-LIMITATION OF LIABILITY. IN NO EVENT SHALL INTEL OR ITS SUPPLIERS AND LICENSORS
-BE LIABLE FOR ANY DAMAGES WHATSOEVER FROM ANY CAUSE OF ACTION OF ANY KIND
-(INCLUDING, WITHOUT LIMITATION, LOST PROFITS, BUSINESS INTERRUPTION, OR LOST
-INFORMATION) ARISING OUT OF THE USE, MODIFICATION, OR INABILITY TO USE THE
-INTEL SOFTWARE, OR OTHERWISE, NOR FOR PUNITIVE, INCIDENTAL, CONSEQUENTIAL, OR
-SPECIAL DAMAGES OF ANY KIND, EVEN IF INTEL OR ITS SUPPLIERS AND LICENSORS HAS
-BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.   SOME JURISDICTIONS PROHIBIT
-EXCLUSION OR LIMITATION OF LIABILITY FOR IMPLIED WARRANTIES, CONSEQUENTIAL OR
-INCIDENTAL DAMAGES, SO CERTAIN LIMITATIONS MAY NOT APPLY.  YOU MAY ALSO HAVE
-OTHER LEGAL RIGHTS THAT VARY BETWEEN JURISDICTIONS.
-
-EXCLUSION OF WARRANTIES.  THE SOFTWARE IS PROVIDED "AS IS" AND POSSIBLY WITH
-FAULTS. UNLESS EXPRESSLY AGREED OTHERWISE, INTEL AND ITS SUPPLIERS AND
-LICENSORS DISCLAIM ANY AND ALL WARRANTIES AND GUARANTEES, EXPRESS, IMPLIED OR
-OTHERWISE, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-NONINFRINGEMENT, OR FITNESS FOR A PARTICULAR PURPOSE.  Intel does not warrant
-or assume responsibility for the accuracy or completeness of any information,
-text, graphics, links or other items contained within the Software.  You assume
-all liability, financial or otherwise, associated with Your use or disposition
-of the Software.
-
-APPLICABLE LAW. Claims arising under this Agreement shall be governed by the
-laws of State of California], excluding its principles of conflict of laws and
-the United Nations Convention on Contracts for the Sale of Goods.
-
-WAIVER AND AMENDMENT. No modification, amendment or waiver of any provision of
-this Agreement shall be effective unless in writing and signed by an officer of
-Intel.  No failure or delay in exercising any right, power, or remedy under
-this Agreement shall operate as a waiver of any such right, power or remedy.
-Without limiting the foregoing, terms and conditions on any purchase orders or
-similar materials submitted by you to Intel, and any terms contained in Intel's
-standard acknowledgment form that are in conflict with these terms, shall be of
-no force or effect.
-
-SEVERABILITY.  If any provision of this Agreement is held by a court of
-competent jurisdiction to be contrary to law, such provision shall be changed
-and interpreted so as to best accomplish the objectives of the original
-provision to the fullest extent allowed by law and the remaining provisions of
-this Agreement shall remain in full force and effect.
-
-EXPORT RESTRICTIONS.  Each party acknowledges that the Software is subject to
-applicable import and export regulations of the United States and of the
-countries in which each party transacts business, specifically including U.S.
-Export Administration Act and Export Administration Regulations.  Each party
-shall comply with such laws and regulations, as well as all other laws and
-regulations applicable to the Software.  Without limiting the generality of the
-foregoing, each party agrees that it will not export, re-export, transfer or
-divert any of the Software or the direct programs thereof to any restricted
-place or party in accordance with U.S. export regulations.  Note that Software
-containing encryption may be subject to additional restrictions.
-
-GOVERNMENT RESTRICTED RIGHTS. The Software is provided with "RESTRICTED RIGHTS."
-Use, duplication, or disclosure by the Government is subject to restrictions as
-set forth in FAR52.227-14 and DFAR252.227-7013 et seq. or their successors. Use
-of the Software by the Government constitutes acknowledgment of Intel's
-proprietary rights therein. Contractor or Manufacturer is Intel Corporation,
-2200 Mission College Blvd., Santa Clara, CA  95052.
-
-TERMINATION OF THE AGREEMENT. Intel may terminate this Agreement if you violate
-its terms. Upon termination, you will immediately destroy the Software or
-return all copies of the Software to Intel.
-
---------------------------------------------------------------------------------
-
-EXHIBIT "A"
-
-SOFTWARE LICENSE AGREEMENT (Final, Single User)
-
-IMPORTANT - READ BEFORE COPYING, INSTALLING OR USING.
-
-Do not use or load this firmware image (the "Software") until you have carefully
-read the following terms and conditions. By loading or using the Software, you
-agree to the terms of this Agreement. If you do not wish to so agree, do not
-install or use the Software.
-
-LICENSE. You may copy and use the Software, subject to these conditions:
-1. This Software is licensed for use only in conjunction with Intel component
-   products. Use of the Software in conjunction with non-Intel component
-   products is not licensed hereunder.
-2. You may not copy, modify, rent, sell, distribute or transfer any part of the
-   Software except as provided in this Agreement, and you agree to prevent
-   unauthorized copying of the Software.
-3. You may not reverse engineer, decompile, or disassemble the Software.
-4. You may not sublicense the Software.
-5. The Software may contain the software or other property of third party
-   suppliers.
-
-OWNERSHIP OF SOFTWARE AND COPYRIGHTS. Title to all copies of the Software
-remains with Intel or its suppliers. The Software is copyrighted and protected
-by the laws of the United States and other countries, and international treaty
-provisions. You may not remove any copyright notices from the Software. Intel
-may make changes to the Software, or items referenced therein, at any time
-without notice, but is not obligated to support or update the Software. Except
-as otherwise expressly provided, Intel grants no express or implied right under
-Intel patents, copyrights, trademarks, or other intellectual property rights.
-You may transfer the Software only if a copy of this license accompanies the
-Software and the recipient agrees to be fully bound by these terms.
-
-EXCLUSION OF OTHER WARRANTIES EXCEPT AS PROVIDED ABOVE, THE SOFTWARE IS PROVIDED
-"AS IS" WITHOUT ANY EXPRESS OR IMPLIED WARRANTY OF ANY KIND INCLUDING
-WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT, OR FITNESS FOR A PARTICULAR
-PURPOSE. Intel does not warrant or assume responsibility for the accuracy or
-completeness of any information, text, graphics, links or other items contained
-within the Software.
-
-LIMITATION OF LIABILITY. IN NO EVENT SHALL INTEL OR ITS SUPPLIERS BE LIABLE FOR
-ANY DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, LOST PROFITS, BUSINESS
-INTERRUPTION, OR LOST INFORMATION) ARISING OUT OF THE USE OF OR INABILITY TO
-USE THE SOFTWARE, EVEN IF INTEL HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGES. SOME JURISDICTIONS PROHIBIT EXCLUSION OR LIMITATION OF LIABILITY FOR
-IMPLIED WARRANTIES OR CONSEQUENTIAL OR INCIDENTAL DAMAGES, SO THE ABOVE
-LIMITATION MAY NOT APPLY TO YOU. YOU MAY ALSO HAVE OTHER LEGAL RIGHTS THAT VARY
-BETWEEN JURISDICTIONS.
-
-TERMINATION OF THIS AGREEMENT. Intel may terminate this Agreement at any time if
-you violate its terms. Upon termination, you will immediately destroy the
-Software.
-
-APPLICABLE LAWS. Claims arising under this Agreement shall be governed by the
-laws of California, excluding its principles of conflict of laws and the United
-Nations Convention on Contracts for the Sale of Goods. You may not export the
-Software in violation of applicable export laws and regulations. Intel is not
-obligated under any other agreements unless they are in writing and signed by
-an authorized representative of Intel.
-
-GOVERNMENT RESTRICTED RIGHTS. The Software is provided with "RESTRICTED RIGHTS."
-Use, duplication, or disclosure by the Government is subject to restrictions as
-set forth in FAR52.227-14 and DFAR252.227-7013 et seq. or their successors. Use
-of the Software by the Government constitutes acknowledgment of Intel's
-proprietary rights therein. Contractor or Manufacturer is Intel Corporation,
-2200 Mission College Blvd., Santa Clara, CA 95052.
diff --git a/target/board/generic_x86/firmware/LICENSE.iwlwifi b/target/board/generic_x86/firmware/LICENSE.iwlwifi
deleted file mode 100644 (file)
index 34b362e..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-Copyright (c) 2006-2008, Intel 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 Intel 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.  Intel 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.
diff --git a/target/board/generic_x86/firmware/LICENSE.iwlwifi-1000-ucode b/target/board/generic_x86/firmware/LICENSE.iwlwifi-1000-ucode
deleted file mode 100644 (file)
index 938004c..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-Copyright (c) 2006-2009, Intel 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 Intel 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.  Intel 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.
diff --git a/target/board/generic_x86/firmware/LICENSE.iwlwifi-3945-ucode b/target/board/generic_x86/firmware/LICENSE.iwlwifi-3945-ucode
deleted file mode 100644 (file)
index 938004c..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-Copyright (c) 2006-2009, Intel 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 Intel 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.  Intel 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.
diff --git a/target/board/generic_x86/firmware/LICENSE.iwlwifi-5000-ucode b/target/board/generic_x86/firmware/LICENSE.iwlwifi-5000-ucode
deleted file mode 100644 (file)
index 74a3f7e..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-Copyright (c) 2006-2009, Intel 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 Intel 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.  Intel 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.
diff --git a/target/board/generic_x86/firmware/LICENSE.iwlwifi-6050-ucode b/target/board/generic_x86/firmware/LICENSE.iwlwifi-6050-ucode
deleted file mode 100644 (file)
index 82165b8..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-Copyright (c) 2006-2010, Intel 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 Intel 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.  Intel 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.
diff --git a/target/board/generic_x86/firmware/LICENSE.ralink-firmware.txt b/target/board/generic_x86/firmware/LICENSE.ralink-firmware.txt
deleted file mode 100644 (file)
index 69b27e9..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-Copyright (c) 2007, 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.
diff --git a/target/board/generic_x86/firmware/ath3k-1.fw b/target/board/generic_x86/firmware/ath3k-1.fw
deleted file mode 100644 (file)
index 4a5ffb8..0000000
Binary files a/target/board/generic_x86/firmware/ath3k-1.fw and /dev/null differ
diff --git a/target/board/generic_x86/firmware/ipw2200-bss.fw b/target/board/generic_x86/firmware/ipw2200-bss.fw
deleted file mode 100644 (file)
index 63d7af8..0000000
Binary files a/target/board/generic_x86/firmware/ipw2200-bss.fw and /dev/null differ
diff --git a/target/board/generic_x86/firmware/iwlwifi-1000-3.ucode b/target/board/generic_x86/firmware/iwlwifi-1000-3.ucode
deleted file mode 100644 (file)
index f374446..0000000
Binary files a/target/board/generic_x86/firmware/iwlwifi-1000-3.ucode and /dev/null differ
diff --git a/target/board/generic_x86/firmware/iwlwifi-3945-2.ucode b/target/board/generic_x86/firmware/iwlwifi-3945-2.ucode
deleted file mode 100644 (file)
index b8806a2..0000000
Binary files a/target/board/generic_x86/firmware/iwlwifi-3945-2.ucode and /dev/null differ
diff --git a/target/board/generic_x86/firmware/iwlwifi-4965-1.ucode b/target/board/generic_x86/firmware/iwlwifi-4965-1.ucode
deleted file mode 100644 (file)
index 6d67a88..0000000
Binary files a/target/board/generic_x86/firmware/iwlwifi-4965-1.ucode and /dev/null differ
diff --git a/target/board/generic_x86/firmware/iwlwifi-4965-2.ucode b/target/board/generic_x86/firmware/iwlwifi-4965-2.ucode
deleted file mode 100644 (file)
index 8cf429d..0000000
Binary files a/target/board/generic_x86/firmware/iwlwifi-4965-2.ucode and /dev/null differ
diff --git a/target/board/generic_x86/firmware/iwlwifi-5000-2.ucode b/target/board/generic_x86/firmware/iwlwifi-5000-2.ucode
deleted file mode 100644 (file)
index 9e76e0d..0000000
Binary files a/target/board/generic_x86/firmware/iwlwifi-5000-2.ucode and /dev/null differ
diff --git a/target/board/generic_x86/firmware/iwlwifi-6050-4.ucode b/target/board/generic_x86/firmware/iwlwifi-6050-4.ucode
deleted file mode 100644 (file)
index 8e20bdf..0000000
Binary files a/target/board/generic_x86/firmware/iwlwifi-6050-4.ucode and /dev/null differ
diff --git a/target/board/generic_x86/firmware/rt2860.bin b/target/board/generic_x86/firmware/rt2860.bin
deleted file mode 100644 (file)
index 7d745ac..0000000
Binary files a/target/board/generic_x86/firmware/rt2860.bin and /dev/null differ
diff --git a/target/board/generic_x86/firmware/zd1211/COPYING b/target/board/generic_x86/firmware/zd1211/COPYING
deleted file mode 100644 (file)
index 3912109..0000000
+++ /dev/null
@@ -1,340 +0,0 @@
-                   GNU GENERAL PUBLIC LICENSE
-                      Version 2, June 1991
-
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-                       51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-                           Preamble
-
-  The licenses for most software are designed to take away your
-freedom to share and change it.  By contrast, the GNU General Public
-License is intended to guarantee your freedom to share and change free
-software--to make sure the software is free for all its users.  This
-General Public License applies to most of the Free Software
-Foundation's software and to any other program whose authors commit to
-using it.  (Some other Free Software Foundation software is covered by
-the GNU Library General Public License instead.)  You can apply it to
-your programs, too.
-
-  When we speak of free software, we are referring to freedom, not
-price.  Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-this service if you wish), that you receive source code or can get it
-if you want it, that you can change the software or use pieces of it
-in new free programs; and that you know you can do these things.
-
-  To protect your rights, we need to make restrictions that forbid
-anyone to deny you these rights or to ask you to surrender the rights.
-These restrictions translate to certain responsibilities for you if you
-distribute copies of the software, or if you modify it.
-
-  For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must give the recipients all the rights that
-you have.  You must make sure that they, too, receive or can get the
-source code.  And you must show them these terms so they know their
-rights.
-
-  We protect your rights with two steps: (1) copyright the software, and
-(2) offer you this license which gives you legal permission to copy,
-distribute and/or modify the software.
-
-  Also, for each author's protection and ours, we want to make certain
-that everyone understands that there is no warranty for this free
-software.  If the software is modified by someone else and passed on, we
-want its recipients to know that what they have is not the original, so
-that any problems introduced by others will not reflect on the original
-authors' reputations.
-
-  Finally, any free program is threatened constantly by software
-patents.  We wish to avoid the danger that redistributors of a free
-program will individually obtain patent licenses, in effect making the
-program proprietary.  To prevent this, we have made it clear that any
-patent must be licensed for everyone's free use or not licensed at all.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.
-\f
-                   GNU GENERAL PUBLIC LICENSE
-   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-  0. This License applies to any program or other work which contains
-a notice placed by the copyright holder saying it may be distributed
-under the terms of this General Public License.  The "Program", below,
-refers to any such program or work, and a "work based on the Program"
-means either the Program or any derivative work under copyright law:
-that is to say, a work containing the Program or a portion of it,
-either verbatim or with modifications and/or translated into another
-language.  (Hereinafter, translation is included without limitation in
-the term "modification".)  Each licensee is addressed as "you".
-
-Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope.  The act of
-running the Program is not restricted, and the output from the Program
-is covered only if its contents constitute a work based on the
-Program (independent of having been made by running the Program).
-Whether that is true depends on what the Program does.
-
-  1. You may copy and distribute verbatim copies of the Program's
-source code as you receive it, in any medium, provided that you
-conspicuously and appropriately publish on each copy an appropriate
-copyright notice and disclaimer of warranty; keep intact all the
-notices that refer to this License and to the absence of any warranty;
-and give any other recipients of the Program a copy of this License
-along with the Program.
-
-You may charge a fee for the physical act of transferring a copy, and
-you may at your option offer warranty protection in exchange for a fee.
-
-  2. You may modify your copy or copies of the Program or any portion
-of it, thus forming a work based on the Program, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
-    a) You must cause the modified files to carry prominent notices
-    stating that you changed the files and the date of any change.
-
-    b) You must cause any work that you distribute or publish, that in
-    whole or in part contains or is derived from the Program or any
-    part thereof, to be licensed as a whole at no charge to all third
-    parties under the terms of this License.
-
-    c) If the modified program normally reads commands interactively
-    when run, you must cause it, when started running for such
-    interactive use in the most ordinary way, to print or display an
-    announcement including an appropriate copyright notice and a
-    notice that there is no warranty (or else, saying that you provide
-    a warranty) and that users may redistribute the program under
-    these conditions, and telling the user how to view a copy of this
-    License.  (Exception: if the Program itself is interactive but
-    does not normally print such an announcement, your work based on
-    the Program is not required to print an announcement.)
-\f
-These requirements apply to the modified work as a whole.  If
-identifiable sections of that work are not derived from the Program,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works.  But when you
-distribute the same sections as part of a whole which is a work based
-on the Program, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Program.
-
-In addition, mere aggregation of another work not based on the Program
-with the Program (or with a work based on the Program) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
-  3. You may copy and distribute the Program (or a work based on it,
-under Section 2) in object code or executable form under the terms of
-Sections 1 and 2 above provided that you also do one of the following:
-
-    a) Accompany it with the complete corresponding machine-readable
-    source code, which must be distributed under the terms of Sections
-    1 and 2 above on a medium customarily used for software interchange; or,
-
-    b) Accompany it with a written offer, valid for at least three
-    years, to give any third party, for a charge no more than your
-    cost of physically performing source distribution, a complete
-    machine-readable copy of the corresponding source code, to be
-    distributed under the terms of Sections 1 and 2 above on a medium
-    customarily used for software interchange; or,
-
-    c) Accompany it with the information you received as to the offer
-    to distribute corresponding source code.  (This alternative is
-    allowed only for noncommercial distribution and only if you
-    received the program in object code or executable form with such
-    an offer, in accord with Subsection b above.)
-
-The source code for a work means the preferred form of the work for
-making modifications to it.  For an executable work, complete source
-code means all the source code for all modules it contains, plus any
-associated interface definition files, plus the scripts used to
-control compilation and installation of the executable.  However, as a
-special exception, the source code distributed need not include
-anything that is normally distributed (in either source or binary
-form) with the major components (compiler, kernel, and so on) of the
-operating system on which the executable runs, unless that component
-itself accompanies the executable.
-
-If distribution of executable or object code is made by offering
-access to copy from a designated place, then offering equivalent
-access to copy the source code from the same place counts as
-distribution of the source code, even though third parties are not
-compelled to copy the source along with the object code.
-\f
-  4. You may not copy, modify, sublicense, or distribute the Program
-except as expressly provided under this License.  Any attempt
-otherwise to copy, modify, sublicense or distribute the Program is
-void, and will automatically terminate your rights under this License.
-However, parties who have received copies, or rights, from you under
-this License will not have their licenses terminated so long as such
-parties remain in full compliance.
-
-  5. You are not required to accept this License, since you have not
-signed it.  However, nothing else grants you permission to modify or
-distribute the Program or its derivative works.  These actions are
-prohibited by law if you do not accept this License.  Therefore, by
-modifying or distributing the Program (or any work based on the
-Program), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Program or works based on it.
-
-  6. Each time you redistribute the Program (or any work based on the
-Program), the recipient automatically receives a license from the
-original licensor to copy, distribute or modify the Program subject to
-these terms and conditions.  You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties to
-this License.
-
-  7. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Program at all.  For example, if a patent
-license would not permit royalty-free redistribution of the Program by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Program.
-
-If any portion of this section is held invalid or unenforceable under
-any particular circumstance, the balance of the section is intended to
-apply and the section as a whole is intended to apply in other
-circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system, which is
-implemented by public license practices.  Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-\f
-  8. If the distribution and/or use of the Program is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Program under this License
-may add an explicit geographical distribution limitation excluding
-those countries, so that distribution is permitted only in or among
-countries not thus excluded.  In such case, this License incorporates
-the limitation as if written in the body of this License.
-
-  9. The Free Software Foundation may publish revised and/or new versions
-of the General Public License from time to time.  Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
-Each version is given a distinguishing version number.  If the Program
-specifies a version number of this License which applies to it and "any
-later version", you have the option of following the terms and conditions
-either of that version or of any later version published by the Free
-Software Foundation.  If the Program does not specify a version number of
-this License, you may choose any version ever published by the Free Software
-Foundation.
-
-  10. If you wish to incorporate parts of the Program into other free
-programs whose distribution conditions are different, write to the author
-to ask for permission.  For software which is copyrighted by the Free
-Software Foundation, write to the Free Software Foundation; we sometimes
-make exceptions for this.  Our decision will be guided by the two goals
-of preserving the free status of all derivatives of our free software and
-of promoting the sharing and reuse of software generally.
-
-                           NO WARRANTY
-
-  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
-FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
-OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
-PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
-OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
-TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
-PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
-REPAIR OR CORRECTION.
-
-  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
-REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
-INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
-OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
-TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
-YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
-PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES.
-
-                    END OF TERMS AND CONDITIONS
-\f
-           How to Apply These Terms to Your New Programs
-
-  If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
-  To do so, attach the following notices to the program.  It is safest
-to attach them to the start of each source file to most effectively
-convey the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
-    <one line to give the program's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
-
-    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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
-
-
-Also add information on how to contact you by electronic and paper mail.
-
-If the program is interactive, make it output a short notice like this
-when it starts in an interactive mode:
-
-    Gnomovision version 69, Copyright (C) year name of author
-    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
-    This is free software, and you are welcome to redistribute it
-    under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License.  Of course, the commands you use may
-be called something other than `show w' and `show c'; they could even be
-mouse-clicks or menu items--whatever suits your program.
-
-You should also get your employer (if you work as a programmer) or your
-school, if any, to sign a "copyright disclaimer" for the program, if
-necessary.  Here is a sample; alter the names:
-
-  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
-  `Gnomovision' (which makes passes at compilers) written by James Hacker.
-
-  <signature of Ty Coon>, 1 April 1989
-  Ty Coon, President of Vice
-
-This General Public License does not permit incorporating your program into
-proprietary programs.  If your program is a subroutine library, you may
-consider it more useful to permit linking proprietary applications with the
-library.  If this is what you want to do, use the GNU Library General
-Public License instead of this License.
diff --git a/target/board/generic_x86/firmware/zd1211/README b/target/board/generic_x86/firmware/zd1211/README
deleted file mode 100644 (file)
index 23fa337..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-README
-
-This distribution contains the firmware files for the
-ZD1211 chip, which is used in WLAN USB sticks. Copy the zd1211_* files to
-/lib/firmware/zd1211, where they can be loaded by the rewritten
-zd1211 driver.
-
-The files are generated from C header files distributed in the
-original ZyDAS ZD1211 driver under the GNU Public License.
-
-The full source of the original ZYDAS driver is available from
-http://zd1211.wiki.sourceforge.net/VendorDriver
-
-The GPL-licensed header files used to produce the firmware blobs are also
-present in this distribution. See the COPYING file for the full license terms.
-
-HISTORY
-
-VERSION 1.4 (2007-10-04)
-Sync to vendor driver v2.21.0.0
-According to Atheros, this firmware fixes a USB disconnect issue which most
-commonly appeared when running "lsusb" or "cat /proc/usb/devices" while using
-the device.
-
-VERSION 1.3 (2006-12-30)
-Sync to vendor driver v2.16.0.0
-Large packet support is now disabled. The zd1211 firmware is now the same as
-v1.1 but the zd1211b firmware is new: It is the same which is shipped in the
-2.10.0.0 release which supposedly fixes a "reboot issue"
-
-VERSION 1.2 (2006-07-22)
-Sync to vendor driver v2.13.0.0
-Release notes mention that this firmware includes largepacket support
-
-VERSION 1.1 (2006-04-30)
-Added ZD1211B firmware files
-
-VERSION 1.0 (2006-04-16)
-This firmware has been generated from fersion 2_5_0_0 of the Zydas
-driver, 2006-04-16.
diff --git a/target/board/generic_x86/firmware/zd1211/zd1211_ub b/target/board/generic_x86/firmware/zd1211/zd1211_ub
deleted file mode 100644 (file)
index 1c30fb4..0000000
Binary files a/target/board/generic_x86/firmware/zd1211/zd1211_ub and /dev/null differ
diff --git a/target/board/generic_x86/firmware/zd1211/zd1211_uph b/target/board/generic_x86/firmware/zd1211/zd1211_uph
deleted file mode 100644 (file)
index 638c42a..0000000
Binary files a/target/board/generic_x86/firmware/zd1211/zd1211_uph and /dev/null differ
diff --git a/target/board/generic_x86/firmware/zd1211/zd1211_uphm b/target/board/generic_x86/firmware/zd1211/zd1211_uphm
deleted file mode 100644 (file)
index 6101988..0000000
Binary files a/target/board/generic_x86/firmware/zd1211/zd1211_uphm and /dev/null differ
diff --git a/target/board/generic_x86/firmware/zd1211/zd1211_uphr b/target/board/generic_x86/firmware/zd1211/zd1211_uphr
deleted file mode 100644 (file)
index 6734da3..0000000
Binary files a/target/board/generic_x86/firmware/zd1211/zd1211_uphr and /dev/null differ
diff --git a/target/board/generic_x86/firmware/zd1211/zd1211_ur b/target/board/generic_x86/firmware/zd1211/zd1211_ur
deleted file mode 100644 (file)
index 0fa1928..0000000
Binary files a/target/board/generic_x86/firmware/zd1211/zd1211_ur and /dev/null differ
diff --git a/target/board/generic_x86/firmware/zd1211/zd1211b_ub b/target/board/generic_x86/firmware/zd1211/zd1211b_ub
deleted file mode 100644 (file)
index 0454e96..0000000
Binary files a/target/board/generic_x86/firmware/zd1211/zd1211b_ub and /dev/null differ
diff --git a/target/board/generic_x86/firmware/zd1211/zd1211b_uph b/target/board/generic_x86/firmware/zd1211/zd1211b_uph
deleted file mode 100644 (file)
index 638c42a..0000000
Binary files a/target/board/generic_x86/firmware/zd1211/zd1211b_uph and /dev/null differ
diff --git a/target/board/generic_x86/firmware/zd1211/zd1211b_uphm b/target/board/generic_x86/firmware/zd1211/zd1211b_uphm
deleted file mode 100644 (file)
index 9afd7aa..0000000
Binary files a/target/board/generic_x86/firmware/zd1211/zd1211b_uphm and /dev/null differ
diff --git a/target/board/generic_x86/firmware/zd1211/zd1211b_uphr b/target/board/generic_x86/firmware/zd1211/zd1211b_uphr
deleted file mode 100644 (file)
index 226cdbd..0000000
Binary files a/target/board/generic_x86/firmware/zd1211/zd1211b_uphr and /dev/null differ
diff --git a/target/board/generic_x86/firmware/zd1211/zd1211b_ur b/target/board/generic_x86/firmware/zd1211/zd1211b_ur
deleted file mode 100644 (file)
index 0fa1928..0000000
Binary files a/target/board/generic_x86/firmware/zd1211/zd1211b_ur and /dev/null differ
diff --git a/target/board/generic_x86/keymaps/Android.mk b/target/board/generic_x86/keymaps/Android.mk
deleted file mode 100644 (file)
index 68cfb5d..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-#
-# Copyright (C) 2009 The Android-x86 Open Source Project
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-#      http://www.apache.org/licenses/LICENSE-2.0
-#
-
-define include-keymap
-
-include $$(CLEAR_VARS)
-LOCAL_SRC_FILES := $(1)
-include $$(BUILD_KEY_CHAR_MAP)
-
-$$(call add-prebuilt-target,$$(TARGET_OUT_KEYLAYOUT),$$(subst .kcm,.kl,$(1)))
-
-endef
-
-define add-keymap
-$(eval $(include-keymap))
-endef
-
-define add-keymaps
-$(foreach f,$(1),$(call add-keymap,$(f)))
-endef
-
-LOCAL_KEYMAPS_DIR ?= $(call my-dir)
-LOCAL_PATH := $(LOCAL_KEYMAPS_DIR)
-LOCAL_KEYMAPS ?= $(subst $(LOCAL_PATH)/,,$(wildcard $(LOCAL_PATH)/*.kcm))
-$(call add-keymaps,$(LOCAL_KEYMAPS))
diff --git a/target/board/generic_x86/keymaps/de.kcm b/target/board/generic_x86/keymaps/de.kcm
deleted file mode 100644 (file)
index bb5c06d..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
-[type=QWERTY]
-
-# keycode       display number  base    caps    fn      caps_fn
-
-A               'A'     '2'     'a'     'A'     '#'     0x00
-B               'B'     '2'     'b'     'B'     '<'     0x00
-C               'C'     '2'     'c'     'C'     '9'     0x00E7
-D               'D'     '3'     'd'     'D'     '5'     0x00
-E               'E'     '3'     'e'     'E'     '2'     0x0301
-F               'F'     '3'     'f'     'F'     '6'     0x00A5
-G               'G'     '4'     'g'     'G'     '-'     '_'
-H               'H'     '4'     'h'     'H'     '['     '{'
-I               'I'     '4'     'i'     'I'     '$'     0x0302
-J               'J'     '5'     'j'     'J'     ']'     '}'
-K               'K'     '5'     'k'     'K'     '"'     '~'
-L               'L'     '5'     'l'     'L'     '''     '`'
-M               'M'     '6'     'm'     'M'     '!'     0x00
-N               'N'     '6'     'n'     'N'     '>'     0x0303
-O               'O'     '6'     'o'     'O'     '('     0x00
-P               'P'     '7'     'p'     'P'     ')'     0x00
-Q               'Q'     '7'     'q'     'Q'     '*'     0x0300
-R               'R'     '7'     'r'     'R'     '3'     0x20AC
-S               'S'     '7'     's'     'S'     '4'     0x00DF
-T               'T'     '8'     't'     'T'     '+'     0x00A3
-U               'U'     '8'     'u'     'U'     '&'     0x0308
-V               'V'     '8'     'v'     'V'     '='     '^'
-W               'W'     '9'     'w'     'W'     '1'     0x00
-X               'X'     '9'     'x'     'X'     '8'     0xEF00
-Y               'Y'     '9'     'z'     'Z'     '%'     0x00A1
-Z               'Z'     '9'     'y'     'Y'     '7'     0x00
-
-# on pc keyboards
-COMMA           ','     ','     ','     ';'     ';'     '|'
-PERIOD          '.'     '.'     '.'     ':'     ':'     0x2026
-AT              '@'     '0'     '@'     '0'     '0'     0x2022
-SLASH           '/'     '/'     '-'     '_'     '?'     '\'
-
-SPACE           0x20    0x20    0x20    0x20    0x9     0x9
-ENTER           0xa     0xa     0xa     0xa     0xa     0xa
-
-TAB             0x9     0x9     0x9     0x9     0x9     0x9
-0               '0'     '0'     '0'     '='     ')'     ')'
-1               '1'     '1'     '1'     '!'     '!'     '!'
-2               '2'     '2'     '2'     '"'     '@'     '@'
-3               '3'     '3'     '3'     0x00A7  '#'     '#'
-4               '4'     '4'     '4'     '$'     '$'     '$'
-5               '5'     '5'     '5'     '%'     '%'     '%'
-6               '6'     '6'     '6'     '&'     '^'     '^'
-7               '7'     '7'     '7'     '/'     '&'     '&'
-8               '8'     '8'     '8'     '('     '*'     '*'
-9               '9'     '9'     '9'     ')'     '('     '('
-
-GRAVE           '`'     '`'     0x005E  0x00B0  '`'     '~'
-MINUS           '-'     '-'     0x00DF  '?'     '-'     '_'
-EQUALS          '='     '='     0x00B4  0x0060  '='     '+'
-LEFT_BRACKET    '['     '['     0x00FC  0x00DC  '['     '{'
-RIGHT_BRACKET   ']'     ']'     '+'     '*'     ']'     '}'
-BACKSLASH       '\'     '\'     '#'     '''     '\'     '|'
-SEMICOLON       ';'     ';'     0x00F6  0x00D6  ';'     ':'
-APOSTROPHE      '''     '''     0x00E4  0x00C4  '''     '"'
-STAR            '*'     '*'     '*'     '*'     '*'     '*'
-POUND           '#'     '#'     '#'     '#'     '#'     '#'
-PLUS            '+'     '+'     '+'     '+'     '+'     '+'
-MORE_KEY        '<'     '<'     '<'     '>'     '>'     '|'
diff --git a/target/board/generic_x86/keymaps/de.kl b/target/board/generic_x86/keymaps/de.kl
deleted file mode 100644 (file)
index b52527b..0000000
+++ /dev/null
@@ -1,99 +0,0 @@
-key 41    GRAVE
-key 2     1
-key 3     2
-key 4     3
-key 5     4
-key 6     5
-key 7     6
-key 8     7
-key 9     8
-key 10    9
-key 11    0
-key 1     BACK              WAKE_DROPPED
-key 230   SOFT_RIGHT        WAKE
-key 60    SOFT_RIGHT        WAKE
-key 107   ENDCALL           WAKE_DROPPED
-key 62    ENDCALL           WAKE_DROPPED
-key 64    ENDCALL           WAKE_DROPPED
-key 127   MENU         WAKE_DROPPED
-key 139   MENU         WAKE_DROPPED
-key 228   POUND
-key 227   STAR
-key 231   CALL              WAKE_DROPPED
-key 61    CALL              WAKE_DROPPED
-key 221   DPAD_CENTER       WAKE_DROPPED
-key 108   DPAD_DOWN         WAKE_DROPPED
-key 103   DPAD_UP           WAKE_DROPPED
-key 125   HOME              WAKE
-key 105   DPAD_LEFT         WAKE_DROPPED
-key 106   DPAD_RIGHT        WAKE_DROPPED
-key 113   VOLUME_MUTE
-key 114   VOLUME_DOWN
-key 115   VOLUME_UP
-key 116   POWER             WAKE
-key 211   FOCUS
-key 212   CAMERA
-key 238   WIFI
-key 142   SLEEP
-
-key 16    Q
-key 17    W
-key 18    E
-key 19    R
-key 20    T
-key 21    Y
-key 22    U
-key 23    I
-key 24    O
-key 25    P
-key 26    LEFT_BRACKET
-key 27    RIGHT_BRACKET
-key 43    BACKSLASH
-
-key 30    A
-key 31    S
-key 32    D
-key 33    F
-key 34    G
-key 35    H
-key 36    J
-key 37    K
-key 38    L
-key 39    SEMICOLON
-key 40    APOSTROPHE
-key 14    DEL
-
-key 44    Z
-key 45    X
-key 46    C
-key 47    V
-key 48    B
-key 49    N
-key 50    M
-key 51    COMMA
-key 52    PERIOD
-key 53    SLASH
-key 28    ENTER
-
-key 56    ALT_LEFT
-key 42    SHIFT_LEFT
-key 15    TAB
-key 57    SPACE
-key 150   EXPLORER
-key 155   ENVELOPE
-
-key 12    MINUS
-key 13    EQUALS
-key 215   AT
-
-key 75    BACK              WAKE_DROPPED
-key 77    SOFT_RIGHT        WAKE
-key 96    ENTER
-key 100   ALT_RIGHT
-key 102   HOME              WAKE
-key 104   PAGE_UP
-key 109   PAGE_DOWN
-key 29    CTRL_LEFT
-key 97    CTRL_RIGHT
-key 58    CAPS_LOCK         CAPS_LOCK
-key 86    MORE_KEY
diff --git a/target/board/generic_x86/keymaps/es_latin.kcm b/target/board/generic_x86/keymaps/es_latin.kcm
deleted file mode 100644 (file)
index 634a370..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
-[type=QWERTY]
-
-# keycode       display number  base    caps    fn      caps_fn
-
-A               'A'     '2'     'a'     'A'     '#'      0x00
-B               'B'     '2'     'b'     'B'     '<'     0x00
-C               'C'     '2'     'c'     'C'     '9'     0x00E7
-D               'D'     '3'     'd'     'D'     '5'     0x00
-E               'E'     '3'     'e'     'E'     '2'     0x0301
-F               'F'     '3'     'f'     'F'     '6'     0x00A5
-G               'G'     '4'     'g'     'G'     '-'     '_'
-H               'H'     '4'     'h'     'H'     '['     '{'
-I               'I'     '4'     'i'     'I'     '$'     0x0302
-J               'J'     '5'     'j'     'J'     ']'     '}'
-K               'K'     '5'     'k'     'K'     '"'     '~'
-L               'L'     '5'     'l'     'L'     '''     '`'
-M               'M'     '6'     'm'     'M'     '!'     0x00
-N               'N'     '6'     'n'     'N'     '>'     0x0303
-O               'O'     '6'     'o'     'O'     '('     0x00
-P               'P'     '7'     'p'     'P'     ')'     0x00
-Q               'Q'     '7'     'q'     'Q'     '*'     0x0040
-R               'R'     '7'     'r'     'R'     '3'     0x20AC
-S               'S'     '7'     's'     'S'     '4'     0x00DF
-T               'T'     '8'     't'     'T'     '+'     0x00A3
-U               'U'     '8'     'u'     'U'     '&'     0x0308
-V               'V'     '8'     'v'     'V'     '='     '^'
-W               'W'     '9'     'w'     'W'     '1'     0x00
-X               'X'     '9'     'x'     'X'     '8'     0xEF00
-Y               'Y'     '9'     'y'     'Y'     '%'     0x00A1
-Z               'Z'     '9'     'z'     'Z'     '7'     0x00
-
-# on pc keyboards
-COMMA           ','     ','     ','     ';'     ';'     '|'
-PERIOD          '.'     '.'     '.'     ':'     ':'     0x2026
-AT              '@'     '0'     '@'     '0'     '0'     0x2022
-SLASH           '/'     '/'     '-'     '_'     '?'     '\'
-
-SPACE           0x20    0x20    0x20    0x20    0x9     0x9
-ENTER           0xa     0xa     0xa     0xa     0xa     0xa
-
-TAB             0x9     0x9     0x9     0x9     0x9     0x9
-0               '0'     '0'     '0'     '='     ')'     ')'
-1               '1'     '1'     '1'     '!'     '!'     '!'
-2               '2'     '2'     '2'     '"'     '@'     '@'
-3               '3'     '3'     '3'     '#'     '#'     '#'
-4               '4'     '4'     '4'     '$'     '$'     '$'
-5               '5'     '5'     '5'     '%'     '%'     '%'
-6               '6'     '6'     '6'     '&'     '^'     '^'
-7               '7'     '7'     '7'     '/'     '&'     '&'
-8               '8'     '8'     '8'     '('     '*'     '*'
-9               '9'     '9'     '9'     ')'     '('     '('
-
-GRAVE           '`'     '`'     0x7C    0xB0     '`'     0xAC
-MINUS           '-'     '-'     0x27    0x3F     '-'     0x5C
-EQUALS          '='     '='     0xBF    0xA1      '='     '+'
-LEFT_BRACKET    '['     '['     0xB4    0xA8     '['     '{'
-RIGHT_BRACKET   ']'     ']'     0x2B    0x2A     ']'    0x7E
-BACKSLASH       '\'     '\'     '}'     ']'     '\'     0x60
-SEMICOLON       ';'     ';'     0xF1    0xD1     ';'     ':'
-APOSTROPHE      '''     '''     '{'     '['     '''     0x5E
-STAR            '*'     '*'     '*'     '*'     '*'     '*'
-POUND           '#'     '#'     '#'     '#'     '#'     '#'
-PLUS            '+'     '+'     '+'     '+'     '+'     '+'
-MORE_KEY        '<'     '<'     '<'     '>'     '>'     '>'
diff --git a/target/board/generic_x86/keymaps/es_latin.kl b/target/board/generic_x86/keymaps/es_latin.kl
deleted file mode 100644 (file)
index c249e3f..0000000
+++ /dev/null
@@ -1,100 +0,0 @@
-key 41    GRAVE
-key 2     1
-key 3     2
-key 4     3
-key 5     4
-key 6     5
-key 7     6
-key 8     7
-key 9     8
-key 10    9
-key 11    0
-key 1     BACK              WAKE_DROPPED
-key 230   SOFT_RIGHT        WAKE
-key 60    SOFT_RIGHT        WAKE
-key 107   ENDCALL           WAKE_DROPPED
-key 62    ENDCALL           WAKE_DROPPED
-key 64    ENDCALL           WAKE_DROPPED
-key 127   MENU         WAKE_DROPPED
-key 139   MENU         WAKE_DROPPED
-key 228   POUND
-key 227   STAR
-key 231   CALL              WAKE_DROPPED
-key 61    CALL              WAKE_DROPPED
-key 221   DPAD_CENTER       WAKE_DROPPED
-key 108   DPAD_DOWN         WAKE_DROPPED
-key 103   DPAD_UP           WAKE_DROPPED
-key 125   HOME              WAKE
-key 105   DPAD_LEFT         WAKE_DROPPED
-key 106   DPAD_RIGHT        WAKE_DROPPED
-key 113   VOLUME_MUTE
-key 114   VOLUME_DOWN
-key 115   VOLUME_UP
-key 116   POWER             WAKE
-key 211   FOCUS
-key 212   CAMERA
-key 238   WIFI
-key 142   SLEEP
-
-key 16    Q
-key 17    W
-key 18    E
-key 19    R
-key 20    T
-key 21    Y
-key 22    U
-key 23    I
-key 24    O
-key 25    P
-key 26    LEFT_BRACKET
-key 27    RIGHT_BRACKET
-key 43    BACKSLASH
-
-key 30    A
-key 31    S
-key 32    D
-key 33    F
-key 34    G
-key 35    H
-key 36    J
-key 37    K
-key 38    L
-key 39    SEMICOLON
-key 40    APOSTROPHE
-key 14    DEL
-
-key 44    Z
-key 45    X
-key 46    C
-key 47    V
-key 48    B
-key 49    N
-key 50    M
-key 51    COMMA
-key 52    PERIOD
-key 53    SLASH
-key 28    ENTER
-
-key 56    ALT_LEFT
-key 42    SHIFT_LEFT
-key 54    SHIFT_RIGHT
-key 15    TAB
-key 57    SPACE
-key 150   EXPLORER
-key 155   ENVELOPE
-
-key 12    MINUS
-key 13    EQUALS
-key 215   AT
-
-key 75    BACK              WAKE_DROPPED
-key 77    SOFT_RIGHT        WAKE
-key 96    ENTER
-key 100   ALT_RIGHT
-key 102   HOME              WAKE
-key 104   PAGE_UP
-key 109   PAGE_DOWN
-key 29    CTRL_LEFT
-key 97    CTRL_RIGHT
-key 58    CAPS_LOCK         CAPS_LOCK
-key 86    MORE_KEY
diff --git a/target/board/generic_x86/keymaps/fn.kcm b/target/board/generic_x86/keymaps/fn.kcm
deleted file mode 100644 (file)
index b19c6e3..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
-[type=QWERTY]
-
-# keycode       display number  base    caps    fn      caps_fn
-
-A               'A'     '2'     'a'     'A'     '#'     0x00
-B               'B'     '2'     'b'     'B'     '<'     0x00
-C               'C'     '2'     'c'     'C'     '9'     0x00E7
-D               'D'     '3'     'd'     'D'     '5'     0x00
-E               'E'     '3'     'e'     'E'     '2'     0x20AC
-F               'F'     '3'     'f'     'F'     '6'     0x00A5
-G               'G'     '4'     'g'     'G'     '-'     '_'
-H               'H'     '4'     'h'     'H'     '['     '{'
-I               'I'     '4'     'i'     'I'     '$'     0x0302
-J               'J'     '5'     'j'     'J'     ']'     '}'
-K               'K'     '5'     'k'     'K'     '"'     '~'
-L               'L'     '5'     'l'     'L'     '''     '`'
-M               'M'     '6'     'm'     'M'     '!'     0x03BC
-N               'N'     '6'     'n'     'N'     '>'     0x0303
-O               'O'     '6'     'o'     'O'     '('     0x00
-P               'P'     '7'     'p'     'P'     ')'     0x00
-Q               'Q'     '7'     'q'     'Q'     '*'     0x0300
-R               'R'     '7'     'r'     'R'     '3'     0x20AC
-S               'S'     '7'     's'     'S'     '4'     0x00DF
-T               'T'     '8'     't'     'T'     '+'     0x00A3
-U               'U'     '8'     'u'     'U'     '&'     0x0308
-V               'V'     '8'     'v'     'V'     '='     '^'
-W               'W'     '9'     'w'     'W'     '1'     0x00
-X               'X'     '9'     'x'     'X'     '8'     0xEF00
-Y               'Y'     '9'     'y'     'Y'     '%'     0x00A1
-Z               'Z'     '9'     'z'     'Z'     '7'     0x00
-
-# on pc keyboards
-COMMA           ','     ','     ','     ';'     ';'     '|'
-PERIOD          '.'     '.'     '.'     ':'     ':'     0x2026
-AT              '@'     '0'     '@'     '0'     '0'     0x2022
-SLASH           '/'     '/'     '-'     '_'     '?'     '\'
-
-SPACE           0x20    0x20    0x20    0x20    0x9     0x9
-ENTER           0xa     0xa     0xa     0xa     0xa     0xa
-
-TAB             0x9     0x9     0x9     0x9     0x9     0x9
-0               '0'     '0'     '0'     '='     ')'     '}'
-1               '1'     '1'     '1'     '!'     '!'     '!'
-2               '2'     '2'     '2'     '"'     '@'     '@'
-3               '3'     '3'     '3'     '#'     '#'     0xA3
-4               '4'     '4'     '4'     0xA4    '$'     '$'
-5               '5'     '5'     '5'     '%'     '%'     0x20AC
-6               '6'     '6'     '6'     '&'     '&'     '&'
-7               '7'     '7'     '7'     '/'     '&'     '{'
-8               '8'     '8'     '8'     '('     '*'     '['
-9               '9'     '9'     '9'     ')'     '('     ']'
-
-GRAVE           '`'     '`'     0xA7    0xBD    '`'     '~'
-MINUS           '-'     '-'     '+'     '?'     '-'     '\'
-EQUALS          '='     '='     0xB4    '`'     '='     '+'
-LEFT_BRACKET    '['     '['     0xE5    0xC5    '['     '{'
-RIGHT_BRACKET   ']'     ']'     0xA8    '^'     ']'     '~'
-BACKSLASH       '\'     '\'     '''     '*'     '\'     '|'
-SEMICOLON       ';'     ';'     0xF6    0xD6    ';'     ':'
-APOSTROPHE      '''     '''     0xE4    0xC4    '''     '"'
-STAR            '*'     '*'     '*'     '*'     '*'     '*'
-POUND           '#'     '#'     '#'     '#'     '#'     '#'
-PLUS            '+'     '+'     '+'     '+'     '+'     '+'
-MORE_KEY        '<'     '<'     '<'     '>'     '>'     '|'
diff --git a/target/board/generic_x86/keymaps/fn.kl b/target/board/generic_x86/keymaps/fn.kl
deleted file mode 100644 (file)
index c249e3f..0000000
+++ /dev/null
@@ -1,100 +0,0 @@
-key 41    GRAVE
-key 2     1
-key 3     2
-key 4     3
-key 5     4
-key 6     5
-key 7     6
-key 8     7
-key 9     8
-key 10    9
-key 11    0
-key 1     BACK              WAKE_DROPPED
-key 230   SOFT_RIGHT        WAKE
-key 60    SOFT_RIGHT        WAKE
-key 107   ENDCALL           WAKE_DROPPED
-key 62    ENDCALL           WAKE_DROPPED
-key 64    ENDCALL           WAKE_DROPPED
-key 127   MENU         WAKE_DROPPED
-key 139   MENU         WAKE_DROPPED
-key 228   POUND
-key 227   STAR
-key 231   CALL              WAKE_DROPPED
-key 61    CALL              WAKE_DROPPED
-key 221   DPAD_CENTER       WAKE_DROPPED
-key 108   DPAD_DOWN         WAKE_DROPPED
-key 103   DPAD_UP           WAKE_DROPPED
-key 125   HOME              WAKE
-key 105   DPAD_LEFT         WAKE_DROPPED
-key 106   DPAD_RIGHT        WAKE_DROPPED
-key 113   VOLUME_MUTE
-key 114   VOLUME_DOWN
-key 115   VOLUME_UP
-key 116   POWER             WAKE
-key 211   FOCUS
-key 212   CAMERA
-key 238   WIFI
-key 142   SLEEP
-
-key 16    Q
-key 17    W
-key 18    E
-key 19    R
-key 20    T
-key 21    Y
-key 22    U
-key 23    I
-key 24    O
-key 25    P
-key 26    LEFT_BRACKET
-key 27    RIGHT_BRACKET
-key 43    BACKSLASH
-
-key 30    A
-key 31    S
-key 32    D
-key 33    F
-key 34    G
-key 35    H
-key 36    J
-key 37    K
-key 38    L
-key 39    SEMICOLON
-key 40    APOSTROPHE
-key 14    DEL
-
-key 44    Z
-key 45    X
-key 46    C
-key 47    V
-key 48    B
-key 49    N
-key 50    M
-key 51    COMMA
-key 52    PERIOD
-key 53    SLASH
-key 28    ENTER
-
-key 56    ALT_LEFT
-key 42    SHIFT_LEFT
-key 54    SHIFT_RIGHT
-key 15    TAB
-key 57    SPACE
-key 150   EXPLORER
-key 155   ENVELOPE
-
-key 12    MINUS
-key 13    EQUALS
-key 215   AT
-
-key 75    BACK              WAKE_DROPPED
-key 77    SOFT_RIGHT        WAKE
-key 96    ENTER
-key 100   ALT_RIGHT
-key 102   HOME              WAKE
-key 104   PAGE_UP
-key 109   PAGE_DOWN
-key 29    CTRL_LEFT
-key 97    CTRL_RIGHT
-key 58    CAPS_LOCK         CAPS_LOCK
-key 86    MORE_KEY
diff --git a/target/board/generic_x86/keymaps/fr.kcm b/target/board/generic_x86/keymaps/fr.kcm
deleted file mode 100644 (file)
index 284e380..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
-[type=QWERTY]
-
-# keycode       display number  base    caps    fn      caps_fn
-
-A               'A'     '2'     'a'     'A'     '#'     0x00
-B               'B'     '2'     'b'     'B'     '<'     0x00
-C               'C'     '2'     'c'     'C'     '9'     0x00E7
-D               'D'     '3'     'd'     'D'     '5'     0x00
-E               'E'     '3'     'e'     'E'     '2'     0x20AC
-F               'F'     '3'     'f'     'F'     '6'     0x00A5
-G               'G'     '4'     'g'     'G'     '-'     '_'
-H               'H'     '4'     'h'     'H'     '['     '{'
-I               'I'     '4'     'i'     'I'     '$'     0x0302
-J               'J'     '5'     'j'     'J'     ']'     '}'
-K               'K'     '5'     'k'     'K'     '"'     '~'
-L               'L'     '5'     'l'     'L'     '''     '`'
-M               'M'     '6'     'm'     'M'     '!'     0x00
-N               'N'     '6'     'n'     'N'     '>'     0x0303
-O               'O'     '6'     'o'     'O'     '('     0x00
-P               'P'     '7'     'p'     'P'     ')'     0x00
-Q               'Q'     '7'     'q'     'Q'     '*'     0x0300
-R               'R'     '7'     'r'     'R'     '3'     0x20AC
-S               'S'     '7'     's'     'S'     '4'     0x00DF
-T               'T'     '8'     't'     'T'     '+'     0x00A3
-U               'U'     '8'     'u'     'U'     '&'     0x0308
-V               'V'     '8'     'v'     'V'     '='     '^'
-W               'W'     '9'     'w'     'W'     '1'     0x00
-X               'X'     '9'     'x'     'X'     '8'     0xEF00
-Y               'Y'     '9'     'y'     'Y'     '%'     0x00A1
-Z               'Z'     '9'     'z'     'Z'     '7'     0x00
-
-# on pc keyboards
-COMMA           ','     ','     ';'     '.'     ';'     '|'
-PERIOD          '.'     '.'     ':'     '/'     ':'     0x2026
-AT              '@'     '0'     '@'     '0'     '0'     0x2022
-SLASH           '/'     '/'     '!'     0xA7    '?'     '\'
-
-SPACE           0x20    0x20    0x20    0x20    0x9     0x9
-ENTER           0xa     0xa     0xa     0xa     0xa     0xa
-
-TAB             0x9     0x9     0x9     0x9     0x9     0x9
-0               '0'     '0'     0xE0    '0'     ')'     '@'
-1               '1'     '1'     '&'     '1'     '!'     '!'
-2               '2'     '2'     0xE9    '2'     '@'     '~'
-3               '3'     '3'     '"'     '3'     '#'     '#'
-4               '4'     '4'     '''     '4'     '$'     '{'
-5               '5'     '5'     '('     '5'     '%'     '['
-6               '6'     '6'     '-'     '6'     '^'     '|'
-7               '7'     '7'     0xE8    '7'     '&'     '`'
-8               '8'     '8'     '_'     '8'     '*'     '\'
-9               '9'     '9'     0x00E7  '9'     '('     '^'
-
-GRAVE           '`'     '`'     0xB2    '~'     '`'     '~'
-MINUS           '-'     '-'     ')'     0xB0    '-'     ']'
-EQUALS          '='     '='     '='     '+'     '='     '}'
-LEFT_BRACKET    '['     '['     '^'     0xA8    '['     '{'
-RIGHT_BRACKET   ']'     ']'     '$'     0xA3    ']'     0xA4
-BACKSLASH       '\'     '\'     '*'     0x03BC  '\'     '|'
-SEMICOLON       ';'     ';'     ','     '?'     ';'     ':'
-APOSTROPHE      '''     '''     0xF9    '%'     '''     '"'
-STAR            '*'     '*'     '*'     '*'     '*'     '*'
-POUND           '#'     '#'     '#'     '#'     '#'     '#'
-PLUS            '+'     '+'     '+'     '+'     '+'     '+'
-MORE_KEY        '<'     '<'     '<'     '>'     '>'     '>'
diff --git a/target/board/generic_x86/keymaps/fr.kl b/target/board/generic_x86/keymaps/fr.kl
deleted file mode 100644 (file)
index 9027969..0000000
+++ /dev/null
@@ -1,100 +0,0 @@
-key 41    GRAVE
-key 2     1
-key 3     2
-key 4     3
-key 5     4
-key 6     5
-key 7     6
-key 8     7
-key 9     8
-key 10    9
-key 11    0
-key 1     BACK              WAKE_DROPPED
-key 230   SOFT_RIGHT        WAKE
-key 60    SOFT_RIGHT        WAKE
-key 107   ENDCALL           WAKE_DROPPED
-key 62    ENDCALL           WAKE_DROPPED
-key 64    ENDCALL           WAKE_DROPPED
-key 127   MENU         WAKE_DROPPED
-key 139   MENU         WAKE_DROPPED
-key 228   POUND
-key 227   STAR
-key 231   CALL              WAKE_DROPPED
-key 61    CALL              WAKE_DROPPED
-key 221   DPAD_CENTER       WAKE_DROPPED
-key 108   DPAD_DOWN         WAKE_DROPPED
-key 103   DPAD_UP           WAKE_DROPPED
-key 125   HOME              WAKE
-key 105   DPAD_LEFT         WAKE_DROPPED
-key 106   DPAD_RIGHT        WAKE_DROPPED
-key 113   VOLUME_MUTE
-key 114   VOLUME_DOWN
-key 115   VOLUME_UP
-key 116   POWER             WAKE
-key 211   FOCUS
-key 212   CAMERA
-key 238   WIFI
-key 142   SLEEP
-
-key 16    A
-key 17    Z
-key 18    E
-key 19    R
-key 20    T
-key 21    Y
-key 22    U
-key 23    I
-key 24    O
-key 25    P
-key 26    LEFT_BRACKET
-key 27    RIGHT_BRACKET
-key 43    BACKSLASH
-
-key 30    Q
-key 31    S
-key 32    D
-key 33    F
-key 34    G
-key 35    H
-key 36    J
-key 37    K
-key 38    L
-key 39    M
-key 40    APOSTROPHE
-key 14    DEL
-
-key 44    W
-key 45    X
-key 46    C
-key 47    V
-key 48    B
-key 49    N
-key 50    SEMICOLON
-key 51    COMMA
-key 52    PERIOD
-key 53    SLASH
-key 28    ENTER
-
-key 56    ALT_LEFT
-key 42    SHIFT_LEFT
-key 54    SHIFT_RIGHT
-key 15    TAB
-key 57    SPACE
-key 150   EXPLORER
-key 155   ENVELOPE
-
-key 12    MINUS
-key 13    EQUALS
-key 215   AT
-
-key 75    BACK              WAKE_DROPPED
-key 77    SOFT_RIGHT        WAKE
-key 96    ENTER
-key 100   ALT_RIGHT
-key 102   HOME              WAKE
-key 104   PAGE_UP
-key 109   PAGE_DOWN
-key 29    CTRL_LEFT
-key 97    CTRL_RIGHT
-key 58    CAPS_LOCK         CAPS_LOCK
-key 86    MORE_KEY
diff --git a/target/board/generic_x86/keymaps/jp.kcm b/target/board/generic_x86/keymaps/jp.kcm
deleted file mode 100644 (file)
index a69c4b0..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-[type=QWERTY]
-
-# keycode       display number  base    caps    fn      caps_fn
-
-A               'A'     '2'     'a'     'A'     '#'     0x00
-B               'B'     '2'     'b'     'B'     '<'     0x00
-C               'C'     '2'     'c'     'C'     '9'     0x00E7
-D               'D'     '3'     'd'     'D'     '5'     0x00
-E               'E'     '3'     'e'     'E'     '2'     0x0301
-F               'F'     '3'     'f'     'F'     '6'     0x00A5
-G               'G'     '4'     'g'     'G'     '-'     '_'
-H               'H'     '4'     'h'     'H'     '['     '{'
-I               'I'     '4'     'i'     'I'     '$'     0x0302
-J               'J'     '5'     'j'     'J'     ']'     '}'
-K               'K'     '5'     'k'     'K'     '"'     '~'
-L               'L'     '5'     'l'     'L'     '''     '`'
-M               'M'     '6'     'm'     'M'     '!'     0x00
-N               'N'     '6'     'n'     'N'     '>'     0x0303
-O               'O'     '6'     'o'     'O'     '('     0x00
-P               'P'     '7'     'p'     'P'     ')'     0x00
-Q               'Q'     '7'     'q'     'Q'     '*'     0x0300
-R               'R'     '7'     'r'     'R'     '3'     0x20AC
-S               'S'     '7'     's'     'S'     '4'     0x00DF
-T               'T'     '8'     't'     'T'     '+'     0x00A3
-U               'U'     '8'     'u'     'U'     '&'     0x0308
-V               'V'     '8'     'v'     'V'     '='     '^'
-W               'W'     '9'     'w'     'W'     '1'     0x00
-X               'X'     '9'     'x'     'X'     '8'     0xEF00
-Y               'Y'     '9'     'y'     'Y'     '%'     0x00A1
-Z               'Z'     '9'     'z'     'Z'     '7'     0x00
-
-# on pc keyboards
-COMMA           ','     ','     ','     '<'     ';'     '|'
-PERIOD          '.'     '.'     '.'     '>'     ':'     0x2026
-SLASH           '/'     '/'     '/'     '?'     '?'     '\'
-
-SPACE           0x20    0x20    0x20    0x20    0x9     0x9
-ENTER           0xa     0xa     0xa     0xa     0xa     0xa
-
-TAB             0x9     0x9     0x9     0x9     0x9     0x9
-0               '0'     '0'     '0'     '0'     ')'     ')'
-1               '1'     '1'     '1'     '!'     '!'     '!'
-2               '2'     '2'     '2'     '"'     '@'     '@'
-3               '3'     '3'     '3'     '#'     '#'     '#'
-4               '4'     '4'     '4'     '$'     '$'     '$'
-5               '5'     '5'     '5'     '%'     '%'     '%'
-6               '6'     '6'     '6'     '&'     '^'     '^'
-7               '7'     '7'     '7'     '''     '&'     '&'
-8               '8'     '8'     '8'     '('     '*'     '*'
-9               '9'     '9'     '9'     ')'     '('     '('
-
-GRAVE           '`'     '`'     '`'     '~'     '`'     '~'
-MINUS           '-'     '-'     '-'     '='     '-'     '_'
-EQUALS          '^'     '^'     '^'     '~'     '^'     '+'
-AT              '@'     '@'     '@'     '`'     '@'     '@'
-LEFT_BRACKET    '['     '['     '['     '{'     '['     '{'
-RIGHT_BRACKET   ']'     ']'     ']'     '}'     ']'     '|'
-SEMICOLON       ';'     ';'     ';'     '+'     ';'     ':'
-STAR            ':'     ':'     ':'     '*'     ':'     ':'
-POUND           '#'     '#'     '#'     '#'     '#'     '#'
-BACKSLASH       '\'     '\'     '\'     '_'     '\'     '\'
-PLUS            '+'     '+'     '+'     '+'     '+'     '+'
-MORE_KEY        0xA5    0xA5    0xA5    '|'     0xA5    0xA5
diff --git a/target/board/generic_x86/keymaps/jp.kl b/target/board/generic_x86/keymaps/jp.kl
deleted file mode 100644 (file)
index 9584913..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-key 41    GRAVE
-key 2     1
-key 3     2
-key 4     3
-key 5     4
-key 6     5
-key 7     6
-key 8     7
-key 9     8
-key 10    9
-key 11    0
-key 1     BACK              WAKE_DROPPED
-key 230   SOFT_RIGHT        WAKE
-key 60    SOFT_RIGHT        WAKE
-key 107   ENDCALL           WAKE_DROPPED
-key 62    ENDCALL           WAKE_DROPPED
-key 64    ENDCALL           WAKE_DROPPED
-key 127   MENU         WAKE_DROPPED
-key 139   MENU         WAKE_DROPPED
-key 228   POUND
-key 227   STAR
-key 231   CALL              WAKE_DROPPED
-key 61    CALL              WAKE_DROPPED
-key 221   DPAD_CENTER       WAKE_DROPPED
-key 108   DPAD_DOWN         WAKE_DROPPED
-key 103   DPAD_UP           WAKE_DROPPED
-key 125   HOME              WAKE
-key 105   DPAD_LEFT         WAKE_DROPPED
-key 106   DPAD_RIGHT        WAKE_DROPPED
-
-key 113   VOLUME_MUTE
-key 114   VOLUME_DOWN
-key 115   VOLUME_UP
-key 116   POWER             WAKE
-key 211   FOCUS
-key 212   CAMERA
-key 238   WIFI
-key 142   SLEEP
-
-key 16    Q
-key 17    W
-key 18    E
-key 19    R
-key 20    T
-key 21    Y
-key 22    U
-key 23    I
-key 24    O
-key 25    P
-key 26    AT
-key 27    LEFT_BRACKET
-key 43    RIGHT_BRACKET
-
-key 30    A
-key 31    S
-key 32    D
-key 33    F
-key 34    G
-key 35    H
-key 36    J
-key 37    K
-key 38    L
-key 39    SEMICOLON
-key 40    STAR
-key 14    DEL
-
-key 44    Z
-key 45    X
-key 46    C
-key 47    V
-key 48    B
-key 49    N
-key 50    M
-key 51    COMMA
-key 52    PERIOD
-key 53    SLASH
-key 89    BACKSLASH
-key 28    ENTER
-
-key 56    ALT_LEFT
-key 42    SHIFT_LEFT
-key 54    SHIFT_RIGHT
-key 15    TAB
-key 57    SPACE
-key 150   EXPLORER
-key 155   ENVELOPE
-
-key 12    MINUS
-key 13    EQUALS
-key 215   AT
-
-key 75    BACK              WAKE_DROPPED
-key 77    SOFT_RIGHT        WAKE
-key 96    ENTER
-key 100   ALT_RIGHT
-key 102   HOME              WAKE
-key 104   PAGE_UP
-key 109   PAGE_DOWN
-key 29    CTRL_LEFT
-key 97    CTRL_RIGHT
-key 58    CAPS_LOCK         CAPS_LOCK
-key 124   MORE_KEY
diff --git a/target/board/generic_x86/keymaps/qwerty.kcm b/target/board/generic_x86/keymaps/qwerty.kcm
deleted file mode 100644 (file)
index 71c3972..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
-[type=QWERTY]
-
-# keycode       display number  base    caps    fn      caps_fn
-
-A               'A'     '2'     'a'     'A'     '#'     0x00
-B               'B'     '2'     'b'     'B'     '<'     0x00
-C               'C'     '2'     'c'     'C'     '9'     0x00E7
-D               'D'     '3'     'd'     'D'     '5'     0x00
-E               'E'     '3'     'e'     'E'     '2'     0x0301
-F               'F'     '3'     'f'     'F'     '6'     0x00A5
-G               'G'     '4'     'g'     'G'     '-'     '_'
-H               'H'     '4'     'h'     'H'     '['     '{'
-I               'I'     '4'     'i'     'I'     '$'     0x0302
-J               'J'     '5'     'j'     'J'     ']'     '}'
-K               'K'     '5'     'k'     'K'     '"'     '~'
-L               'L'     '5'     'l'     'L'     '''     '`'
-M               'M'     '6'     'm'     'M'     '!'     0x00
-N               'N'     '6'     'n'     'N'     '>'     0x0303
-O               'O'     '6'     'o'     'O'     '('     0x00
-P               'P'     '7'     'p'     'P'     ')'     0x00
-Q               'Q'     '7'     'q'     'Q'     '*'     0x0300
-R               'R'     '7'     'r'     'R'     '3'     0x20AC
-S               'S'     '7'     's'     'S'     '4'     0x00DF
-T               'T'     '8'     't'     'T'     '+'     0x00A3
-U               'U'     '8'     'u'     'U'     '&'     0x0308
-V               'V'     '8'     'v'     'V'     '='     '^'
-W               'W'     '9'     'w'     'W'     '1'     0x00
-X               'X'     '9'     'x'     'X'     '8'     0xEF00
-Y               'Y'     '9'     'y'     'Y'     '%'     0x00A1
-Z               'Z'     '9'     'z'     'Z'     '7'     0x00
-
-# on pc keyboards
-COMMA           ','     ','     ','     '<'     ';'     '|'
-PERIOD          '.'     '.'     '.'     '>'     ':'     0x2026
-AT              '@'     '0'     '@'     '0'     '0'     0x2022
-SLASH           '/'     '/'     '/'     '?'     '?'     '\'
-
-SPACE           0x20    0x20    0x20    0x20    0x9     0x9
-ENTER           0xa     0xa     0xa     0xa     0xa     0xa
-
-TAB             0x9     0x9     0x9     0x9     0x9     0x9
-0               '0'     '0'     '0'     ')'     ')'     ')'
-1               '1'     '1'     '1'     '!'     '!'     '!'
-2               '2'     '2'     '2'     '@'     '@'     '@'
-3               '3'     '3'     '3'     '#'     '#'     '#'
-4               '4'     '4'     '4'     '$'     '$'     '$'
-5               '5'     '5'     '5'     '%'     '%'     '%'
-6               '6'     '6'     '6'     '^'     '^'     '^'
-7               '7'     '7'     '7'     '&'     '&'     '&'
-8               '8'     '8'     '8'     '*'     '*'     '*'
-9               '9'     '9'     '9'     '('     '('     '('
-
-GRAVE           '`'     '`'     '`'     '~'     '`'     '~'
-MINUS           '-'     '-'     '-'     '_'     '-'     '_'
-EQUALS          '='     '='     '='     '+'     '='     '+'
-LEFT_BRACKET    '['     '['     '['     '{'     '['     '{'
-RIGHT_BRACKET   ']'     ']'     ']'     '}'     ']'     '}'
-BACKSLASH       '\'     '\'     '\'     '|'     '\'     '|'
-SEMICOLON       ';'     ';'     ';'     ':'     ';'     ':'
-APOSTROPHE      '''     '''     '''     '"'     '''     '"'
-STAR            '*'     '*'     '*'     '*'     '*'     '*'
-POUND           '#'     '#'     '#'     '#'     '#'     '#'
-PLUS            '+'     '+'     '+'     '+'     '+'     '+'
-
diff --git a/target/board/generic_x86/keymaps/qwerty.kl b/target/board/generic_x86/keymaps/qwerty.kl
deleted file mode 100644 (file)
index a150ab1..0000000
+++ /dev/null
@@ -1,100 +0,0 @@
-key 41    GRAVE
-key 2     1
-key 3     2
-key 4     3
-key 5     4
-key 6     5
-key 7     6
-key 8     7
-key 9     8
-key 10    9
-key 11    0
-key 1     BACK              WAKE_DROPPED
-key 230   SOFT_RIGHT        WAKE
-key 60    SOFT_RIGHT        WAKE
-key 107   ENDCALL           WAKE_DROPPED
-key 62    ENDCALL           WAKE_DROPPED
-key 64    ENDCALL           WAKE_DROPPED
-key 127   MENU         WAKE_DROPPED
-key 139   MENU         WAKE_DROPPED
-key 228   POUND
-key 227   STAR
-key 231   CALL              WAKE_DROPPED
-key 61    CALL              WAKE_DROPPED
-key 221   DPAD_CENTER       WAKE_DROPPED
-key 108   DPAD_DOWN         WAKE_DROPPED
-key 103   DPAD_UP           WAKE_DROPPED
-key 125   HOME              WAKE
-key 105   DPAD_LEFT         WAKE_DROPPED
-key 106   DPAD_RIGHT        WAKE_DROPPED
-
-key 113   VOLUME_MUTE
-key 114   VOLUME_DOWN
-key 115   VOLUME_UP
-key 116   POWER             WAKE
-key 211   FOCUS
-key 212   CAMERA
-key 238   WIFI
-key 142   SLEEP
-
-key 16    Q
-key 17    W
-key 18    E
-key 19    R
-key 20    T
-key 21    Y
-key 22    U
-key 23    I
-key 24    O
-key 25    P
-key 26    LEFT_BRACKET
-key 27    RIGHT_BRACKET
-key 43    BACKSLASH
-
-key 30    A
-key 31    S
-key 32    D
-key 33    F
-key 34    G
-key 35    H
-key 36    J
-key 37    K
-key 38    L
-key 39    SEMICOLON
-key 40    APOSTROPHE
-key 14    DEL
-
-key 44    Z
-key 45    X
-key 46    C
-key 47    V
-key 48    B
-key 49    N
-key 50    M
-key 51    COMMA
-key 52    PERIOD
-key 53    SLASH
-key 28    ENTER
-
-key 56    ALT_LEFT
-key 42    SHIFT_LEFT
-key 54    SHIFT_RIGHT
-key 15    TAB
-key 57    SPACE
-key 150   EXPLORER
-key 155   ENVELOPE
-
-key 12    MINUS
-key 13    EQUALS
-key 215   AT
-
-key 75    BACK              WAKE_DROPPED
-key 77    SOFT_RIGHT        WAKE
-key 96    ENTER
-key 100   ALT_RIGHT
-key 102   HOME              WAKE
-key 104   PAGE_UP
-key 109   PAGE_DOWN
-key 29    CTRL_LEFT
-key 97    CTRL_RIGHT
-key 58    CAPS_LOCK         CAPS_LOCK
diff --git a/target/board/generic_x86/keymaps/ru.kcm b/target/board/generic_x86/keymaps/ru.kcm
deleted file mode 100644 (file)
index e9b3922..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
-[type=QWERTY]
-
-# keycode       display number  base       caps       fn      caps_fn
-
-A               'A'     '2'     0x0444     0x0424     '#'     0x00
-B               'B'     '2'     0x0438     0x0418     '<'     0x00
-C               'C'     '2'     0x0441     0x0421     '9'     0x00E7
-D               'D'     '3'     0x0432     0x0412     '5'     0x00
-E               'E'     '3'     0x0443     0x0423     '2'     0x0301
-F               'F'     '3'     0x0430     0x0410     '6'     0x00A5
-G               'G'     '4'     0x043F     0x041F     '-'     '_'
-H               'H'     '4'     0x0440     0x0420     '['     '{'
-I               'I'     '4'     0x0448     0x0428     '$'     0x0302
-J               'J'     '5'     0x043E     0x041E     ']'     '}'
-K               'K'     '5'     0x043B     0x041B     '"'     '~'
-L               'L'     '5'     0x0434     0x0414     '''     '`'
-M               'M'     '6'     0x044C     0x042C     '!'     0x00
-N               'N'     '6'     0x0442     0x0422     '>'     0x0303
-O               'O'     '6'     0x0449     0x0429     '('     0x00
-P               'P'     '7'     0x0437     0x0417     ')'     0x00
-Q               'Q'     '7'     0x0439     0x0419     '*'     0x0300
-R               'R'     '7'     0x043A     0x041A     '3'     0x20AC
-S               'S'     '7'     0x044B     0x042B     '4'     0x00DF
-T               'T'     '8'     0x0435     0x0415     '+'     0x00A3
-U               'U'     '8'     0x0433     0x0413     '&'     0x0308
-V               'V'     '8'     0x043C     0x041C     '='     '^'
-W               'W'     '9'     0x0446     0x0426     '1'     0x00
-X               'X'     '9'     0x0447     0x0427     '8'     0xEF00
-Y               'Y'     '9'     0x043D     0x041D     '%'     0x00A1
-Z               'Z'     '9'     0x044F     0x042F     '7'     0x00
-
-# on pc keyboards
-COMMA           ','     ','     0x0431     0x0411     ';'     '|'
-PERIOD          '.'     '.'     0x044E     0x042E     ':'     0x2026
-AT              '@'     '0'     '@'     '0'     '0'     0x2022
-SLASH           '/'     '/'     '.'     ','     '?'     '\'
-
-SPACE           0x20    0x20    0x20    0x20    0x9     0x9
-ENTER           0xa     0xa     0xa     0xa     0xa     0xa
-
-TAB             0x9     0x9     0x9     0x9     0x9     0x9
-0               '0'     '0'     '0'     ')'     ')'     ')'
-1               '1'     '1'     '1'     '!'     '!'     '!'
-2               '2'     '2'     '2'     '"'     '@'     '@'
-3               '3'     '3'     '3'     0x2116     '#'     '#'
-4               '4'     '4'     '4'     ';'     '$'     '$'
-5               '5'     '5'     '5'     '%'     '%'     '%'
-6               '6'     '6'     '6'     ':'     '^'     '^'
-7               '7'     '7'     '7'     '?'     '&'     '&'
-8               '8'     '8'     '8'     '*'     '*'     '*'
-9               '9'     '9'     '9'     '('     '('     '('
-
-GRAVE           '`'     '`'     0x0451     0x0401     '`'     '~'
-MINUS           '-'     '-'     '-'     '_'     '-'     '_'
-EQUALS          '='     '='     '='     '+'     '='     '+'
-LEFT_BRACKET    '['     '['     0x0445     0x0425     '['     '{'
-RIGHT_BRACKET   ']'     ']'     0x044A     0x042A     ']'     '}'
-BACKSLASH       '\'     '\'     '\'     '/'     '\'     '|'
-SEMICOLON       ';'     ';'     0x0436     0x0416     ';'     ':'
-APOSTROPHE      '''     '''     0x044D     0x042D     '''     '"'
-STAR            '*'     '*'     '*'     '*'     '*'     '*'
-POUND           '#'     '#'     '#'     '#'     '#'     '#'
-PLUS            '+'     '+'     '+'     '+'     '+'     '+'
-MORE_KEY        '\'     '\'     '\'     '|'     '|'     '|'
diff --git a/target/board/generic_x86/keymaps/ru.kl b/target/board/generic_x86/keymaps/ru.kl
deleted file mode 100644 (file)
index c249e3f..0000000
+++ /dev/null
@@ -1,100 +0,0 @@
-key 41    GRAVE
-key 2     1
-key 3     2
-key 4     3
-key 5     4
-key 6     5
-key 7     6
-key 8     7
-key 9     8
-key 10    9
-key 11    0
-key 1     BACK              WAKE_DROPPED
-key 230   SOFT_RIGHT        WAKE
-key 60    SOFT_RIGHT        WAKE
-key 107   ENDCALL           WAKE_DROPPED
-key 62    ENDCALL           WAKE_DROPPED
-key 64    ENDCALL           WAKE_DROPPED
-key 127   MENU         WAKE_DROPPED
-key 139   MENU         WAKE_DROPPED
-key 228   POUND
-key 227   STAR
-key 231   CALL              WAKE_DROPPED
-key 61    CALL              WAKE_DROPPED
-key 221   DPAD_CENTER       WAKE_DROPPED
-key 108   DPAD_DOWN         WAKE_DROPPED
-key 103   DPAD_UP           WAKE_DROPPED
-key 125   HOME              WAKE
-key 105   DPAD_LEFT         WAKE_DROPPED
-key 106   DPAD_RIGHT        WAKE_DROPPED
-key 113   VOLUME_MUTE
-key 114   VOLUME_DOWN
-key 115   VOLUME_UP
-key 116   POWER             WAKE
-key 211   FOCUS
-key 212   CAMERA
-key 238   WIFI
-key 142   SLEEP
-
-key 16    Q
-key 17    W
-key 18    E
-key 19    R
-key 20    T
-key 21    Y
-key 22    U
-key 23    I
-key 24    O
-key 25    P
-key 26    LEFT_BRACKET
-key 27    RIGHT_BRACKET
-key 43    BACKSLASH
-
-key 30    A
-key 31    S
-key 32    D
-key 33    F
-key 34    G
-key 35    H
-key 36    J
-key 37    K
-key 38    L
-key 39    SEMICOLON
-key 40    APOSTROPHE
-key 14    DEL
-
-key 44    Z
-key 45    X
-key 46    C
-key 47    V
-key 48    B
-key 49    N
-key 50    M
-key 51    COMMA
-key 52    PERIOD
-key 53    SLASH
-key 28    ENTER
-
-key 56    ALT_LEFT
-key 42    SHIFT_LEFT
-key 54    SHIFT_RIGHT
-key 15    TAB
-key 57    SPACE
-key 150   EXPLORER
-key 155   ENVELOPE
-
-key 12    MINUS
-key 13    EQUALS
-key 215   AT
-
-key 75    BACK              WAKE_DROPPED
-key 77    SOFT_RIGHT        WAKE
-key 96    ENTER
-key 100   ALT_RIGHT
-key 102   HOME              WAKE
-key 104   PAGE_UP
-key 109   PAGE_DOWN
-key 29    CTRL_LEFT
-key 97    CTRL_RIGHT
-key 58    CAPS_LOCK         CAPS_LOCK
-key 86    MORE_KEY
diff --git a/target/board/generic_x86/keymaps/uk.kcm b/target/board/generic_x86/keymaps/uk.kcm
deleted file mode 100644 (file)
index 065e810..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
-[type=QWERTY]
-
-# keycode       display number  base    caps    fn      caps_fn
-
-A               'A'     '2'     'a'     'A'     0x00E1  0x00C1
-B               'B'     '2'     'b'     'B'     '<'     0x00
-C               'C'     '2'     'c'     'C'     '9'     0x00E7
-D               'D'     '3'     'd'     'D'     '5'     0x00
-E               'E'     '3'     'e'     'E'     0x00E9  0x00C9
-F               'F'     '3'     'f'     'F'     '6'     0x00A5
-G               'G'     '4'     'g'     'G'     '-'     '_'
-H               'H'     '4'     'h'     'H'     '['     '{'
-I               'I'     '4'     'i'     'I'     0x00ED  0x00CD
-J               'J'     '5'     'j'     'J'     ']'     '}'
-K               'K'     '5'     'k'     'K'     '"'     '~'
-L               'L'     '5'     'l'     'L'     '''     '`'
-M               'M'     '6'     'm'     'M'     '!'     0x00
-N               'N'     '6'     'n'     'N'     '>'     0x0303
-O               'O'     '6'     'o'     'O'     0x00F3  0x00D3
-P               'P'     '7'     'p'     'P'     ')'     0x00
-Q               'Q'     '7'     'q'     'Q'     '*'     0x0300
-R               'R'     '7'     'r'     'R'     '3'     0x20AC
-S               'S'     '7'     's'     'S'     '4'     0x00DF
-T               'T'     '8'     't'     'T'     '+'     0x00A3
-U               'U'     '8'     'u'     'U'     0x00FA  0x00DA
-V               'V'     '8'     'v'     'V'     '='     '^'
-W               'W'     '9'     'w'     'W'     '1'     0x00
-X               'X'     '9'     'x'     'X'     '8'     0xEF00
-Y               'Y'     '9'     'y'     'Y'     '%'     0x00A1
-Z               'Z'     '9'     'z'     'Z'     '7'     0x00
-
-# on pc keyboards
-COMMA           ','     ','     ','     '<'     ';'     '|'
-PERIOD          '.'     '.'     '.'     '>'     ':'     0x2026
-AT              '@'     '0'     '@'     '0'     '0'     0x2022
-SLASH           '/'     '/'     '/'     '?'     '?'     '\'
-
-SPACE           0x20    0x20    0x20    0x20    0x9     0x9
-ENTER           0xa     0xa     0xa     0xa     0xa     0xa
-
-TAB             0x9     0x9     0x9     0x9     0x9     0x9
-0               '0'     '0'     '0'     ')'     ')'     ')'
-1               '1'     '1'     '1'     '!'     '!'     '!'
-2               '2'     '2'     '2'     '"'     '@'     '@'
-3           '3'   '3'   '3'   0x00A3  '#'     '#'
-4           '4'   '4'   '4'   '$'     0x20AC  '$'
-5               '5'     '5'     '5'     '%'     '%'     '%'
-6               '6'     '6'     '6'     '^'     '^'     '^'
-7               '7'     '7'     '7'     '&'     '&'     '&'
-8               '8'     '8'     '8'     '*'     '*'     '*'
-9               '9'     '9'     '9'     '('     '('     '('
-
-GRAVE           '`'     '`'     '`'     0x00AC  0x00A6  0x00A6
-MINUS           '-'     '-'     '-'     '_'     '-'     '_'
-EQUALS          '='     '='     '='     '+'     '='     '+'
-LEFT_BRACKET    '['     '['     '['     '{'     '['     '{'
-RIGHT_BRACKET   ']'     ']'     ']'     '}'     ']'     '}'
-BACKSLASH       '\'     '\'     '#'     '~'     '\'     '|'
-SEMICOLON       ';'     ';'     ';'     ':'     ';'     ':'
-APOSTROPHE      '''     '''     '''     '@'     '''     '"'
-STAR            '*'     '*'     '*'     '*'     '*'     '*'
-POUND           '#'     '#'     '#'     '#'     '#'     '#'
-PLUS            '+'     '+'     '+'     '+'     '+'     '+'
-MORE_KEY        '\'     '\'     '\'     '|'     '|'     '|'
diff --git a/target/board/generic_x86/keymaps/uk.kl b/target/board/generic_x86/keymaps/uk.kl
deleted file mode 100644 (file)
index b52527b..0000000
+++ /dev/null
@@ -1,99 +0,0 @@
-key 41    GRAVE
-key 2     1
-key 3     2
-key 4     3
-key 5     4
-key 6     5
-key 7     6
-key 8     7
-key 9     8
-key 10    9
-key 11    0
-key 1     BACK              WAKE_DROPPED
-key 230   SOFT_RIGHT        WAKE
-key 60    SOFT_RIGHT        WAKE
-key 107   ENDCALL           WAKE_DROPPED
-key 62    ENDCALL           WAKE_DROPPED
-key 64    ENDCALL           WAKE_DROPPED
-key 127   MENU         WAKE_DROPPED
-key 139   MENU         WAKE_DROPPED
-key 228   POUND
-key 227   STAR
-key 231   CALL              WAKE_DROPPED
-key 61    CALL              WAKE_DROPPED
-key 221   DPAD_CENTER       WAKE_DROPPED
-key 108   DPAD_DOWN         WAKE_DROPPED
-key 103   DPAD_UP           WAKE_DROPPED
-key 125   HOME              WAKE
-key 105   DPAD_LEFT         WAKE_DROPPED
-key 106   DPAD_RIGHT        WAKE_DROPPED
-key 113   VOLUME_MUTE
-key 114   VOLUME_DOWN
-key 115   VOLUME_UP
-key 116   POWER             WAKE
-key 211   FOCUS
-key 212   CAMERA
-key 238   WIFI
-key 142   SLEEP
-
-key 16    Q
-key 17    W
-key 18    E
-key 19    R
-key 20    T
-key 21    Y
-key 22    U
-key 23    I
-key 24    O
-key 25    P
-key 26    LEFT_BRACKET
-key 27    RIGHT_BRACKET
-key 43    BACKSLASH
-
-key 30    A
-key 31    S
-key 32    D
-key 33    F
-key 34    G
-key 35    H
-key 36    J
-key 37    K
-key 38    L
-key 39    SEMICOLON
-key 40    APOSTROPHE
-key 14    DEL
-
-key 44    Z
-key 45    X
-key 46    C
-key 47    V
-key 48    B
-key 49    N
-key 50    M
-key 51    COMMA
-key 52    PERIOD
-key 53    SLASH
-key 28    ENTER
-
-key 56    ALT_LEFT
-key 42    SHIFT_LEFT
-key 15    TAB
-key 57    SPACE
-key 150   EXPLORER
-key 155   ENVELOPE
-
-key 12    MINUS
-key 13    EQUALS
-key 215   AT
-
-key 75    BACK              WAKE_DROPPED
-key 77    SOFT_RIGHT        WAKE
-key 96    ENTER
-key 100   ALT_RIGHT
-key 102   HOME              WAKE
-key 104   PAGE_UP
-key 109   PAGE_DOWN
-key 29    CTRL_LEFT
-key 97    CTRL_RIGHT
-key 58    CAPS_LOCK         CAPS_LOCK
-key 86    MORE_KEY
index 5fa00ec..628a2d8 100644 (file)
@@ -31,6 +31,7 @@ THIRD_PARTY_APPS = \
 
 $(call inherit-product,frameworks/base/data/sounds/OriginalAudio.mk)
 $(call inherit-product,$(SRC_TARGET_DIR)/product/generic.mk)
+$(call inherit-product,device/common/keymaps/keymaps.mk)
 
 # Overrides
 PRODUCT_BRAND := generic_x86