Re: [edk2-devel] [edk2-platforms][PATCH v2 4/5] Platform/RPi3/PlatformSmbiosDxe: Populate BIOS major/minor from PCD

2019-10-10 Thread Leif Lindholm
On Tue, Oct 08, 2019 at 01:38:40PM +0100, Pete Batard wrote: > String parsing code is added to BIOSInfoUpdateSmbiosType0() so that > any numeric "x.y" value being passed in PcdFirmwareVersionString is > now used to populate the BIOS major and minor. > > Signed-off-by: Pete Batard > --- >

[edk2-devel] [edk2-platforms][PATCH v2 4/5] Platform/RPi3/PlatformSmbiosDxe: Populate BIOS major/minor from PCD

2019-10-08 Thread Pete Batard
String parsing code is added to BIOSInfoUpdateSmbiosType0() so that any numeric "x.y" value being passed in PcdFirmwareVersionString is now used to populate the BIOS major and minor. Signed-off-by: Pete Batard --- Platform/RaspberryPi/RPi3/Drivers/PlatformSmbiosDxe/PlatformSmbiosDxe.c | 44