Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
Q
QEMU Casio
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 1
    • Issues 1
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • FiXos core team
  • QEMU Casio
  • Repository

Switch branch/tag
  • qemu-casio
  • scripts
  • acpi_extract_preprocess.py
Find file
BlameHistoryPermalink
  • Michael S. Tsirkin's avatar
    i386: add ACPI table files from seabios · 74523b85
    Michael S. Tsirkin authored Jul 24, 2013
    This adds ASL code as well as scripts for processing it,
    imported from seabios git tree
    commit 51684b7ced75fb76776e8ee84833fcfb6ecf12dd
    
    Will be used for runtime acpi table generation.
    
    Note:
    This patch reuses some code from SeaBIOS, which was originally under
    LGPLv2 and then relicensed to GPLv3 or LGPLv3, in QEMU under GPLv2+. This
    relicensing has been acked by all contributors that had contributed to the
    code since the v2->v3 relicense. ACKs approving the v2+ relicensing are
    listed below. The list might include ACKs from people not holding
    copyright on any parts of the reused code, but it's better to err on the
    side of caution and include them.
    
    Affected SeaBIOS files (GPLv2+ license headers added)
    <http://thread.gmane.org/gmane.comp.bios.coreboot.seabios/5949>:
    
     src/acpi-dsdt-cpu-hotplug.dsl
     src/acpi-dsdt-dbug.dsl
     src/acpi-dsdt-hpet.dsl
     src/acpi-dsdt-isa.dsl
     src/acpi-dsdt-pci-crs.dsl
     src/acpi.c
     src/acpi.h
     src/ssdt-misc.dsl
     src/ssdt-pcihp.dsl
     src/ssdt-proc.dsl
     tools/acpi_extract.py
     tools/acpi_extract_preprocess.py
    
    Each one of the listed people agreed to the following:
    
    > If you allow the use of your contribution in QEMU under the
    > terms of GPLv2 or later as proposed by this patch,
    > please respond to this mail including the line:
    >
    > Acked-by: Name <email address>
    Acked-by: 's avatarGerd Hoffmann <kraxel@redhat.com>
    Acked-by: 's avatarJan Kiszka <jan.kiszka@siemens.com>
    Acked-by: 's avatarJason Baron <jbaron@akamai.com>
    Acked-by: 's avatarDavid Woodhouse <David.Woodhouse@intel.com>
    Acked-by: 's avatarGleb Natapov <gleb@redhat.com>
    Acked-by: 's avatarMarcelo Tosatti <mtosatti@redhat.com>
    Acked-by: 's avatarDave Frodin <dave.frodin@se-eng.com>
    Acked-by: 's avatarPaolo Bonzini <pbonzini@redhat.com>
    Acked-by: 's avatarKevin O'Connor <kevin@koconnor.net>
    Acked-by: 's avatarLaszlo Ersek <lersek@redhat.com>
    Acked-by: 's avatarKenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
    Acked-by: 's avatarIsaku Yamahata <yamahata@valinux.co.jp>
    Acked-by: 's avatarMagnus Christensson <magnus.christensson@intel.com>
    Acked-by: 's avatarHu Tao <hutao@cn.fujitsu.com>
    Acked-by: 's avatarEduardo Habkost <ehabkost@redhat.com>
    Reviewed-by: 's avatarLaszlo Ersek <lersek@redhat.com>
    Reviewed-by: 's avatarHu Tao <hutao@cn.fujitsu.com>
    Reviewed-by: 's avatarGerd Hoffmann <kraxel@redhat.com>
    Tested-by: 's avatarGerd Hoffmann <kraxel@redhat.com>
    Reviewed-by: 's avatarIgor Mammedov <imammedo@redhat.com>
    Tested-by: 's avatarIgor Mammedov <imammedo@redhat.com>
    Signed-off-by: 's avatarMichael S. Tsirkin <mst@redhat.com>
    74523b85
acpi_extract_preprocess.py 1.85 KB
EditWeb IDE

Replace acpi_extract_preprocess.py

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.