From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 21C41C433FE for ; Thu, 24 Nov 2022 11:34:26 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 18DDE8561C; Thu, 24 Nov 2022 12:34:08 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="OeHFaM/J"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 72CC985618; Thu, 24 Nov 2022 12:33:51 +0100 (CET) Received: from mail-pf1-x429.google.com (mail-pf1-x429.google.com [IPv6:2607:f8b0:4864:20::429]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id B537985618 for ; Thu, 24 Nov 2022 12:33:41 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=bmeng.cn@gmail.com Received: by mail-pf1-x429.google.com with SMTP id w129so1413639pfb.5 for ; Thu, 24 Nov 2022 03:33:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=gnucDCJqtOJCzqKlTsBaHFkCS/m8dOyZoH0xIcxLt58=; b=OeHFaM/JteWQ74T1ypfOfuhoBw7bgTC2NIuNQyMiLaUPfSP2hYs+Sdiznc7TKBhGsW u3JAiMoBjUbjTsgrNcKHvqJMo3GNQRPc2KlcaMhIp177TmHD0wYJlpN4c1XSBsDoQCWV 0bJ0CLqKm/WkjSloNGPRE+uqqFdwEy/x1OYVicBdCi9tJ6YEUoKkw7uPSl6tab6wuapp S5muw0HRYP/goXSO28uKR2hpr0Hffzf0U2yfEQbHitOSzlWeLviKc0whzhU/o71r3wsJ VYQ7P0mmTyPq5x0JRdwrXGXbSpz1+HX1Jcdp64BcynktHa605WKppqehl1j6v6iwxaEC 75Og== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=gnucDCJqtOJCzqKlTsBaHFkCS/m8dOyZoH0xIcxLt58=; b=R6iPRRDh1SyhJpBTXtTyIy1OZU8RX2hoXKrum+jUxkYyiYuu9+sCp6p4JMgG2Pu4d3 /7zTnL64LR3MUkul2n/LRpYUhHsxstxMu+BIhifVncYHu4LngeaUjO8Ml91Wk7KGwRsz 8KUxOVK36Dx+vsFcFg3zcvof59v2SUGfSXb4tw0DKW4m+XCmDeWghqwEbScFHipIt4pr bq5ic16/xrcbP4gzx4/tnUCC6feaF16tQLHECzDzR5oqy5NLguUzM31emFG2VSy08CKa YuHev5eAlidPXORtUzwKGYhwt14ylPnqmajij+L486b5bAsmecwhARlopoN/Ga+JLb7l UJCg== X-Gm-Message-State: ANoB5plmU7N5QNWlungGGM8U3xg1JH3HMTfE1LpMrVVQNC3l9N5fR2cG dEm1S6reHrXPABra63Va6JiBzX0ib0o= X-Google-Smtp-Source: AA0mqf4VU3ruQZ0HyZ85fZ1Hq33Dy2H9WYK1YhnfHdYpKVJ387nT/7W7BmadWnabp6p3vC7eiIVz0Q== X-Received: by 2002:a05:6a00:1407:b0:537:15fc:f336 with SMTP id l7-20020a056a00140700b0053715fcf336mr23858198pfu.60.1669289616626; Thu, 24 Nov 2022 03:33:36 -0800 (PST) Received: from ubuntu.. (144.168.56.201.16clouds.com. [144.168.56.201]) by smtp.gmail.com with ESMTPSA id z5-20020aa79f85000000b005636326fdbfsm1009725pfr.78.2022.11.24.03.33.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Nov 2022 03:33:36 -0800 (PST) From: Bin Meng To: u-boot@lists.denx.de Cc: Stefan Roese Subject: [PATCH 3/5] x86: conga-qeval20-qa3-e3845: Adjust CONFIG_TEXT_BASE Date: Thu, 24 Nov 2022 19:33:27 +0800 Message-Id: <20221124113329.3162008-3-bmeng.cn@gmail.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221124113329.3162008-1-bmeng.cn@gmail.com> References: <20221124113329.3162008-1-bmeng.cn@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean At present U-Boot no longer builds as a complete rom for all the configs of conga-qeval20-qa3-e3845. BINMAN .binman_stamp Wrote map file './rom.map' to show errors binman: Section '/binman/rom': contents size 0x80b680 (8435328) exceeds section size 0x800000 (8388608) Checking rom.map we see 'intel-vga' section is overlapped with other sections: fff00000 000a7cb0 u-boot-with-ucode-ptr fffa0000 00010000 intel-vga fffa7cb0 00001c1a u-boot-dtb-with-ucode fffa98d0 00019800 u-boot-ucode Let's adjust CONFIG_TEXT_BASE to allow more space for U-Boot codes. Signed-off-by: Bin Meng --- configs/conga-qeval20-qa3-e3845-internal-uart_defconfig | 2 +- configs/conga-qeval20-qa3-e3845_defconfig | 2 +- configs/theadorable-x86-conga-qa3-e3845-pcie-x4_defconfig | 2 +- configs/theadorable-x86-conga-qa3-e3845_defconfig | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/conga-qeval20-qa3-e3845-internal-uart_defconfig b/configs/conga-qeval20-qa3-e3845-internal-uart_defconfig index 0d904675f7..54189b916a 100644 --- a/configs/conga-qeval20-qa3-e3845-internal-uart_defconfig +++ b/configs/conga-qeval20-qa3-e3845-internal-uart_defconfig @@ -1,5 +1,5 @@ CONFIG_X86=y -CONFIG_TEXT_BASE=0xFFF00000 +CONFIG_TEXT_BASE=0xFFE00000 CONFIG_NR_DRAM_BANKS=8 CONFIG_ENV_SIZE=0x1000 CONFIG_ENV_OFFSET=0x6EF000 diff --git a/configs/conga-qeval20-qa3-e3845_defconfig b/configs/conga-qeval20-qa3-e3845_defconfig index 6fed3f2ecd..b5b1416cff 100644 --- a/configs/conga-qeval20-qa3-e3845_defconfig +++ b/configs/conga-qeval20-qa3-e3845_defconfig @@ -1,5 +1,5 @@ CONFIG_X86=y -CONFIG_TEXT_BASE=0xFFF00000 +CONFIG_TEXT_BASE=0xFFE00000 CONFIG_NR_DRAM_BANKS=8 CONFIG_ENV_SIZE=0x1000 CONFIG_ENV_OFFSET=0x6EF000 diff --git a/configs/theadorable-x86-conga-qa3-e3845-pcie-x4_defconfig b/configs/theadorable-x86-conga-qa3-e3845-pcie-x4_defconfig index 22544c0913..6752d110b1 100644 --- a/configs/theadorable-x86-conga-qa3-e3845-pcie-x4_defconfig +++ b/configs/theadorable-x86-conga-qa3-e3845-pcie-x4_defconfig @@ -1,5 +1,5 @@ CONFIG_X86=y -CONFIG_TEXT_BASE=0xFFF00000 +CONFIG_TEXT_BASE=0xFFE00000 CONFIG_NR_DRAM_BANKS=8 CONFIG_ENV_SIZE=0x2000 CONFIG_ENV_OFFSET=0x6EC000 diff --git a/configs/theadorable-x86-conga-qa3-e3845_defconfig b/configs/theadorable-x86-conga-qa3-e3845_defconfig index 8741ecbb2d..336ba4605c 100644 --- a/configs/theadorable-x86-conga-qa3-e3845_defconfig +++ b/configs/theadorable-x86-conga-qa3-e3845_defconfig @@ -1,5 +1,5 @@ CONFIG_X86=y -CONFIG_TEXT_BASE=0xFFF00000 +CONFIG_TEXT_BASE=0xFFE00000 CONFIG_NR_DRAM_BANKS=8 CONFIG_ENV_SIZE=0x2000 CONFIG_ENV_OFFSET=0x6EC000 -- 2.34.1