[edk2] [PATCH v4 0/9] Add platform hook for ultimate boot failure.

Ruiyu Ni posted 9 patches 5 years, 9 months ago
Failed in applying to current master (apply log)
ArmPkg/Library/PlatformBootManagerLib/PlatformBm.c | 18 ++++++-
.../Library/PlatformBootManagerLib/PlatformBm.c    | 62 +++++++++++++++++++++-
.../PlatformBootManagerLib/PlatformBootManager.c   | 19 ++++++-
.../Include/Library/PlatformBootManagerLib.h       | 13 +++++
.../PlatformBootManager.c                          | 19 ++++++-
MdeModulePkg/Universal/BdsDxe/BdsEntry.c           | 61 ++-------------------
.../PlatformBootManagerLib/PlatformBootManager.c   | 19 ++++++-
.../Library/PlatformBootManagerLib/BdsPlatform.c   | 61 ++++++++++++++++++++-
.../PlatformBootManagerLib/PlatformBootManager.c   | 19 ++++++-
9 files changed, 228 insertions(+), 63 deletions(-)
[edk2] [PATCH v4 0/9] Add platform hook for ultimate boot failure.
Posted by Ruiyu Ni 5 years, 9 months ago
v4:
  1. adds missing PlatformBootManagerLib instances modification for
     platform ArmPkg and ArmVirtPkg.
  2. Remove single quote in #1/9
  3. Wrap the long comments in #3/9

Ruiyu Ni (9):
  MdeModulePkg/PlatformBootManager: Add PlatformBootManagerUnableToBoot
  CorebootPayload/PlatformBDS: Impl PlatformBootManagerUnableToBoot
  OvmfPkg/PlatformBds: Implement PlatformBootManagerUnableToBoot
  Nt32Pkg/PlatformBDS: Implement PlatformBootManagerUnableToBoot
  QuarkPlatform/PlatformBDS: Implement PlatformBootManagerUnableToBoot
  ArmPkg/PlatformBDS: Implement PlatformBootManagerUnableToBoot
  ArmVirtPkg/PlatformBDS: Implement PlatformBootManagerUnableToBoot
  MdeModulePkg/BdsDxe: Revert "fall back to UI loop before hanging"
  MdeModulePkg/BdsDxe: Call PlatformBootManagerUnableToBoot()

 ArmPkg/Library/PlatformBootManagerLib/PlatformBm.c | 18 ++++++-
 .../Library/PlatformBootManagerLib/PlatformBm.c    | 62 +++++++++++++++++++++-
 .../PlatformBootManagerLib/PlatformBootManager.c   | 19 ++++++-
 .../Include/Library/PlatformBootManagerLib.h       | 13 +++++
 .../PlatformBootManager.c                          | 19 ++++++-
 MdeModulePkg/Universal/BdsDxe/BdsEntry.c           | 61 ++-------------------
 .../PlatformBootManagerLib/PlatformBootManager.c   | 19 ++++++-
 .../Library/PlatformBootManagerLib/BdsPlatform.c   | 61 ++++++++++++++++++++-
 .../PlatformBootManagerLib/PlatformBootManager.c   | 19 ++++++-
 9 files changed, 228 insertions(+), 63 deletions(-)

