| 1 | cpu.c/h & acpi_patcher.c that detect cpu features.␊ |
| 2 | an adaptation for chameleon 2.0 RC5 from original :␊ |
| 3 | ␊ |
| 4 | ========================␊ |
| 5 | coreboot license notice␊ |
| 6 | ========================␊ |
| 7 | ␊ |
| 8 | Released under version 2 of the Gnu Public License.␊ |
| 9 | By quite a large number of individual developers and companies.␊ |
| 10 | Please check the individual source files for details.␊ |
| 11 | http://www.coreboot.org␊ |
| 12 | ␊ |
| 13 | ␊ |
| 14 | ============================␊ |
| 15 | GPL version 2 license notice␊ |
| 16 | ============================␊ |
| 17 | ␊ |
| 18 | This program is free software; you can redistribute it and/or␊ |
| 19 | modify it under the terms of the GNU General Public License␊ |
| 20 | as published by the Free Software Foundation; either version 2␊ |
| 21 | of the License, or (at your option) any later version.␊ |
| 22 | ␊ |
| 23 | This program is distributed in the hope that it will be useful,␊ |
| 24 | but WITHOUT ANY WARRANTY; without even the implied warranty of␊ |
| 25 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the␊ |
| 26 | GNU General Public License for more details.␊ |
| 27 | ␊ |
| 28 | You should have received a copy of the GNU General Public License␊ |
| 29 | along with this program; if not, write to the Free Software␊ |
| 30 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.␊ |
| 31 | |