Re: [U-Boot] [PATCH 05/15] sandbox: Support booting from TPL to SPL

2018-10-09 Thread sjg
At present we support booting from SPL to U-Boot proper. Add support for the previous stage too, so sandbox can be started with TPL. Signed-off-by: Simon Glass --- arch/sandbox/cpu/os.c | 29 +++-- 1 file changed, 27 insertions(+), 2 deletions(-) Applied to u-boot-dm __

[U-Boot] [PATCH 05/15] sandbox: Support booting from TPL to SPL

2018-10-01 Thread Simon Glass
At present we support booting from SPL to U-Boot proper. Add support for the previous stage too, so sandbox can be started with TPL. Signed-off-by: Simon Glass --- arch/sandbox/cpu/os.c | 29 +++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/arch/sandb