View Single Post
Posts: 197 | Thanked: 101 times | Joined on Dec 2009 @ Netherlands
#79
Originally Posted by pali View Post
yes, I have same problem with unreadable console after scrolling. but this must be upstream u-boot bug. I used same rx51 patches on top of one year old u-boot tree and there was not this bug...
I wonder if it is upstream. It only happens when the console_scrollup() function is called. Something weird is going on when moving the data up the framebuffer.
When I change the console_newline() function to not call the scrollup function but just set console_row = 0 no screen garbling occurs.