From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Thu, 03 Jan 2013 11:46:01 +0900 Subject: [U-Boot] [PATCH v2] spl:falcon:trats Update Trats default board configuration file to support FALCON MODE In-Reply-To: <1357142762-1221-1-git-send-email-l.majewski@samsung.com> References: <1354807369-9029-1-git-send-email-l.majewski@samsung.com> <1357142762-1221-1-git-send-email-l.majewski@samsung.com> Message-ID: <50E4F0E9.9010106@samsung.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 03/01/13 01:06, Lukasz Majewski wrote: > Support for a new command (defined at envs) - spl_export generates > the ATAGS image necessary for fast boot. Afterwards, it is stored > at ext4 partition. > > Generated image format: > CRC [4B] SIZE [4B] PAYLOAD(ATAGS/DT) [SIZE] > > Remarks: > - CRC is calculated only for PAYLOAD > - SIZE is the size of PAYLOAD > > It is important to adjust ${splsize} when large image is generated. > It is defined as hex, since ext4 related commands expect it. > > The ${spladdr} environment variable corresponds to > CONFIG_SYS_SPL_ARGS_ADDR > > Additionally definitions for DFU have been refactored and support for > EFI has been added as well. > > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park > Cc: Minkyu Kang > --- > Changes for v2: > - Rebase the code on the newest master branch > --- > board/samsung/trats/trats.c | 2 +- > include/configs/trats.h | 45 +++++++++++++++++++++++++++++++++--------- > 2 files changed, 36 insertions(+), 11 deletions(-) > applied to u-boot-samsung/master Thanks, Minkyu Kang.