Displaying 3 results from an estimated 3 matches for "rom_scan".
Did you mean:
lvm_scan
2008 Dec 25
1
[Patch] Enable Option ROM write access
Hi,
This patch is enabling write access during rom_scan.
Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>
Best Regards,
Akio Takebe
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2006 Aug 14
4
[PATCH] HVM SMBIOS v3 [5/5]
...try point in the ROMBIOS.
Signed-off-by: Andrew D. Ball <aball@us.ibm.com>
diff -r 1d817bfc5ed9 tools/firmware/rombios/rombios.c
--- a/tools/firmware/rombios/rombios.c Fri Aug 11 14:22:54 2006 +0100
+++ b/tools/firmware/rombios/rombios.c Fri Aug 11 14:55:22 2006 -0400
@@ -9443,6 +9443,43 @@ rom_scan_increment:
mov ds, ax
ret
+#ifdef HVMASSIST
+
+; Copy the SMBIOS entry point over from 0x9f000, where hvmloader left it.
+; The entry point must be somewhere in 0xf0000-0xfffff on a 16-byte boundary,
+; but the tables themeselves can be elsewhere.
+smbios_init:
+ push ax
+ push cx
+ pus...
2008 Dec 25
0
[Patch] fix rombios to get the BDF.
Hi,
We found a bug that rombios cannot get the correct BDF during rom_scan.
This patch fixes rombios to get the BDF for calling INIT function.
I''m sorry for the inconvenience. m(__)m
Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>
Signed-off-by: Kouya Shimura <kouya@jp.fujitsu.com>
Best Regards,
Akio Takebe
_______________________________...