Hello,
This patch adds tinyscheme as a coreboot payload. It adds some new functions to libpayload to support it.
Signed-off-by: Sylvain Ageneau sylvain_ageneau@yahoo.fr --- Dependency on dietlibc was completely removed.
The previous patch which adds math support to libpayload is not needed for this to work but then float/math support in tinyscheme needs to be disabled (currently the default). If you'd rather not include the (minor) changes this patch makes to libpayload, please advise and I can move them to tinyscheme.
Regards, Sylvain Ageneau
Am 06.02.2010 17:06, schrieb Sylvain Ageneau:
This patch adds tinyscheme as a coreboot payload. It adds some new functions to libpayload to support it.
Thank you for your contribution, I'll take a look at the libpayload side of things soonish. From a short look, I guess the changes are fine - every change that helps getting portable code to run easier is good.
As for tinyscheme, if it is maintained it might be a better idea to try to get payload-related changes (if any) into upstream, instead of starting a fork in our repository.
Patrick