qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/14] pcbios: support q35 chipset
@ 2009-09-30 10:18 Isaku Yamahata
  2009-09-30 10:18 ` [Qemu-devel] [PATCH 01/14] pcbios: add generated files to dot gitignore Isaku Yamahata
                   ` (14 more replies)
  0 siblings, 15 replies; 20+ messages in thread
From: Isaku Yamahata @ 2009-09-30 10:18 UTC (permalink / raw)
  To: qemu-devel, anthony; +Cc: yamahata

This patches to pcbios is for q35 chipset.
This is The change set of da5ff65dc9473e3f069736d38b9a189ea14a67eb
in git://git.qemu.org/pcbios.git

There would be a discussion to change bioses.
This patches modifies ACPI DSDT directly which
is linked into bios binary image.
This would not be acceptable and it would be a bad
idea to have two bios binary image for piix and q35.
So instead, I'm thinking of dynamic loading ACPI table.
I'd like to hear opinions. What do you think?


Isaku Yamahata (14):
  pcbios: add generated files to dot gitignore.
  pcbios: fix makesym.perl
  pcbios: remove iasl output file when error.
  pcbios: make set_e820_range() full 64bit aware.
  pcbios: rombios32: make pci memory space assignment 64bit aware.
  pcbios: rombios32: make pci space assigner preferchable memory aware.
  pcbios: enable debug output for debug.
  pcibos: initialize q35 chipset.
  pcbios: comment out PCI_FIXED_HOST_BRIDGE for gmch host pci bridge to
    undef.
  pcibos: add mcfg entry to ACPI table for q35 pcie.
  pcbios: reserve mcfg area by e820 for linux to use mcfg.
  pcbios: make pci bar initialization to be aware of preferchable
    memory.
  pcbios: change acpi dsdt for q35 chipset.
  pcibos/acpi dsdt: APIC mode support for q35 chipset

 .gitignore    |   20 ++
 Makefile      |   15 +-
 acpi-dsdt.dsl |  782 ++++++++++++++++++++++++++++++---------------------------
 makesym.perl  |    1 +
 rombios.c     |   92 ++++++--
 rombios.h     |    2 +-
 rombios32.c   |  679 +++++++++++++++++++++++++++++++++++++++++--------
 7 files changed, 1084 insertions(+), 507 deletions(-)
 create mode 100644 .gitignore

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

end of thread, other threads:[~2009-10-01 14:46 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-30 10:18 [Qemu-devel] [PATCH 00/14] pcbios: support q35 chipset Isaku Yamahata
2009-09-30 10:18 ` [Qemu-devel] [PATCH 01/14] pcbios: add generated files to dot gitignore Isaku Yamahata
2009-09-30 10:18 ` [Qemu-devel] [PATCH 02/14] pcbios: fix makesym.perl Isaku Yamahata
2009-09-30 10:18 ` [Qemu-devel] [PATCH 03/14] pcbios: remove iasl output file when error Isaku Yamahata
2009-09-30 10:18 ` [Qemu-devel] [PATCH 04/14] pcbios: make set_e820_range() full 64bit aware Isaku Yamahata
2009-09-30 10:18 ` [Qemu-devel] [PATCH 05/14] pcbios: rombios32: make pci memory space assignment " Isaku Yamahata
2009-09-30 10:18 ` [Qemu-devel] [PATCH 06/14] pcbios: rombios32: make pci space assigner preferchable memory aware Isaku Yamahata
2009-09-30 10:18 ` [Qemu-devel] [PATCH 07/14] pcbios: enable debug output for debug Isaku Yamahata
2009-09-30 10:18 ` [Qemu-devel] [PATCH 08/14] pcibos: initialize q35 chipset Isaku Yamahata
2009-09-30 10:18 ` [Qemu-devel] [PATCH 09/14] pcbios: comment out PCI_FIXED_HOST_BRIDGE for gmch host pci bridge to undef Isaku Yamahata
2009-09-30 10:18 ` [Qemu-devel] [PATCH 10/14] pcibos: add mcfg entry to ACPI table for q35 pcie Isaku Yamahata
2009-09-30 10:18 ` [Qemu-devel] [PATCH 11/14] pcbios: reserve mcfg area by e820 for linux to use mcfg Isaku Yamahata
2009-09-30 10:18 ` [Qemu-devel] [PATCH 12/14] pcbios: make pci bar initialization to be aware of preferchable memory Isaku Yamahata
2009-09-30 10:18 ` [Qemu-devel] [PATCH 13/14] pcbios: change acpi dsdt for q35 chipset Isaku Yamahata
2009-09-30 10:18 ` [Qemu-devel] [PATCH 14/14] pcibos/acpi dsdt: APIC mode support " Isaku Yamahata
2009-09-30 13:23 ` [Qemu-devel] Re: [PATCH 00/14] pcbios: support " Anthony Liguori
2009-09-30 16:14   ` Gleb Natapov
2009-10-01  5:49   ` Isaku Yamahata
2009-10-01  8:01     ` Carl-Daniel Hailfinger
2009-10-01 14:46     ` Gleb Natapov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).