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 Nov, 2007
3 commits
  • Use a valid PRid. ...
    8c89395e
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3685 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-11-18 03:19:58 +0000  
    Browse Dir »
  • Fix a && -> & typo. ...
    7317b8ca
    Catch wrong/unknown NOR flash command sequences, by Thorsten Zitterell.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3684 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-11-18 02:09:36 +0000  
    Browse Dir »
  • Add statics and missing #includes for prototypes. ...
    9596ebb7
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3683 c046a42c-6fe2-441c-8c8c-71466251a162
    pbrook authored
    2007-11-18 01:44:38 +0000  
    Browse File »

17 Nov, 2007
27 commits
  • Improve PowerPC instructions set dump. ...
    4c1b1bfe
    Remove meaningless define from cpu.h
    Misc cleanups.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3682 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-11-17 23:14:53 +0000  
    Browse File »
  • Add definitions for Freescale PowerPC implementations, ...
    80d11f44
    ie MPC5xx, MPC8xx, e200, e300, e500 and e600 cores.
    Make those CPUs and PowerPC 440 available for user-mode emulation,
      thus providing a way of testing their implementation specific instructions.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3681 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-11-17 23:02:20 +0000  
    Browse File »
  • Define Freescale cores specific MMU model, exceptions and input bus. ...
    b4095fed
    (but do not provide any actual implementation).
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3680 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-11-17 22:42:36 +0000  
    Browse Dir »
  • A little more granularity in PowerPC instructions definition is needed ...
    05332d70
    in order to implement Freescale cores.
    Fix efsadd / efssub opcodes.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3679 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-11-17 22:26:51 +0000  
    Browse Code »
  • PowerPC hypervisor mode is not fundamentally available only for PowerPC 64. ...
    a4f30719
    Remove TARGET_PPC64 dependency and add code provision to be able
      to define a fake 32 bits CPU with hypervisor feature support.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3678 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-11-17 21:14:09 +0000  
    Browse Code »
  • Name the magic constants, fix a hex number without 0x ...
    9a87ce9b
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3677 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2007-11-17 21:01:04 +0000  
    Browse Code »
  • Better STOPINTR bit semantics in the PXA2xx DMA. ...
    e1dad5a6
    Don't error out on reading GPCR register, just warn (Thorsten Zitterell).
    Don't zero a memory that's already zeroed.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3676 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-11-17 18:43:47 +0000  
    Browse Code »
  • Remove stray uses of vl.h. ...
    749bc4bf
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3675 c046a42c-6fe2-441c-8c8c-71466251a162
    pbrook authored
    2007-11-17 17:35:54 +0000  
    Browse Code »
  • Break up vl.h. ...
    87ecb68b
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3674 c046a42c-6fe2-441c-8c8c-71466251a162
    pbrook authored
    2007-11-17 17:14:51 +0000  
    Browse File »
  • sd.c build fix. ...
    257514dd
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3673 c046a42c-6fe2-441c-8c8c-71466251a162
    pbrook authored
    2007-11-17 15:32:38 +0000  
    Browse Code »
  • Fix int/float inconsistencies. ...
    5747c073
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3672 c046a42c-6fe2-441c-8c8c-71466251a162
    pbrook authored
    2007-11-17 14:53:06 +0000  
    Browse Code »
  • Convert SD cards code to use qemu_irq too. ...
    02ce600c
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3671 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-11-17 14:34:44 +0000  
    Browse File »
  • Convert PXA2xx GPIOs and SCOOP GPIOs to a qemu_irq based api (similar to omap, m… ...
    38641a52
    …ax7310 and s3c gpios).
    Convert spitz and gumstix boards to use new api.
    Remove now obsolete gpio_handler_t definition.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3670 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-11-17 14:07:13 +0000  
    Browse File »
  • Don't compare '\0' against pointers. ...
    6c41b272
    Add a note from Fabrice in slow_st template.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3669 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-11-17 12:12:29 +0000  
    Browse File »
  • Fix collision in PowerPC instructions definitions. ...
    f610349f
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3668 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-11-17 12:01:45 +0000  
    Browse Code »
  • Gumstix 'connex' board support by Thorsten Zitterell. ...
    05ee37eb
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3667 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-11-17 11:50:55 +0000  
    Browse File »
  • Show usage and abort if an unknown option is passed to configure (Carlo Marcelo Arenas Belon). ...
    7f1559c6
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3666 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-11-17 10:24:32 +0000  
    Browse Code »
  • Check permissions for the last byte first in unaligned slow_st accesses (patch from TeLeMan). ...
    7221fa98
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3665 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-11-17 09:53:42 +0000  
    Browse File »
  • Machine specific IOMMU version (Robert Reif) ...
    7fbfb139
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3664 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2007-11-17 09:04:09 +0000  
    Browse File »
  • Remove unnecessary register masking (Robert Reif) ...
    2761992d
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3663 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2007-11-17 08:21:43 +0000  
    Browse Code »
  • Fix MXCC error register (Robert Reif) ...
    bbf7d96b
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3662 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2007-11-17 08:19:57 +0000  
    Browse Dir »
  • Add MXCC module reset register (Robert Reif) ...
    295db113
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3661 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2007-11-17 08:18:59 +0000  
    Browse Code »
  • Make the PowerPC MMU model, exception model and input bus model ...
    7820dbf3
    typedefed enums.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3660 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-11-17 02:16:14 +0000  
    Browse Dir »
  • Add missing definition for number of input pins for the PowerPC 970 bus. ...
    7b62a955
    Use proper INPUT_NB definitions to allocate PowerPC input pins structure,
      fixing a buffer overflow in the 6xx bus case.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3659 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-11-17 02:04:00 +0000  
    Browse File »
  • Remove ppc64h CPUs definitions from the configure script. ...
    5e692ecd
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3658 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-11-17 01:54:45 +0000  
    Browse Code »
  • Resynchronize darwin-user target with linux-user: ...
    31fca6ab
    add CPU selection feature, choose the correct default CPU and set
    the 32/64 bits computation mode properly.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3657 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-11-17 01:52:38 +0000  
    Browse Dir »
  • Always make all PowerPC exception definitions visible. ...
    b172c56a
    Always make the hypervisor timers available.
    Remove all TARGET_PPC64H checks, keeping a few if (0) tests for cases
    that cannot be properly handled with the current PowerPC CPU definition.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3656 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-11-17 01:37:44 +0000  
    Browse Dir »

