Phil Elwell

Results 923 comments of Phil Elwell

Don't you just call `SDL_EGL_LoadLibrary(NULL)` from the main application thread? SDL_CreateWindow only loads the library because you haven't already done so.

The source code to the toolchain is the source code to GCC and the associated utilities and libraries as at version 4.9.3, downloaded and built using crosstool-ng. @popcornmix can comment...

One could argue that the longer delay is harder to ignore, and therefore more likely to be detected and solved by turning off STP on that port.

I don't understand (without seeing the errors) why memset (which will happily copy beyond the end of the string) is somehow more acceptable than strncpy, but I'm happy for this...

I'm not sure what I am supposed to take from this issue and the associated forum thread, other than it looks like at least some CM4s boards have been manufactured...

Why do you think this should be the standard ARMv8 stub, given that it is so easy for distributions to provide there own? And are you the author? Your GitHub...

In the case of newer Pi 4 devices that don't have a dedicated VL805 EEPROM, the VL805 version is whatever is in the main bootloader image. There is no option...

Out of curiosity, what is the use case that triggered this PR? You don't see much big-endian hardware these days.