[coreboot] SAR in Coreboot

2018-09-20 Thread galla rao
Hi All, This is my first email to coreboot open source team Does coreboot 4.8/4.9 support *Specific absorption rate* (*SAR*) How does Linux or Kernel driver uses the SAR Tx Power limits, Anyone working on this task, Kindly respond regards Galla -- coreboot mailing list: coreboot@coreboot.org h

[coreboot] microcode blob or ascii

2018-09-28 Thread galla rao
Hi , How does the coreboot picks the cpu microcodes as a blob or ASCII ? Tried both option GENERATE FROM TREE and INCLUDE EXTERNAL HEADER In Memory it appears it picks the ASCII file, but not a blob intel/cpu/baytrail/microcode/M0130679901.h 0x0001, /* Header Version */ 0x0901, /* Pat

Re: [coreboot] microcode blob or ascii

2018-09-28 Thread galla rao
This issue is sorted out cpu_microcode_blob.bin matches the ".h" file for microcode the SoC still fails at this point msr.lo = (unsigned long)m + sizeof(struct microcode); msr.hi = 0; *wrmsr(0x79, msr);* Any clues? On Fri, Sep 28, 2018 at 5:28 PM galla rao wrote: > Hi ,

Re: [coreboot] microcode blob or ascii

2018-10-02 Thread galla rao
> 0x, > > And try again... > Jose Trujillo. > > ‐‐‐ Original Message ‐‐‐ > On Friday, September 28, 2018 7:28 PM, galla rao > wrote: > > Hi , > > How does the coreboot picks the cpu microcodes > > as a blob or ASCII ? > > Tried both

[coreboot] Video not seen with BayTrail-I platform Board which has DVI/HDMI interface

2018-11-08 Thread galla rao
Hi All, Am facing Gfx Enablement failure, i don't see any Video output on my screen Config file has below settings CONFIG_VGA_BIOS_ID="8086,0f31" CONFIG_DRIVERS_PS2_KEYBOARD is not set CONFIG_ONBOARD_VGA_IS_PRIMARY=y CONFIG_VGA_BIOS=y CONFIG_UDELAY_IO is not set CONFIG_DCACHE_RAM_BASE=0xfef000

Re: [coreboot] Video not seen with BayTrail-I platform Board which has DVI/HDMI interface

2018-11-08 Thread galla rao
uld choose vesa framebuffer > option and text mode in seabios > JT > > > ‐‐‐ Original Message ‐‐‐ > On Thursday, November 8, 2018 1:08 PM, galla rao > wrote: > > Hi All, > > Am facing Gfx Enablement failure, i don't see any Video output on my screen >

[coreboot] uefi_nvs.bin in coreboot

2018-11-21 Thread galla rao
Hi All, am trying to save NVRAM variables which are modifed in Uefi Payload, but i could not save it. what is the role of uefi_nvs.bin file? coreboot/intel/mainboard/intel/bayleybay_fsp/uefi_nvs.bin Even the boot order does not save into NVRAM variables Can some one help me on this, Base a

Re: [coreboot] uefi_nvs.bin in coreboot

2018-11-23 Thread galla rao
will try to do it > myself. > > Jose. > > > > ‐‐‐ Original Message ‐‐‐ > On Wednesday, November 21, 2018 7:28 PM, galla rao > wrote: > > Hi All, > > am trying to save NVRAM variables which are modifed in Uefi Payload, but i > could not save it. >

[coreboot] Variable services in Tianocore payload

2018-12-14 Thread galla rao
Hi All, Does Tianocore payload supports Variable services for storing variables in SPI Flash The default has *In CorebootPayloadPkgIa32X64.dsc * * MdeModulePkg/Universal/Variable/EmuRuntimeDxe/EmuVariableRuntimeDxe.inf* Ideally it should have below drivers for Variable services to work C

[coreboot] Graphics Mode

2019-01-03 Thread galla rao
Video Mode in Coreboot *CorebootLog* coreboot video frame buffer information physical_address: 0xC000 *x_resolution: 0x400* *y_resolution: 0x300* bits_per_pixel: 0x20 bytes_per_line: 0x1000 red_mask_size: 0x8 red_mask_pos: 0x10 GOP UEFI driver (Tiano payload) is expected to report 4 modes GOP

[coreboot] SecureBoot Keys

2019-02-08 Thread galla rao
Hi All, Good Morning! would like to know from coreboot community a query on Secureboot keys! Is there a standard way to add SECUREBOOT keys into coreboot build process? Typically to sign & authenticate any UEFI application or OS loader, Keys need to be enrolled into BIOS. Shed some knowledge,

[coreboot] cleaning crossgcc tools

2019-02-12 Thread galla rao
Hi All, To pull cross compile tools in Coreboot the below command is run, make crossgcc-i386 CPUS=6 Is there a step or a command to clean all the tools that got installed ? Regards Ranga ___ coreboot mailing list -- coreboot@coreboot.org To unsubscribe

[coreboot] Re: cleaning crossgcc tools

2019-02-12 Thread galla rao
Thank you Nico for response, it clears xgcc folders in crossgcc How about tarballs that were also downloaded ? On Tue, Feb 12, 2019 at 6:39 PM Nico Huber wrote: > Hi Ranga, > > On 12.02.19 15:24, galla rao wrote: > > To pull cross compile tools in Coreboot the below command i