From patchwork Tue Nov 20 14:33:54 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 13013 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 627D523FC2 for ; Tue, 20 Nov 2012 14:34:21 +0000 (UTC) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by fiordland.canonical.com (Postfix) with ESMTP id 1448DA191A7 for ; Tue, 20 Nov 2012 14:34:20 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id e10so8234104iej.11 for ; Tue, 20 Nov 2012 06:34:20 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=Cwy8Gxvq1ZYkYswN4lB5DTgmIRXRQMIgUs8bicvcNGk=; b=jPVu/CZbH3KI/OpdoJA4Kv4AIEQG2S8GKZXtAG2Nc/tou9cEfSnZrcc5GRtGk1IY6F XCkVaynx483cWSUSvKt3nRt14nPWirqIWtXYpMsM87QcLSbbrRvH+udBx4EsOhdHmqTE 0bEG+0NOWiPGMZRRlcoAvdq+xaPKlCiaCnkVZzkMAWkIz7VYAvduPgnO8vOzZhKgoZzi dllfkPI0uMxYrxDcjCG2RPcjZrzA+SQ98Vy8c6UXESVv9Udwot7Pisj+qxd+aWpEVT5k DYNa/qCROVpg98wEja8lqFc3m/VhGjE4KtY2L/bPQAwfpp/j1qcNYVTekUymBAVMeiVE fh0w== Received: by 10.50.186.199 with SMTP id fm7mr9989399igc.62.1353422060843; Tue, 20 Nov 2012 06:34:20 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.67.148 with SMTP id n20csp326861igt; Tue, 20 Nov 2012 06:34:20 -0800 (PST) Received: by 10.181.11.163 with SMTP id ej3mr14826095wid.11.1353422059597; Tue, 20 Nov 2012 06:34:19 -0800 (PST) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by mx.google.com with ESMTPS id c3si4637468wej.89.2012.11.20.06.34.19 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 20 Nov 2012 06:34:19 -0800 (PST) Received-SPF: neutral (google.com: 209.85.212.181 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=209.85.212.181; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.212.181 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) smtp.mail=lee.jones@linaro.org Received: by mail-wi0-f181.google.com with SMTP id hm2so693095wib.16 for ; Tue, 20 Nov 2012 06:34:19 -0800 (PST) Received: by 10.216.71.202 with SMTP id r52mr5736119wed.108.1353422059107; Tue, 20 Nov 2012 06:34:19 -0800 (PST) Received: from localhost.localdomain (cpc1-aztw13-0-0-cust473.18-1.cable.virginmedia.com. [77.102.241.218]) by mx.google.com with ESMTPS id bn7sm20254052wib.8.2012.11.20.06.34.17 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 20 Nov 2012 06:34:17 -0800 (PST) From: Lee Jones To: u-boot@lists.denx.de Cc: Lee Jones Subject: [PATCH 8/8] snowball: Enable boottime functionality Date: Tue, 20 Nov 2012 14:33:54 +0000 Message-Id: <1353422034-28107-9-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1353422034-28107-1-git-send-email-lee.jones@linaro.org> References: <1353422034-28107-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQnvLDssZm+KTItStKvtmKEmRdI4VnJK3+zK4m4Zqrl/yIK8tfsA4kSwAkTvuRdSe6FSzYfO Allow the bootloader to pass bootloader specific boot-up time information to the Linux kernel via ATAGs when booting the db8500 based Snowball development board. Signed-off-by: Lee Jones --- include/configs/snowball.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/snowball.h b/include/configs/snowball.h index 30f4a4e..6ce45b9 100644 --- a/include/configs/snowball.h +++ b/include/configs/snowball.h @@ -206,6 +206,8 @@ #define CONFIG_INITRD_TAG 1 #define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */ +#define CONFIG_BOOTTIME + /* * Physical Memory Map */