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
04 Nov, 2008
6 commits
  • Tosa: dummy lcd support (Dmitry Baryshkov). ...
    4ea29f74
    Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
    Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5616 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-11-04 08:54:23 +0000  
    Browse File »
  • scoop: GPRR reports the state of GPIO lines (Dmitry Baryshkov). ...
    1f163b14
    Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
    Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5615 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-11-04 08:49:17 +0000  
    Browse File »
  • Tosa: disable pxafb as it's not used on tosa (Dmitry Baryshkov). ...
    86660795
    Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
    Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5614 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-11-04 08:47:06 +0000  
    Browse File »
  • Tosa: provide correct IRQ to tc6393xb init (Dmitry Baryshkov). ...
    5d98751b
    Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
    Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5613 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-11-04 08:45:49 +0000  
    Browse File »
  • Tosa: emulate LEDs (Dmitry Baryshkov). ...
    6bc1d858
    Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
    Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5612 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-11-04 08:43:54 +0000  
    Browse File »
  • tc6393xb: initial support for nand control (Dmitry Baryshkov). ...
    a6569fc5
    Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
    Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5611 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-11-04 08:42:00 +0000  
    Browse File »

03 Nov, 2008
6 commits
  • VFP fnmsc negative zero fix. ...
    c9fb531a
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5610 c046a42c-6fe2-441c-8c8c-71466251a162
    pbrook authored
    2008-11-03 19:09:29 +0000  
    Browse Dir »
  • Fix rotri_i64 typo. ...
    de3526b2
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5609 c046a42c-6fe2-441c-8c8c-71466251a162
    pbrook authored
    2008-11-03 13:30:50 +0000  
    Browse Code »
  • target-ppc: use the new rotr/rotri instructions ...
    54843a58
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5608 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-03 07:08:44 +0000  
    Browse Code »
  • tcg-ops.h: add rotl/rotli and rotr/rotri TCG instructions ...
    15824571
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5607 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-03 07:08:36 +0000  
    Browse Dir »
  • tcg-op.h: reorder _i64 instructions common to 32- and 64-bit targets ...
    f02bb954
    Use the same order as the _i32 version (pure code move). Suggested by
    Laurent Laurent Desnogues.
    
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5606 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-03 07:08:26 +0000  
    Browse Dir »
  • Fix RGBT 5:5:5 drawing on pxa2xx lcd (Lars Munch) ...
    abbaab5c
    This patch fixes the misinterpretaion of the transparency bit for
    RGBT 5:5:5 mode on pxa2xx LCDC.
    
    Signed-off-by: Lars Munch <lars@segv.dk>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5605 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2008-11-03 01:08:14 +0000  
    Browse Code »

02 Nov, 2008
10 commits
  • More realistic max_cpus ...
    1bcee014
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5604 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-11-02 16:51:02 +0000  
    Browse Code »
  • Fix loading of unstripped ELF PROM image ...
    a7227727
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5603 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-11-02 14:44:35 +0000  
    Browse Dir »
  • 64-bit target subfi fix. ...
    10460c8a
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5602 c046a42c-6fe2-441c-8c8c-71466251a162
    pbrook authored
    2008-11-02 13:26:16 +0000  
    Browse Dir »
  • Halt the CPU using a qemu_irq ...
    6d0c293d
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5601 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-11-02 10:51:05 +0000  
    Browse File »
  • target-ppc: use the new subfi wrapper ...
    fdce4963
    (...and fix rldnm)
    
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5600 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-02 08:23:14 +0000  
    Browse Code »
  • tcg-ops.h: add a subfi wrapper ...
    0045734a
    Add a subfi (subtract from immediate) wrapper, useful for the PPC target.
    
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5599 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-02 08:23:04 +0000  
    Browse Dir »
  • tcg-ops.h: _i64 TCG immediate instructions cleanup ...
    6359706f
    Move addi_i64, muli_i64 and subi_i64 out of #if TCG_TARGET_REG_BITS
    as both implementations are strictly identical. Use the same
    optimisation (ie when imm == 0) for addi_i64 and subi_64 than the
    32-bit version.
    
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5598 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-02 08:22:54 +0000  
    Browse Dir »
  • target-ppc: simplify slw, srw, sld, srd ...
    0cfe58cd
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5597 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-02 08:22:45 +0000  
    Browse Code »
  • target-ppc: be more consistent with temp variables naming ...
    fea0c503
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5596 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-02 08:22:34 +0000  
    Browse Code »
  • target-ppc: fix srw on 64-bit targets ...
    4da0033e
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5595 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-02 08:22:16 +0000  
    Browse Code »

