Re: [coreboot] [commit] r6626 - trunk/src/mainboard/asrock/e350m1

2011-06-05 Thread Scott Duplichan
Stefan Reinauer wrote: ]> + // all cores: set pstate 0 (1600 MHz) early to save a few ms of boot ]time ]> + __writemsr (0xc0010062, 0); ]> + ] ]why not use writemsr instead of __writemsr? Hello Stefan, The wrmsr function is certainly OK. I am in the habit us using the Intel/MS functions because

Re: [coreboot] [commit] r6626 - trunk/src/mainboard/asrock/e350m1

2011-06-04 Thread Stefan Reinauer
* repository service [110604 17:44]: > Author: stuge > Date: Sat Jun 4 17:44:54 2011 > New Revision: 6626 > URL: https://tracker.coreboot.org/trac/coreboot/changeset/6626 > > Log: > Port persimmon r6583 to e350m1: pstate 0 early > > Switch processor cores to pstate 0 early to reduce boot time.

[coreboot] [commit] r6626 - trunk/src/mainboard/asrock/e350m1

2011-06-04 Thread repository service
Author: stuge Date: Sat Jun 4 17:44:54 2011 New Revision: 6626 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6626 Log: Port persimmon r6583 to e350m1: pstate 0 early Switch processor cores to pstate 0 early to reduce boot time. Signed-off-by: Marshall Buschman Acked-by: Peter Stuge