[MinnowBoard] how change default value for PCI Express Root Port 2 ?

Grigory V. Korotov grinux at mail.ru
Fri Apr 1 11:13:58 UTC 2016


Hi,
in file SouthClusterConfig.vfi

change:
suppressif ideqval Setup.IchPciExp[0] == 0x0;
     oneof varid    = Setup.IchPciExp[1],
       prompt   = STRING_TOKEN(STR_ICH_PCIERP2_PROMPT),
       help     = STRING_TOKEN(STR_ICH_PCIERP_HELP),
       option text = STRING_TOKEN(STR_ENABLE), value=1, flags= 
RESET_REQUIRED;
       option text = STRING_TOKEN(STR_DISABLE), value=0, flags= DEFAULT 
| MANUFACTURING | RESET_REQUIRED;
     endoneof;

to:
suppressif ideqval Setup.IchPciExp[0] == 0x0;
     oneof varid    = Setup.IchPciExp[1],
       prompt   = STRING_TOKEN(STR_ICH_PCIERP2_PROMPT),
       help     = STRING_TOKEN(STR_ICH_PCIERP_HELP),
       option text = STRING_TOKEN(STR_ENABLE), value=1, flags=DEFAULT | 
MANUFACTURING | RESET_REQUIRED;
       option text = STRING_TOKEN(STR_DISABLE), value=0, flags=0 | 
RESET_REQUIRED;
     endoneof;


Grigory

01.04.2016 14:00, Anteja Vuk Macek пишет:
> Hi,
>
> I work with MinnowMax board. I don't know on which place in code I can 
> change PCI Express Root Port 2 (  PCI Express Configuration ) on 
> enable and also I what that value will default value in BIOS. Because 
> PCI Express Root Port 2 for know default was disable.
>
> I don't want to every time go in BIOS Setup browser to change it.  
> Could somebody help we with that?
>
> Best regards,
>
> Teja
>
> This email has been sent from a virus-free computer protected by Avast.
> www.avast.com 
> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> 
>
>
>
>
> _______________________________________________
> elinux-MinnowBoard mailing list
> elinux-MinnowBoard at lists.elinux.org
> http://lists.elinux.org/mailman/listinfo/elinux-minnowboard

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.elinux.org/pipermail/elinux-minnowboard/attachments/20160401/f5060812/attachment.html>


More information about the elinux-MinnowBoard mailing list