summaryrefslogtreecommitdiffstats
path: root/stage1/main.c
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2021-05-15 17:43:32 -0600
committerGitHub <noreply@github.com>2021-05-15 17:43:32 -0600
commit99349782cdfe690c2a5b8f0d4c07111a898aa51b (patch)
tree614e38217e27486489c2d44b418d846048ec9576 /stage1/main.c
parent8aef606e37cc3d21aaa3076c8708893bf70f5a57 (diff)
downloadbcm5719-ortega-99349782cdfe690c2a5b8f0d4c07111a898aa51b.tar.gz
bcm5719-ortega-99349782cdfe690c2a5b8f0d4c07111a898aa51b.zip
stage1: Ensure PciConfig is initialized to enable APE writes from the host. (#215)
This fixes an issue on FreeBSD that resulted in the following printout: bge1: APE lock 1 request failed! request = 0x8404[0x0002], status = 0x8424[0x0000]
Diffstat (limited to 'stage1/main.c')
-rw-r--r--stage1/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage1/main.c b/stage1/main.c
index a23c50e..6c208ea 100644
--- a/stage1/main.c
+++ b/stage1/main.c
@@ -182,7 +182,7 @@ int main()
}
// Perform early initialization
- early_init_hw();
+ early_init_hw(&DEVICE);
reportStatus(STATUS_MAIN, 1);
OpenPOWER on IntegriCloud