Sign in

gwj / at91sam9263 · Commits

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Snippets
  • Commits 8,232
  • Compare
  • Branches 2
  • Tags 0
  • at91sam9263
17 Dec, 2008
12 commits
  • Add HPET emulation to qemu (Beth Kon) ...
    16b29ae1
    This patch adds HPET emulation.  It can be disabled with -disable-hpet.  An hpet
    provides a more finely granular clocksource than otherwise available on PC.
    This means that latency-dependent applications (e.g. multimedia) will generally
    be smoother when using the HPET.
    
    Signed-off-by: Beth Kon <eak@us.ibm.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6081 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2008-12-17 23:28:44 +0000  
    Browse Dir »
  • Handle suspend in qemu (Gleb Natapov) ...
    0bacd130
    Reset a PC and tell BIOS that resume from ram is required on the next boot.
    
    Signed-off-by: Gleb Natapov <gleb@redhat.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6080 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2008-12-17 22:32:52 +0000  
    Browse Dir »
  • Update VGA BIOS ...
    6f484e73
    Now built from the kernel.org git tree.
    
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6079 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2008-12-17 22:29:37 +0000  
    Browse Code »
  • Use kernel.org git mirror instead of repo.or.cz. The kernel.org git ...
    11570ed3
    mirror is updated more regularly and reliably.
    
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6078 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2008-12-17 22:15:34 +0000  
    Browse Dir »
  • Update to the latest Bochs BIOS ...
    ca7b25e3
    Update the PC BIOS to the latest version, split out the patches into 
    patch series, and update the README to point to the new location of the 
    Bochs BIOS source tree.
    
    Also update the gitignore to allow the patch queue directory to be used.
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6077 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2008-12-17 21:35:49 +0000  
    Browse Dir »
  • This should have been added in Gerd's previous commit. ...
    44d3749c
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6076 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2008-12-17 21:32:37 +0000  
    Browse File »
  • Use saner types for virtio-net ...
    4689f4b3
    This was spotted by malc
    
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6075 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2008-12-17 19:45:40 +0000  
    Browse Code »
  • Add support for tap vectored send ...
    b535b7b2
    This is adapted from kvm-userspace.  It allows readv to be used with tap when
    the host supports it.
    
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6074 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2008-12-17 19:17:17 +0000  
    Browse Code »
  • virtio-net support ...
    fbe78f4f
    This adds virtio-net support.  This is based on the virtio-net driver 
    that exists in kvm-userspace.  This also adds a new qemu_sendv_packet 
    which virtio-net requires.
    
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6073 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2008-12-17 19:13:11 +0000  
    Browse Code »
  • Do not rely on BSD style echo (which accepts -n option) ...
    fc9902d9
    http://www.opengroup.org/onlinepubs/7990989775/xcu/echo.html
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6072 c046a42c-6fe2-441c-8c8c-71466251a162
    malc authored
    2008-12-17 19:00:18 +0000  
    Browse Code »
  • Mark bamboo.dtb as a binary file. ...
    08c119ef
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6071 c046a42c-6fe2-441c-8c8c-71466251a162
    pbrook authored
    2008-12-17 00:33:41 +0000  
    Browse Code »
  • Add bamboo.dtb compiled from bamboo.dts ...
    a96fd755
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6070 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-12-17 00:03:01 +0000  
    Browse File »

16 Dec, 2008
6 commits
  • target-ppc: add comments about constants introduced in revision 6046 ...
    01feec08
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6069 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-12-16 10:44:29 +0000  
    Browse Code »
  • target-ppc: fix a typo introduced in revision 6058 ...
    f9664682
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6068 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-12-16 10:44:22 +0000  
    Browse File »
  • target-ppc: IBM PowerPC 440EP Bamboo reference board emulation ...
    2c9fade2
    Since most IO devices are integrated into the 440EP chip, "Bamboo support"
    mostly entails implementing the -kernel, -initrd, and -append options.
    
    These options are implemented by loading the guest as if u-boot had done it,
    i.e. loading a flat device tree, updating it to hold initrd addresses, ram
    size, and command line, and passing the FDT address in r3.
    
    Since we use it with KVM, we enable the virtio block driver and include hooks
    necessary for KVM support.
    
    Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6067 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-12-16 10:44:14 +0000  
    Browse File »
  • target-ppc: PowerPC 440EP SoC emulation ...
    75dd595b
    Wire up the system-on-chip devices present on 440EP chips.
    
    This patch is a little unusual in that qemu doesn't actually emulate the 440
    core, but we use this board code with KVM (which does). If/when 440 core
    emulation is supported, the kvm_enabled() hack can be removed.
    
    Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6066 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-12-16 10:44:06 +0000  
    Browse Code »
  • target-ppc: Enable KVM for ppcemb. ...
    d76d1650
    Implement hooks called by generic KVM code.
    
    Also add code that will copy the host's CPU and timebase frequencies to the
    guest, which is necessary on KVM because the guest can directly access the
    timebase.
    
    Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
    Acked-by: Anthony Liguori <aliguori@us.ibm.com>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6065 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-12-16 10:43:58 +0000  
    Browse Code »
  • Implement device tree support needed for Bamboo emulation ...
    f652e6af
    To implement the -kernel, -initrd, and -append options, 4xx board emulation
    must load the guest kernel as if firmware had loaded it. Where u-boot would be
    the firmware, we must load the flat device tree into memory and set key fields
    such as /chosen/bootargs.
    
    This patch introduces a dependency on libfdt for flat device tree support.
    
    Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6064 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-12-16 10:43:48 +0000  
    Browse Code »

