All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL SUBSYSTEM qemu-pseries] pseries: Update SLOF firmware image
@ 2020-02-17  2:12 Alexey Kardashevskiy
  2020-02-17  2:31 ` David Gibson
                   ` (2 more replies)
  0 siblings, 3 replies; 68+ messages in thread
From: Alexey Kardashevskiy @ 2020-02-17  2:12 UTC (permalink / raw)
  To: David Gibson; +Cc: Alexey Kardashevskiy, qemu-ppc, qemu-devel

The following changes since commit 05943fb4ca41f626078014c0327781815c6584c5:

  ppc: free 'fdt' after reset the machine (2020-02-17 11:27:23 +1100)

are available in the Git repository at:

  git@github.com:aik/qemu.git tags/qemu-slof-20200217

for you to fetch changes up to ea9a03e5aa023c5391bab5259898475d0298aac2:

  pseries: Update SLOF firmware image (2020-02-17 13:08:59 +1100)

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      pseries: Update SLOF firmware image

 pc-bios/README   |   2 +-
 pc-bios/slof.bin | Bin 931032 -> 968560 bytes
 roms/SLOF        |   2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)


*** Note: this is not for master, this is for pseries


^ permalink raw reply	[flat|nested] 68+ messages in thread
* [PULL SUBSYSTEM qemu-pseries] pseries: Update SLOF firmware image
@ 2023-11-21  8:28 Alexey Kardashevskiy
  0 siblings, 0 replies; 68+ messages in thread
From: Alexey Kardashevskiy @ 2023-11-21  8:28 UTC (permalink / raw)
  To: Nicholas Piggin; +Cc: Alexey Kardashevskiy, qemu-devel, qemu-ppc

The following changes since commit af9264da80073435fd78944bc5a46e695897d7e5:

  Merge tag '20231119-xtensa-1' of https://github.com/OSLL/qemu-xtensa into staging (2023-11-20 05:25:19 -0500)

are available in the Git repository at:

  git@github.com:aik/qemu.git tags/qemu-slof-20231121

for you to fetch changes up to b6838bf9c01c32bfecd5c446c98e788bbfd467d9:

  pseries: Update SLOF firmware image (2023-11-21 19:11:31 +1100)

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      pseries: Update SLOF firmware image

 pc-bios/README   |   2 +-
 pc-bios/slof.bin | Bin 995176 -> 995000 bytes
 roms/SLOF        |   2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)


*** Note: this is not for master, this is for pseries

Just an update, nothing major. Thanks everyone for keeping
an eye on this!

Compiled with  gcc-12.1.0-nolibc

Tested with:
 /home/aik/b/q-slof/qemu-system-ppc64 \
-nodefaults \
-chardev stdio,id=STDIO0,signal=off,mux=on \
-device spapr-vty,id=svty0,reg=0x71000110,chardev=STDIO0 \
-mon id=MON0,chardev=STDIO0,mode=readline \
-nographic \
-vga none \
-m 4G \
-kernel /home/aik/t/vml4150le \
-initrd /home/aik/t/le.cpio \
-machine pseries,cap-cfpc=broken,cap-sbbc=broken,cap-ibs=broken,cap-ccf-assist=off \
-bios pc-bios/slof.bin \
-trace events=/home/aik/qemu_trace_events \
-d guest_errors \
-chardev socket,id=SOCKET0,server=on,wait=off,path=qemu.mon.60616 \
-mon chardev=SOCKET0,mode=control \
-name 60616,debug-threads=on


The complete change log is:

Alexey Kardashevskiy (3):
      Remove ?PICK
      version: update to 20230918
      version: update to 20231121

Bernhard M. Wiedemann (1):
      Allow to override build date with SOURCE_DATE_EPOCH

Jordan Niethe (1):
      virtio-serial: Do not close stdout on quiesce

Kautuk Consul (1):
      virtio-serial: Make read and write methods report failure

Thomas Huth (10):
      lib/libnet/ipv6: Silence compiler warning from Clang
      Fix typos in the board-qemu folder
      Fix typos in the lib/libnet folder
      Fix typos in the remaining lib folders
      Fix typos in the slof folder
      Fix typos in the board-js2x folder
      Fix typos in the llfw folder
      Fix typos in the board-js2x folder
      Fix typos in the clients folder
      Fix remaining typos in various folders



^ permalink raw reply	[flat|nested] 68+ messages in thread
* [PULL SUBSYSTEM qemu-pseries] pseries: Update SLOF firmware image
@ 2023-09-18 10:09 Alexey Kardashevskiy
  0 siblings, 0 replies; 68+ messages in thread
From: Alexey Kardashevskiy @ 2023-09-18 10:09 UTC (permalink / raw)
  To: npiggin
  Cc: Alexey Kardashevskiy, clg, danielhb413, jniethe5, thuth,
	qemu-devel, qemu-ppc

The following changes since commit 005ad32358f12fe9313a4a01918a55e60d4f39e5:

  Merge tag 'pull-tpm-2023-09-12-3' of https://github.com/stefanberger/qemu-tpm into staging (2023-09-13 13:41:57 -0400)

are available in the Git repository at:

  git@github.com:aik/qemu.git tags/qemu-slof-20230918

for you to fetch changes up to b4f872c6bcbf71f60326988c76b240318c51bd16:

  pseries: Update SLOF firmware image (2023-09-18 19:14:44 +1000)

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      pseries: Update SLOF firmware image

 pc-bios/README   |   2 +-
 pc-bios/slof.bin | Bin 995176 -> 995000 bytes
 roms/SLOF        |   2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)


*** Note: this is not for master, this is for pseries

It's been a while. This fixes compile warning, typos and
a bug with virtio-serial being used after it was shutdown
at "quiesce".

The full changelog is here:

Alexey Kardashevskiy (2):
      Remove ?PICK
      version: update to 20230918

Jordan Niethe (1):
      virtio-serial: Do not close stdout on quiesce

Kautuk Consul (1):
      virtio-serial: Make read and write methods report failure

Thomas Huth (10):
      lib/libnet/ipv6: Silence compiler warning from Clang
      Fix typos in the board-qemu folder
      Fix typos in the lib/libnet folder
      Fix typos in the remaining lib folders
      Fix typos in the slof folder
      Fix typos in the board-js2x folder
      Fix typos in the llfw folder
      Fix typos in the board-js2x folder
      Fix typos in the clients folder
      Fix remaining typos in various folders

Compiled with gcc-12.1.0-nolibc

Tested with (sorry, no KVM):

/home/aik/b/q-slof/qemu-system-ppc64 \
-nodefaults \
-chardev stdio,id=STDIO0,signal=off,mux=on \
-device spapr-vty,id=svty0,reg=0x71000110,chardev=STDIO0 \
-mon id=MON0,chardev=STDIO0,mode=readline \
-nographic \
-vga none \
-m 2G \
-kernel /home/aik/t/vml4150le \
-initrd /home/aik/t/le.cpio \
-machine pseries,cap-cfpc=broken,cap-sbbc=broken,cap-ibs=broken,cap-ccf-assist=off \
-bios pc-bios/slof.bin \
-trace events=/home/aik/qemu_trace_events \
-d guest_errors \
-chardev socket,id=SOCKET0,server=on,wait=off,path=qemu.mon.604650 \
-mon chardev=SOCKET0,mode=control \
-name 604650,debug-threads=on



^ permalink raw reply	[flat|nested] 68+ messages in thread
* [PULL SUBSYSTEM qemu-pseries] pseries: Update SLOF firmware image
@ 2022-07-19  7:59 Alexey Kardashevskiy
  2022-07-19  8:00 ` Alexey Kardashevskiy
  2022-07-20 16:08 ` Daniel Henrique Barboza
  0 siblings, 2 replies; 68+ messages in thread
From: Alexey Kardashevskiy @ 2022-07-19  7:59 UTC (permalink / raw)
  To: Cédric Le Goater; +Cc: Alexey Kardashevskiy, qemu-devel, qemu-ppc

The following changes since commit d2066bc50d690a6605307eaf0e72a9cf51e6fc25:

  target/ppc: Check page dir/table base alignment (2022-07-18 13:59:43 -0300)

are available in the Git repository at:

  git@github.com:aik/qemu.git tags/qemu-slof-20220719

for you to fetch changes up to 17c1ad657904787b1d986fb4c85431fee006a6ea:

  pseries: Update SLOF firmware image (2022-07-19 17:50:46 +1000)

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      pseries: Update SLOF firmware image

 docs/system/ppc/pseries.rst |   2 +-
 pc-bios/README              |   2 +-
 pc-bios/slof.bin            | Bin 992384 -> 995176 bytes
 roms/SLOF                   |   2 +-
 4 files changed, 3 insertions(+), 3 deletions(-)


*** Note: this is not for master, this is for pseries
*** Note2: this has not sync'd to git.qemu.org but softfreeze is
too soon so I am posting it anyway.


The image grew in size because of change of the toolchain from
native PPC to cross on x86.


The only change is that now SLOF can also boot big endian zImage
but kernel-addr=0 is still required.



^ permalink raw reply	[flat|nested] 68+ messages in thread
* [PULL SUBSYSTEM qemu-pseries] pseries: Update SLOF firmware image
@ 2022-01-10  5:04 Alexey Kardashevskiy
  2022-01-10  6:50 ` Cédric Le Goater
                   ` (2 more replies)
  0 siblings, 3 replies; 68+ messages in thread
From: Alexey Kardashevskiy @ 2022-01-10  5:04 UTC (permalink / raw)
  To: Cédric Le Goater; +Cc: Alexey Kardashevskiy, qemu-ppc, qemu-devel

The following changes since commit 0625c7760d5451d7436ef0738f763c6bb5141919:

  target/ppc: do not call hreg_compute_hflags() in helper_store_mmcr0() (2022-01-04 07:55:35 +0100)

are available in the Git repository at:

  git@github.com:aik/qemu.git tags/qemu-slof-20220110

for you to fetch changes up to 1c127fa8e2ff2b034ebf8e50faea2bbc5136afd2:

  pseries: Update SLOF firmware image (2022-01-10 15:31:14 +1100)

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      pseries: Update SLOF firmware image

 pc-bios/README   |   2 +-
 pc-bios/slof.bin | Bin 991920 -> 992384 bytes
 roms/SLOF        |   2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)


*** Note: this is not for master, this is for pseries

The only change is that SLOF is compiled with -mcpu=power5
to make it work on PPC970 too.



^ permalink raw reply	[flat|nested] 68+ messages in thread
* [PULL SUBSYSTEM qemu-pseries] pseries: Update SLOF firmware image
@ 2021-11-14  0:51 Alexey Kardashevskiy
  2021-11-16 16:46 ` Cédric Le Goater
  0 siblings, 1 reply; 68+ messages in thread
From: Alexey Kardashevskiy @ 2021-11-14  0:51 UTC (permalink / raw)
  To: Cédric Le Goater; +Cc: Alexey Kardashevskiy, qemu-ppc, qemu-devel

The following changes since commit d139786e1b3d67991e6cb49a8a59bb2182350285:

  ppc/mmu_helper.c: do not truncate 'ea' in booke206_invalidate_ea_tlb() (2021-11-11 11:35:13 +0100)

are available in the Git repository at:

  git@github.com:aik/qemu.git tags/qemu-slof-20211112

for you to fetch changes up to 73944a4bf4ab259b489af8128b4aec525484d642:

  pseries: Update SLOF firmware image (2021-11-13 14:47:56 +1100)

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      pseries: Update SLOF firmware image

 pc-bios/README   |   2 +-
 pc-bios/slof.bin | Bin 991744 -> 991920 bytes
 roms/SLOF        |   2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)


*** Note: this is not for master, this is for pseries

This has really just one fix from Stefan, the rest is housekeeping.

The full changelog is:

Alexey Kardashevskiy (3):
      Revert "make: Define default rule for .c when V=1 or V=2"
      js2x: Fix compile and cleanup
      version: update to 20211112

Stefan Berger (1):
      tcgbios: Disable platform hierarchy in case of failure

Thomas Huth (8):
      Mention the CR vs. LF problem in the documentation
      slof/fs/accept: Replace TABs with spaces
      Fix the URL to the Linux kernel coding style
      lib/libc/README.txt: Fix "cannel" typo
      travis.yml: Fix keywords
      travis.yml: Update to Focal Fossa
      travis.yml: Compile-test the qemu build
      Silence some trivial compiler warning in the js2x code



^ permalink raw reply	[flat|nested] 68+ messages in thread
* [PULL SUBSYSTEM qemu-pseries] pseries: Update SLOF firmware image
@ 2021-07-11 14:10 Alexey Kardashevskiy
  0 siblings, 0 replies; 68+ messages in thread
From: Alexey Kardashevskiy @ 2021-07-11 14:10 UTC (permalink / raw)
  To: David Gibson; +Cc: Alexey Kardashevskiy, qemu-ppc, qemu-devel

The following changes since commit 82123b756a1a2f1965350e5794aaa7b5c6a15282:

  target/ppc: Support for H_RPT_INVALIDATE hcall (2021-07-09 11:01:06 +1000)

are available in the Git repository at:

  git@github.com:aik/qemu.git tags/qemu-slof-20210711

for you to fetch changes up to 13a20db82f3d177a348ac9839e30ece66dfa40f7:

  pseries: Update SLOF firmware image (2021-07-12 00:05:05 +1000)

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      pseries: Update SLOF firmware image

 pc-bios/README   |   2 +-
 pc-bios/slof.bin | Bin 968888 -> 991744 bytes
 roms/SLOF        |   2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)


*** Note: this is not for master, this is for pseries

This is all about TPM fixes and improvements.

The change log is:

Alexey Kardashevskiy (2):
      tcgbios: Fix warnings
      version: update to 20210711

Stefan Berger (9):
      tcgbios: Fix details in log entries
      tcgbios: Fix a typo in the sha256 algo description
      tcgbios: Add implementations for sha1, sha384, and sha512
      tpm: Add firmware API call 2HASH-EXT-LOG
      tcgbios: Change format of S_CRTM_VERSION string to ucs-2
      tcgbios: Use assembly for 32 bit rotr in sha256
      tcgbios: Use The proper sha function for each PCR bank
      tcgbios: Add test cases and test script to run them
      Travis: Add script for running tests on Travis

Thomas Huth (1):
      Fix bad header guard in version.h



^ permalink raw reply	[flat|nested] 68+ messages in thread
* [PULL SUBSYSTEM qemu-pseries] pseries: Update SLOF firmware image
@ 2021-02-19  4:13 Alexey Kardashevskiy
  2021-02-22  6:07 ` David Gibson
  0 siblings, 1 reply; 68+ messages in thread
From: Alexey Kardashevskiy @ 2021-02-19  4:13 UTC (permalink / raw)
  To: David Gibson; +Cc: Alexey Kardashevskiy, qemu-ppc, qemu-devel

The following changes since commit ef450767d7d162dec67ec4674f85f9044a3d80cc:

  spapr_drc.c: do not call spapr_drc_detach() in drc_isolate_logical() (2021-02-17 11:50:21 +1100)

are available in the Git repository at:

  git@github.com:aik/qemu.git tags/qemu-slof-20210217

for you to fetch changes up to 7745df3b2bc512e71badb52f8f07452260ad7409:

  pseries: Update SLOF firmware image (2021-02-19 14:56:39 +1100)

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      pseries: Update SLOF firmware image

 pc-bios/README   |   2 +-
 pc-bios/slof.bin | Bin 968368 -> 968888 bytes
 roms/SLOF        |   2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)


*** Note: this is not for master, this is for pseries

This is mostly compiler warnings fixed but while doing this,
a bug in MIN() in tcgbios was found.

Alexey Kardashevskiy (14):
      helpers: Define MIN()
      libc: Compile with -Wextra
      elf: Compile with -Wextra
      usb: Compile with -Wextra
      veth: Compile with -Wextra
      virtio: Compile with -Wextra
      e1000: Compile with -Wextra
      libnet: Compile with -Wextra
      libhv: Compile with -Wextra
      libnvram: Compile with -Wextra
      libtpm: Compile with -Wextra
      slof/prim: Compile with -Wextra
      Makefile: Actually compile with -Wextra
      version: update to 20210217

Thomas Huth (1):
      virtio-serial: Remove superfluous serial-* words



