Files
ports/sysutils/u-boot
kettenis 8dd35da22e The firmware call to set the pixel order does not work as advertised.
Instead of setting the pixel order to a certain order (BGR or RGB) it
simply toggles between the two.  And since the firmware uses RGB by default
the result of the call made by U-Boot is that we end up with BGR.  This
wasn't an issue before because the call wasn't actually implemented in the
old firmware we shipped.  For now pass 0 as the pixel order, which should
give us the desired RGB pixel order (unless the user has a framebuffer_swap
line in their config.txt).

ok jsg@, mglocker@, sthen@
2025-09-29 15:37:43 +00:00
..
2025-08-11 22:24:07 +00:00
2025-08-09 09:53:19 +00:00