blob: f77397744f7465b91ce8c06026a3829f9384f980 [file] [log] [blame]
Zheng Baod0985752011-01-20 04:45:48 +00001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2010 Advanced Micro Devices, 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.
Zheng Baod0985752011-01-20 04:45:48 +000014 */
15
16#ifndef SB800_CHIP_H
17#define SB800_CHIP_H
18
19struct southbridge_amd_sb800_config
20{
21 u32 ide0_enable : 1;
22 u32 sata0_enable : 1;
23 u32 boot_switch_sata_ide : 1;
24 u32 hda_viddid;
25 u8 gpp_configuration;
26};
Zheng Baod0985752011-01-20 04:45:48 +000027
28#endif /* SB800_CHIP_H */