public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/2] PEI phase boot mode setting
@ 2017-11-01 13:11 Ard Biesheuvel
  2017-11-01 13:11 ` [PATCH 1/2] EmbeddedPkg: introduce GPIO PPI Ard Biesheuvel
  2017-11-01 13:11 ` [PATCH 2/2] ArmPlatformPkg/PlatformPeim: allow PlatformPeiLib to set the boot mode Ard Biesheuvel
  0 siblings, 2 replies; 7+ messages in thread
From: Ard Biesheuvel @ 2017-11-01 13:11 UTC (permalink / raw)
  To: edk2-devel, leif.lindholm; +Cc: daniel.thompson, Ard Biesheuvel

Two patches to allow a platform to set the boot mode from its PlatformPeiLib
implementation using services exposed by a GPIO PPI. These are needed to
implement a 'clear NVRAM' feature based on a DIP switch on the Developer Box
platform.

Ard Biesheuvel (2):
  EmbeddedPkg: introduce GPIO PPI
  ArmPlatformPkg/PlatformPeim: allow PlatformPeiLib to set the boot mode

 ArmPlatformPkg/PlatformPei/PlatformPeim.c   |  12 +-
 ArmPlatformPkg/PlatformPei/PlatformPeim.inf |   1 +
 EmbeddedPkg/EmbeddedPkg.dec                 |   3 +
 EmbeddedPkg/Include/Ppi/EmbeddedGpio.h      | 151 ++++++++++++++++++++
 4 files changed, 162 insertions(+), 5 deletions(-)
 create mode 100644 EmbeddedPkg/Include/Ppi/EmbeddedGpio.h

-- 
2.11.0



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-11-05 16:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-01 13:11 [PATCH 0/2] PEI phase boot mode setting Ard Biesheuvel
2017-11-01 13:11 ` [PATCH 1/2] EmbeddedPkg: introduce GPIO PPI Ard Biesheuvel
2017-11-05  5:38   ` Leif Lindholm
2017-11-05 10:05     ` Ard Biesheuvel
2017-11-05 16:21       ` Ard Biesheuvel
2017-11-01 13:11 ` [PATCH 2/2] ArmPlatformPkg/PlatformPeim: allow PlatformPeiLib to set the boot mode Ard Biesheuvel
2017-11-05  5:43   ` Leif Lindholm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox