From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akio Takebe Subject: [Patch] Enable Option ROM write access Date: Thu, 25 Dec 2008 11:06:58 +0900 Message-ID: <4952EAC2.1070700@jp.fujitsu.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------060702040509040902050502" 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 , "Tian, Kevin" List-Id: xen-devel@lists.xenproject.org This is a multi-part message in MIME format. --------------060702040509040902050502 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Hi, This patch is enabling write access during rom_scan. Signed-off-by: Akio Takebe Best Regards, Akio Takebe --------------060702040509040902050502 Content-Type: text/x-diff; name="enable_option_rom_write_access.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="enable_option_rom_write_access.patch" diff -r e2f36d066b7b tools/firmware/rombios/rombios.c --- a/tools/firmware/rombios/rombios.c Mon Dec 22 13:48:40 2008 +0000 +++ b/tools/firmware/rombios/rombios.c Thu Dec 25 11:03:12 2008 +0900 @@ -11019,7 +11019,9 @@ mov cx, #0xc800 ;; init option roms mov ax, #0xe000 + call _enable_rom_write_access call rom_scan + call _disable_rom_write_access #if BX_ELTORITO_BOOT call _interactive_bootkey --------------060702040509040902050502 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 --------------060702040509040902050502--