^ permalink raw reply	[flat|nested] 68+ messages in thread
* [PULL SUBSYSTEM qemu-pseries] pseries: Update SLOF firmware image
@ 2020-07-17  3:27 Alexey Kardashevskiy
  2020-07-17  5:47 ` David Gibson
  0 siblings, 1 reply; 68+ messages in thread
From: Alexey Kardashevskiy @ 2020-07-17  3:27 UTC (permalink / raw)
  To: David Gibson; +Cc: Alexey Kardashevskiy, qemu-ppc, qemu-devel

The following changes since commit 1038a309ec829f05a3a3e52a9951cfdb24dfd02c:

  spapr: Add a new level of NUMA for GPUs (2020-07-17 10:36:28 +1000)

are available in the Git repository at:

  git@github.com:aik/qemu.git tags/qemu-slof-20200717

for you to fetch changes up to 7f5258dd8327d574de455a2271788474fa25548d:

  pseries: Update SLOF firmware image (2020-07-17 13:23:00 +1000)

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      pseries: Update SLOF firmware image

 pc-bios/README   |   2 +-
 pc-bios/slof.bin | Bin 965112 -> 968368 bytes
 roms/SLOF        |   2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)


*** Note: this is not for master, this is for pseries

This adds tcgbios (this was posted earlier [1] but got lost)
and fixes FDT update at ibm,client-architecture-support
for huge guests.

The full list of changes:

Alexey Kardashevskiy (4):
      make: Define default rule for .c when V=1 or V=2
      version: update to 20200513
      fdt: Avoid recursion when traversing tree
      version: update to 20200717

Gustavo Romero (1):
      board-qemu: Fix comment about SLOF start address

Stefan Berger (6):
      tcgbios: Only write logs for PCRs that are allocated
      tcgbios: Fix the vendorInfoSize to be of type uint8_t
      tcgbios: Add support for SHA3 type of algorithms
      elf: Implement elf_get_file_size to determine size of an ELF image
      tcgbios: Implement tpm_hash_log_extend_event_buffer
      tcgbios: Measure the bootloader file read from disk

[1] https://patchwork.ozlabs.org/project/qemu-devel/patch/20200513024355.121476-1-aik@ozlabs.ru/



^ permalink raw reply	[flat|nested] 68+ messages in thread
* [PULL SUBSYSTEM qemu-pseries] pseries: Update SLOF firmware image
@ 2020-05-13  2:43 Alexey Kardashevskiy
  2020-06-02 11:39 ` Alexey Kardashevskiy
  0 siblings, 1 reply; 68+ messages in thread
From: Alexey Kardashevskiy @ 2020-05-13  2:43 UTC (permalink / raw)
  To: David Gibson; +Cc: Alexey Kardashevskiy, qemu-ppc, qemu-devel, Stefan Berger

The following changes since commit 83b700a441ef8303983eed16c244adde8e40e808:

  target/ppc: Fix arguments to ppc_radix64_partition_scoped_xlate() (2020-05-11 11:44:03 +1000)

are available in the Git repository at:

  git@github.com:aik/qemu.git tags/qemu-slof-20200513

for you to fetch changes up to dc5e3ca3fd80048593153636020edae23cc583ac:

  pseries: Update SLOF firmware image (2020-05-13 12:34:59 +1000)

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      pseries: Update SLOF firmware image

 pc-bios/README   |   2 +-
 pc-bios/slof.bin | Bin 965112 -> 968392 bytes
 roms/SLOF        |   2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)


*** Note: this is not for master, this is for pseries

This adds measuring the bootloader for secure boot and
some TPM related fixes.

The full changelog is:

Alexey Kardashevskiy (2):
      make: Define default rule for .c when V=1 or V=2
      version: update to 20200513

Stefan Berger (6):
      tcgbios: Only write logs for PCRs that are allocated
      tcgbios: Fix the vendorInfoSize to be of type uint8_t
      tcgbios: Add support for SHA3 type of algorithms
      elf: Implement elf_get_file_size to determine size of an ELF image
      tcgbios: Implement tpm_hash_log_extend_event_buffer
      tcgbios: Measure the bootloader file read from disk



^ permalink raw reply	[flat|nested] 68+ messages in thread
* [PULL SUBSYSTEM qemu-pseries] pseries: Update SLOF firmware image
@ 2020-03-27  3:02 Alexey Kardashevskiy
  0 siblings, 0 replies; 68+ messages in thread
From: Alexey Kardashevskiy @ 2020-03-27  3:02 UTC (permalink / raw)
  To: David Gibson; +Cc: Alexey Kardashevskiy, qemu-ppc, qemu-devel

The following changes since commit 736cf607e40674776d752acc201f565723e86045:

  Update version for v5.0.0-rc0 release (2020-03-24 17:50:00 +0000)

