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
18 Mar, 2008
7 commits
  • Typo in curses_keys.h. ...
    eb24dadd
    (Dan Nelson)
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4084 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-03-18 06:55:27 +0000  
    Browse Code »
  • Clean fdc.h ...
    3397f6c8
    (Hervé Poussineau)
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4083 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-03-18 06:55:03 +0000  
    Browse Code »
  • Add KBD_CMD_SCANCODE command. ...
    e7d93956
    (Hervé Poussineau)
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4082 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-03-18 06:54:34 +0000  
    Browse Code »
  • SCI fixes ...
    cf7a2fe2
    (Anthony Liguori)
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4081 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-03-18 06:53:05 +0000  
    Browse Code »
  • restore rw support for vvfat ...
    7852e5da
    (Carlo Marcelo Arenas)
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4080 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-03-18 06:52:48 +0000  
    Browse Code »
  • Documentation update for the monitor change command ...
    4bf27c24
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4079 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-03-18 06:52:14 +0000  
    Browse Code »
  • Documentation for the -curses option ...
    052caf70
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4078 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-03-18 06:51:54 +0000  
    Browse File »

16 Mar, 2008
8 commits
  • Convert umul and smul to TCG ...
    8879d139
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4077 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-03-16 19:24:42 +0000  
    Browse Code »
  • Use a TCG global for pc and npc ...
    48d5c82b
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4076 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-03-16 19:23:31 +0000  
    Browse Code »
  • Convert mulscc to TCG, add cc_src2 ...
    d9bdab86
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4075 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-03-16 19:22:18 +0000  
    Browse Code »
  • Increase max temps limit ...
    c4071c90
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4074 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-03-16 19:21:07 +0000  
    Browse Code »
  • Discard unused data, use less temps ...
    0425bee5
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4073 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-03-16 19:18:54 +0000  
    Browse Code »
  • Add discard_ptr and discard_tl ...
    a768e4b2
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4072 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-03-16 19:16:37 +0000  
    Browse Code »
  • More TCG conversions for CRIS. ...
    a825e703
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4071 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-03-16 16:51:58 +0000  
    Browse Dir »
  • Remove unused members. ...
    b52901b9
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4070 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-03-16 16:38:48 +0000  
    Browse Code »

15 Mar, 2008
4 commits
  • More TCG conversions for CRIS. ...
    3157a0a9
    * Bit swap insn (bitwise not, endian swap and bit reverse).
    * Muls and mulu.
    * Extended arithmetics.
    * Parts of the condition code handling.
    * Use tcg_const_tl.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4069 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-03-15 20:45:05 +0000  
    Browse Code »
  • Use a TCG global for fsr ...
    87e92502
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4068 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-03-15 18:12:11 +0000  
    Browse Code »
  • Convert ldfsr and stfsr to TCG ...
    bb5529bb
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4067 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-03-15 18:11:06 +0000  
    Browse Code »
  • Simplified some dead extended arith code after search and replace. ...
    54728ac6
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4066 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-03-15 09:13:04 +0000  
    Browse Code »

14 Mar, 2008
11 commits
  • Eliminate some uses of T2 ...
    748b9d8e
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4065 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-03-14 21:09:15 +0000  
    Browse Code »
  • Convert udivx and sdivx to TCG ...
    1a7b60e7
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4064 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-03-14 19:42:42 +0000  
    Browse Code »
  • Allow op_opt for all targets ...
    e01a1157
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4063 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-03-14 17:37:11 +0000  
    Browse Code »
  • Use memory globals for G registers ...
    f5069b26
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4062 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-03-14 17:35:02 +0000  
    Browse Code »
  • Use TARGET_FMT_lx. ...
    2e0ded9c
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4061 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-03-14 14:11:05 +0000  
    Browse File »
  • CFI: Fix AMD erase support ...
    9248f413
    (Jean-Christophe PLAGNIOL-VILLARD)
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4060 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-03-14 06:45:21 +0000  
    Browse Code »
  • Improve readability by moving the continue operation into aseparate function. ...
    ba70a624
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4059 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-03-14 06:10:42 +0000  
    Browse Code »
  • Made the etrax timers and serial-ports base address relocatable. Use target_phys… ...
    ca87d03b
    …_addr_t instead of target_ulong.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4058 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-03-14 01:50:49 +0000  
    Browse File »
  • A first small step to convert the CRIS translator to TCG. ...
    05ba7d5f
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4057 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-03-14 01:11:25 +0000  
    Browse File »
  • Model more parts of the ETRAX mmu (still alot missing). ...
    786c02f1
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4056 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-03-14 01:08:09 +0000  
    Browse File »
  • * Add a model of the ETRAX interrupt controller. ...
    e62b5b13
    * Clean up the interrupt handling a bit.
    * Connect some NOR flash to the test board.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4055 c046a42c-6fe2-441c-8c8c-71466251a162
    edgar_igl authored
    2008-03-14 01:04:24 +0000  
    Browse Code »

