commit | 3d25ba55e9d5f6d01575d2f352098e1d586fdff4 | [log] [tgz] |
---|---|---|
author | Rafal Jaworowski <raj@semihalf.com> | Fri Jan 23 13:27:15 2009 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Wed Feb 18 00:39:34 2009 +0100 |
tree | 78ce8c7adbc218545cd2d94185c54a593767fc58 | |
parent | 2bcf8a098e34cc2febd33517d5984e16ea0c8336 [diff] |
API: Use stack pointer as API signature search hint in the glue layer. De-hardcode range in RAM we search for the API signature. Instead use the stack pointer as a hint to narrow down the range in which the signature could reside (it is malloc'ed on the U-Boot heap, and is hoped to remain in some proximity from stack area). Adjust PowerPC code in API demo to the new scheme. Signed-off-by: Rafal Czubak <rcz@semihalf.com> Signed-off-by: Rafal Jaworowski <raj@semihalf.com>