aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/union_station/dsdt.asl
diff options
context:
space:
mode:
authorFrank Vibrans <frank.vibrans@se-eng.com>2012-03-13 11:02:04 -0600
committerPeter Stuge <peter@stuge.se>2012-03-13 18:39:37 +0100
commit5efe10a637a65a61eb1823bcb33ffacb7ea22d55 (patch)
treec741810827991ac5c7bbc5d7c3fcd70e3d84a26f /src/mainboard/amd/union_station/dsdt.asl
parent2fc955ebc0e39f063935a51574663c9198b16bcc (diff)
Union Station: Fixes to turn on HDMI
This commit includes the changes to enable the HDMI on Union Station. The changes switch the output from the display port to the HDMI. Change-Id: I4e15ff6db7d056f156791ff1406d4bae35ff2767 Signed-off-by: Frank Vibrans <frank.vibrans@se-eng.com> Reviewed-on: http://review.coreboot.org/788 Tested-by: build bot (Jenkins) Reviewed-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'src/mainboard/amd/union_station/dsdt.asl')
-rw-r--r--src/mainboard/amd/union_station/dsdt.asl7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mainboard/amd/union_station/dsdt.asl b/src/mainboard/amd/union_station/dsdt.asl
index 5c8b6612a9..fb2cfe88e5 100644
--- a/src/mainboard/amd/union_station/dsdt.asl
+++ b/src/mainboard/amd/union_station/dsdt.asl
@@ -1166,13 +1166,14 @@ DefinitionBlock (
} /* end AMRT */
/* The internal GFX bridge */
- Device(AGPB) {
+ Device(HDMI) {
Name(_ADR, 0x00010000)
Name(_PRW, Package() {0x18, 4})
Method(_PRT,0) {
- Return (APR1)
+ If(PMOD){ Return(APR1) } /* APIC mode */
+ Return (PR1) /* PIC Mode */
}
- } /* end AGPB */
+ } /* end HDMI */
/* The external GFX bridge */
Device(PBR2) {