From patchwork Wed Jul 3 20:09:22 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Rini X-Patchwork-Id: 256734 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 A17AF2C008C for ; Thu, 4 Jul 2013 06:10:05 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id DB0A64A021; Wed, 3 Jul 2013 22:10:01 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de 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 LzYnvuEASwlX; Wed, 3 Jul 2013 22:10:01 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 039C34A028; Wed, 3 Jul 2013 22:09:49 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A79074A01B for ; Wed, 3 Jul 2013 22:09:44 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de 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 7dOQf7pRmu9V for ; Wed, 3 Jul 2013 22:09:37 +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-yh0-f45.google.com (mail-yh0-f45.google.com [209.85.213.45]) by theia.denx.de (Postfix) with ESMTPS id 98EEE4A01C for ; Wed, 3 Jul 2013 22:09:30 +0200 (CEST) Received: by mail-yh0-f45.google.com with SMTP id b20so197120yha.18 for ; Wed, 03 Jul 2013 13:09:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:date:message-id:x-mailer:in-reply-to :references; bh=ZSzXrt2erTwZqSxBl8oDtBv0TVBfI6r2iILea5xyS/U=; b=jw/EKr9+64P+gfIowWOCGeqCCb7+luyIhtpTgKft8bsM4Z5PyyzQxCjhu/ctWyKrDX vJ6swtfjbSGQ4L6XLBuLVpbUt1y8hBqZqV6Qoni0kqxtEq9UnmGcXXXq+Ff2pxt28lZw 7LYmTDcbeIvlDMg+ysB79jU3TxMtOyK+6SWhLL4NZnpqJJw2DXpGiZELoNlimBs+AOTJ T/vqTlys15H/Uvk3fIqiAhsCfH+ngxKNmLCit63Oh815xbB54ubpQ87AJSDfUAKLB++f dCWxOv28LwOeH3ED5CeReF0Hd5Tdt2HvWaL5ihu0bR+wKtQTqBRFeos1UUzQ6aEWRb2I jhNA== X-Received: by 10.236.24.226 with SMTP id x62mr1101108yhx.124.1372882168176; Wed, 03 Jul 2013 13:09:28 -0700 (PDT) Received: from localhost.localdomain (cpe-065-184-250-089.ec.res.rr.com. [65.184.250.89]) by mx.google.com with ESMTPSA id d68sm48349853yhk.7.2013.07.03.13.09.27 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 03 Jul 2013 13:09:27 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Date: Wed, 3 Jul 2013 16:09:22 -0400 Message-Id: <1372882163-9299-2-git-send-email-trini@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1372882163-9299-1-git-send-email-trini@ti.com> References: <1372882163-9299-1-git-send-email-trini@ti.com> Subject: [U-Boot] [PATCH 1/2] README.falcon: Note how we determine if we can boot the OS or not X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Signed-off-by: Tom Rini Reviewed-by: Peter Korsgaard --- doc/README.falcon | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/README.falcon b/doc/README.falcon index 93e855d..6357b1e 100644 --- a/doc/README.falcon +++ b/doc/README.falcon @@ -41,6 +41,8 @@ file (CONFIG_CMD_SPL_NAND_OFS for NAND). 3. Boot the board into Falcon Mode. SPL will load the kernel and copy the parameters which are saved in the persistent area to the required address. +If a valid uImage is not found at the defined location, U-Boot will be +booted instead. It is required to implement a custom mechanism to select if SPL loads U-Boot or another image.