qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/9] target-xtensa: linux booting improvements
@ 2014-06-23 16:12 Max Filippov
  2014-06-23 16:12 ` [Qemu-devel] [PATCH 1/9] hw/xtensa: remove extraneous xtensa_ prefix from file names Max Filippov
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Max Filippov @ 2014-06-23 16:12 UTC (permalink / raw)
  To: qemu-devel; +Cc: Max Filippov, Waldemar Brodkorb

Hi,

this series refactors boot parameters handling for xtensa xtfpga boards
and implements uImage, FDT and initrd loading.

Max Filippov (9):
  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} | 120 +++++++++++++++++++++++++++++-----
 5 files changed, 157 insertions(+), 47 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} (70%)

-- 
1.8.1.4

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-06-23 16:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-23 16:12 [Qemu-devel] [PATCH 0/9] target-xtensa: linux booting improvements Max Filippov
2014-06-23 16:12 ` [Qemu-devel] [PATCH 1/9] hw/xtensa: remove extraneous xtensa_ prefix from file names Max Filippov
2014-06-23 16:12 ` [Qemu-devel] [PATCH 2/9] hw/xtensa: replace fprintfs with error_report Max Filippov
2014-06-23 16:12 ` [Qemu-devel] [PATCH 3/9] hw/xtensa/xtfpga: retrieve parameters from machine_opts Max Filippov
2014-06-23 16:12 ` [Qemu-devel] [PATCH 4/9] hw/xtensa/xtfpga: use symbolic constants for bootparam tags Max Filippov
2014-06-23 16:12 ` [Qemu-devel] [PATCH 5/9] hw/xtensa/xtfpga: refactor bootparameters filling Max Filippov
2014-06-23 16:12 ` [Qemu-devel] [PATCH 6/9] hw/xtensa/xtfpga: add memory info to bootparam Max Filippov
2014-06-23 16:12 ` [Qemu-devel] [PATCH 7/9] hw/xtensa/xtfpga: implement uImage loading Max Filippov
2014-06-23 16:12 ` [Qemu-devel] [PATCH 8/9] hw/xtensa/xtfpga: implement DTB loading Max Filippov
2014-06-23 16:12 ` [Qemu-devel] [PATCH 9/9] hw/xtensa/xtfpga: implement initrd loading Max Filippov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).