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
25 Oct, 2007
6 commits
  • Implement power-management for all defined PowerPC CPUs. ...
    2f462816
    Fix PowerPC 970MP definition.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3440 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-10-25 23:14:50 +0000  
    Browse Code »
  • Restore a more maintainable version of the 64bit multiply code. ...
    e494ead5
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3439 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-10-25 23:00:03 +0000  
    Browse Code »
  • Update PowerPC emulation status file. ...
    86f1d3ac
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3438 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-10-25 21:38:16 +0000  
    Browse File »
  • Allow selection of all defined PowerPC 74xx (aka G4) CPUs. ...
    8ca3f6c3
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3437 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-10-25 21:37:25 +0000  
    Browse Code »
  • Gprof prooved the PowerPC emulation spent too much time in MSR load and store ...
    0411a972
    routines. Coming back to a raw MSR storage model then speed-up the emulation.
    Improve fast MSR updates (wrtee wrteei and mtriee cases).
    Share rfi family instructions helpers code to avoid bug in duplicated code.
    Allow entering halt mode as the result of a rfi instruction.
    Add a new helper_regs.h file to avoid duplication of special registers
     manipulation routines (currently XER and MSR).
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3436 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-10-25 21:35:50 +0000  
    Browse File »
  • Fix gdb stub for MIPS64. ...
    7ac256b8
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3435 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-10-25 21:30:37 +0000  
    Browse Code »

24 Oct, 2007
3 commits
  • Fix typo, spotted by Edivaldo de Araujo Pereira. ...
    d8871c5a
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3434 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-10-24 16:11:42 +0000  
    Browse File »
  • Remove bogus instruction decode. ...
    9f77c1cd
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3433 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-10-24 00:52:07 +0000  
    Browse Code »
  • Force proper sign extension for mfc0/mfhc0 on MIPS64. ...
    6ad38722
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3432 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-10-24 00:10:32 +0000  
    Browse File »

23 Oct, 2007
6 commits
  • Fix writable length of the index register. ...
    60445285
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3431 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-10-23 23:58:21 +0000  
    Browse Code »
  • Enforce proper sign extension for lwl/lwr on MIPS64. ...
    7d307e9e
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3430 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-10-23 23:23:43 +0000  
    Browse Code »
  • Fix overflow when multiplying two large positive numbers. ...
    67fc07d3
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3429 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-10-23 23:22:54 +0000  
    Browse Code »
  • Fix CLO calculation for MIPS64. And a small code cleanup. ...
    9278480e
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3428 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-10-23 23:22:03 +0000  
    Browse File »
  • Use the standard ASE check for MIPS-3D and MT. ...
    7385ac0b
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3427 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-10-23 17:04:27 +0000  
    Browse Code »
  • Switch bc1any* instructions off if no MIPS-3D is implemented. ...
    d8a5950a
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3426 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-10-23 13:15:33 +0000  
    Browse Code »

21 Oct, 2007
4 commits
  • Support tap down script, by Wolfram Gloger. ...
    b46a8906
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3425 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-10-21 23:20:45 +0000  
    Browse Code »
  • Bugfix: now PCI NICs really work on PowerPC PreP platform. ...
    fce62c4e
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3424 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-10-21 15:53:01 +0000  
    Browse File »
  • Allow use of PCI NICs on PowerPC PreP platform. ...
    bd3e2c4e
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3423 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-10-21 12:29:36 +0000  
    Browse File »
  • New status file for Alpha emulation target. ...
    615e2dba
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3422 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-10-21 09:46:04 +0000  
    Browse Code »

20 Oct, 2007
11 commits
  • "QEMU keyboard issue with Gujin-2.2", by Etienne Lorrain. ...
    a47b8d38
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3421 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-10-20 20:48:09 +0000  
    Browse File »
  • Physical hard disk drive for win32, by Stefan Weil. ...
    e9c08226
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3420 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-10-20 20:40:05 +0000  
    Browse Dir »
  • Enable ACPI interrupts, by Igor Lvovsky. ...
    3f6ffb6a
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3419 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-10-20 20:36:52 +0000  
    Browse Code »
  • Syscall target errno fixes, by Thayne Harbaugh. ...
    0da46a6e
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3418 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-10-20 20:23:07 +0000  
    Browse Code »
  • Check the Galilleo config register instead of hardcoding the endianness. ...
    1931e260
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3417 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-10-20 19:47:14 +0000  
    Browse Code »
  • Handle IBE on MIPS properly. ...
    647de6ca
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3416 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-10-20 19:45:44 +0000  
    Browse File »
  • Don't install tools if $(TOOLS) is empty, by Thayne Harbaugh. ...
    932a79df
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3415 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-10-20 18:29:34 +0000  
    Browse Code »
  • Avoid PreP target kernel freeze waiting for IRQs. ...
    5a9b7d36
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3414 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-10-20 09:13:55 +0000  
    Browse Code »
  • Update Sparc parts in documentation ...
    a785e42e
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3413 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2007-10-20 08:09:05 +0000  
    Browse Code »
  • Avoid gcc warnings ...
    20b749f6
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3412 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2007-10-20 07:09:08 +0000  
    Browse Code »
  • Fix compiling Sparc64 on PPC host ...
    1e64e78d
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3411 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2007-10-20 07:07:47 +0000  
    Browse Code »

18 Oct, 2007
3 commits
  • Use TARGET_ABI_DIR feature to unify PowerPC and PowerPC 64 definitions. ...
    f85e9a68
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3410 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-10-18 20:51:49 +0000  
    Browse Dir »
  • Use the new TARGET_ABI32 feature to implement a ppc64abi32-linux-user target ...
    e85e7c6e
    (PowerPC 64 running in 32 bits mode).
    Use the new TARGET_ABI_DIR feature to implement a ppcemb-linux-user target
      (PowerPC 32 with 64 bits GPRs and vector extensions).
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3409 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-10-18 19:59:49 +0000  
    Browse Code »
  • Only map BIOS space when it was actually loaded. ...
    b5334159
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3408 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-10-18 15:05:11 +0000  
    Browse Code »

17 Oct, 2007
7 commits
  • Cast ELF datatypes properly to host 64bit types. ...
    82790064
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3407 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-10-17 23:07:31 +0000  
    Browse File »
  • Really update the image ...
    06c0b388
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3406 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2007-10-17 17:42:21 +0000  
    Browse Dir »
  • Use ldq and stq for 8 byte accesses (original patch by Robert Reif) ...
    e909ec2f
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3405 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2007-10-17 17:37:13 +0000  
    Browse Dir »
  • Enable all alignment checks ...
    8f577d3d
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3404 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2007-10-17 17:34:57 +0000  
    Browse Code »
  • Update Sparc32 OpenBIOS image to SVN revision 171. Changes: ...
    dbe7fb91
    r170: Fix exception handling and printout
    r171: Fix 8 byte alignment problems
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3403 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2007-10-17 17:34:17 +0000  
    Browse Dir »
  • Update TODO. ...
    c7890fc2
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3402 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-10-17 13:43:58 +0000  
    Browse File »
  • Second half of mipssim support, plus documentation improvements. ...
    f0fc6f8f
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3401 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-10-17 13:39:42 +0000  
    Browse File »