qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 2.1 00/10] target-xtensa queue 2014-06-29


From: Max Filippov
Subject: [Qemu-devel] [PULL 2.1 00/10] target-xtensa queue 2014-06-29
Date: Sun, 29 Jun 2014 02:49:42 +0400

Hi Peter,

please pull my current target-xtensa patch queue.
The following changes since commit d4cba13bdf251baeedb36b87c1e9f6766773e380:

  tcg/ppc: Fix failure in tcg_out_mem_long (2014-06-27 13:23:41 +0100)

are available in the git repository at:

  address@hidden:OSLL/qemu-xtensa.git tags/20140629-xtensa

for you to fetch changes up to f55b32e7499b291058a0d0fd7d35b14c24791684:

  hw/xtensa/xtfpga: implement initrd loading (2014-06-29 02:32:42 +0400)

----------------------------------------------------------------
Xtensa fixes and improvements queue 2014-06-29:
- fix FLASH mapping to boot region for KC705;
- clean up boot parameters passing;
- add uImage, DTB and initrd support.

----------------------------------------------------------------
Max Filippov (10):
      hw/xtensa/xtfpga: fix FLASH mapping to boot region for KC705
      hw/xtensa: remove extraneous xtensa_ prefix from file names
      hw/xtensa: replace fprintfs with error_report
      hw/xtensa/xtfpga: retrieve parameters from machine_opts
      hw/xtensa/xtfpga: use symbolic constants for bootparam tags
      hw/xtensa/xtfpga: refactor bootparameters filling
      hw/xtensa/xtfpga: add memory info to bootparam
      hw/xtensa/xtfpga: implement uImage loading
      hw/xtensa/xtfpga: implement DTB loading
      hw/xtensa/xtfpga: implement initrd loading

 hw/xtensa/Makefile.objs               |   4 +-
 hw/xtensa/bootparam.h                 |  49 +++++++++++++
 hw/xtensa/{xtensa_sim.c => sim.c}     |   6 +-
 hw/xtensa/xtensa_bootparam.h          |  25 -------
 hw/xtensa/{xtensa_lx60.c => xtfpga.c} | 128 ++++++++++++++++++++++++++++------
 5 files changed, 162 insertions(+), 50 deletions(-)
 create mode 100644 hw/xtensa/bootparam.h
 rename hw/xtensa/{xtensa_sim.c => sim.c} (96%)
 delete mode 100644 hw/xtensa/xtensa_bootparam.h
 rename hw/xtensa/{xtensa_lx60.c => xtfpga.c} (68%)



reply via email to

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