Message ID | 20210210092955.124757-1-kbastian@mail.uni-paderborn.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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 >
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
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!