[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] Re: [PATCH 0/2] x86/microcode: support for microcode update in Xen dom0
On Wed, Feb 02, 2011 at 01:47:18PM -0800, H. Peter Anvin wrote: > On 02/02/2011 12:57 PM, Borislav Petkov wrote: > > On Wed, Feb 02, 2011 at 11:52:22AM -0800, H. Peter Anvin wrote: > >> 3. Arguably on native hardware we should still load the microcode into > >> RAM in the boot loader, and install it on the very early CPU bringup > >> path. That means locking down some (currently) 400K of RAM to handle > >> different combinations of CPUs, or the additional complexity of > >> jettisoning microcode which cannot be used while still be able to deal > >> with hotplug. I think there is a strong case for this model, which > >> would mean moving the microcode into /boot anyway. > > > > /me like it, sounds very nifty. So how do we want to do that, we add > > a field to the real-mode kernel header that tells us where to find > > the microcode image and we take it and apply the ucode somewhere in > > do_boot_cpu() path? > > > > We already have a mechanism for passing arbitrary blobs -- the linked > list -- so we don't have to add a new field at all. So, after staring at grub legacy sources a bit, we could load the microcode image using the grub module's mechanism: kernel /... module /boot/microcode.gz type=SETUP_MICROCODE # this is looked at by parse_setup_data() and let grub write the pointer into setup_data passed through the kernel header. This would mean that we need to add support to a bunch of boot loaders used currently, no? Or is there an even better way? -- Regards/Gruss, Boris. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |