diff options
author | Leah Rowe <leah@libreboot.org> | 2025-07-06 15:31:48 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-07-06 15:31:48 +0100 |
commit | 5b2661a485f172e3b6298981df1d171951db9a1b (patch) | |
tree | 30d6e2374d52eaeb05fe0c7b3020e65289107870 /config/seabios/default/target.cfg | |
parent | 248192ad9a13b998080c5cda62c56a814a6651d8 (diff) |
SeaBIOS/default: Bump to rev b686f460, 28 Jun 2025
This brings in the following changes:
* b686f460 sercon: Fix keycodes for F11 and F12
* b52ca86e docs: Note v1.17.0 release
* a6c8e8bb ahci: Fix hangs due to controller reset
The serial console fix is useful to us, as is the AHCI
fix; the latter was previously mitigated by removing
SeaBIOS's AHCI reset patch.
Upstream realised that the AHCI controllers need to have
a timeout on them when resetting them, because they don't
always react immediately to commands.
This makes the AHCI behaviour more correct, in SeaBIOS.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/seabios/default/target.cfg')
-rw-r--r-- | config/seabios/default/target.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/seabios/default/target.cfg b/config/seabios/default/target.cfg index 92b906f2..5058266d 100644 --- a/config/seabios/default/target.cfg +++ b/config/seabios/default/target.cfg @@ -1,4 +1,4 @@ # SPDX-License-Identifier: GPL-3.0-or-later tree="default" -rev="9029a010ec413e6c3c0eb52c29c252a5b9a9f774" +rev="b686f4600792c504f01929f761be473e298de33d" |