summaryrefslogtreecommitdiff
path: root/BeagleBoardPkg/Bds
diff options
context:
space:
mode:
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2010-04-30 23:07:56 +0000
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2010-04-30 23:07:56 +0000
commit2a9fe5409d044948b2285ff4971ba64d26584b16 (patch)
tree8eb5d17bddbbb76d529c4734f462e4bc704d8620 /BeagleBoardPkg/Bds
parent20f461ce9293c188fa1edf525a2595028c7a004f (diff)
Add ReadyToBoot signal to BDS.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10453 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BeagleBoardPkg/Bds')
-rw-r--r--BeagleBoardPkg/Bds/BdsEntry.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/BeagleBoardPkg/Bds/BdsEntry.c b/BeagleBoardPkg/Bds/BdsEntry.c
index c02b638a4..8de4e7a20 100644
--- a/BeagleBoardPkg/Bds/BdsEntry.c
+++ b/BeagleBoardPkg/Bds/BdsEntry.c
@@ -150,6 +150,8 @@ BdsEntry (
}
}
+ EfiSignalEventReadyToBoot ();
+
//Locate handles for SimpleFileSystem protocol
Status = gBS->LocateHandleBuffer (
ByProtocol,