On Mon, Sep 13, 2010 at 1:29 PM, Myles Watson mylesgw@gmail.com wrote:
On Mon, Sep 13, 2010 at 1:24 PM, repository service svn@coreboot.org wrote:
Author: mjones Date: Mon Sep 13 21:24:38 2010 New Revision: 5812 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5812
Log: IEI Kino mainboard support based on Mahogany Fam10. svn copy amd/mahogany iei/kino-780am2-fam10; then apply the patch.
config AMD_UCODE_PATCH_FILE string
- default "mc_patch_01000095.h"
- default "mc_patch_01000086.h"
I'm surprised the microcode patch is specific to the mainboard. I would have thought it would be specific to a processor.
They are specific to the processor revision, but we only set the package during the build. Ideally, we would have all supported cpu version ucode file in the cbfs, and load the correct one.
Marc