are available in the Git repository at:

  git@github.com:aik/qemu.git tags/qemu-slof-20200327

for you to fetch changes up to 78b145a0330b9c44478f7404b97a710e692bfc96:

  pseries: Update SLOF firmware image (2020-03-27 13:58:00 +1100)

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      pseries: Update SLOF firmware image

 pc-bios/README   |   2 +-
 pc-bios/slof.bin | Bin 965008 -> 965112 bytes
 roms/SLOF        |   2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)


*** Note: this is not for master, this is for pseries

This is a single regression fix for for 5.0:

Greg Kurz (1):
      slof: Only close stdout for virtio-serial devices



^ permalink raw reply	[flat|nested] 68+ messages in thread
* [PULL SUBSYSTEM qemu-pseries] pseries: Update SLOF firmware image
@ 2020-03-16 23:33 Alexey Kardashevskiy
  2020-03-17  1:11 ` David Gibson
  0 siblings, 1 reply; 68+ messages in thread
From: Alexey Kardashevskiy @ 2020-03-16 23:33 UTC (permalink / raw)
  To: David Gibson; +Cc: Alexey Kardashevskiy, qemu-ppc, qemu-devel

The following changes since commit 33dead675695e596b7f32c72e6f6a20390e86d8a:

  pseries: Update SLOF firmware image (2020-03-13 17:50:44 +1100)

are available in the Git repository at:

  git@github.com:aik/qemu.git tags/qemu-slof-20200317

for you to fetch changes up to b7cf539920376542f03df8337602c3b8974bd1a1:

  pseries: Update SLOF firmware image (2020-03-17 10:27:34 +1100)

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      pseries: Update SLOF firmware image

 pc-bios/README   |   2 +-
 pc-bios/slof.bin | Bin 968848 -> 965008 bytes
 roms/SLOF        |   2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)


*** Note: this is not for master, this is for pseries

The only change here is moving the decision about rtas-size
to QEMU.



^ permalink raw reply	[flat|nested] 68+ messages in thread
* [PULL SUBSYSTEM qemu-pseries] pseries: Update SLOF firmware image
@ 2020-03-12  4:10 Alexey Kardashevskiy
  0 siblings, 0 replies; 68+ messages in thread
From: Alexey Kardashevskiy @ 2020-03-12  4:10 UTC (permalink / raw)
  To: David Gibson
  Cc: Alexey Kardashevskiy, Cédric Le Goater, qemu-ppc,
	qemu-devel, Greg Kurz

The following changes since commit 0ba04f78e7c37748db89885249a653b28c962bd9:

  ppc/spapr: Move GPRs setup to one place (2020-03-12 10:21:16 +1100)

are available in the Git repository at:

  git@github.com:aik/qemu.git tags/qemu-slof-20200312

for you to fetch changes up to 8b1987b232d0da2df1f33bf9e3e25fcb1874b91d:

  pseries: Update SLOF firmware image (2020-03-12 15:04:40 +1100)

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      pseries: Update SLOF firmware image

 pc-bios/README   |   2 +-
 pc-bios/slof.bin | Bin 968616 -> 968848 bytes
 roms/SLOF        |   2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)


*** Note: this is not for master, this is for pseries


This mainly fixes virtio-serial with and without
enabled iommu-platform.

The full list of changes is:

Alexey Kardashevskiy (3):
      llfw: Fix debug printf warnings
      virtio-serial: Close device completely
      version: update to 20200312

Cédric Le Goater (1):
      virtio: Fix typo in virtio_serial_init()

Greg Kurz (2):
      virtio-serial: Don't override some words
      virtio-serial: Rework shutdown sequence



^ permalink raw reply	[flat|nested] 68+ messages in thread
* [PULL SUBSYSTEM qemu-pseries] pseries: Update SLOF firmware image
@ 2020-02-21  3:52 Alexey Kardashevskiy
  2020-02-21  3:56 ` Alexey Kardashevskiy
  0 siblings, 1 reply; 68+ messages in thread
From: Alexey Kardashevskiy @ 2020-02-21  3:52 UTC (permalink / raw)
  To: David Gibson; +Cc: Alexey Kardashevskiy, qemu-ppc, qemu-devel

The following changes since commit 438bafcac55308eef4f9029c94dbadd2c7ac3bb7:

  hw/ppc/virtex_ml507:fix leak of fdevice tree blob (2020-02-21 09:15:04 +1100)

