blob: 4a61c9a94ceec825224545eb69356dc1ffd104ad [file] [log] [blame]
Andrew Wu33b09562013-10-25 16:22:57 +08001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2013 DMP Electronics Inc.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 2 of the License.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
Andrew Wu33b09562013-10-25 16:22:57 +080014 */
15
16#ifndef DMP_POST_CODE_H
17#define DMP_POST_CODE_H
18
19/* DMP Vortex86EX specific POST codes */
20
21#define POST_DMP_KBD_FW_UPLOAD 0x06
22#define POST_DMP_KBD_CHK_READY 0x07
23#define POST_DMP_KBD_IS_READY 0x08
Andrew Wu1fefa842013-10-24 20:37:48 +080024#define POST_DMP_KBD_IS_BAD 0x09
Andrew Wu33b09562013-10-25 16:22:57 +080025#define POST_DMP_KBD_FW_VERIFY_ERR 0x82
26#define POST_DMP_ID_ERR 0x85
27#define POST_DMP_DRAM_TEST_ERR 0x86
28#define POST_DMP_DRAM_SIZING_ERR 0x77
29
30#endif /* DMP_POST_CODE_H*/