Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: elch01/seabios

Tags

rel-1.14.0

Toggle rel-1.14.0's commit message
docs: Note v1.14.0 release

Signed-off-by: Kevin O'Connor <[email protected]>

rel-1.13.0

Toggle rel-1.13.0's commit message
docs: Note v1.13.0 release

Signed-off-by: Kevin O'Connor <[email protected]>

rel-1.12.1

Toggle rel-1.12.1's commit message
usb-ehci: Clear pipe token on pipe reallocate

Make sure to clear the token before reuse as it may otherwise have an
incorrect toggle setting.

Signed-off-by: Kevin O'Connor <[email protected]>
(cherry picked from commit 996d3c0)

rel-1.12.0

Toggle rel-1.12.0's commit message
docs: Note v1.12.0 release

Signed-off-by: Kevin O'Connor <[email protected]>

rel-1.11.2

Toggle rel-1.11.2's commit message
cbvga_set_mode: refine clear display logic

There is no need to skip text mode clearing.
Clearing the framebuffer should be safe on legacy calls too.

Signed-off-by: Gerd Hoffmann <[email protected]>
(cherry picked from commit 69ea6da)

rel-1.11.1

Toggle rel-1.11.1's commit message
paravirt: Only enable sercon in NOGRAPHIC mode if no other console sp…

…ecified

Signed-off-by: Kevin O'Connor <[email protected]>
(cherry picked from commit 0541f2f)

rel-1.11.0

Toggle rel-1.11.0's commit message
docs: Note v1.11.0 release

Signed-off-by: Kevin O'Connor <[email protected]>

rel-1.10.3

Toggle rel-1.10.3's commit message
tcgbios: Fix use of unitialized variable

Review-by: Stefan Berger <[email protected]>
Signed-off-by: Kevin O'Connor <[email protected]>
(cherry picked from commit 1ef72ab)

rel-1.10.2

Toggle rel-1.10.2's commit message
QEMU fw_cfg: Write fw_cfg back on S3 resume

Any pointers to BIOS-allocated memory that were written back to QEMU
fw_cfg files are replayed when resuming from S3 sleep.

Signed-off-by: Ben Warren <[email protected]>
Reviewed-by: Laszlo Ersek <[email protected]>
Reviewed-by: Igor Mammedov <[email protected]>
Signed-off-by: Kevin O'Connor <[email protected]>
(cherry picked from commit 8f598a4)

rel-1.10.1

Toggle rel-1.10.1's commit message
drop "etc/boot-cpus" fw_cfg file and reuse legacy QEMU_CFG_NB_CPUS

since QEMU_CFG_NB_CPUS not going away anytime soon
and serves the same purpose as just added "etc/boot-cpus" fw_cfg
drop support for "etc/boot-cpus" while this code is not
in use yet (i.e. QEMU with "etc/boot-cpus" hasn't been released)
and reuse QEMU_CFG_NB_CPUS instead of it.

Signed-off-by: Igor Mammedov <[email protected]>
(cherry picked from commit b98c658)