https://bugs.freedesktop.org/show_bug.cgi?id=107448
--- Comment #2 from Ilia Mirkin imirkin@alum.mit.edu --- Observation:
bswap32(16777216) == 1 bswap32(50331648) == 3 bswap32(83886080) == 5
For the second test, probably some TF thing that needs to either be configured for BE or get byte-swapped somewhere.