Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / SLOF / board-js2x / include / southbridge.h
1 /******************************************************************************
2  * Copyright (c) 2004, 2008 IBM Corporation
3  * All rights reserved.
4  * This program and the accompanying materials
5  * are made available under the terms of the BSD License
6  * which accompanies this distribution, and is available at
7  * http://www.opensource.org/licenses/bsd-license.php
8  *
9  * Contributors:
10  *     IBM Corporation - initial implementation
11  *****************************************************************************/
12
13 #ifndef _SOUTHBRIDGE_H
14 #define _SOUTHBRIDGE_H
15
16
17 #define SB_FLASH_adr           (0xff000000)          // FLASH (EBC_CS0/Bank0)
18 #define SB_NVRAM_adr           (0xff800000)          // NonVolatile mapping
19 #define SB_NVRAM_FWONLY_adr    (0xff8FF000)          // NonVolatile mapping
20 #define NVRAM_LENGTH           0x100000
21 #define NVRAM_FWONLY_LENGTH    0x1000
22 #define SB_MAILBOX_adr         0
23
24 #define FLASH_LENGTH           0x400000
25
26 #define SB_IPMI_KCS_adr        0xF4000CA8            // IPMI KCS
27
28 #endif