From patchwork Tue Nov 20 14:33:53 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 200359 X-Patchwork-Delegate: wd@denx.de 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 983032C0093 for ; Wed, 21 Nov 2012 01:46:31 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 754894A052; Tue, 20 Nov 2012 15:45:59 +0100 (CET) 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 auB1uv1k-29b; Tue, 20 Nov 2012 15:45:59 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B60124A0A1; Tue, 20 Nov 2012 15:45:21 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4AE794A033 for ; Tue, 20 Nov 2012 15:34:23 +0100 (CET) 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 csx0eDLDpE8r for ; Tue, 20 Nov 2012 15:34:22 +0100 (CET) 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-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by theia.denx.de (Postfix) with ESMTPS id 095934A032 for ; Tue, 20 Nov 2012 15:34:17 +0100 (CET) Received: by mail-wi0-f174.google.com with SMTP id hm6so772659wib.9 for ; Tue, 20 Nov 2012 06:34:17 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=Z0L7AuEkCuOHauaH+6nsjYAAYRTEiscqlRZgxsSWqhc=; b=OGrwcI2vyU0DyEnqYGWX9db+jS+b1Dm3BHIJsV+u00ztBD9PntjyGxV7nqvfyeagD8 H914jsAYzEGbvzNFYD8s8xLg/CpUHhR1bKekzpd6yvKK/Fj6PsHoWvHhRjFOF+OcU/1a Kd34lGTDfKOK32hgYJ1gw8wlMwrokVZta0EfBxMhvhQ+d1yM/BUWq5Vfhj9IAlO52mHq XB3Dee7YGUx6rQLY7dRo0JTkYe3QY8D284vVvPxPHDlgwkhNW/ONW6tl2UbdPKAWODre W/rB9NfxmO89Gi2/TxUMvYziJnQVTEqkr9nDAVZAVYpC9ARKtgXLw4Xg9HXtS47DV0DS iBfQ== Received: by 10.180.102.71 with SMTP id fm7mr14494578wib.5.1353422057010; Tue, 20 Nov 2012 06:34:17 -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.15 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 20 Nov 2012 06:34:16 -0800 (PST) From: Lee Jones To: u-boot@lists.denx.de Date: Tue, 20 Nov 2012 14:33:53 +0000 Message-Id: <1353422034-28107-8-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: ALoCoQkdE+GSKto/Tg8NWs6kNrEQWYNxuH92xTaGDw3mwsl2I2niHppDPuLGSdNhRmsz2UxXZx+R X-Mailman-Approved-At: Tue, 20 Nov 2012 15:45:12 +0100 Cc: Lee Jones Subject: [U-Boot] [PATCH 7/8] href: Enable boottime functionality 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 Allow the bootloader to pass bootloader specific boot-up time information to the Linux kernel via ATAGs when booting the db8500 based HREF development board. Signed-off-by: Lee Jones --- include/configs/u8500_href.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/u8500_href.h b/include/configs/u8500_href.h index 1bb6128..a6c29f5 100644 --- a/include/configs/u8500_href.h +++ b/include/configs/u8500_href.h @@ -37,6 +37,8 @@ #define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOARD_LATE_INIT +#define CONFIG_BOOTTIME + /* * Size of malloc() pool */