Re: [U-Boot] [PATCH 2/2] RFT: arm: Switch aarch64 to using generic global_data setup

2015-08-21 Thread York Sun
> On Aug 17, 2015, at 8:43 PM, Simon Glass wrote: > > There is quite a bit of assembler code that can be removed if we use the > generic global_data setup. Less arch-specific code makes it easier to add > new features and maintain the start-up code. > > Drop the unneeded code and adjust the hoo

Re: [U-Boot] [PATCH 2/2] RFT: arm: Switch aarch64 to using generic global_data setup

2015-08-21 Thread York Sun
; Thierry Reding; Sun York-R58495 Subject: [U-Boot] [PATCH 2/2] RFT: arm: Switch aarch64 to using generic global_data setup There is quite a bit of assembler code that can be removed if we use the generic global_data setup. Less arch-specific code makes it easier to add new features and maintain the

[U-Boot] [PATCH 2/2] RFT: arm: Switch aarch64 to using generic global_data setup

2015-08-21 Thread Simon Glass
There is quite a bit of assembler code that can be removed if we use the generic global_data setup. Less arch-specific code makes it easier to add new features and maintain the start-up code. Drop the unneeded code and adjust the hooks in board_f.c to cope. Signed-off-by: Simon Glass --- arch/

[U-Boot] [PATCH 2/2] RFT: arm: Switch aarch64 to using generic global_data setup

2015-08-17 Thread Simon Glass
There is quite a bit of assembler code that can be removed if we use the generic global_data setup. Less arch-specific code makes it easier to add new features and maintain the start-up code. Drop the unneeded code and adjust the hooks in board_f.c to cope. Signed-off-by: Simon Glass --- arch/