aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2012-02-22 10:27:59 +1100
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2012-02-22 10:27:59 +1100
commit17f7f20d04fdd8cbb4759bb717a00046b3ba92e1 (patch)
treee0fbdca9f6f079a08839bb813689c83644816daf
parentd153364253548d6cd91403711f84996e6a7dab31 (diff)
downloadSLOF-17f7f20d04fdd8cbb4759bb717a00046b3ba92e1.zip
SLOF-17f7f20d04fdd8cbb4759bb717a00046b3ba92e1.tar.gz
SLOF-17f7f20d04fdd8cbb4759bb717a00046b3ba92e1.tar.bz2
Fix address masking for video cards
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
-rw-r--r--board-qemu/slof/pci-device_1013_00b8.fs2
-rw-r--r--board-qemu/slof/pci-device_1234_1111.fs2
2 files changed, 2 insertions, 2 deletions
diff --git a/board-qemu/slof/pci-device_1013_00b8.fs b/board-qemu/slof/pci-device_1013_00b8.fs
index 8b051b7..778f1e8 100644
--- a/board-qemu/slof/pci-device_1013_00b8.fs
+++ b/board-qemu/slof/pci-device_1013_00b8.fs
@@ -18,7 +18,7 @@ d# 600 VALUE disp-height
d# 8 VALUE disp-depth
\ Determine base address
-10 config-l@ translate-my-address 3 not AND VALUE fb-base
+10 config-l@ translate-my-address f not AND VALUE fb-base
\ Fixed up later
-1 VALUE io-base
diff --git a/board-qemu/slof/pci-device_1234_1111.fs b/board-qemu/slof/pci-device_1234_1111.fs
index ee13743..9987d8a 100644
--- a/board-qemu/slof/pci-device_1234_1111.fs
+++ b/board-qemu/slof/pci-device_1234_1111.fs
@@ -18,7 +18,7 @@ d# 600 VALUE disp-height
d# 8 VALUE disp-depth
\ Determine base address
-10 config-l@ translate-my-address 3 not AND VALUE fb-base
+10 config-l@ translate-my-address f not AND VALUE fb-base
\ Fixed up later
-1 VALUE io-base