Re: [PATCH 1/2] bsps/sparc: Fix data copy in start procedure

2014-05-14 Thread Sebastian Huber
On 2014-05-14 14:44, Sebastian Huber wrote: With Git revision 3f3d22271129993b865c25057b784dce13ffa778 all tests except - SP2038, - SPINTRCRITICAL 10, and - SMPLOAD 1. complete successfully on NGMP in the SMP configuration. Sorry, the revision is wrong, it is 249eaf9991ef6d1d6f36223fee5cd3c12

Re: [PATCH 1/2] bsps/sparc: Fix data copy in start procedure

2014-05-14 Thread Sebastian Huber
Hello Daniel, thanks for the quick review. I checked it in. With Git revision 3f3d22271129993b865c25057b784dce13ffa778 all tests except - SP2038, - SPINTRCRITICAL 10, and - SMPLOAD 1. complete successfully on NGMP in the SMP configuration. On 2014-05-14 14:37, Daniel Hellstrom wrote: Both p

Re: [PATCH 1/2] bsps/sparc: Fix data copy in start procedure

2014-05-14 Thread Daniel Hellstrom
Both patches in this series looks good. Thanks! Haven't tested it though. Please merge it since we will temporary branch from mainline the coming days for the SMP project. DanielH On 05/14/2014 10:57 AM, Sebastian Huber wrote: Use the register %g4 for the data content since it must be an eve

[PATCH 1/2] bsps/sparc: Fix data copy in start procedure

2014-05-14 Thread Sebastian Huber
Use the register %g4 for the data content since it must be an even numbered register due to the std/ldd. Use the register %g2 for the BSS start address, so that it can be later re-used for the BSS zero loop. --- c/src/lib/libbsp/sparc/shared/start/start.S | 18 +- 1 files change