public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/9] x86: Fixes for distro booting
@ 2023-07-24 14:51 Simon Glass
  2023-07-24 14:51 ` [PATCH 1/9] x86: spl: Drop unwanted debug() Simon Glass
                   ` (8 more replies)
  0 siblings, 9 replies; 33+ messages in thread
From: Simon Glass @ 2023-07-24 14:51 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: Bin Meng, Simon Glass, Anatolij Gustschin,
	Balamanikandan Gunasundar, Dario Binacchi, Devarsh Thakkar,
	Mayuresh Chitale, Michal Suchanek, Nikhil M Jain, Ovidiu Panait,
	Pali Rohár, Patrice Chotard, Patrick Delaunay, Paul Barker,
	Peng Fan, Rasmus Villemoes, Soeren Moch, Stefan Roese,
	Sughosh Ganu, Svyatoslav Ryhel, Troy Kisky, Ye Li

This series collects together various fixes found whn testing out booting
of distros using QEMU on x86. Together they improve functionality, but it
is not perfect yet. Some notes are included as to the current state.


Simon Glass (9):
  x86: spl: Drop unwanted debug()
  video: Tidy up Makefile rule for video
  x86: Run QEMU machine setup in SPL
  Revert "x86: Switch QEMU over to use the bochs driver"
  board_f: Fix corruption of relocaddr
  x86: Correct copying of BIOS mode information
  video: Add a Kconfig option for SPL video handoff
  x86: Enable useful options for qemu-86
  x86: Update qemu documentation

 arch/x86/cpu/qemu/Kconfig        |  2 +-
 arch/x86/cpu/qemu/qemu.c         |  2 +-
 arch/x86/include/asm/qemu.h      | 14 +++++
 arch/x86/lib/bios.c              |  2 +-
 arch/x86/lib/spl.c               |  4 +-
 common/board_f.c                 |  4 +-
 configs/qemu-x86_64_defconfig    |  4 ++
 configs/qemu-x86_defconfig       | 12 +++++
 doc/board/emulation/qemu-x86.rst | 88 ++++++++++++++++++++++++++++++--
 drivers/Makefile                 |  4 +-
 drivers/video/Kconfig            | 10 ++++
 drivers/video/video-uclass.c     |  2 +-
 include/vesa.h                   |  4 +-
 13 files changed, 137 insertions(+), 15 deletions(-)
 create mode 100644 arch/x86/include/asm/qemu.h

-- 
2.41.0.487.g6d72f3e995-goog


^ permalink raw reply	[flat|nested] 33+ messages in thread

end of thread, other threads:[~2023-08-04  3:42 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-24 14:51 [PATCH 0/9] x86: Fixes for distro booting Simon Glass
2023-07-24 14:51 ` [PATCH 1/9] x86: spl: Drop unwanted debug() Simon Glass
2023-07-28 15:46   ` Bin Meng
2023-07-24 14:51 ` [PATCH 2/9] video: Tidy up Makefile rule for video Simon Glass
2023-07-25  6:14   ` [EXTERNAL] " Nikhil M Jain
2023-07-28 15:46   ` Bin Meng
2023-07-28 17:32     ` Simon Glass
2023-07-24 14:51 ` [PATCH 3/9] x86: Run QEMU machine setup in SPL Simon Glass
2023-07-28 15:46   ` Bin Meng
2023-07-24 14:52 ` [PATCH 4/9] Revert "x86: Switch QEMU over to use the bochs driver" Simon Glass
2023-07-28 15:46   ` Bin Meng
2023-07-28 17:32     ` Simon Glass
2023-07-31 14:32       ` Bin Meng
2023-07-31 14:37         ` Simon Glass
2023-07-31 14:46           ` Bin Meng
2023-07-31 17:07             ` Simon Glass
2023-08-04  3:42               ` Simon Glass
2023-08-03 10:44   ` Bin Meng
2023-07-24 14:52 ` [PATCH 5/9] board_f: Fix corruption of relocaddr Simon Glass
2023-07-25  9:21   ` Devarsh Thakkar
2023-07-25 21:28     ` Simon Glass
2023-07-26 11:08       ` Devarsh Thakkar
2023-07-27  0:53         ` Simon Glass
2023-07-27  5:22           ` Nikhil M Jain
2023-07-27 18:01             ` Simon Glass
2023-07-28  8:35               ` Nikhil M Jain
2023-07-28  8:38                 ` Nikhil M Jain
2023-07-28 17:39                 ` Simon Glass
2023-07-24 14:52 ` [PATCH 6/9] x86: Correct copying of BIOS mode information Simon Glass
2023-07-28 16:12   ` Bin Meng
2023-07-24 14:52 ` [PATCH 7/9] video: Add a Kconfig option for SPL video handoff Simon Glass
2023-07-24 14:52 ` [PATCH 8/9] x86: Enable useful options for qemu-86 Simon Glass
2023-07-24 14:52 ` [PATCH 9/9] x86: Update qemu documentation Simon Glass

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox