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
14 May, 2009
20 commits
  • Integrator/CP core qdev conversion ...
    a7086888
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    Paul Brook authored
    2009-05-14 22:35:07 +0100  
    Browse Dir »
  • PL181 qdev conversion ...
    aa9311d8
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    Paul Brook authored
    2009-05-14 22:35:07 +0100  
    Browse Code »
  • PL031 qdev conversion ...
    a63bdb31
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    Paul Brook authored
    2009-05-14 22:35:07 +0100  
    Browse Code »
  • Stellaris ethernet qdev conversion ...
    a5580466
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    Paul Brook authored
    2009-05-14 22:35:07 +0100  
    Browse File »
  • Virtio-net qdev conversion ...
    cf21e106
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    Paul Brook authored
    2009-05-14 22:35:07 +0100  
    Browse File »
  • PCI network qdev conversion ...
    9d07d757
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    Paul Brook authored
    2009-05-14 22:35:07 +0100  
    Browse File »
  • LSI SCSI qdev conversion ...
    9be5dafe
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    Paul Brook authored
    2009-05-14 22:35:07 +0100  
    Browse Code »
  • PL050 qdev conversion ...
    86394e96
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    Paul Brook authored
    2009-05-14 22:35:07 +0100  
    Browse Code »
  • PL011 qdev conversion ...
    a7d518a6
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    Paul Brook authored
    2009-05-14 22:35:07 +0100  
    Browse File »
  • PL110 qdev conversion ...
    2e9bdce5
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    Paul Brook authored
    2009-05-14 22:35:07 +0100  
    Browse Dir »
  • qdev scsi bus infrastructure ...
    6f68ecb2
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    Paul Brook authored
    2009-05-14 22:35:07 +0100  
    Browse Code »
  • PCI qdev support ...
    6b1b92d3
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    Paul Brook authored
    2009-05-14 22:35:07 +0100  
    Browse Dir »
  • qdev child bus support ...
    4d6ae674
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    Paul Brook authored
    2009-05-14 22:35:06 +0100  
    Browse File »
  • Basic qdev infrastructure. ...
    aae9460e
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    Paul Brook authored
    2009-05-14 22:35:06 +0100  
    Browse Code »
  • Move block drivers into their own directory ...
    019d6b8f
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Anthony Liguori authored
    2009-05-14 16:13:46 -0500  
    Browse File »
  • Convert block infrastructure to use new module init functionality ...
    5efa9d5a
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Anthony Liguori authored
    2009-05-14 16:13:41 -0500  
    Browse Dir »
  • Constructor support ...
    0bfe3ca5
    Allow devices/drivers to register themselves via constructors.
    Destructors are not needed (can be registered from a constructor)
    and "priority" has been renamed and changed to an enum for clarity.
    
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Anthony Liguori authored
    2009-05-14 19:29:53 +0100  
    Browse File »
  • Add a --disable-docs to configure to allow doc build to be disabled ...
    70ec5dc0
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Anthony Liguori authored
    2009-05-14 08:29:52 -0500  
    Browse Code »
  • Remove duplicate block objects. ...
    1b3b9ca3
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    Paul Brook authored
    2009-05-14 00:51:33 +0100  
    Browse Code »
  • Remove any pretense that there can be more than one AudioState
    1a7dafce
    malc authored
    2009-05-14 03:20:43 +0400  
    Browse Code »

