1. 23 3月, 2016 7 次提交
  2. 10 3月, 2016 1 次提交
  3. 01 3月, 2016 1 次提交
    • G
      seabios: update to 1.9.1 stable release · fee5b753
      Gerd Hoffmann 提交于
      git shortlog rel-1.9.0..rel-1.9.1
      =================================
      
      Cole Robinson (1):
            biostables: Support SMBIOS 2.6+ UUID format
      
      Kevin O'Connor (7):
            xhci: Check for device disconnects during USB2 reset polling
            xhci: Wait for port enable even for USB3 devices
            sdcard: Only enable error_irq_enable for bits defined in SDHCI v1 spec
            sdcard: fix typo causing 32bit write to 16bit block_size field
            nmi: Don't try to switch onto extra stack in NMI handler
            scsi: Do not call printf() from scsi_is_ready()
            coreboot: Check for unaligned cbfs header
      
      Marcel Apfelbaum (1):
            fw/pci: do not automatically allocate IO region for PCIe bridges
      
      Roger Pau Monne (1):
            build: fix typo in buildversion.py
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      fee5b753
  4. 26 2月, 2016 1 次提交
  5. 25 2月, 2016 2 次提交
    • E
      q35: Remove unused q35-acpi-dsdt.aml file · 75fb3d28
      Eduardo Habkost 提交于
      The file was used only by older machine-types, and it is not
      needed anymore.
      Signed-off-by: NEduardo Habkost <ehabkost@redhat.com>
      Reviewed-by: NMichael S. Tsirkin <mst@redhat.com>
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      Reviewed-by: NLaszlo Ersek <lersek@redhat.com>
      Reviewed-by: NMarkus Armbruster <armbru@redhat.com>
      Reviewed-by: NIgor Mammedov <imammedo@redhat.com>
      75fb3d28
    • A
      pseries: Update SLOF firmware image to 20160223 · 4f7ab0cd
      Alexey Kardashevskiy 提交于
      The main change is virtio 1.0 support.
      
      The complete changelog is:
        > dhcp: fix warning messages when calling strtoip()
        > virtio-scsi: enable virtio 1.0
        > virtio-scsi: use virtio_fill desc api
        > virtio-scsi: use idx during initialization
        > virtio-net: enable virtio 1.0
        > virtio-blk: enable virtio 1.0
        > virtio: 1.0 helper to read 16/32/64 bit value
        > virtio: add and enable 1.0 device setup
        > virtio: 1.0 guest features negotiation
        > virtio: update features set/get register accessor
        > virtio: make all virtio apis 1.0 aware
        > virtio: add 64-bit virtio helpers for 1.0
        > virtio: add virtio 1.0 related struct and defines
        > virtio: get rid of type variable in virtio_device
        > virtio-net: move setup-mac to the open routine
        > virtio-net: make net_hdr_size a variable
        > virtio-net: replace vq array with vq_{tx,rx}
        > virtio-net: use virtio_fill_desc
        > virtio-{net,blk,scsi,9p}: use status variable
        > virtio-blk: add helpers for filling descriptors
        > virtio-{blk,9p}: enable resetting the device
        > virtio: introduce helper for initializing virt queue
        > virtio: fix code style/design issues.
        > fix code style in byteorder.h
        > pci: add byte read/write helper routines
        > virtio-net: fix gcc warnings (-Wextra)
        > virtio-blk: fix gcc warnings (-Wextra)
        > readme: Add a note about coding style
        > dhcp: Remove duplicated strtoip()
        > ethernet: Fix gcc warnings
        > net-snk: Fix gcc warnings
        > net-snk: Fix coding style
        > net-snk: Fix memory leak in dhcp6_process_options()
        > net-snk: Fix memory leak in ip6_to_multicast_mac() / send_ipv6()
        > net-snk: Remove bad NEIGHBOUR_SOLICITATION code in send_ipv6()
        > Fix dma-alloc and dma-map-in functions on board-js2x
        > net-snk: Allow stateless autoconfig IPv6 addresses with IP_INIT_IPV6_MANUAL
        > net-snk: Simplify the ip6_is_multicast() function
        > net-snk: Move global variable definition out of the header file
        > net-snk: Prefer non-link-local unicast IPv6 addresses if possible
        > net-snk: Fix the check for link-local addresses when receiving RAs
        > net-snk: Remove junk at the end of IPv6 TFTP ACK and error packets
        > Fix format strings in usb-ohci.c
        > net-snk: Get rid of junk at the end of sent DHCPv6 packets
        > net-snk: Use transaction IDs in DHCPv4, too
        > net-snk: Make use of DHCPv6 transaction IDs
        > net-snk: Seed the pseudo-random number generator
        > libc: Add srand() call
        > libc: Fix the rand() function to return non-zero values
        > net-snk: Improve printed text when booting via network
        > Increase temporary buffer size of ibm,client-architecture-support call
        > Move archsupport.fs into board-qemu directory
        > boot: stop booting when we encounter HALT
        > fat-files: Fix bug with root-entries = 0 on certain FAT32 file systems
        > usb: print unhandled descriptor in debug mode
        > Improve stack usage with libnvram get_partition function
        > Improve stack usage in libnvram environment variable code
        > libc: Port vsnprintf back from skiboot
        > Move the code for rfill into a separate function
        > Rework wrapper for new_nvram_partition() and fix possible bug in there
        > Stack optimization in libusb: split up setup_new_device()
        > Check for stack overflow in paflof engine
        > Clean up pending packet variable in ipv4 code
        > Fix tracking of pending outgoing packets when handling ARP replies
      Signed-off-by: NAlexey Kardashevskiy <aik@ozlabs.ru>
      Signed-off-by: NDavid Gibson <david@gibson.dropbear.id.au>
      4f7ab0cd
  6. 11 2月, 2016 1 次提交
  7. 04 2月, 2016 1 次提交
  8. 05 1月, 2016 1 次提交
  9. 01 12月, 2015 2 次提交
  10. 12 11月, 2015 5 次提交
  11. 11 11月, 2015 1 次提交
    • A
      pseries: Update SLOF firmware image to qemu-slof-20151103 · 12104819
      Alexey Kardashevskiy 提交于
      The changes are:
      1. supports recent binutils;
      2. 64bit BARs behind PCI bridges supported;
      3. Many fixes for USB keyboard support - keys, XHCI;
      4. virtio-vga support.
      
      This image was built with:
      gcc version 4.8.3 20140911 (Red Hat 4.8.3-7) (GCC)
      GNU ld version 2.23.2
      
      The full changelog is:
        > version: update to 20151103
        > documentation: Add a clause about signing off
        > qemu/js2x/client: Support binutils >= 2.25.1
        > Fix special keys on USB
        > Fix function keys on USB
        > pci-scan: program 64-bit mem bar range in pci-bridge bar
        > Allow to build SLOF on Little Endian host
        > usb-xhci: add keyboard support
        > usb-xhci: ready the link trb early
        > usb-xhci: scan usb high speed ports
        > usb-xhci: bulk improve event handling loop
        > usb-xhci: return on allocation failure
        > usb-xhci: add delay in shutdown path
        > usb-xhci: event trbs does not need link trb
        > usb-hid: refactor usb key reading
        > takeover: Fix header includes
        > board-js2x: Add missing file dma-function.fs
        > vga: Add support for virtio-vga
        > qemu-vga: Use MMIO BAR instead of legacy IO ports
        > slof: Change call_c() function to a proper assembler function
      Signed-off-by: NAlexey Kardashevskiy <aik@ozlabs.ru>
      Signed-off-by: NDavid Gibson <david@gibson.dropbear.id.au>
      12104819
  12. 28 10月, 2015 1 次提交
  13. 02 10月, 2015 1 次提交
  14. 23 9月, 2015 1 次提交
    • A
      pseries: Update SLOF firmware image to qemu-slof-20150813 · 92d7a30c
      Alexey Kardashevskiy 提交于
      The changes are:
      1. GPT support;
      2. Much faster VGA support.
      
      The full changelog is:
        > Add missing half word access case to _FASTRMOVE and _FASTMOVE
        > Remove unused RMOVE64 stub
        > fbuffer: Implement RFILL as an accelerated primitive
        > fbuffer: Implement MRMOVE as an accelerated primitive
        > fbuffer: Precalculate line length in bytes
        > terminal: Disable the terminal-write trace by default
        > boot: remove trailing ":" in the bootpath
        > ci: implement boot client interface
        > boot: bootpath should be complete device path
        > fbuffer: Use a smaller cursor
        > fbuffer: Improve invert-region helper
        > usb-hid: Caps is not always shift
        > cas: Increase FDT buffer size to accomodate larger ibm, cas node properties
        > README: Update with patch submittion note
        > disk-label: add support for booting from GPT FAT partition
        > disk-label: introduce helper to check fat filesystem
        > introduce 8-byte LE helpers
        > disk-label: simplify gpt-prep-partition? routine
        > fbuffer: introduce the invert-region-x helper
        > fbuffer: introduce the invert-region helper
        > fbuffer: simplify address computations in fb8-toggle-cursor
      Signed-off-by: NAlexey Kardashevskiy <aik@ozlabs.ru>
      Signed-off-by: NDavid Gibson <david@gibson.dropbear.id.au>
      92d7a30c
  15. 21 9月, 2015 1 次提交
    • A
      PPC: E500: Update u-boot to commit 79c884d7e4 · d4574435
      Alexander Graf 提交于
      The current U-Boot binary in QEMU has a bug where it fails to support
      dynamic CCSR addressing. Without this support, u-boot can not boot the
      ppce500 machine anymore. This has been fixed upstream in u-boot commit
      e834975b.
      
      Update the u-boot blob we carry in QEMU to the latest u-boot upstream,
      so that we can successfully run u-boot with the ppce500 machine again.
      
      CC: qemu-stable@nongnu.org
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      Tested-by: NThomas Huth <thuth@redhat.com>
      d4574435
  16. 07 9月, 2015 2 次提交
  17. 03 9月, 2015 1 次提交
  18. 07 7月, 2015 1 次提交
  19. 30 6月, 2015 2 次提交
  20. 18 6月, 2015 1 次提交
  21. 17 6月, 2015 1 次提交
  22. 15 6月, 2015 1 次提交
  23. 19 5月, 2015 1 次提交
  24. 26 3月, 2015 1 次提交
    • A
      pseries: Update SLOF firmware image to qemu-slof-20150313 · 0d2f8302
      Alexey Kardashevskiy 提交于
      The changelog is:
        > virtio: Fix vring allocation
        > helpers: Fix SLOF_alloc_mem_aligned to meet callers expectation
        > Set default palette according to "16-color Text Extension" document
        > Fix rectangle drawing functions to work also with higher bit depths
        > Fix the x86emu patch file
        > Silence compiler warning when building the biosemu
        > Use device-type Forth word to set up the corresponding property
        > Improve /openprom node
        > pci-properties: Remove redundant call to device-type
        > cas: reconfigure memory nodes
        > pci: use 64bit bar ranges
      Signed-off-by: NAlexey Kardashevskiy <aik@ozlabs.ru>
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      0d2f8302
  25. 16 3月, 2015 1 次提交
    • G
      seabios: update to 1.8.1 stable release · 93f7c4f0
      Gerd Hoffmann 提交于
      Carries two bugfixes and support for multiple pci root buses.
      
      git shortlog rel-1.8.0..rel-1.8.1
      =================================
      
      Ameya Palande (1):
            x86: add barrier to read{b,w,l} and write{b,w,l} functions
      
      Kevin O'Connor (1):
            smp: Fix smp race introduced in 0673b787
      
      Marcel Apfelbaum (2):
            fw/pci: scan all buses if extraroots romfile is present
            fw/pci: map memory and IO regions for multiple pci root buses
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      93f7c4f0
  26. 13 3月, 2015 1 次提交