-- 
2.16.1.windows.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH v4 0/9] Add platform hook for ultimate boot failure.
Posted by Ni, Ruiyu 5 years, 9 months ago
On 7/4/2018 9:50 AM, Ruiyu Ni wrote:
> v4:
>    1. adds missing PlatformBootManagerLib instances modification for
>       platform ArmPkg and ArmVirtPkg.
>    2. Remove single quote in #1/9
>    3. Wrap the long comments in #3/9
> 
> Ruiyu Ni (9):
>    MdeModulePkg/PlatformBootManager: Add PlatformBootManagerUnableToBoot
>    CorebootPayload/PlatformBDS: Impl PlatformBootManagerUnableToBoot
>    OvmfPkg/PlatformBds: Implement PlatformBootManagerUnableToBoot
>    Nt32Pkg/PlatformBDS: Implement PlatformBootManagerUnableToBoot
>    QuarkPlatform/PlatformBDS: Implement PlatformBootManagerUnableToBoot
>    ArmPkg/PlatformBDS: Implement PlatformBootManagerUnableToBoot
>    ArmVirtPkg/PlatformBDS: Implement PlatformBootManagerUnableToBoot
>    MdeModulePkg/BdsDxe: Revert "fall back to UI loop before hanging"
>    MdeModulePkg/BdsDxe: Call PlatformBootManagerUnableToBoot()
> 
>   ArmPkg/Library/PlatformBootManagerLib/PlatformBm.c | 18 ++++++-
>   .../Library/PlatformBootManagerLib/PlatformBm.c    | 62 +++++++++++++++++++++-
>   .../PlatformBootManagerLib/PlatformBootManager.c   | 19 ++++++-
>   .../Include/Library/PlatformBootManagerLib.h       | 13 +++++
>   .../PlatformBootManager.c                          | 19 ++++++-
>   MdeModulePkg/Universal/BdsDxe/BdsEntry.c           | 61 ++-------------------
>   .../PlatformBootManagerLib/PlatformBootManager.c   | 19 ++++++-
>   .../Library/PlatformBootManagerLib/BdsPlatform.c   | 61 ++++++++++++++++++++-
>   .../PlatformBootManagerLib/PlatformBootManager.c   | 19 ++++++-
>   9 files changed, 228 insertions(+), 63 deletions(-)
> 
I will take leave for 1.5 weeks and will not be back until next.next Monday.
Because there are still some internal platform codes that need 
PlatformBootManagerLib modifications which I will make after I am back, 
the open source check-ins will be deferred after the internal 
modification is done.

-- 
Thanks,
Ray
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH v4 0/9] Add platform hook for ultimate boot failure.
Posted by Laszlo Ersek 5 years, 9 months ago
On 07/04/18 03:55, Ni, Ruiyu wrote:
> On 7/4/2018 9:50 AM, Ruiyu Ni wrote:
>> v4:
>>    1. adds missing PlatformBootManagerLib instances modification for
>>       platform ArmPkg and ArmVirtPkg.
>>    2. Remove single quote in #1/9
>>    3. Wrap the long comments in #3/9
>>
>> Ruiyu Ni (9):
>>    MdeModulePkg/PlatformBootManager: Add PlatformBootManagerUnableToBoot
>>    CorebootPayload/PlatformBDS: Impl PlatformBootManagerUnableToBoot
>>    OvmfPkg/PlatformBds: Implement PlatformBootManagerUnableToBoot
>>    Nt32Pkg/PlatformBDS: Implement PlatformBootManagerUnableToBoot
>>    QuarkPlatform/PlatformBDS: Implement PlatformBootManagerUnableToBoot
>>    ArmPkg/PlatformBDS: Implement PlatformBootManagerUnableToBoot
>>    ArmVirtPkg/PlatformBDS: Implement PlatformBootManagerUnableToBoot
>>    MdeModulePkg/BdsDxe: Revert "fall back to UI loop before hanging"
>>    MdeModulePkg/BdsDxe: Call PlatformBootManagerUnableToBoot()
>>
>>   ArmPkg/Library/PlatformBootManagerLib/PlatformBm.c | 18 ++++++-
>>   .../Library/PlatformBootManagerLib/PlatformBm.c    | 62
>> +++++++++++++++++++++-
>>   .../PlatformBootManagerLib/PlatformBootManager.c   | 19 ++++++-
>>   .../Include/Library/PlatformBootManagerLib.h       | 13 +++++
>>   .../PlatformBootManager.c                          | 19 ++++++-
>>   MdeModulePkg/Universal/BdsDxe/BdsEntry.c           | 61
>> ++-------------------
>>   .../PlatformBootManagerLib/PlatformBootManager.c   | 19 ++++++-
>>   .../Library/PlatformBootManagerLib/BdsPlatform.c   | 61
>> ++++++++++++++++++++-
>>   .../PlatformBootManagerLib/PlatformBootManager.c   | 19 ++++++-
>>   9 files changed, 228 insertions(+), 63 deletions(-)
>>
> I will take leave for 1.5 weeks and will not be back until next.next
> Monday.
> Because there are still some internal platform codes that need
> PlatformBootManagerLib modifications which I will make after I am back,
> the open source check-ins will be deferred after the internal
> modification is done.
> 

Makes sense. Thanks!
Laszlo
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel