Re: [edk2] UEFI diagnostic application

2014-05-14 Thread Carsey, Jaben
: Wednesday, May 14, 2014 1:19 PM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] UEFI diagnostic application Hi Michał, I think you can also take SMBIOS tables from EFI System Table. Regards, Jakub Radtke Hi Michal. There is a protocol named EFI_SMBIOS_PROTOCOL_GUID defined by the PI

Re: [edk2] UEFI diagnostic application

2014-05-14 Thread Jakub Radtke
2-devel *Subject:* Re: [edk2] UEFI diagnostic application Hi Michal I believe you would probably take a llok at the Smbios protocol. There you'll find several information about your system. The UEFI shell has a command names smbiowvoew here you can check all this inf

Re: [edk2] UEFI diagnostic application

2014-05-13 Thread Rafael Machado
s, > > Michał Ciesielski > > > > *From:* Rafael Machado [mailto:rafaelrodrigues.mach...@gmail.com] > *Sent:* Friday, May 9, 2014 1:35 PM > *To:* edk2-devel > *Subject:* Re: [edk2] UEFI diagnostic application > > > > Hi Michal > > > > I believe you would

Re: [edk2] UEFI diagnostic application

2014-05-12 Thread Michał Ciesielski
To: edk2-devel Subject: Re: [edk2] UEFI diagnostic application Hi Michal I believe you would probably take a llok at the Smbios protocol. There you'll find several information about your system. The UEFI shell has a command names smbiowvoew here you can check all this inform

Re: [edk2] UEFI diagnostic application

2014-05-09 Thread Rafael Machado
ielski [mailto:mic...@alplast.com.pl] > *Sent:* Friday, May 09, 2014 3:08 PM > *To:* edk2-devel@lists.sourceforge.net > *Subject:* [edk2] UEFI diagnostic application > > > > Hi, > > > > My name is Michał Ciesielski and I am working in > > a small computer man

Re: [edk2] UEFI diagnostic application

2014-05-09 Thread Parmeshwr_Prasad
@lists.sourceforge.net Subject: [edk2] UEFI diagnostic application Hi, My name is Michał Ciesielski and I am working in a small computer manufacturer company. Now we're trying to write UEFI diagnostic application. We would like to read some data, like CPU status, CPU fan speed, memory size and statu

[edk2] UEFI diagnostic application

2014-05-09 Thread Michał Ciesielski
Hi, My name is Michał Ciesielski and I am working in a small computer manufacturer company. Now we're trying to write UEFI diagnostic application. We would like to read some data, like CPU status, CPU fan speed, memory size and status etc. Unfortuneatly we have many problems with that,