are available in the Git repository at:

  git@github.com:aik/qemu.git tags/qemu-slof-20200221

for you to fetch changes up to fcd350cb4646255845f643cdb1711bb7004038e7:

  pseries: Update SLOF firmware image (2020-02-21 14:20:23 +1100)

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      pseries: Update SLOF firmware image

 pc-bios/README   |   2 +-
 pc-bios/slof.bin | Bin 931032 -> 968616 bytes
 roms/SLOF        |   2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)


*** Note: this is not for master, this is for pseries

The full changelog is:

Alexey Kardashevskiy (10):
      disk-label: Prepare for extenting
      disk-label: Support Linux GPT partition type
      ext2: Prepare for extending
      ext2: Rename group-desc-size
      ext2: Read size of group descriptors
      ext2: Read all 64bit of inode number
      ext2/4: Add basic extent tree support
      elf64: Add LE64 ABIv1/2 support for loading images to given address
      fdt: Fix creating new nodes at H_CAS
      version: update to 20200221

Greg Kurz (2):
      fdt: Fix update of "interrupt-controller" node at CAS
      fdt: Delete nodes of devices removed between boot and CAS

Stefan Berger (8):
      slof: Implement SLOF_get_keystroke() and SLOF_reset()
      slof: Make linker script variables accessible
      qemu: Make print_version variable accessible
      tpm: Add TPM CRQ driver implementation
      tpm: Add sha256 implementation
      tcgbios: Add TPM 2.0 support and firmware API
      tcgbios: Implement menu to clear TPM 2 and activate its PCR banks
      tcgbios: Measure the GPT table


^ permalink raw reply	[flat|nested] 68+ messages in thread
* [PULL SUBSYSTEM qemu-pseries] pseries: Update SLOF firmware image
@ 2019-12-17  0:35 Alexey Kardashevskiy
  0 siblings, 0 replies; 68+ messages in thread
From: Alexey Kardashevskiy @ 2019-12-17  0:35 UTC (permalink / raw)
  To: David Gibson; +Cc: Alexey Kardashevskiy, qemu-ppc, qemu-devel

The following changes since commit 5084c8b76365f4570520e2cb549089ad523dc953:

  ppc/pnv: Drop PnvChipClass::type (2019-12-17 10:59:11 +1100)

are available in the Git repository at:

  git@github.com:aik/qemu.git tags/qemu-slof-20191217

for you to fetch changes up to 37d7f4242316380fb58566f6b667ac7ddbbc22dd:

  pseries: Update SLOF firmware image (2019-12-17 11:32:10 +1100)

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      pseries: Update SLOF firmware image

 pc-bios/README   |   2 +-
 pc-bios/slof.bin | Bin 931040 -> 931032 bytes
 roms/SLOF        |   2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)


*** Note: this is not for master, this is for pseries


^ permalink raw reply	[flat|nested] 68+ messages in thread
* [PULL SUBSYSTEM qemu-pseries] pseries: Update SLOF firmware image
@ 2019-12-09  1:13 Alexey Kardashevskiy
  0 siblings, 0 replies; 68+ messages in thread
From: Alexey Kardashevskiy @ 2019-12-09  1:13 UTC (permalink / raw)
  To: David Gibson; +Cc: Alexey Kardashevskiy, qemu-ppc, qemu-devel

The following changes since commit 1bdc319ab5d289ce6b822e06fb2b13666fd9278e:

  Update version for v4.2.0-rc4 release (2019-12-03 17:56:30 +0000)

are available in the Git repository at:

  git@github.com:aik/qemu.git tags/qemu-slof-20191209

for you to fetch changes up to 5d8e32b0d6b4f1240c240184d5012ec200da65ab:

  pseries: Update SLOF firmware image (2019-12-09 12:08:25 +1100)

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      pseries: Update SLOF firmware image

 pc-bios/README   |   2 +-
 pc-bios/slof.bin | Bin 928552 -> 931040 bytes
 roms/SLOF        |   2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)


*** Note: this is not for master, this is for pseries


I am not quite sure what exactly is a subsystem here (pseries or
pc-bios/slof.bin), either way I hope I have right keywords in
the right places to keep certain mailfilters happy :) Thanks,


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

end of thread, other threads:[~2023-11-21  8:29 UTC | newest]

