[PULL 0/1] tricore queue

Bastian Koppelmann posted 1 patch 3 years, 2 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210210092955.124757-1-kbastian@mail.uni-paderborn.de
Maintainers: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
There is a newer version of this series
default-configs/devices/tricore-softmmu.mak |   2 +-
hw/tricore/Kconfig                          |   8 +
hw/tricore/meson.build                      |   2 +
hw/tricore/tc27x_soc.c                      | 246 ++++++++++++++++++++++++++++
hw/tricore/triboard.c                       |  98 +++++++++++
include/hw/tricore/tc27x_soc.h              | 129 +++++++++++++++
include/hw/tricore/triboard.h               |  50 ++++++
7 files changed, 534 insertions(+), 1 deletion(-)
create mode 100644 hw/tricore/tc27x_soc.c
create mode 100644 hw/tricore/triboard.c
create mode 100644 include/hw/tricore/tc27x_soc.h
create mode 100644 include/hw/tricore/triboard.h
[PULL 0/1] tricore queue
Posted by Bastian Koppelmann 3 years, 2 months ago
The following changes since commit 1214d55d1c41fbab3a9973a05085b8760647e411:

  Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into staging (2021-02-09 13:24:37 +0000)

are available in the Git repository at:

  https://github.com/bkoppelmann/qemu.git tags/pull-tricore-20210210

for you to fetch changes up to 52be63523e80bc92b8192a1e445fe499650085ac:

  tricore: added triboard with tc27x_soc (2021-02-10 10:26:38 +0100)

----------------------------------------------------------------
added triboard with tc27x_soc

----------------------------------------------------------------
Andreas Konopik (1):
      tricore: added triboard with tc27x_soc

 default-configs/devices/tricore-softmmu.mak |   2 +-
 hw/tricore/Kconfig                          |   8 +
 hw/tricore/meson.build                      |   2 +
 hw/tricore/tc27x_soc.c                      | 246 ++++++++++++++++++++++++++++
 hw/tricore/triboard.c                       |  98 +++++++++++
 include/hw/tricore/tc27x_soc.h              | 129 +++++++++++++++
 include/hw/tricore/triboard.h               |  50 ++++++
 7 files changed, 534 insertions(+), 1 deletion(-)
 create mode 100644 hw/tricore/tc27x_soc.c
 create mode 100644 hw/tricore/triboard.c
 create mode 100644 include/hw/tricore/tc27x_soc.h
 create mode 100644 include/hw/tricore/triboard.h

Re: [PULL 0/1] tricore queue
Posted by Philippe Mathieu-Daudé 3 years, 2 months ago
Hi Bastian,

On 2/10/21 10:29 AM, Bastian Koppelmann wrote:
> The following changes since commit 1214d55d1c41fbab3a9973a05085b8760647e411:
> 
>   Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into staging (2021-02-09 13:24:37 +0000)
> 
> are available in the Git repository at:
> 
>   https://github.com/bkoppelmann/qemu.git tags/pull-tricore-20210210
> 
> for you to fetch changes up to 52be63523e80bc92b8192a1e445fe499650085ac:
> 
>   tricore: added triboard with tc27x_soc (2021-02-10 10:26:38 +0100)
> 
> ----------------------------------------------------------------
> added triboard with tc27x_soc

What about this series?

https://www.mail-archive.com/qemu-devel@nongnu.org/msg776774.html

> 
> ----------------------------------------------------------------
> Andreas Konopik (1):
>       tricore: added triboard with tc27x_soc
> 
>  default-configs/devices/tricore-softmmu.mak |   2 +-
>  hw/tricore/Kconfig                          |   8 +
>  hw/tricore/meson.build                      |   2 +
>  hw/tricore/tc27x_soc.c                      | 246 ++++++++++++++++++++++++++++
>  hw/tricore/triboard.c                       |  98 +++++++++++
>  include/hw/tricore/tc27x_soc.h              | 129 +++++++++++++++
>  include/hw/tricore/triboard.h               |  50 ++++++
>  7 files changed, 534 insertions(+), 1 deletion(-)
>  create mode 100644 hw/tricore/tc27x_soc.c
>  create mode 100644 hw/tricore/triboard.c
>  create mode 100644 include/hw/tricore/tc27x_soc.h
>  create mode 100644 include/hw/tricore/triboard.h
> 


Re: [PULL 0/1] tricore queue
Posted by Bastian Koppelmann 3 years, 2 months ago
Hi Peter,

On Wed, Feb 10, 2021 at 12:18:57PM +0100, Philippe Mathieu-Daudé wrote:
> Hi Bastian,
> 
> On 2/10/21 10:29 AM, Bastian Koppelmann wrote:
> > The following changes since commit 1214d55d1c41fbab3a9973a05085b8760647e411:
> > 
> >   Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into staging (2021-02-09 13:24:37 +0000)
> > 
> > are available in the Git repository at:
> > 
> >   https://github.com/bkoppelmann/qemu.git tags/pull-tricore-20210210
> > 
> > for you to fetch changes up to 52be63523e80bc92b8192a1e445fe499650085ac:
> > 
> >   tricore: added triboard with tc27x_soc (2021-02-10 10:26:38 +0100)
> > 
> > ----------------------------------------------------------------
> > added triboard with tc27x_soc
> 
> What about this series?
> 
> https://www.mail-archive.com/qemu-devel@nongnu.org/msg776774.html

The patch of this PR was in my queue for a long time so this was the first thing I did. 
I missed Philippes series and just reviewed it now. I also saw 
https://lists.gnu.org/archive/html/qemu-devel/2021-02/msg03467.html. I'll review
that as well and then respin.

Thanks,
Bastian

Re: [PULL 0/1] tricore queue
Posted by Philippe Mathieu-Daudé 3 years, 2 months ago
On 2/10/21 1:18 PM, Bastian Koppelmann wrote:
> Hi Peter,
> 
> On Wed, Feb 10, 2021 at 12:18:57PM +0100, Philippe Mathieu-Daudé wrote:
>> Hi Bastian,
>>
>> On 2/10/21 10:29 AM, Bastian Koppelmann wrote:
>>> The following changes since commit 1214d55d1c41fbab3a9973a05085b8760647e411:
>>>
>>>   Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into staging (2021-02-09 13:24:37 +0000)
>>>
>>> are available in the Git repository at:
>>>
>>>   https://github.com/bkoppelmann/qemu.git tags/pull-tricore-20210210
>>>
>>> for you to fetch changes up to 52be63523e80bc92b8192a1e445fe499650085ac:
>>>
>>>   tricore: added triboard with tc27x_soc (2021-02-10 10:26:38 +0100)
>>>
>>> ----------------------------------------------------------------
>>> added triboard with tc27x_soc
>>
>> What about this series?
>>
>> https://www.mail-archive.com/qemu-devel@nongnu.org/msg776774.html
> 
> The patch of this PR was in my queue for a long time so this was the first thing I did. 
> I missed Philippes series and just reviewed it now. I also saw 
> https://lists.gnu.org/archive/html/qemu-devel/2021-02/msg03467.html. I'll review
> that as well and then respin.

Thank you Bastian!