[coreboot] ISP header for x60, fallback: indicating normal boot from grub2

Charles Devereaux coreboot at guylhem.net
Sun Jul 20 08:14:46 CEST 2014


Hello


On Sat, Jul 19, 2014 at 7:18 AM, Vladimir 'φ-coder/phcoder' Serbinenko <
phcoder at gmail.com> wrote:
>
> >     menuentry 'Normal' {
> >             cmosclean 0x30:0
> >             cmosclean 0x30:1
> >             cmosclean 0x30:2
> >             cmosclean 0x30:3
> >             cmosclean 0x30:4
> >             cmosclean 0x30:5
> >
> >             halt
> >     }
> >The values are exactly the same. Search for hex.

cmosclean 48:0
cmosclean 48:1
cmosclean 48:4
cmosclean 48:5
cmosclean 48:6
cmosclean 48:7

48=0x30, but the first one goes from 0 to 5, while the 2nd one skips 2 and
3 and use 6 and 7 instead.

I'm just curious

> pager=1

Works! Thanks a lot!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20140720/9671b8fe/attachment.html>


More information about the coreboot mailing list