13 Mar, 2008
10 commits
  • Use tcg_const_tl for zero constant ...
    1ec6d2ea
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4054 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-03-13 20:47:53 +0000  
    Browse Code »
  • Add tcg_const_tl ...
    a98824ac
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4053 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-03-13 20:46:42 +0000  
    Browse Dir »
  • Convert condition code changing versions of add, sub, logic, and div to TCG ...
    dc99a3f2
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4052 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2008-03-13 20:45:31 +0000  
    Browse File »
  • ds1225y nvram: Fix some bugs ...
    02cb1585
    - whole nvram was erased in some conditions
    - fix out of range accesses
    - improve reading speed by keeping contents in memory
    - rename capacity to chip_size
    
    (Hervé Poussineau)
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4051 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-03-13 19:23:00 +0000  
    Browse Code »
  • Slowdown SDL while minimized ...
    f442e08b
    When SDL is invisible/minimized, there is no need to keep calling the
    VGA refresh 33 times per second.  This patch reduces in that case the
    rate to 2 times per second, which should be responsive enough for the
    un-minimizing event.
    
    (Samuel Thibault)
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4050 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-03-13 19:20:33 +0000  
    Browse Code »
  • SDL mouse events smoothness ...
    4c44bdcb
    (Samuel Thibault)
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4049 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-03-13 19:20:18 +0000  
    Browse File »
  • Math functions helper for CONFIG_SOFTFLOAT=yes ...
    80621676
    The patch below adds isfinite() and isnormal() functions which can
    work with float64 type, used when CONFIG_SOFTFLOAT=yes.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4048 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-03-13 19:20:00 +0000  
    Browse Code »
  • Use float32/64 instead of float/double ...
    0ca9d380
    The patch below uses the float32 and float64 types instead of the float
    and double types in the PPC code. This doesn't change anything when
    using softfloat-native as the types are the same, but that helps
    compiling the PPC target with softfloat.
    
    It also defines a new union CPU_FloatU in addition to CPU_DoubleU, and
    use them instead of identical unions that are defined in numerous
    places.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4047 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-03-13 19:19:16 +0000  
    Browse Code »
  • e1000: fix endianness issues ...
    6b59fc74
    This patch fixes endianness issues in the e1000 nic emulation, which
    currently only works on little endian hosts with little endian targets.
    
    Byte swapping does not depend on host endianness, so this patch remove
    the use of cpu_to_le32 and le32_to_cpu functions. It depends on the path
    from the CPU to the device, which is currently and *wrongly* implemented
    in Qemu as a byteswap on big endian targets. This patch does the same
    as in other devices emulation as all the currently implemented targets
    work with this implementation.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4046 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-03-13 19:18:26 +0000  
    Browse Dir »
  • rtl8139: fix endianness on big endian targets ...
    5fedc612
    On big endian targets with mmio accesses, the values are not always
    swapped, depending on the accessed register. The Linux 8139too module
    was able to cope with that, but not the 8139cp one.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4045 c046a42c-6fe2-441c-8c8c-71466251a162
    aurel32 authored
    2008-03-13 19:17:40 +0000  
    Browse File »