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, 2007
10 commits
  • Add register mappings in DSP space (must be accessible for MPU too). ...
    cf965d24
    Don't set microwire CSR-busy bit too early.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3530 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-11-04 12:19:22 +0000  
    Browse File »
  • Constification ...
    51a65271
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3529 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2007-11-04 12:00:17 +0000  
    Browse File »
  • Remove target dependent code ...
    741402f9
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3528 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2007-11-04 11:59:15 +0000  
    Browse File »
  • Make accesses with wrong width also work as apparently real hardware allows them… ...
    b854bc19
    … when the fault is disabled.
    Fix DMA register writes if target_phys_addr_t is 64-bit.
    Make more functions static.
    A timer hack to make PalmOS run in finite time (uses very short timer periods, much shorter than clocksource tick).
    Re-calculate internal clock rates on start-up.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3527 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-11-04 11:42:11 +0000  
    Browse File »
  • Fix grackle (in fact MPC106) PCI host bridge header ...
    e616a7e8
    to avoid confusing firmwares and OSes.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3526 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-11-04 08:49:01 +0000  
    Browse Code »
  • Fix debug statements ...
    ab3d1727
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3525 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2007-11-04 07:31:40 +0000  
    Browse Code »
  • PowerPC 601 need specific callbacks for its BATs setup. ...
    056401ea
    Implement PowerPC 601 HID0 register, needed for little-endian mode support.
    As a consequence, we need to merge hflags coming from MSR with other ones.
    Use little-endian mode from hflags instead of MSR during code translation.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3524 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-11-04 02:55:33 +0000  
    Browse Code »
  • For consistency, move muls64 / mulu64 prototypes to host-utils.h ...
    7a51ad82
    Make x86_64 optimized versions inline.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3523 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-11-04 02:24:58 +0000  
    Browse Code »
  • Improve PowerPC CPU state dump. ...
    077fc206
    Dump NIP on SPR access faults.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3522 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-11-04 01:57:29 +0000  
    Browse Code »
  • Fix PowerMac NVRAM device. ...
    74e91155
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3521 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-11-04 01:16:04 +0000  
    Browse File »

03 Nov, 2007
10 commits
  • Fix some compiler warnings. ...
    f3e3285d
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3520 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-11-03 15:12:16 +0000  
    Browse File »
  • Fix PowerPC high BATs access: BAT number was incorrect. ...
    2e13d23a
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3519 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-11-03 14:23:07 +0000  
    Browse Code »
  • PowerPC MMU and exception fixes: ...
    faadf50e
    * PowerPC 601 (and probably POWER/POWER2) uses a different BAT format than
      later PowerPC implementation.
    * Bugfix in BATs check: must not stop after 4 BATs when more are provided.
    * Enable POWER 'rac' instruction.
    * Fix exception prefix for all supported PowerPC implementations.
    * Fix exceptions, MMU model and bus model for PowerPC 601 & 620.
    * Enable PowerPC 620 as it could mostly boot a PreP target.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3518 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-11-03 13:37:12 +0000  
    Browse File »
  • Fix incorrect PowerPC instruction fetch exception dump. ...
    f10c315f
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3517 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-11-03 13:22:08 +0000  
    Browse File »
  • Split I^2C controller out of hw/omap.c. ...
    02645926
    Insert a list of missing memory mappings from OMAP310 datasheet.
    Add missing "rtc" field for RTC.
    Correct PWL and PWT register read/write handler pointers.
    Add a Changelog entry about OMAP emulation.
    Add a qemu-doc snippet about Palm T|E platform.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3516 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-11-03 12:50:46 +0000  
    Browse Dir »
  • Implement OMAP on-chip RTC (Linux guest date/time now matches with host). ...
    5c1c390f
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3515 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-11-03 12:44:02 +0000  
    Browse Code »
  • Initial OMAP I^2C controller implementation (communication not tested). ...
    4a2c8ac2
    Correct an i2c_start_transfer comment.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3514 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-11-03 00:51:03 +0000  
    Browse Dir »
  • Add OMAP Pulse-width Tone module. ...
    f34c417b
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3513 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-11-03 00:48:26 +0000  
    Browse Code »
  • Implement OMAP PWL (backlight) module. ...
    66450b15
    Fix GPIO clock name and output level change notifications.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3512 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-11-03 00:46:16 +0000  
    Browse File »
  • The PINT/DAV pin is active low in the chip spec, not inverted on the board. ...
    7fc42b4b
    Make changes on known GPIO lines be verbose, initialise GPIO levels.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3511 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-11-03 00:41:31 +0000  
    Browse Code »

