mbox

[PULL,00/11] aspeed queue

Message ID 20230302174206.2434673-1-clg@kaod.org
State New
Headers show

Pull-request

https://github.com/legoater/qemu/ tags/pull-aspeed-20230302

Message

Cédric Le Goater March 2, 2023, 5:41 p.m. UTC
The following changes since commit a2b5f8b8ab7b2c947823088103a40f0ff11fe06b:

  Merge tag 'pull-tcg-20230301' of https://gitlab.com/rth7680/qemu into staging (2023-03-01 19:19:20 +0000)

are available in the Git repository at:

  https://github.com/legoater/qemu/ tags/pull-aspeed-20230302

for you to fetch changes up to b22a2d409b1acfdf0d63d1bb3595194ceb3d94da:

  aspeed/smc: Replace SysBus IRQs with GPIO lines (2023-03-02 13:57:50 +0100)

----------------------------------------------------------------
aspeed queue:

* fix for the Aspeed I2C slave mode
* a new I2C echo device from Klaus and its associated test in avocado.
* initial SoC cleanups to allow the use of block devices instead of
  drives on the command line.
* new facebook machines and eeprom fixes for the Fuji
* readline fix

----------------------------------------------------------------
Cédric Le Goater (4):
      tests/avocado/machine_aspeed.py: Add an I2C slave test
      aspeed: Introduce a spi_boot region under the SoC
      aspeed: Add a boot_rom overlap region in the SoC spi_boot container
      aspeed/smc: Replace SysBus IRQs with GPIO lines

Dongli Zhang (1):
      readline: fix hmp completion issue

Karthikeyan Pasupathi (2):
      hw/arm/aspeed: Adding new machine Yosemitev2 in QEMU
      hw/arm/aspeed: Adding new machine Tiogapass in QEMU

Klaus Jensen (2):
      hw/i2c: only schedule pending master when bus is idle
      hw/misc: add a toy i2c echo device

Sittisak Sinprem (2):
      hw/at24c : modify at24c to support 1 byte address mode
      aspeed/fuji : correct the eeprom size

 docs/system/arm/aspeed.rst      |   2 +
 hw/arm/aspeed_eeprom.h          |   6 ++
 include/hw/arm/aspeed_soc.h     |   5 ++
 include/hw/i2c/i2c.h            |   2 +
 hw/arm/aspeed.c                 | 159 ++++++++++++++++++++++++++++------------
 hw/arm/aspeed_ast2600.c         |  13 ++++
 hw/arm/aspeed_eeprom.c          |  45 ++++++++++++
 hw/arm/aspeed_soc.c             |  14 ++++
 hw/arm/fby35.c                  |   8 +-
 hw/i2c/aspeed_i2c.c             |   2 +
 hw/i2c/core.c                   |  37 ++++++----
 hw/misc/i2c-echo.c              | 156 +++++++++++++++++++++++++++++++++++++++
 hw/nvram/eeprom_at24c.c         |  30 +++++++-
 hw/ssi/aspeed_smc.c             |   5 +-
 monitor/hmp.c                   |   8 +-
 hw/misc/meson.build             |   2 +
 tests/avocado/machine_aspeed.py |  10 +++
 17 files changed, 421 insertions(+), 83 deletions(-)
 create mode 100644 hw/misc/i2c-echo.c

Comments

Cédric Le Goater March 3, 2023, 1:23 p.m. UTC | #1
Hello Peter,

On 3/2/23 18:41, Cédric Le Goater wrote:
> The following changes since commit a2b5f8b8ab7b2c947823088103a40f0ff11fe06b:
> 
>    Merge tag 'pull-tcg-20230301' of https://gitlab.com/rth7680/qemu into staging (2023-03-01 19:19:20 +0000)
> 
> are available in the Git repository at:
> 
>    https://github.com/legoater/qemu/ tags/pull-aspeed-20230302
> 
> for you to fetch changes up to b22a2d409b1acfdf0d63d1bb3595194ceb3d94da:
> 
>    aspeed/smc: Replace SysBus IRQs with GPIO lines (2023-03-02 13:57:50 +0100)
> 
> ----------------------------------------------------------------
> aspeed queue:
> 
> * fix for the Aspeed I2C slave mode
> * a new I2C echo device from Klaus and its associated test in avocado.
> * initial SoC cleanups to allow the use of block devices instead of
>    drives on the command line.
> * new facebook machines and eeprom fixes for the Fuji
> * readline fix

This one was merged already. Would you prefer an updated PR instead ?

Thanks,

C.
Peter Maydell March 3, 2023, 1:34 p.m. UTC | #2
On Fri, 3 Mar 2023 at 13:23, Cédric Le Goater <clg@kaod.org> wrote:
>
> Hello Peter,
>
> On 3/2/23 18:41, Cédric Le Goater wrote:
> > The following changes since commit a2b5f8b8ab7b2c947823088103a40f0ff11fe06b:
> >
> >    Merge tag 'pull-tcg-20230301' of https://gitlab.com/rth7680/qemu into staging (2023-03-01 19:19:20 +0000)
> >
> > are available in the Git repository at:
> >
> >    https://github.com/legoater/qemu/ tags/pull-aspeed-20230302
> >
> > for you to fetch changes up to b22a2d409b1acfdf0d63d1bb3595194ceb3d94da:
> >
> >    aspeed/smc: Replace SysBus IRQs with GPIO lines (2023-03-02 13:57:50 +0100)
> >
> > ----------------------------------------------------------------
> > aspeed queue:
> >
> > * fix for the Aspeed I2C slave mode
> > * a new I2C echo device from Klaus and its associated test in avocado.
> > * initial SoC cleanups to allow the use of block devices instead of
> >    drives on the command line.
> > * new facebook machines and eeprom fixes for the Fuji
> > * readline fix
>
> This one was merged already. Would you prefer an updated PR instead ?

