diff options
author | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-04-30 23:07:56 +0000 |
---|---|---|
committer | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-04-30 23:07:56 +0000 |
commit | 2a9fe5409d044948b2285ff4971ba64d26584b16 (patch) | |
tree | 8eb5d17bddbbb76d529c4734f462e4bc704d8620 /BeagleBoardPkg/Bds | |
parent | 20f461ce9293c188fa1edf525a2595028c7a004f (diff) | |
download | edk2-platforms-2a9fe5409d044948b2285ff4971ba64d26584b16.tar.xz |
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.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BeagleBoardPkg/Bds/BdsEntry.c b/BeagleBoardPkg/Bds/BdsEntry.c index c02b638a4e..8de4e7a209 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,
|