.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Low-level PCI config space access for OLPC systems who lack the VSA |
---|
3 | 4 | * PCI virtualization software. |
---|
4 | 5 | * |
---|
5 | 6 | * Copyright © 2006 Advanced Micro Devices, Inc. |
---|
6 | | - * |
---|
7 | | - * This program is free software; you can redistribute it and/or modify |
---|
8 | | - * it under the terms of the GNU General Public License as published by |
---|
9 | | - * the Free Software Foundation; either version 2 of the License, or |
---|
10 | | - * (at your option) any later version. |
---|
11 | 7 | * |
---|
12 | 8 | * The AMD Geode chipset (ie: GX2 processor, cs5536 I/O companion device) |
---|
13 | 9 | * has some I/O functions (display, southbridge, sound, USB HCIs, etc) |
---|