I'm not sure what you're asking ?

thanks
-- PMM
Cédric Le Goater March 3, 2023, 2:08 p.m. UTC | #3
On 3/3/23 14:34, Peter Maydell wrote:
> On Fri, 3 Mar 2023 at 13:23, Cédric Le Goater <clg@kaod.org> wrote:
>>
>> Hello Peter,
>>
>> On 3/2/23 18:41, Cédric Le Goater wrote:
>>> The following changes since commit a2b5f8b8ab7b2c947823088103a40f0ff11fe06b:
>>>
>>>     Merge tag 'pull-tcg-20230301' of https://gitlab.com/rth7680/qemu into staging (2023-03-01 19:19:20 +0000)
>>>
>>> are available in the Git repository at:
>>>
>>>     https://github.com/legoater/qemu/ tags/pull-aspeed-20230302
>>>
>>> for you to fetch changes up to b22a2d409b1acfdf0d63d1bb3595194ceb3d94da:
>>>
>>>     aspeed/smc: Replace SysBus IRQs with GPIO lines (2023-03-02 13:57:50 +0100)
>>>
>>> ----------------------------------------------------------------
>>> aspeed queue:
>>>
>>> * fix for the Aspeed I2C slave mode
>>> * a new I2C echo device from Klaus and its associated test in avocado.
>>> * initial SoC cleanups to allow the use of block devices instead of
>>>     drives on the command line.
>>> * new facebook machines and eeprom fixes for the Fuji
>>> * readline fix
>>
>> This one was merged already. Would you prefer an updated PR instead ?
> 
> I'm not sure what you're asking ?

Sorry, I am not being clear. I included commit 76f5801a83 ("readline:
fix hmp completion issue") in the PR, which could be an issue when you
merge, may be not, I am not sure. I can respin if you like.

Thanks,

C.
Peter Maydell March 3, 2023, 2:28 p.m. UTC | #4
On Fri, 3 Mar 2023 at 14:09, Cédric Le Goater <clg@kaod.org> wrote:
>
> On 3/3/23 14:34, Peter Maydell wrote:
> > On Fri, 3 Mar 2023 at 13:23, Cédric Le Goater <clg@kaod.org> wrote:
> >>
> >> Hello Peter,
> >>
> >> On 3/2/23 18:41, Cédric Le Goater wrote:
> >>> The following changes since commit a2b5f8b8ab7b2c947823088103a40f0ff11fe06b:
> >>>
> >>>     Merge tag 'pull-tcg-20230301' of https://gitlab.com/rth7680/qemu into staging (2023-03-01 19:19:20 +0000)
> >>>
> >>> are available in the Git repository at:
> >>>
> >>>     https://github.com/legoater/qemu/ tags/pull-aspeed-20230302
> >>>
> >>> for you to fetch changes up to b22a2d409b1acfdf0d63d1bb3595194ceb3d94da:
> >>>
> >>>     aspeed/smc: Replace SysBus IRQs with GPIO lines (2023-03-02 13:57:50 +0100)
> >>>
> >>> ----------------------------------------------------------------
> >>> aspeed queue:
> >>>
> >>> * fix for the Aspeed I2C slave mode
> >>> * a new I2C echo device from Klaus and its associated test in avocado.
> >>> * initial SoC cleanups to allow the use of block devices instead of
> >>>     drives on the command line.
> >>> * new facebook machines and eeprom fixes for the Fuji
> >>> * readline fix
> >>
> >> This one was merged already. Would you prefer an updated PR instead ?
> >
> > I'm not sure what you're asking ?
>
> Sorry, I am not being clear. I included commit 76f5801a83 ("readline:
> fix hmp completion issue") in the PR, which could be an issue when you
> merge, may be not, I am not sure. I can respin if you like.

I think that's probably going to be fine, it's a small bugfix,
and the git merge machinery should Just Cope.

thanks
-- PMM
Peter Maydell March 4, 2023, 2 p.m. UTC | #5
On Thu, 2 Mar 2023 at 17:42, Cédric Le Goater <clg@kaod.org> wrote:
>
> The following changes since commit a2b5f8b8ab7b2c947823088103a40f0ff11fe06b:
>
>   Merge tag 'pull-tcg-20230301' of https://gitlab.com/rth7680/qemu into staging (2023-03-01 19:19:20 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/legoater/qemu/ tags/pull-aspeed-20230302
>
> for you to fetch changes up to b22a2d409b1acfdf0d63d1bb3595194ceb3d94da:
>
>   aspeed/smc: Replace SysBus IRQs with GPIO lines (2023-03-02 13:57:50 +0100)
>
> ----------------------------------------------------------------
> aspeed queue:
>
> * fix for the Aspeed I2C slave mode
> * a new I2C echo device from Klaus and its associated test in avocado.
> * initial SoC cleanups to allow the use of block devices instead of
>   drives on the command line.
> * new facebook machines and eeprom fixes for the Fuji
> * readline fix


Applied, thanks.

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

-- PMM