Wim Vervoorn | 7c04acf | 2019-12-05 13:45:41 +0100 | [diff] [blame^] | 1 | /* |
| 2 | * This file is part of the coreboot project. |
| 3 | * |
| 4 | * Copyright (C) 2013 Google Inc. |
| 5 | * Copyright (C) 2015 Intel Corp. |
| 6 | * Copyright (C) 2018-2019 Eltan B.V. |
| 7 | * |
| 8 | * This program is free software; you can redistribute it and/or modify |
| 9 | * it under the terms of the GNU General Public License as published by |
| 10 | * the Free Software Foundation; version 2 of the License. |
| 11 | * |
| 12 | * This program is distributed in the hope that it will be useful, |
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | * GNU General Public License for more details. |
| 16 | */ |
| 17 | |
| 18 | #ifndef ONBOARD_H |
| 19 | #define ONBOARD_H |
| 20 | |
| 21 | #define ITE8528_CMD_PORT 0x6E |
| 22 | #define ITE8528_DATA_PORT 0x6F |
| 23 | |
| 24 | #endif |