u-boot-brain/api_examples
Rafal Jaworowski b84d7d8f1e 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>
2009-02-18 00:39:34 +01:00
..
crt0.S API: Use stack pointer as API signature search hint in the glue layer. 2009-02-18 00:39:34 +01:00
demo.c Fix merge problems 2008-08-06 14:05:38 +02:00
glue.c API: Use stack pointer as API signature search hint in the glue layer. 2009-02-18 00:39:34 +01:00
glue.h API: Use stack pointer as API signature search hint in the glue layer. 2009-02-18 00:39:34 +01:00
libgenwrap.c API: Provide dummy halt() in the glue layer. 2008-01-29 17:00:34 +01:00
Makefile API: Convert conditional building to the new scheme. 2008-01-29 16:57:38 +01:00