13 May, 2009
9 commits
  • Remove redundant pcnet.o ...
    b36aa85c
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    Paul Brook authored
    2009-05-13 22:35:13 +0100  
    Browse Code »
  • Add tool_osdep.c ...
    88ca2a59
    osdep.c is built in both as a toplevel target independant object, and
    as a per-target object because of kqemu dependencies.  Under some
    circumstances make picks up the wrong one.
    
    Build the former as tool-osdep to avoid this conflict.
    
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    Paul Brook authored
    2009-05-13 22:21:47 +0100  
    Browse Code »
  • Include assert.h from qemu-common.h ...
    55616505
    Include assert.h from qemu-common.h and remove other direct uses.
    cpu-all.h still need to include it because of the dyngen-exec.h hacks
    
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    Paul Brook authored
    2009-05-13 20:54:26 +0100  
    Browse Dir »
  • Replace gcc variadic macro extension with C99 version (missed one) ...
    6c7f4b47
    Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
    Blue Swirl authored
    2009-05-13 18:09:29 +0000  
    Browse Code »
  • Replace gcc variadic macro extension with C99 version ...
    001faf32
    Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
    Blue Swirl authored
    2009-05-13 17:53:17 +0000  
    Browse Code »
  • Fix kqemu build failure. ...
    4cfce484
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    Paul Brook authored
    2009-05-13 18:08:17 +0100  
    Browse Code »
  • Remove vga_ram_size ...
    fbe1b595
    The vga_ram_size argument to machine init functions always has the same
    value, and is ignored by many machines (including SPARC32 which has an
    obsolete ifdef for VGA_RAM_SIZE).
    
    Remove it and push VGA_RAM_SIZE into vga_int.h.
    
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    Paul Brook authored
    2009-05-13 17:56:25 +0100  
    Browse File »
  • Fix typo that leads to out of bounds array access on big endian systems
    1481e16a
    malc authored
    2009-05-13 15:18:48 +0400  
    Browse Dir »
  • ETRAX: Correct setting of ethernet station address. ...
    4af6e404
    Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
    Edgar E. Iglesias authored
    2009-05-13 10:17:21 +0200  
    Browse Code »

12 May, 2009
4 commits
  • Follow coding conventions. ...
    d3151521
    More structure renaming.
    
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    Paul Brook authored
    2009-05-12 15:39:52 +0100  
    Browse File »
  • CRIS: Fix bmi. ...
    f3bc5238
    Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
    Edgar E. Iglesias authored
    2009-05-12 16:12:50 +0200  
    Browse Dir »
  • Push AUD_init down to devices ...
    22d83b14
    Now we can safely call AUD_init multiple times we can push it down to
    individual audio devices, rather than having to pass it from the board
    init.
    
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    Paul Brook authored
    2009-05-12 12:33:04 +0100  
    Browse Code »
  • Make AUD_init failure fatal ...
    0d9acba8
    Failure to initialize the audio subsystem is not handled consistently.
    Where it is handled it has guest visible effects, which is wrong.
    We already have a "nosound" audio driver as a last resort, so trying to
    proceed without an audio backend seems pointless.
    
    Also protect against multiple calls to AUD_init so that this can be
    pushed down into individual devices.
    
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    Paul Brook authored
    2009-05-12 12:02:38 +0100  
    Browse File »

10 May, 2009
7 commits
  • Update docs on dynamic condition code calculation ...
    f0f26a06
    Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
    Blue Swirl authored
    2009-05-10 18:23:46 +0000  
    Browse Code »
  • Convert mulscc ...
    d084469c
    Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
    Blue Swirl authored
    2009-05-10 07:43:21 +0000  
    Browse Code »
  • Convert udiv/sdiv ...
    6c78ea32
    Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
    Blue Swirl authored
    2009-05-10 07:42:54 +0000  
    Browse Dir »
  • Convert tagged ops ...
    3b2d1e92
    Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
    Blue Swirl authored
    2009-05-10 10:38:35 +0300  
    Browse Code »
  • Convert subx ...
    2ca1d92b
    Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
    Blue Swirl authored
    2009-05-10 10:38:34 +0300  
    Browse Dir »
  • Convert sub ...
    d4b0d468
    Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
    Blue Swirl authored
    2009-05-10 10:38:34 +0300  
    Browse Code »
  • Convert logical operations and umul/smul ...
    38482a77
    Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
    Blue Swirl authored
    2009-05-10 10:38:34 +0300  
    Browse Code »