From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9]) by mail.openembedded.org (Postfix) with ESMTP id 5FC5C60043 for ; Thu, 26 May 2016 18:34:51 +0000 (UTC) Received: from mail.nefkom.net (unknown [192.168.8.184]) by mail-out.m-online.net (Postfix) with ESMTP id 3rFyVg44k3z3hjR6; Thu, 26 May 2016 20:34:51 +0200 (CEST) X-Auth-Info: 7hNROU8567i2EAvSnpqetp+gaiP/SEp5GnKxpA0jq0o= Received: from [IPv6:::1] (unknown [195.140.253.167]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp-auth.mnet-online.de (Postfix) with ESMTPSA id 3rFyVg316SzvdWS; Thu, 26 May 2016 20:34:51 +0200 (CEST) Message-ID: <574741AB.7050009@denx.de> Date: Thu, 26 May 2016 20:34:19 +0200 From: Marek Vasut User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0 MIME-Version: 1.0 To: George McCollister , openembedded-core@lists.openembedded.org References: <1464270916-2264-1-git-send-email-george.mccollister@gmail.com> In-Reply-To: <1464270916-2264-1-git-send-email-george.mccollister@gmail.com> Subject: Re: [PATCH v2] kernel-fitimage: add initramfs support X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2016 18:34:51 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 05/26/2016 03:55 PM, George McCollister wrote: > If INITRAMFS_IMAGE is set, build an additional fitImage containing the > initramfs. Copy the additional fitImage and the source .its file used to > create it to DEPLOYDIR. The fitImage containing the initramfs must be > built before do_deploy and after do_install to avoid circular dependencies. > > UBOOT_RD_LOADADDRESS - Specifies the load address used by u-boot for the > initramfs. > UBOOT_RD_ENTRYPOINT - Specifies the entry point used by u-boot for the > initramfs. > > Signed-off-by: George McCollister Reviewed-by: Marek Vasut Best regards, Marek Vasut