mbox series

[Linaro-uefi,0/3] AMD/Styx: enable strict memory permissions

Message ID 1488218551-6372-1-git-send-email-ard.biesheuvel@linaro.org
Headers show
Series AMD/Styx: enable strict memory permissions | expand

Message

Ard Biesheuvel Feb. 27, 2017, 6:02 p.m. UTC
This cleans up some dodgy code in the SMBIOS driver, after which it is
possible to enable the shiny new memory protection controls.

Note that these patches are still under review, so patch #3 cannot be
merged yet.

Ard Biesheuvel (3):
  Platforms/AMD/Styx/PlatformSmbiosDxe: don't write to string literals
  Platforms/AMD/Styx: constify/staticize all local functions and
    variables
  Platforms/AMD/Styx: enable strict memory permission policy

 Platforms/AMD/Styx/Drivers/PlatformSmbiosDxe/PlatformSmbiosDxe.c | 87 ++++++++++++--------
 Platforms/AMD/Styx/OverdriveBoard/OverdriveBoard.dsc             | 15 ++++
 2 files changed, 67 insertions(+), 35 deletions(-)