coreboot-kgpe-d16/src/southbridge
Martin Roth 1e1c7ac3b4 southbridge/amd/sb600: Update HPET base address with #define
The SB600 code had the base address of the HPET hardcoded throughout.
It looks like the plan was to have it be updated in ACPI if needed,
but this wasn't ever implemented.  The variable names being used to
do this update were the same, causing an IASL warning.  Because of
this, the operation to update the HPET address actually did nothing.
This was fine, because it didn't actually need to be updated.

- Replace all that code with a #define.
- Add and update some comments in the same area.

Fixes IASL warning:
dsdt.aml   1505:       Store(HPBA, HPBA)
Warning  3023 -                      ^ Duplicate value in list (Source is the
same as Target)

Change-Id: I9ba5fe226a4a464e0045ce7d3406898760df5e5a
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/12705
Tested-by: build bot (Jenkins)
Reviewed-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
2015-12-16 00:56:08 +01:00
..
amd southbridge/amd/sb600: Update HPET base address with #define 2015-12-16 00:56:08 +01:00
broadcom tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
dmp/vortex86ex tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
intel x86 acpi: remove ALIGN_CURRENT macro 2015-12-15 20:12:01 +01:00
nvidia tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
rdc/r8610 tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
ricoh/rl5c476 tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
sis/sis966 tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
ti tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
via tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00