01 Nov, 2008
11 commits
  • Avoid ld flag --warn-common on Solaris ...
    d2c7c9b8
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5594 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-11-01 14:50:20 +0000  
    Browse Code »
  • Fix TCGv size mismatches ...
    527067d8
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5593 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-11-01 13:44:52 +0000  
    Browse Dir »
  • target-ppc: optimize popcntb ...
    6176a26d
    Suggested by Andrzej Zaborowski.
    
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5592 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-01 00:54:33 +0000  
    Browse Code »
  • target-ppc: convert 405 MAC instructions to TCG ...
    182608d4
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5591 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-01 00:54:23 +0000  
    Browse Code »
  • target-ppc: convert arithmetic functions to TCG ...
    74637406
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5590 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-01 00:54:12 +0000  
    Browse Dir »
  • target-ppc: xer access prototypes no more used & implemented ...
    8d71247e
    Revision 5500 of the qemu repository removed all code using
    ppc_load_xer & ppc_store_xer as well as their implementation.
    
    Another patch fixes it's usage in kvm-userspace for powerpc, but I think
    that header can now be cleaned up, therefore this patch to qemu-devel.
    
    Signed-off-by: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5589 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-01 00:53:59 +0000  
    Browse Code »
  • target-ppc: fix XER accesses on 64-bit targets ...
    269f3e95
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5588 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-01 00:53:48 +0000  
    Browse Code »
  • CVE-2008-4539: fix a heap overflow in Cirrus emulation ...
    65d35a09
    The code in hw/cirrus_vga.c has changed a lot between CVE-2007-1320 has
    been announced and the patch has been applied. As a consequence it has
    wrongly applied and QEMU is still vulnerable to this bug if using VNC.
    
    (noticed by Jan Niehusmann)
    
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5587 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-01 00:53:39 +0000  
    Browse Dir »
  • target-cris: access to TCG variables through GET_TCGV() ...
    6d17c604
    Fix build with DEBUG_TCGV enabled.
    
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5586 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-01 00:53:30 +0000  
    Browse Dir »
  • Malta & OMAP: add a name to char devices ...
    7cc0dd20
    (fixes regression introduced by r5575)
    
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5585 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-01 00:53:19 +0000  
    Browse Code »
  • qemu-char: include hw/baum.h ...
    cf3ebac7
    Fix a warning introduced in r5580 when brlapi is enabled.
    
    Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5584 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-11-01 00:53:09 +0000  
    Browse Code »

31 Oct, 2008
7 commits
  • Remove dumb_refresh ...
    2ad1a437
    It is safe not to set dpy_refresh and that's used to indicate that the display
    doesn't need updates.  This saves us two wakeups per second.
    
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5583 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2008-10-31 20:34:40 +0000  
    Browse Code »
  • Remove extraneous inline keyword. ...
    b643146d
    Spotted by Blue Swirl.
    
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5582 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2008-10-31 20:00:18 +0000  
    Browse File »
  • Move network redirection code out of vl.c and into net.c ...
    63a01ef8
    Mostly code motion.
    
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5581 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2008-10-31 19:10:00 +0000  
    Browse Code »
  • Move CharDriverState code out of vl.c ...
    6f97dba0
    The motivating goal behind this is to allow other tools to use the CharDriver
    code.  This patch is pure code motion except for the Makefile changes and the
    copyright/header in qemu-char.c.
    
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5580 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2008-10-31 18:49:55 +0000  
    Browse File »
  • Move some declarations around in the QEMU CharDriver code ...
    0e82f34d
    The goal of this series is to move the CharDriverState code out of vl.c and
    into its own file, qemu-char.c.  This patch moves around some declarations so
    the next patch can be pure code motion.
    
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5579 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2008-10-31 18:44:40 +0000  
    Browse File »
  • Increase default IO timeout from 10ms to 5s ...
    0a1af395
    With the recent changes to the main loop, we no longer have unconditional
    polling.  This means we can now sleep in select() for much longer than we
    previously did.  This patch increases our select() sleep time from 10ms to 5s
    which is effectively unlimited since we're going to wake up sooner than that
    in almost all circumstances.
    
    With this patch, I see the number of wake-ups with an idle dynamic ticks guest
    drop from 80 per second to about 15 times per second.
    
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5578 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2008-10-31 18:40:25 +0000  
    Browse Code »
  • Main loop fixes/cleanup ...
    56f3a5d0
    Tidy up win32 main loop bits, allow timeout >= 1s, and force timeout to 0 if
    there is a pending bottom half.
    
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5577 c046a42c-6fe2-441c-8c8c-71466251a162
    aliguori authored
    2008-10-31 18:07:17 +0000  
    Browse File »