qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 462566: i.MX: implement a more correct versio


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 462566: i.MX: implement a more correct version of EPIT tim...
Date: Mon, 06 May 2013 07:30:14 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 462566fc5e3e10a44e212fdbc67b9e4948179b14
      
https://github.com/qemu/qemu/commit/462566fc5e3e10a44e212fdbc67b9e4948179b14
  Author: Jean-Christophe DUBOIS <address@hidden>
  Date:   2013-05-03 (Fri, 03 May 2013)

  Changed paths:
    M hw/timer/imx_timer.c

  Log Message:
  -----------
  i.MX: implement a more correct version of EPIT timer.

This patch is providing a complete version of the EPIT timer.

Note, however that the GPT timer in the same file is still not
complete.

Signed-off-by: Jean-Christophe DUBOIS <address@hidden>
Message-id: address@hidden
Reviewed-by: Peter Chubb <address@hidden>
[PMM: wrapped an overly long line]
Signed-off-by: Peter Maydell <address@hidden>


  Commit: 88432756ead526d9c321c20f10fafdbe40e5eaba
      
https://github.com/qemu/qemu/commit/88432756ead526d9c321c20f10fafdbe40e5eaba
  Author: Fabien Chouteau <address@hidden>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M hw/ppc/prep.c

  Log Message:
  -----------
  prep: Fix NIP reset value

The value was changed by commit 09d9828ace37ead29d510a7e24e63c2f15cd4b1c
"PPC: fix hreset_vector for 60x, ...".

Change it back for prep machine to unbreak OpenHack'Ware.

Signed-off-by: Fabien Chouteau <address@hidden>
Signed-off-by: Andreas Färber <address@hidden>


  Commit: 97c42c3c93d58e14960bfd78771ed154a860acf8
      
https://github.com/qemu/qemu/commit/97c42c3c93d58e14960bfd78771ed154a860acf8
  Author: Andreas Färber <address@hidden>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M hw/ppc/prep.c

  Log Message:
  -----------
  prep: Add ELF support for -bios

This prepares for switching from OpenHack'Ware to OpenBIOS.

While touching the error handling code, switch from aborting hw_error()
to fprintf()+exit() and suppress failing without -bios for qtest.

Acked-by: Alexander Graf <address@hidden>
Signed-off-by: Andreas Färber <address@hidden>


  Commit: b6f54b31e7cfb2e88b76fc6cfc5334a26d1b9e53
      
https://github.com/qemu/qemu/commit/b6f54b31e7cfb2e88b76fc6cfc5334a26d1b9e53
  Author: Julio Guerra <address@hidden>
  Date:   2013-05-05 (Sun, 05 May 2013)

  Changed paths:
    M hw/ppc/prep.c

  Log Message:
  -----------
  prep: Make System I/O port 0092 read/write

Port 0x0092 is documented as read/write, so for now return the
endianness state instead of hardcoded 0x00.

Signed-off-by: Julio Guerra <address@hidden>
[AF: Extracted from larger port 0092 patch]
Signed-off-by: Andreas Färber <address@hidden>


  Commit: 1e65fe536782132316ddae0a92f3c4e4f563cafb
      
https://github.com/qemu/qemu/commit/1e65fe536782132316ddae0a92f3c4e4f563cafb
  Author: Anthony Liguori <address@hidden>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M hw/timer/imx_timer.c

  Log Message:
  -----------
  Merge remote-tracking branch 'pmaydell/arm-devs.next' into staging

# By Jean-Christophe DUBOIS
# Via Peter Maydell
* pmaydell/arm-devs.next:
  i.MX: implement a more correct version of EPIT timer.

Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: e4b006b7a5bce59d4f692d5da04eede5f6d0f31c
      
https://github.com/qemu/qemu/commit/e4b006b7a5bce59d4f692d5da04eede5f6d0f31c
  Author: Anthony Liguori <address@hidden>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M hw/ppc/prep.c

  Log Message:
  -----------
  Merge remote-tracking branch 'afaerber-or/prep-up' into staging

# By Andreas Färber (1) and others
# Via Andreas Färber
* afaerber-or/prep-up:
  prep: Make System I/O port 0092 read/write
  prep: Add ELF support for -bios
  prep: Fix NIP reset value


  Commit: 8e515b125d5f7849167dbee6cbe6ef61636607d4
      
https://github.com/qemu/qemu/commit/8e515b125d5f7849167dbee6cbe6ef61636607d4
  Author: Peter Maydell <address@hidden>
  Date:   2013-05-06 (Mon, 06 May 2013)

  Changed paths:
    M configure

  Log Message:
  -----------
  configure: Check that "libtool" is not the MacOSX one

The "libtool" binary on MacOSX is not GNU libtool, and doesn't support
anything like the same set of command line options. Test whether we
have accidentally picked this up (by looking for whether it handles
the GNU --version switch), and discard it if so. The fallback machinery
for the "we don't have a libtool" case will work fine. This fixes a
failure in "make install" on MacOSX.

Reported-by: Peter Cheung <address@hidden>
Signed-off-by: Peter Maydell <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


Compare: https://github.com/qemu/qemu/compare/467b34689d27...8e515b125d5f

reply via email to

[Prev in Thread] Current Thread [Next in Thread]