Merge remote-tracking branch 'remotes/xtensa/tags/20140629-xtensa' into staging
authorPeter Maydell <peter.maydell@linaro.org>
Sun, 29 Jun 2014 15:17:50 +0000 (16:17 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Sun, 29 Jun 2014 15:17:50 +0000 (16:17 +0100)
commit4daebe014effba37246b81d25acca5fa2df82f01
tree52bac1ecc278149ec2e6efa3a07c9e151ee25ea7
parent2d40fa6987e26a4273ca8c57487e8bd61f409cc4
parentf55b32e7499b291058a0d0fd7d35b14c24791684
Merge remote-tracking branch 'remotes/xtensa/tags/20140629-xtensa' into staging

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.

# gpg: Signature made Sat 28 Jun 2014 23:40:32 BST using RSA key ID F83FA044
# gpg: Good signature from "Max Filippov <max.filippov@cogentembedded.com>"
# gpg:                 aka "Max Filippov <jcmvbkbc@gmail.com>"

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

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>