Re: [coreboot] msrtool: Read both values in diff mode from file [was: coreboot and MSM800BEV]

2010-01-17 Thread Peter Stuge
Stefan Reinauer wrote: > Very nice! > Acked-by: Stefan Reinauer Thanks! r5032-r5033 //Peter -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] msrtool: Read both values in diff mode from file [was: coreboot and MSM800BEV]

2010-01-17 Thread Stefan Reinauer
Very nice! Peter Stuge wrote: > This also introduces a small change in the user interface for immediate > mode (-i). Previously, whitespace could separate high and low words in > an MSR as such: > > msrtool -i 4c0f='f2f100ff 56960004' > > That is no longer allowed, a space character now ends t

Re: [coreboot] msrtool: Read both values in diff mode from file [was: coreboot and MSM800BEV]

2010-01-16 Thread Peter Stuge
Stefan Reinauer wrote: > > (It would be nice to have msrtool diff mode available in coreinfo, > > using a file stored in cbfs for comparison!) > > I think a diff mode would be better implemented in msrtool itself The diff mode has been implemented in msrtool already since first committed rc1. :)