* [Patch] fix rombios to get the BDF.
@ 2008-12-25 2:32 Akio Takebe
0 siblings, 0 replies; only message in thread
From: Akio Takebe @ 2008-12-25 2:32 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1: Type: text/plain, Size: 321 bytes --]
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
[-- Attachment #2: fix_rombios.patch --]
[-- Type: text/x-diff, Size: 358 bytes --]
diff -r 37d18b671fcb tools/firmware/rombios/rombios.c
--- a/tools/firmware/rombios/rombios.c Thu Dec 25 11:06:04 2008 +0900
+++ b/tools/firmware/rombios/rombios.c Thu Dec 25 11:11:44 2008 +0900
@@ -10473,8 +10473,6 @@
add al, #0x04
block_count_rounded:
- xor bx, bx ;; Restore DS back to 0000:
- mov ds, bx
#if BX_TCGBIOS
push ax
push ds
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-12-25 2:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-25 2:32 [Patch] fix rombios to get the BDF Akio Takebe
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.