[U-Boot] [PATCH v3] armv8: spl: Call board_init_r from crt0_64 in SPL

2016-07-18 Thread Jeremy Hunt
fixes crt0_64 so that it calls board_init_r during the SPL and removes the direct call from board_init_f from the arm SPL example. Signed-off-by: Jeremy Hunt Acked-by: Simon Glass --- Changes in v3: - Commit message typo Changes in v2: - Add comment pointing to Board Initialization Flow

[U-Boot] [PATCH v2] armv8: spl: Call board_init_r from crt0_64 in SPL

2016-07-15 Thread Jeremy Hunt
fixes crt0_64 so that it calls board_init_r durring the SPL and removes the direct call from board_init_f from the arm SPL example. Signed-off-by: Jeremy Hunt Acked-by: Simon Glass --- Changes in v2: - Add comment pointing to Board Initialization Flow - Remove old global data pointer setup

[U-Boot] [PATCH] armv8: spl: Call board_init_r from crt0_64 in SPL

2016-07-11 Thread Jeremy Hunt
fixes crt0_64 so that it calls board_init_r durring the SPL and removes the direct call from board_init_f from the arm SPL example. Signed-off-by: Jeremy Hunt --- arch/arm/lib/crt0_64.S | 3 +-- arch/arm/lib/spl.c | 18 +- 2 files changed, 10 insertions(+), 11 deletions