From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ziyuan Xu Date: Tue, 12 Jul 2016 13:47:18 +0800 Subject: [U-Boot] [PATCH v4] rockchip: add option to change method of loading u-boot In-Reply-To: References: <1468293491-7194-1-git-send-email-xzy.xu@rock-chips.com> Message-ID: <57848466.4090005@rock-chips.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de hi Andreas, Thanks for your catch. I will revise the typos. On 2016?07?12? 12:30, Andreas F?rber wrote: > Am 12.07.2016 um 05:18 schrieb Ziyuan Xu: >> From: Xu Ziyuan >> >> If we would like to boot from SD card, we have to implement mmc driver >> in SPL stage, and get a slightly large SPL binrary. Rockchip SoC's > "binary" > >> bootrom code has the ability to load spl and u-boot, then boot. >> >> If CONFIG_ROCKCHIP_SPL_BACK_TO_BROM is enabled, the spl will return to >> tbootrom in board_init_f(), then bootrom load u-boot binrary. > "the bootrom", "the bootrom loads", "binary" > >> This patch does that. > Redundant? > >> Loading sequence after rework: >> bootrom ==> spl ==> bootrom ==> u-boot >> >> Signed-off-by: Ziyuan Xu >> Acked-by: Simon Glass > Regards, > Andreas >