From patchwork Thu Aug 27 15:38:16 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bin Meng X-Patchwork-Id: 511334 X-Patchwork-Delegate: sjg@chromium.org Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 38DD214018C for ; Fri, 28 Aug 2015 01:36:22 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=TNbihYO0; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 6003E4B6DE; Thu, 27 Aug 2015 17:36:13 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1dJPSSpQYzjt; Thu, 27 Aug 2015 17:36:13 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A14F74B6DF; Thu, 27 Aug 2015 17:36:08 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 93CC84B6C7 for ; Thu, 27 Aug 2015 17:36:03 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ip2ZIfM980nW for ; Thu, 27 Aug 2015 17:36:03 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-pa0-f53.google.com (mail-pa0-f53.google.com [209.85.220.53]) by theia.denx.de (Postfix) with ESMTPS id 2C7254B6C3 for ; Thu, 27 Aug 2015 17:35:59 +0200 (CEST) Received: by pacdd16 with SMTP id dd16so29235599pac.2 for ; Thu, 27 Aug 2015 08:35:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:in-reply-to:references; bh=dAbJ9zhbccS/gaO3XBL1L2xNpKxPidsGLjRncbHLr9A=; b=TNbihYO0XRWLtpzpKWBc/Vt9fxj5fsWIjFb9U4Fwol2OkTxKJG+o0/3lDSTai0EJ9Z +CcdNazgBzdN677jbolq1QMKstL2MGV7M40SWbe0Umg5mmz/PsgFvs4Gd7BUJaocELKt sZkO1qiJ+wSY/SSDFAaNM3CmIjKWUa8zeusMd1lhPA+VFcE61yk7VjFUR7H6QCONNSP5 YjLPkkIqvzk1sXrJGPHajPknoa+XZHvAHYk/I1YKaEpcMRU/s5whV250Wix31aJJJn+s YQp1fe4C3CeI7BNv0RE33ohcKLW7bLyIDdZLFiXQD+0mKpU6nlLzr4Bn8r62uuCFW0ip 4FIQ== X-Received: by 10.68.94.3 with SMTP id cy3mr7259992pbb.113.1440689758207; Thu, 27 Aug 2015 08:35:58 -0700 (PDT) Received: from ala-d2121-lx1.wrs.com (unknown-157-139.windriver.com. [147.11.157.139]) by smtp.gmail.com with ESMTPSA id bc10sm2824466pbd.14.2015.08.27.08.35.57 (version=TLS1_1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 27 Aug 2015 08:35:57 -0700 (PDT) From: Bin Meng To: Simon Glass , U-Boot Mailing List Date: Thu, 27 Aug 2015 08:38:16 -0700 Message-Id: <1440689897-30244-2-git-send-email-bmeng.cn@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1440689897-30244-1-git-send-email-bmeng.cn@gmail.com> References: <1440689897-30244-1-git-send-email-bmeng.cn@gmail.com> Subject: [U-Boot] [PATCH 2/3] x86: doc: Change to use CONFIG_VGA_BIOS_ADDR X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" CONFIG_X86_OPTION_ROM_ADDR has been renamed to CONFIG_VGA_BIOS_ADDR. Update the doc to refer to the new name. Signed-off-by: Bin Meng Acked-by: Simon Glass Tested-by: Simon Glass --- doc/README.x86 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.x86 b/doc/README.x86 index 3bab5cf..5f9c46f 100644 --- a/doc/README.x86 +++ b/doc/README.x86 @@ -189,7 +189,7 @@ Offset Description Controlling config 001000 me.bin Set by the descriptor 500000 700000 u-boot-dtb.bin CONFIG_SYS_TEXT_BASE -790000 vga.bin CONFIG_X86_OPTION_ROM_ADDR +790000 vga.bin CONFIG_VGA_BIOS_ADDR 7c0000 fsp.bin CONFIG_FSP_ADDR 7f8000 (depends on size of fsp.bin) 7fe000 Environment CONFIG_ENV_OFFSET