16 Nov, 2007
3 commits
  • Fix NaN handling for MIPS and HPPA. ...
    5a6932d5
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3655 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-11-16 14:57:36 +0000  
    Browse Dir »
  • Always make PowerPC hypervisor mode memory accesses and instructions ...
    7863667f
    available for full system emulation, then removing all #if TARGET_PPC64H
      from micro-ops and code translator.
    Add new macros to dramatically simplify memory access tables definitions
      in target-ppc/translate.c.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3654 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-11-16 14:11:28 +0000  
    Browse File »
  • suppressed tgetx and tputx (initial patch by Thayne Harbaugh) ...
    2f619698
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3653 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2007-11-16 10:46:05 +0000  
    Browse Code »

15 Nov, 2007
3 commits
  • Init dumb display if no others available. ...
    67276f53
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3652 c046a42c-6fe2-441c-8c8c-71466251a162
    pbrook authored
    2007-11-15 19:04:08 +0000  
    Browse Code »
  • force correct ppc64 cpu ...
    7ded4f52
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3651 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2007-11-15 15:37:50 +0000  
    Browse File »
  • x86_64 fixes ...
    4dbc422b
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3650 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2007-11-15 15:27:03 +0000  
    Browse File »

14 Nov, 2007
4 commits
  • Update OpenBIOS image to SVN revision 176. Changes: ...
    6376fa99
    r172: Enable boot mode in the exception handler for both SuperSparc and TurboSparc
    r173: More CPU definitions
    r174: Add Sparc64 CPU identification
    r175: Add SPARCserver 600MP emulation
    r176: Update OHW interface to version 3.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3649 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2007-11-14 19:41:26 +0000  
    Browse File »
  • Update OHW interface to version 3. ...
    d2c63fc1
    Use common ABI description file with OpenBIOS.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3648 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2007-11-14 19:35:16 +0000  
    Browse File »
  • Fix PowerPC targets compilation on 32 bits hosts: ...
    57c26279
    now that the SPE extension is available for all targets,
     we always need to have some 64 bits temporary registers.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3647 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-11-14 18:45:52 +0000  
    Browse File »
  • x86_64 linux user emulation ...
    d2fd1af7
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3646 c046a42c-6fe2-441c-8c8c-71466251a162
    bellard authored
    2007-11-14 18:08:56 +0000  
    Browse Code »