02 Nov, 2007
5 commits
  • Don't print any message when a priviledge exception occurs on mfpvr ...
    9fceefa7
    as the Linux allows applications to read this register.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3510 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-11-02 22:47:50 +0000  
    Browse Dir »
  • Fix PowerPC program exception that was broken by FPU exception patches ...
    5b52b991
    (bug reported by  Jason Wessel)
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3509 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-11-02 22:35:33 +0000  
    Browse Dir »
  • EFAULT - update __get_user() __put_user(), by Thayne Harbaugh. ...
    89343ecd
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3508 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-11-02 20:24:22 +0000  
    Browse Dir »
  • Fix compiler warnings, by Stefan Weil. ...
    80210bcd
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3507 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-11-02 19:08:57 +0000  
    Browse File »
  • EFAULT - verify pages are in cache and are read/write, by Thayne Harbaugh. ...
    3d97b40b
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3506 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-11-02 19:02:07 +0000  
    Browse File »

01 Nov, 2007
4 commits
  • Fix slirp compilation failure when using a newer gcc ...
    7c829863
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3505 c046a42c-6fe2-441c-8c8c-71466251a162
    blueswir1 authored
    2007-11-01 19:23:51 +0000  
    Browse Code »
  • Add new files fir strace support, missed in earlier commit. ...
    33189d31
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3504 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-11-01 00:13:36 +0000  
    Browse Code »
  • Mention userland strace support, and mipssim machine emulation. ...
    93a0019b
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3503 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-11-01 00:11:47 +0000  
    Browse File »
  • Strace for userland emulation, by Stuart Anderson and Thayne Harbaugh. ...
    b92c47c1
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3502 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-11-01 00:07:38 +0000  
    Browse Code »

31 Oct, 2007
11 commits
  • Fix CR ops with complement, thanks to Julian Seward for testing ...
    fc0d441e
    and reporting the bug :
    * remove bugged CR ops specific micro-ops
    * use standard and / or / shift operations instead
    * comment not-used-anymore op_store_T1_crf_crf micro-op template.
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3501 c046a42c-6fe2-441c-8c8c-71466251a162
    j_mayer authored
    2007-10-31 22:02:17 +0000  
    Browse File »
  • Add copyright and license header. ...
    a79ee211
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3500 c046a42c-6fe2-441c-8c8c-71466251a162
    ths authored
    2007-10-31 17:14:08 +0000  
    Browse File »
  • Correct the WBINVD intercept in SVM (Alexander Graf). ...
    ad848875
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3499 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-10-31 02:01:33 +0000  
    Browse Dir »
  • Handle 3.7 VNC clients authentication correctly (Dan Kenigsberg). ...
    a26c97ad
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3498 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-10-31 01:58:56 +0000  
    Browse File »
  • Set boot sequence from command line (Dan Kenigsberg). ...
    6ac0e82d
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3497 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-10-31 01:54:04 +0000  
    Browse File »
  • Support multipart images as input to qemu-img (Salvador Fandino). ...
    926c2d23
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3496 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-10-31 01:11:44 +0000  
    Browse File »
  • Add gcc-3.4.6 to the list of gcc3 versions (Carlo Marcelo Arenas Belon). ...
    fe8f78e4
    Add --disable-sdl to configure's help (Carlo Marcelo Arenas Belon).
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3495 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-10-31 01:03:28 +0000  
    Browse Code »
  • Invalidate TLBs when domains are changed (Matthew Warton). ...
    405ee3ad
    Legalise cp15 pid register writes (Matthew Warton).
    
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3494 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-10-31 00:47:13 +0000  
    Browse Code »
  • OHCI USB isochronous transfers support (Arnon Gilboa). ...
    7bfe5777
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3493 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-10-31 00:34:21 +0000  
    Browse File »
  • Use a O_NONBLOCK pipe for iso completion signals for thread-safety, by Arnon Gilboa. ...
    046833ea
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3492 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-10-31 00:27:50 +0000  
    Browse Code »
  • x86_64 support in cpu_gdb_read_registers(), by Goran Weinholt. ...
    5ad265ee
    
    git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3491 c046a42c-6fe2-441c-8c8c-71466251a162
    balrog authored
    2007-10-31 00:21:35 +0000  
    Browse Code »