[coreboot] [PATCH]Hide crt0s from user

ron minnich rminnich at gmail.com
Thu Feb 25 18:07:41 CET 2010


On Thu, Feb 25, 2010 at 9:00 AM, Patrick Georgi <patrick at georgi-clan.de> wrote:
> Am 25.02.2010 17:59, schrieb ron minnich:
>> Are you sure that you are carefully checking the feature set and not
>> touching sse.inc if it is not there and/or not assembling that code if
>> the CPU does not support it? I'm sorry, have not looked at your code
>> ;-( but wanted to warn you. I assume that no sse instructions are
>> executed unless the feature is known to exist.
> We use CONFIG_SSE for that. no CONFIG_SSE, no enable_sse.inc. If we have
> some board were non-SSE CPUs can be used but CONFIG_SSE gets its way in
> somehow, we can fix that.
>
> Good enough?

Wonderful. Just wanted to double check.

Ah, you guys do outstanding work. This tree just keeps getting better
by the day.

thanks

ron




More information about the coreboot mailing list