mbox series

[Linaro-uefi,0/3] Platforms: switch to generic ResetSystemRuntimeDxe

Message ID 20170703151757.8413-1-ard.biesheuvel@linaro.org
Headers show
Series Platforms: switch to generic ResetSystemRuntimeDxe | expand

Message

Ard Biesheuvel July 3, 2017, 3:17 p.m. UTC
Remove the dependency on the deprecated ResetRuntimeDxe in EmbeddedPkg,
by switching to the generic implementation in MdeModulePkg instead.

Ard Biesheuvel (3):
  Platforms/AMD/Styx: switch to generic ResetSystemRuntimeDxe
  Platforms/Hisilicon: switch to generic ResetSystemRuntimeDxe
  Platforms/HiKey: switch to generic ResetSystemRuntimeDxe

 Chips/Hisilicon/Hisilicon.dsc.inc                            |   2 +-
 Platforms/AMD/Styx/CelloBoard/CelloBoard.dsc                 |   4 +-
 Platforms/AMD/Styx/CelloBoard/CelloBoard.fdf                 |   2 +-
 Platforms/AMD/Styx/Library/ResetSystemLib/ResetSystemLib.c   | 113 --------------------
 Platforms/AMD/Styx/Library/ResetSystemLib/ResetSystemLib.inf |  47 --------
 Platforms/AMD/Styx/Overdrive1000Board/Overdrive1000Board.dsc |   4 +-
 Platforms/AMD/Styx/Overdrive1000Board/Overdrive1000Board.fdf |   2 +-
 Platforms/AMD/Styx/OverdriveBoard/OverdriveBoard.dsc         |   4 +-
 Platforms/AMD/Styx/OverdriveBoard/OverdriveBoard.fdf         |   2 +-
 Platforms/Hisilicon/D02/Pv660D02.dsc                         |   2 +-
 Platforms/Hisilicon/D02/Pv660D02.fdf                         |   2 +-
 Platforms/Hisilicon/D03/D03.dsc                              |   2 +-
 Platforms/Hisilicon/D03/D03.fdf                              |   2 +-
 Platforms/Hisilicon/D05/D05.dsc                              |   2 +-
 Platforms/Hisilicon/D05/D05.fdf                              |   2 +-
 Platforms/Hisilicon/HiKey/HiKey.dsc                          |   4 +-
 Platforms/Hisilicon/HiKey/HiKey.fdf                          |   2 +-
 17 files changed, 19 insertions(+), 179 deletions(-)
 delete mode 100644 Platforms/AMD/Styx/Library/ResetSystemLib/ResetSystemLib.c
 delete mode 100644 Platforms/AMD/Styx/Library/ResetSystemLib/ResetSystemLib.inf

Comments

Leif Lindholm July 3, 2017, 4:27 p.m. UTC | #1
On Mon, Jul 03, 2017 at 04:17:54PM +0100, Ard Biesheuvel wrote:
> Remove the dependency on the deprecated ResetRuntimeDxe in EmbeddedPkg,
> by switching to the generic implementation in MdeModulePkg instead.

For the series:
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>

> Ard Biesheuvel (3):
>   Platforms/AMD/Styx: switch to generic ResetSystemRuntimeDxe
>   Platforms/Hisilicon: switch to generic ResetSystemRuntimeDxe
>   Platforms/HiKey: switch to generic ResetSystemRuntimeDxe
> 
>  Chips/Hisilicon/Hisilicon.dsc.inc                            |   2 +-
>  Platforms/AMD/Styx/CelloBoard/CelloBoard.dsc                 |   4 +-
>  Platforms/AMD/Styx/CelloBoard/CelloBoard.fdf                 |   2 +-
>  Platforms/AMD/Styx/Library/ResetSystemLib/ResetSystemLib.c   | 113 --------------------
>  Platforms/AMD/Styx/Library/ResetSystemLib/ResetSystemLib.inf |  47 --------
>  Platforms/AMD/Styx/Overdrive1000Board/Overdrive1000Board.dsc |   4 +-
>  Platforms/AMD/Styx/Overdrive1000Board/Overdrive1000Board.fdf |   2 +-
>  Platforms/AMD/Styx/OverdriveBoard/OverdriveBoard.dsc         |   4 +-
>  Platforms/AMD/Styx/OverdriveBoard/OverdriveBoard.fdf         |   2 +-
>  Platforms/Hisilicon/D02/Pv660D02.dsc                         |   2 +-
>  Platforms/Hisilicon/D02/Pv660D02.fdf                         |   2 +-
>  Platforms/Hisilicon/D03/D03.dsc                              |   2 +-
>  Platforms/Hisilicon/D03/D03.fdf                              |   2 +-
>  Platforms/Hisilicon/D05/D05.dsc                              |   2 +-
>  Platforms/Hisilicon/D05/D05.fdf                              |   2 +-
>  Platforms/Hisilicon/HiKey/HiKey.dsc                          |   4 +-
>  Platforms/Hisilicon/HiKey/HiKey.fdf                          |   2 +-
>  17 files changed, 19 insertions(+), 179 deletions(-)
>  delete mode 100644 Platforms/AMD/Styx/Library/ResetSystemLib/ResetSystemLib.c
>  delete mode 100644 Platforms/AMD/Styx/Library/ResetSystemLib/ResetSystemLib.inf
> 
> -- 
> 2.9.3
>
Ard Biesheuvel July 3, 2017, 5:38 p.m. UTC | #2
On 3 July 2017 at 17:27, Leif Lindholm <leif.lindholm@linaro.org> wrote:
> On Mon, Jul 03, 2017 at 04:17:54PM +0100, Ard Biesheuvel wrote:
>> Remove the dependency on the deprecated ResetRuntimeDxe in EmbeddedPkg,
>> by switching to the generic implementation in MdeModulePkg instead.
>
> For the series:
> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
>

Thanks, pushed as 3c4fa409b6b0..01987f46df87