qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 0e8035: target/xtensa: xtfpga: load DTB only


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 0e8035: target/xtensa: xtfpga: load DTB only when FDT supp...
Date: Sat, 18 Mar 2017 11:30:11 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 0e80359e6285e094eaf1e403835c12081faef535
      
https://github.com/qemu/qemu/commit/0e80359e6285e094eaf1e403835c12081faef535
  Author: Max Filippov <address@hidden>
  Date:   2017-03-11 (Sat, 11 Mar 2017)

  Changed paths:
    M hw/xtensa/xtfpga.c

  Log Message:
  -----------
  target/xtensa: xtfpga: load DTB only when FDT support is enabled

xtensa linux can use DTB but does not require it, so FDT support is not
a requirement for target/xtensa. Don't try to load DTB when FDT support
is not configured.

Signed-off-by: Max Filippov <address@hidden>


  Commit: f289bb091e6876df2e0e3481cb414c277695a405
      
https://github.com/qemu/qemu/commit/f289bb091e6876df2e0e3481cb414c277695a405
  Author: Max Filippov <address@hidden>
  Date:   2017-03-11 (Sat, 11 Mar 2017)

  Changed paths:
    M target/xtensa/xtensa-semi.c

  Log Message:
  -----------
  target/xtensa: fix semihosting argc/argv implementation

So far xtensa provides fixed dummy argc/argv for the corresponding
semihosting calls. Now that there are semihosting_get_argc and
semihosting_get_arg, use them to pass actual command line arguments
to guest.

Signed-off-by: Max Filippov <address@hidden>


  Commit: 96dd9c89c193a5ce829eff5ef6301a58032dcf63
      
https://github.com/qemu/qemu/commit/96dd9c89c193a5ce829eff5ef6301a58032dcf63
  Author: Peter Maydell <address@hidden>
  Date:   2017-03-18 (Sat, 18 Mar 2017)

  Changed paths:
    M hw/xtensa/xtfpga.c
    M target/xtensa/xtensa-semi.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/xtensa/tags/20170317-xtensa' into 
staging

target/xtensa fixes for 2.9:

- fix build failure when FDT support is not enabled;
- correctly pass command line arguments to semihosting guests.

# gpg: Signature made Fri 17 Mar 2017 18:14:01 GMT
# gpg:                using RSA key 0x51F9CC91F83FA044
# gpg: Good signature from "Max Filippov <address@hidden>"
# gpg:                 aka "Max Filippov <address@hidden>"
# gpg:                 aka "Max Filippov <address@hidden>"
# Primary key fingerprint: 2B67 854B 98E5 327D CDEB  17D8 51F9 CC91 F83F A044

* remotes/xtensa/tags/20170317-xtensa:
  target/xtensa: fix semihosting argc/argv implementation
  target/xtensa: xtfpga: load DTB only when FDT support is enabled

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/6b3cca76dd3a...96dd9c89c193

reply via email to

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