diff options
author | Leah Rowe <leah@libreboot.org> | 2021-05-18 13:56:12 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2021-05-18 13:56:12 +0100 |
commit | 89517ed6b9e89321e1387ed8f534d7f080ffdf57 (patch) | |
tree | 6f2085cb89b035d3cb62ad49b470a514672102d6 /resources/memtest86plus/patch/0001-config.h-beep_mode-and-baud_rate.patch |
libreboot!
this is forked from the "libre" branch in osboot, which is itself a libre,
deblobbed fork of osboot, a blobbed up fork of libreboot
libreboot needed to be purged clean. this is the new libreboot development
repository. the old one has been abandoned
Diffstat (limited to 'resources/memtest86plus/patch/0001-config.h-beep_mode-and-baud_rate.patch')
-rw-r--r-- | resources/memtest86plus/patch/0001-config.h-beep_mode-and-baud_rate.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/resources/memtest86plus/patch/0001-config.h-beep_mode-and-baud_rate.patch b/resources/memtest86plus/patch/0001-config.h-beep_mode-and-baud_rate.patch new file mode 100644 index 00000000..2fef5051 --- /dev/null +++ b/resources/memtest86plus/patch/0001-config.h-beep_mode-and-baud_rate.patch @@ -0,0 +1,20 @@ +--- config.h 2020-12-14 01:27:24.300252326 +0000 ++++ config.h.new 2020-12-14 01:27:30.004252080 +0000 +@@ -17,7 +17,7 @@ + #define CONSERVATIVE_SMP 1 + + /* BEEP_MODE - Beep on error. Default off, Change to 1 to enable */ +-#define BEEP_MODE 0 ++#define BEEP_MODE 1 + + /* BEEP_END_NO_ERROR - Beep at end of each pass without error. Default off, Change to 1 to enable */ + #define BEEP_END_NO_ERROR 0 +@@ -35,7 +35,7 @@ + #define SERIAL_TTY 0 + + /* SERIAL_BAUD_RATE - Baud rate for the serial console */ +-#define SERIAL_BAUD_RATE 9600 ++#define SERIAL_BAUD_RATE 115200 + + /* SCRN_DEBUG - extra check for SCREEN_BUFFER + */ |