diff options
author | Sven Schnelle <svens@stackframe.org> | 2011-04-01 07:28:35 +0000 |
---|---|---|
committer | Sven Schnelle <svens@stackframe.org> | 2011-04-01 07:28:35 +0000 |
commit | 8a539b6678661891cc750e71ffb3789cb32d0eec (patch) | |
tree | 5f1fc1f2acc78aeddd93c111071f0e53d591a440 /src/mainboard/hp | |
parent | 0df0b5256831609559514378bfd33ff35fcdea17 (diff) |
ICH7: Fix register naming error
There's an off-by-one error in the ACPI GP_LVL declaration:
it declares GL00 with a bit count of 6, and continues with GP07
afterwards. This should be GP06, as the first bitfield covers
GP00-GP05.
While at it, change it to GP00-GP05, as right now GL00 isn't used,
and single bitfield are more usable here.
Also adjust the Getac P470, as this is the only user of those defintions
right now.
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6471 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/hp')
0 files changed, 0 insertions, 0 deletions