From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 7 Mar 2014 15:03:20 -0800 Subject: [U-Boot] [PATCH V2 2/2] bootstage: powerpc: support fdt stash and reporting In-Reply-To: <1392823017-72688-3-git-send-email-sessyargc+u-boot@gmail.com> References: <1392823017-72688-1-git-send-email-sessyargc+u-boot@gmail.com> <1392823017-72688-3-git-send-email-sessyargc+u-boot@gmail.com> Message-ID: <531A5038.5020800@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/19/2014 07:16 AM, Rommel G Custodio wrote: > This implements stashing of bootstage timing data to FDT and automatic > timing reporting. To enable define CONFIG_BOOTSTAGE_FDT and > CONFIG_BOOTSTAGE_REPORT respectively. > > Signed-off-by: Rommel G Custodio > --- Applied to u-boot-mpc85xx/master. Thanks. York