diff options
author | Leah Rowe <leah@libreboot.org> | 2024-08-11 16:42:26 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-08-11 16:43:22 +0100 |
commit | c3f6dd03cc9c2617f51335c899389ee6e91a931f (patch) | |
tree | 7e15e45496ace14d12da03e71fb8f22875df1b9c | |
parent | 5b353a229066d1d440c8e9df9121468d53a08964 (diff) |
seabios/default: bump to ec0bc256 (2024-06-24)
This brings in a single change:
commit ec0bc256ae0ea08a32d3e854e329cfbc141f07ad
Author: Gerd Hoffmann <kraxel@redhat.com>
Date: Mon Jun 24 10:44:09 2024 +0200
limit address space used for pci devices, part two
This increases compatibility with i686 hosts, when allocating
memory for pci devices.
Signed-off-by: Leah Rowe <leah@libreboot.org>
-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 bc7cc9fc..afa4a729 100644 --- a/config/seabios/default/target.cfg +++ b/config/seabios/default/target.cfg @@ -1,2 +1,2 @@ tree="default" -rev="e5f2e4c69643bc3cd385306a9e5d29e11578148c" +rev="ec0bc256ae0ea08a32d3e854e329cfbc141f07ad" |