-
Notifications
You must be signed in to change notification settings - Fork 779
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[rom] Make the banner message non-blocking
1. The ROM banner takes about 2 ms to be sent from the UART at 115200 bps. Rather than wait for it to complete transmission, emit the characters into the UART FIFO and proceed with boot. Hashing the FLASH contents and performing signature verification typically will take an additional 2.4 + 4.2 ms. There is no need to delay boot waiting for the UART. 2. Fix the ROM's terminal states to wait for UART output to complete. Signed-off-by: Chris Frantz <[email protected]>
- Loading branch information
Showing
4 changed files
with
36 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters