Re: [coreboot] Intel microcode update script

2010-05-26 Thread Keith Hui
A question. How is one supposed to make use of this script? As part of my effort to re-enable L2 cache on SECC Pentium 2/3s I'd also split off model_63x, model_65x and model_67x (patch submitted earlier and fell into limbo) and introduce all available microcode to the family. Actually I would like

Re: [coreboot] Intel microcode update script

2010-05-27 Thread Stefan Reinauer
On 5/27/10 3:50 AM, Keith Hui wrote: > A question. How is one supposed to make use of this script? > > $ cd src/cpu/intel/microcode $ sh update-microcode.sh Then you cd to your CPU model directory and check what's there. > As part of my effort to re-enable L2 cache on SECC Pentium 2/3s I'd > a