Reviewed-by: Benjamin You <benjamin....@intel.com> > -----Original Message----- > From: Ni, Ruiyu > Sent: Tuesday, July 3, 2018 2:38 PM > To: edk2-devel@lists.01.org > Cc: Ma, Maurice <maurice...@intel.com>; Agyeman, Prince > <prince.agye...@intel.com>; You, Benjamin <benjamin....@intel.com> > Subject: [PATCH v3 2/7] CorebootPayload/PlatformBDS: Impl > PlatformBootManagerUnableToBoot > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ruiyu Ni <ruiyu...@intel.com> > Cc: Maurice Ma <maurice...@intel.com> > Cc: Prince Agyeman <prince.agye...@intel.com> > Cc: Benjamin You <benjamin....@intel.com> > --- > .../PlatformBootManagerLib/PlatformBootManager.c | 19 > ++++++++++++++++++- > 1 file changed, 18 insertions(+), 1 deletion(-) > > diff --git > a/CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManage > r.c > b/CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManage > r.c > index 7e92441da1..368e89d586 100644 > --- > a/CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManage > r.c > +++ > b/CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManage > r.c > @@ -2,7 +2,7 @@ > This file include all platform action which can be customized > by IBV/OEM. > > -Copyright (c) 2015 - 2017, Intel Corporation. All rights reserved.<BR> > +Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR> > This program and the accompanying materials > are licensed and made available under the terms and conditions of the BSD > License > which accompanies this distribution. The full text of the license may be > found > at > @@ -252,3 +252,20 @@ PlatformBootManagerWaitCallback ( > { > return; > } > + > +/** > + The function is called when no boot option could be launched, > + including platform recovery options and options pointing to applications > + built into firmware volumes. > + > + If this function returns, BDS attempts to enter an infinite loop. > +**/ > +VOID > +EFIAPI > +PlatformBootManagerUnableToBoot ( > + VOID > + ) > +{ > + return; > +} > + > -- > 2.16.1.windows.1
_______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel