public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* SMBios configuration table not present until late stage of boot
@ 2017-05-18 15:00 Tomas Pilar (tpilar)
  2017-05-18 15:11 ` Jim.Dailey
  0 siblings, 1 reply; 10+ messages in thread
From: Tomas Pilar (tpilar) @ 2017-05-18 15:00 UTC (permalink / raw)
  To: edk2-devel@lists.01.org

Hi,

I am trying to read the system UUID from the System Table (Type 1) in 
the SMBios set of tables. I am doing this during DriverBinding.Start() 
part of the UEFI_DRIVER initialisation. Unfortunately the 
gST->ConfigurationTable only contains 6 tables and SMBios is not one of 
them.

Once I boot into UEFI shell or start a PXE booting process, the 
gST->ConfigurationTable now contains 8 tables and SMBios is one of the 
two new tables. If I however only boot to a HDD, this never seems to 
happen.

Can someone offer some insight why this might be so and how would I go 
about forcing the platform to provide the SMBios in 
gST->ConfigurationTable at a sensible point?

Incidentally it seems ExitBootServices is not signaled on this platform 
if the boot goes through to HDD either, which is another strange thing ...

Cheers,
Tom





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

end of thread, other threads:[~2017-05-19 20:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-18 15:00 SMBios configuration table not present until late stage of boot Tomas Pilar (tpilar)
2017-05-18 15:11 ` Jim.Dailey
2017-05-18 15:13   ` Tomas Pilar (tpilar)
2017-05-18 15:25     ` Jim.Dailey
2017-05-18 15:28       ` Tomas Pilar (tpilar)
2017-05-18 17:22         ` Andrew Fish
2017-05-18 18:26         ` Laszlo Ersek
2017-05-19 10:32           ` Tomas Pilar (tpilar)
2017-05-19 17:36             ` Andrew Fish
2017-05-19 20:48             ` Laszlo Ersek

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