From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akio Takebe Subject: [Patch] fix rombios to get the BDF. Date: Thu, 25 Dec 2008 11:32:25 +0900 Message-ID: <4952F0B9.7050000@jp.fujitsu.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------030007010708050804060909" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel List-Id: xen-devel@lists.xenproject.org This is a multi-part message in MIME format. --------------030007010708050804060909 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit 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 Signed-off-by: Kouya Shimura Best Regards, Akio Takebe --------------030007010708050804060909 Content-Type: text/x-diff; name="fix_rombios.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="fix_rombios.patch" 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 --------------030007010708050804060909 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --------------030007010708050804060909--