You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ArmPkg: Flush the FIFO when initializing the PL011 Serial Lib (#227)
Adds logic to the PL011 initialization that will flush the FIFO. Without
this change it's possible for garbage or stale data to be read from the
UART which can causes unexpected behavior or hangs during boot.
- [x] Impacts functionality?
- [ ] Impacts security?
- [ ] Breaking change?
- [ ] Includes tests?
- [ ] Includes documentation?
Tested on physical and virtual platform
N/A
0 commit comments