[PULL v1 0/8] Xilinx queue 2020-08-14

Edgar E. Iglesias posted 8 patches 3 years, 8 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch passed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200824100041.1864420-1-edgar.iglesias@gmail.com
Maintainers: "Edgar E. Iglesias" <edgar.iglesias@gmail.com>
configure                        |   1 +
target/microblaze/translate.c    |  38 +++--
pc-bios/petalogix-ml605.dtb      | Bin 9982 -> 9882 bytes
pc-bios/petalogix-ml605.dts      | 350 +++++++++++++++++++++++++++++++++++++++
pc-bios/petalogix-s3adsp1800.dtb | Bin 8259 -> 8161 bytes
pc-bios/petalogix-s3adsp1800.dts | 282 +++++++++++++++++++++++++++++++
6 files changed, 661 insertions(+), 10 deletions(-)
create mode 100644 pc-bios/petalogix-ml605.dts
create mode 100644 pc-bios/petalogix-s3adsp1800.dts
[PULL v1 0/8] Xilinx queue 2020-08-14
Posted by Edgar E. Iglesias 3 years, 8 months ago
From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>

The following changes since commit 8367a77c4d3f6e1e60890f5510304feb2c621611:

  Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.2-pull-request' into staging (2020-08-23 16:34:43 +0100)

are available in the Git repository at:

  git@github.com:edgarigl/qemu.git tags/edgar/xilinx-next-2020-08-24.for-upstream

for you to fetch changes up to 43f4e3d4fa2f9dba6bd68452a3380864ad9453c1:

  microblaze: petalogix-s3adsp1800: Add device-tree source (2020-08-24 10:47:27 +0200)

----------------------------------------------------------------
For upstream.

----------------------------------------------------------------
Edgar E. Iglesias (8):
      target/microblaze: mbar: Transfer dc->rd to mbar_imm
      target/microblaze: mbar: Move LOG_DIS to before sleep
      target/microblaze: mbar: Add support for data-access barriers
      target/microblaze: swx: Use atomic_cmpxchg
      configure: microblaze: Enable mttcg
      target/microblaze: mbar: Trap sleeps from user-space
      microblaze: petalogix-ml605: Add device-tree source
      microblaze: petalogix-s3adsp1800: Add device-tree source

 configure                        |   1 +
 target/microblaze/translate.c    |  38 +++--
 pc-bios/petalogix-ml605.dtb      | Bin 9982 -> 9882 bytes
 pc-bios/petalogix-ml605.dts      | 350 +++++++++++++++++++++++++++++++++++++++
 pc-bios/petalogix-s3adsp1800.dtb | Bin 8259 -> 8161 bytes
 pc-bios/petalogix-s3adsp1800.dts | 282 +++++++++++++++++++++++++++++++
 6 files changed, 661 insertions(+), 10 deletions(-)
 create mode 100644 pc-bios/petalogix-ml605.dts
 create mode 100644 pc-bios/petalogix-s3adsp1800.dts

-- 
2.25.1


Re: [PULL v1 0/8] Xilinx queue 2020-08-14
Posted by Peter Maydell 3 years, 8 months ago
On Mon, 24 Aug 2020 at 11:00, Edgar E. Iglesias
<edgar.iglesias@gmail.com> wrote:
>
> From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>
>
> The following changes since commit 8367a77c4d3f6e1e60890f5510304feb2c621611:
>
>   Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.2-pull-request' into staging (2020-08-23 16:34:43 +0100)
>
> are available in the Git repository at:
>
>   git@github.com:edgarigl/qemu.git tags/edgar/xilinx-next-2020-08-24.for-upstream
>
> for you to fetch changes up to 43f4e3d4fa2f9dba6bd68452a3380864ad9453c1:
>
>   microblaze: petalogix-s3adsp1800: Add device-tree source (2020-08-24 10:47:27 +0200)
>
> ----------------------------------------------------------------
> For upstream.
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.2
for any user-visible changes.

-- PMM