aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/sb600/chip.h
diff options
context:
space:
mode:
authorJoe Bao <zheng.bao@amd.com>2008-12-01 19:37:21 +0000
committerMarc Jones <marc.jones@amd.com>2008-12-01 19:37:21 +0000
commit164463c551367d0ae3a9f8e5a1719200af99b060 (patch)
tree0b2b1a6682749dcc44302548edbebb08ce914df4 /src/southbridge/amd/sb600/chip.h
parent7a51e50582b65bb6ac54e8923470807b5975c6e1 (diff)
Add AMD sb600 HPET setup and some minor cleanups.
Signed-off-by: Joe Bao <zheng.bao@amd.com> Reviewed-by: Maggie Li <maggie.li@amd.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Marc Jones <marcj303@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3785 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/amd/sb600/chip.h')
-rw-r--r--src/southbridge/amd/sb600/chip.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/southbridge/amd/sb600/chip.h b/src/southbridge/amd/sb600/chip.h
index 808d358965..4dc4c16274 100644
--- a/src/southbridge/amd/sb600/chip.h
+++ b/src/southbridge/amd/sb600/chip.h
@@ -20,11 +20,11 @@
#ifndef SB600_CHIP_H
#define SB600_CHIP_H
-struct southbridge_amd_sb600_config
+struct southbridge_amd_sb600_config
{
- unsigned int ide0_enable : 1;
- unsigned int sata0_enable : 1;
- unsigned long hda_viddid;
+ u32 ide0_enable : 1;
+ u32 sata0_enable : 1;
+ u32 hda_viddid;
};
struct chip_operations;
extern struct chip_operations southbridge_amd_sb600_ops;