From patchwork Wed May 27 07:45:39 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 476982 X-Patchwork-Delegate: trini@ti.com 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 DCD5A1401B5 for ; Wed, 27 May 2015 17:45:55 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id CAA794B616; Wed, 27 May 2015 09:45:52 +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 ReRXypmX3xht; Wed, 27 May 2015 09:45:52 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id F36854A033; Wed, 27 May 2015 09:45:51 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 93DB54A033 for ; Wed, 27 May 2015 09:45:49 +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 G84NCYa8ndtB for ; Wed, 27 May 2015 09:45:49 +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-lb0-f174.google.com (mail-lb0-f174.google.com [209.85.217.174]) by theia.denx.de (Postfix) with ESMTPS id 508A74A01C for ; Wed, 27 May 2015 09:45:46 +0200 (CEST) Received: by lbcue7 with SMTP id ue7so1401568lbc.0 for ; Wed, 27 May 2015 00:45:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=dwH2YjsBss1NLLtVPDp4nvfuRFtLJTN2+SZqSRnqg4w=; b=RWrDVdcsLy4mwr2rcHNsoatsSx3UnSQCb7U75rIDPhDV58vrN3d3zOr9vA2eTm2pnO 1H7hyF/8HXoxYyEt6fVD8h2yHQMMGB9MByQV9bEbjnr2P74eGSd3b8n3So6TvXuo9JZv f+lp2d8ezfDQGKb3JYNzbapG8ArcTTHOTB5H708icMr6u1GPBKbRRDPhrZ7HdCobBwHL q24b2rP8yHO188T1oEEvKqdGYSxRSeH+FTAY9jXM2UVmCM9u4sYGpQL/xGVDJGekfAf4 xUgIUFgyMbalkxLKkjEQ9CMKsgkuaeviuF8LbUOIs9cP9uaXlFZWEKb8xbBGwnG+U/Ys XjUg== X-Gm-Message-State: ALoCoQms3Vp6K8LpNgRu2ci0xvx+wLDIgABcVeNmG2+E4vt3dFBOQ0UcV1Gdu9ymggwZ2DYdKlou X-Received: by 10.112.150.130 with SMTP id ui2mr26792867lbb.116.1432712745598; Wed, 27 May 2015 00:45:45 -0700 (PDT) Received: from localhost.localdomain ([85.235.11.236]) by mx.google.com with ESMTPSA id z7sm3617531lal.33.2015.05.27.00.45.43 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 27 May 2015 00:45:44 -0700 (PDT) From: Linus Walleij To: u-boot@lists.denx.de, Albert Aribaud , Tom Rini , Simon Glass Date: Wed, 27 May 2015 09:45:39 +0200 Message-Id: <1432712739-29963-1-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 1.9.3 Cc: Steve Rae , u-boot-review@google.com Subject: [U-Boot] [PATCH] vexpress64: use uncompressed kernel by default 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" The foundation model (FVP) emulator nominally boots using a clean, uncompressed kernel and the "booti" command. Augment the default U-Boot script to do this. Signed-off-by: Linus Walleij --- include/configs/vexpress_aemv8a.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/configs/vexpress_aemv8a.h b/include/configs/vexpress_aemv8a.h index 2b41fc5e361e..f7bb7236b73d 100644 --- a/include/configs/vexpress_aemv8a.h +++ b/include/configs/vexpress_aemv8a.h @@ -220,7 +220,7 @@ #elif CONFIG_TARGET_VEXPRESS64_BASE_FVP #define CONFIG_EXTRA_ENV_SETTINGS \ - "kernel_name=uImage\0" \ + "kernel_name=Image\0" \ "kernel_addr=0x80000000\0" \ "initrd_name=ramdisk.img\0" \ "initrd_addr=0x88000000\0" \ @@ -234,11 +234,11 @@ "loglevel=9" #define CONFIG_BOOTCOMMAND "smhload ${kernel_name} ${kernel_addr}; " \ - "smhload ${fdt_name} $fdt_addr; " \ - "smhload ${initrd_name} $initrd_addr initrd_end; " \ - "fdt addr $fdt_addr; fdt resize; " \ - "fdt chosen $initrd_addr $initrd_end; " \ - "bootm $kernel_addr - $fdt_addr" + "smhload ${fdt_name} ${fdt_addr}; " \ + "smhload ${initrd_name} ${initrd_addr} initrd_end; " \ + "fdt addr ${fdt_addr}; fdt resize; " \ + "fdt chosen ${initrd_addr} ${initrd_end}; " \ + "booti $kernel_addr - $fdt_addr" #define CONFIG_BOOTDELAY 1