| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Support for 'media5200-platform' compatible boards. |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 2008 Secret Lab Technologies Ltd. |
|---|
| 5 | | - * |
|---|
| 6 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 7 | | - * under the terms of the GNU General Public License as published by the |
|---|
| 8 | | - * Free Software Foundation; either version 2 of the License, or (at your |
|---|
| 9 | | - * option) any later version. |
|---|
| 10 | 6 | * |
|---|
| 11 | 7 | * Description: |
|---|
| 12 | 8 | * This code implements support for the Freescape Media5200 platform |
|---|
| .. | .. |
|---|
| 17 | 13 | * a cascaded interrupt controller driver which attaches itself to the |
|---|
| 18 | 14 | * Virtual IRQ subsystem after the primary mpc5200 interrupt controller |
|---|
| 19 | 15 | * is initialized. |
|---|
| 20 | | - * |
|---|
| 21 | 16 | */ |
|---|
| 22 | 17 | |
|---|
| 23 | 18 | #undef DEBUG |
|---|