15 Dec, 2008
22 commits
  • target-ppc: create a helper function to allow more flexible RAM allocation for PPC 4xx ...
    b7da58fd
    The 4xx SDRAM controller supports a small number of banks, and each bank must
    be one of a small set of sizes. The number of banks and the supported sizes
    varies by SoC.
    
    This function uses the user-specified RAM size to fill in the "ram_bases" and
    "ram_sizes" arrays required by ppc4xx_sdram_init().
    
    Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6063 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-12-15 23:15:56 +0000  
    Browse Code »
  • target-ppc: rename ppc405_sdram_init() to ppc4xx_sdram_init() ...
    80e8bd2b
    The SDRAM controller is shared across almost all 405 and 440 embedded
    processors, with some slight differences such as the sizes supported for each
    memory bank.
    
    Rename only; no functional changes.
    
    Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6062 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-12-15 22:59:45 +0000  
    Browse Code »
  • target-ppc: move PPC4xx SDRAM controller emulation from ppc405_uc.c to ppc4xx_devs.c ...
    61b24405
    The SDRAM controller is shared across almost all 405 and 440 embedded
    processors, with some slight differences such as the sizes supported for each
    memory bank.
    
    Code movement only; no functional changes.
    
    Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6061 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-12-15 22:59:34 +0000  
    Browse Dir »
  • kvm: sync vcpu state during initialization (Hollis Blanchard) ...
    f5d6f51b
    Currently on x86, qemu initializes CPUState but KVM ignores it and does its
    own vcpu initialization. However, PowerPC KVM needs to be able to set the
    initial register state to support the -kernel and -append options.
    
    Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6060 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2008-12-15 22:20:42 +0000  
    Browse File »
  • softfloat-native: improve correctness of floatXX_is_neg() ...
    8d6c92b6
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6059 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-12-15 22:07:50 +0000  
    Browse Dir »
  • target-ppc: update comment about precise emulation ...
    ce9ede84
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6058 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-12-15 21:48:27 +0000  
    Browse File »
  • Revert part of r5853 ...
    09723aa1
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6057 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-12-15 20:24:25 +0000  
    Browse Code »
  • Fix mremap, based on patch by Kirill A. Shutemov ...
    3af72a4d
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6056 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-12-15 17:58:49 +0000  
    Browse Dir »
  • target-ppc: remove dead code ...
    d445bde7
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6055 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-12-15 17:14:58 +0000  
    Browse File »
  • target-ppc: enable PRECISE_EMULATION by default ...
    196e3422
    With this option enabled, all glibc math tests pass.
    
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6054 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-12-15 17:14:50 +0000  
    Browse File »
  • target-ppc: fmadd/fmsub/fmnadd/fmnsub can generate VXIMZ or VXIZI exceptions ...
    da1e7ac9
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6053 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-12-15 17:14:43 +0000  
    Browse Code »
  • target-ppc: fadd/fsub: correctly propagate NaN ...
    17218d1f
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6052 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-12-15 17:14:35 +0000  
    Browse Code »
  • target-ppc: use the new fp functions ...
    f23c346e
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6051 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-12-15 17:14:27 +0000  
    Browse Code »
  • fp: add floatXX_is_infinity(), floatXX_is_neg(), floatXX_is_zero() ...
    c52ab6f5
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6050 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-12-15 17:14:20 +0000  
    Browse Dir »
  • softfloat-native: fix *nan() ...
    1b2ad2ec
    Fix float64_is_nan()
    Fix floatx80_is_signaling_nan()
    Add floatx80_is_nan()
    
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6049 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-12-15 17:14:12 +0000  
    Browse Dir »
  • target-ppc: correctly propagate NaN in division ...
    3b27fc36
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6048 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-12-15 17:14:05 +0000  
    Browse Dir »
  • target-ppc: fix fload_invalid_op_excp() ...
    e0147e41
    The argument is a value, not a flag. Update the tests accordingly. Also
    set a correct default value for NaN.
    
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6047 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-12-15 17:13:55 +0000  
    Browse Code »
  • target-ppc: use a correct value to represent 1.0 ...
    05b93603
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6046 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-12-15 17:13:48 +0000  
    Browse Code »
  • target-ppc: update nip before calling an helper in FP instructions ...
    eb44b959
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6045 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-12-15 17:13:39 +0000  
    Browse Dir »
  • target-ppc: fix TCGv type in fcmpu/fcmpo ...
    330c483b
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6044 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-12-15 17:13:31 +0000  
    Browse Dir »
  • configure: also switch ppc64abi32 and ppcemb to CONFIG_SOFTFLOAT ...
    71e991fd
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6043 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-12-15 17:13:19 +0000  
    Browse Code »
  • target-ppc: add signed fields to ppc_avr_t. ...
    ab5f265d
    Signed-off-by: Nathan Froyd <froydnj@codesourcery.com>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6042 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-12-15 07:03:06 +0000  
    Browse Code »