Thread overview: 68+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-17  2:12 [PULL SUBSYSTEM qemu-pseries] pseries: Update SLOF firmware image Alexey Kardashevskiy
2020-02-17  2:31 ` David Gibson
2020-02-17  9:26 ` Philippe Mathieu-Daudé
2020-02-17 10:24   ` Philippe Mathieu-Daudé
2020-02-17 22:46     ` David Gibson
2020-02-18  5:48       ` Philippe Mathieu-Daudé
2020-02-18 23:09         ` David Gibson
2020-02-21  4:09         ` Alexey Kardashevskiy
2020-02-21  5:43           ` David Gibson
2020-02-18  0:32   ` Alexey Kardashevskiy
2020-02-17  9:48 ` Cédric Le Goater
2020-02-18  0:30   ` Alexey Kardashevskiy
2020-02-18  7:12     ` Cédric Le Goater
2020-02-18  9:05       ` Alexey Kardashevskiy
2020-02-18  9:10         ` Alexey Kardashevskiy
2020-02-18  9:40           ` Cédric Le Goater
2020-02-18 12:48             ` Cédric Le Goater
2020-02-18 12:59               ` Cédric Le Goater
2020-02-18 23:10                 ` David Gibson
2020-02-19  1:20                 ` Alexey Kardashevskiy
2020-02-19  6:44                   ` Alexey Kardashevskiy
2020-02-19  7:18                     ` Cédric Le Goater
2020-02-20  1:50                       ` Alexey Kardashevskiy
2020-02-20  7:31                         ` Cédric Le Goater
  -- strict thread matches above, loose matches on Subject: below --
2023-11-21  8:28 Alexey Kardashevskiy
2023-09-18 10:09 Alexey Kardashevskiy
2022-07-19  7:59 Alexey Kardashevskiy
2022-07-19  8:00 ` Alexey Kardashevskiy
2022-07-20 16:08 ` Daniel Henrique Barboza
2022-07-21  8:14   ` Alexey Kardashevskiy
2022-07-21  8:48     ` Peter Maydell
2022-07-21  9:03       ` Alexey Kardashevskiy
2022-07-22  0:35         ` Stefan Hajnoczi
2022-07-21 18:40       ` Stefan Hajnoczi
2022-07-21 18:51         ` Peter Maydell
2022-07-21 22:30           ` Stefan Hajnoczi
2022-01-10  5:04 Alexey Kardashevskiy
2022-01-10  6:50 ` Cédric Le Goater
2022-01-12 11:38 ` Cédric Le Goater
2022-07-19  4:55 ` Alexey Kardashevskiy
2021-11-14  0:51 Alexey Kardashevskiy
2021-11-16 16:46 ` Cédric Le Goater
2021-11-16 17:12   ` Philippe Mathieu-Daudé
2021-11-16 17:28     ` Richard Henderson
2021-11-16 17:30       ` Cédric Le Goater
2021-11-16 17:57         ` Philippe Mathieu-Daudé
2021-11-16 17:59           ` Cédric Le Goater
2021-11-16 22:48       ` Alexey Kardashevskiy
2021-11-17  8:39         ` Richard Henderson
2021-11-17  8:49           ` Cédric Le Goater
2021-11-17 11:43             ` Alexey Kardashevskiy
2021-11-17 12:01             ` Philippe Mathieu-Daudé
2021-11-18 14:42               ` Cédric Le Goater
2021-07-11 14:10 Alexey Kardashevskiy
2021-02-19  4:13 Alexey Kardashevskiy
2021-02-22  6:07 ` David Gibson
2020-07-17  3:27 Alexey Kardashevskiy
2020-07-17  5:47 ` David Gibson
2020-05-13  2:43 Alexey Kardashevskiy
2020-06-02 11:39 ` Alexey Kardashevskiy
2020-03-27  3:02 Alexey Kardashevskiy
2020-03-16 23:33 Alexey Kardashevskiy
2020-03-17  1:11 ` David Gibson
2020-03-12  4:10 Alexey Kardashevskiy
2020-02-21  3:52 Alexey Kardashevskiy
2020-02-21  3:56 ` Alexey Kardashevskiy
2019-12-17  0:35 Alexey Kardashevskiy
2019-12-09  1:13 Alexey Kardashevskiy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.