cip-dev.lists.cip-project.org archive mirror
 help / color / mirror / Atom feed
* [cip-dev] [cip-kernel-config PATCH] qemu_cip_defconfig: Add EFI_STUB to config
@ 2020-08-03 10:12 Quirin Gylstorff
  2020-08-06  6:46 ` Nobuhiro Iwamatsu
  0 siblings, 1 reply; 6+ messages in thread
From: Quirin Gylstorff @ 2020-08-03 10:12 UTC (permalink / raw)
  To: cip-dev, daniel.sangorrin, jan.kiszka; +Cc: Quirin Gylstorff

[-- Attachment #1: Type: text/plain, Size: 823 bytes --]

From: Quirin Gylstorff <quirin.gylstorff@siemens.com>

If EFI_STUB is not active booting QEMU with OVMF efi will fail
with the following error message `KVM internal error. Suberror: 3`.

OVMF efi is used in isar-cip-core to demonstrate secure-boot with
a unified kernel image.

Signed-off-by: Quirin Gylstorff <quirin.gylstorff@siemens.com>
---
 4.19.y-cip/x86/cip_qemu_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/4.19.y-cip/x86/cip_qemu_defconfig b/4.19.y-cip/x86/cip_qemu_defconfig
index 02732ae..8c05b4f 100644
--- a/4.19.y-cip/x86/cip_qemu_defconfig
+++ b/4.19.y-cip/x86/cip_qemu_defconfig
@@ -30,6 +30,7 @@ CONFIG_X86_CHECK_BIOS_CORRUPTION=y
 # CONFIG_MTRR_SANITIZER is not set
 CONFIG_EFI=y
 CONFIG_HZ_1000=y
+CONFIG_EFI_STUB=y
 CONFIG_KEXEC=y
 CONFIG_CRASH_DUMP=y
 CONFIG_HIBERNATION=y
-- 
2.20.1


[-- Attachment #2: Type: text/plain, Size: 419 bytes --]

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#5079): https://lists.cip-project.org/g/cip-dev/message/5079
Mute This Topic: https://lists.cip-project.org/mt/75962579/4520388
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129055/727948398/xyzzy  [cip-dev@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-

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

* Re: [cip-dev] [cip-kernel-config PATCH] qemu_cip_defconfig: Add EFI_STUB to config
  2020-08-03 10:12 [cip-dev] [cip-kernel-config PATCH] qemu_cip_defconfig: Add EFI_STUB to config Quirin Gylstorff
@ 2020-08-06  6:46 ` Nobuhiro Iwamatsu
  2020-08-06 14:26   ` Quirin Gylstorff
  0 siblings, 1 reply; 6+ messages in thread
From: Nobuhiro Iwamatsu @ 2020-08-06  6:46 UTC (permalink / raw)
  To: cip-dev, daniel.sangorrin, jan.kiszka

[-- Attachment #1: Type: text/plain, Size: 1057 bytes --]

Hi,

Thanks for your patch.

> -----Original Message-----
> From: cip-dev@lists.cip-project.org [mailto:cip-dev@lists.cip-project.org] On Behalf Of Quirin Gylstorff
> Sent: Monday, August 3, 2020 7:12 PM
> To: cip-dev@lists.cip-project.org; sangorrin daniel(サンゴリン ダニエル □SWC◯ACT)
> <daniel.sangorrin@toshiba.co.jp>; jan.kiszka@siemens.com
> Cc: Quirin Gylstorff <quirin.gylstorff@siemens.com>
> Subject: [cip-dev] [cip-kernel-config PATCH] qemu_cip_defconfig: Add EFI_STUB to config
> 
> From: Quirin Gylstorff <quirin.gylstorff@siemens.com>
> 
> If EFI_STUB is not active booting QEMU with OVMF efi will fail
> with the following error message `KVM internal error. Suberror: 3`.
> 
> OVMF efi is used in isar-cip-core to demonstrate secure-boot with
> a unified kernel image.
> 
> Signed-off-by: Quirin Gylstorff <quirin.gylstorff@siemens.com>
> ---
>  4.19.y-cip/x86/cip_qemu_defconfig | 1 +
>  1 file changed, 1 insertion(+)

Please update cip_qemu.sources too.

Best regards,
  Nobuhiro



[-- Attachment #2: Type: text/plain, Size: 419 bytes --]

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#5104): https://lists.cip-project.org/g/cip-dev/message/5104
Mute This Topic: https://lists.cip-project.org/mt/75962579/4520388
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129055/727948398/xyzzy  [cip-dev@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-

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

* Re: [cip-dev] [cip-kernel-config PATCH] qemu_cip_defconfig: Add EFI_STUB to config
  2020-08-06  6:46 ` Nobuhiro Iwamatsu
@ 2020-08-06 14:26   ` Quirin Gylstorff
  2020-08-07 21:31     ` Nobuhiro Iwamatsu
  0 siblings, 1 reply; 6+ messages in thread
From: Quirin Gylstorff @ 2020-08-06 14:26 UTC (permalink / raw)
  To: cip-dev, daniel.sangorrin, jan.kiszka

[-- Attachment #1: Type: text/plain, Size: 1349 bytes --]



On 8/6/20 8:46 AM, Nobuhiro Iwamatsu wrote:
> Hi,
> 
> Thanks for your patch.
> 
>> -----Original Message-----
>> From: cip-dev@lists.cip-project.org [mailto:cip-dev@lists.cip-project.org] On Behalf Of Quirin Gylstorff
>> Sent: Monday, August 3, 2020 7:12 PM
>> To: cip-dev@lists.cip-project.org; sangorrin daniel(サンゴリン ダニエル □SWC◯ACT)
>> <daniel.sangorrin@toshiba.co.jp>; jan.kiszka@siemens.com
>> Cc: Quirin Gylstorff <quirin.gylstorff@siemens.com>
>> Subject: [cip-dev] [cip-kernel-config PATCH] qemu_cip_defconfig: Add EFI_STUB to config
>>
>> From: Quirin Gylstorff <quirin.gylstorff@siemens.com>
>>
>> If EFI_STUB is not active booting QEMU with OVMF efi will fail
>> with the following error message `KVM internal error. Suberror: 3`.
>>
>> OVMF efi is used in isar-cip-core to demonstrate secure-boot with
>> a unified kernel image.
>>
>> Signed-off-by: Quirin Gylstorff <quirin.gylstorff@siemens.com>
>> ---
>>   4.19.y-cip/x86/cip_qemu_defconfig | 1 +
>>   1 file changed, 1 insertion(+)
> 
> Please update cip_qemu.sources too.

When i try to generate the sources - all .c and asm files are no longer 
part of the cip-qemu.sources. Did I miss something? Or should I try 
again like the last time this happened?

> 
> Best regards,
>    Nobuhiro
> 
Thanks,
Quirin

[-- Attachment #2: Type: text/plain, Size: 419 bytes --]

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#5105): https://lists.cip-project.org/g/cip-dev/message/5105
Mute This Topic: https://lists.cip-project.org/mt/75962579/4520388
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129055/727948398/xyzzy  [cip-dev@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-

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

* Re: [cip-dev] [cip-kernel-config PATCH] qemu_cip_defconfig: Add EFI_STUB to config
  2020-08-06 14:26   ` Quirin Gylstorff
@ 2020-08-07 21:31     ` Nobuhiro Iwamatsu
  2020-08-20  8:50       ` Quirin Gylstorff
  0 siblings, 1 reply; 6+ messages in thread
From: Nobuhiro Iwamatsu @ 2020-08-07 21:31 UTC (permalink / raw)
  To: cip-dev, daniel.sangorrin, jan.kiszka

[-- Attachment #1: Type: text/plain, Size: 1980 bytes --]

Hi,

> -----Original Message-----
> From: cip-dev@lists.cip-project.org [mailto:cip-dev@lists.cip-project.org] On Behalf Of Quirin Gylstorff
> Sent: Thursday, August 6, 2020 11:27 PM
> To: cip-dev@lists.cip-project.org; sangorrin daniel(サンゴリン ダニエル □SWC◯ACT)
> <daniel.sangorrin@toshiba.co.jp>; jan.kiszka@siemens.com
> Subject: Re: [cip-dev] [cip-kernel-config PATCH] qemu_cip_defconfig: Add EFI_STUB to config
> 
> 
> 
> On 8/6/20 8:46 AM, Nobuhiro Iwamatsu wrote:
> > Hi,
> >
> > Thanks for your patch.
> >
> >> -----Original Message-----
> >> From: cip-dev@lists.cip-project.org [mailto:cip-dev@lists.cip-project.org] On Behalf Of Quirin Gylstorff
> >> Sent: Monday, August 3, 2020 7:12 PM
> >> To: cip-dev@lists.cip-project.org; sangorrin daniel(サンゴリン ダニエル □SWC◯ACT)
> >> <daniel.sangorrin@toshiba.co.jp>; jan.kiszka@siemens.com
> >> Cc: Quirin Gylstorff <quirin.gylstorff@siemens.com>
> >> Subject: [cip-dev] [cip-kernel-config PATCH] qemu_cip_defconfig: Add EFI_STUB to config
> >>
> >> From: Quirin Gylstorff <quirin.gylstorff@siemens.com>
> >>
> >> If EFI_STUB is not active booting QEMU with OVMF efi will fail
> >> with the following error message `KVM internal error. Suberror: 3`.
> >>
> >> OVMF efi is used in isar-cip-core to demonstrate secure-boot with
> >> a unified kernel image.
> >>
> >> Signed-off-by: Quirin Gylstorff <quirin.gylstorff@siemens.com>
> >> ---
> >>   4.19.y-cip/x86/cip_qemu_defconfig | 1 +
> >>   1 file changed, 1 insertion(+)
> >
> > Please update cip_qemu.sources too.
> 
> When i try to generate the sources - all .c and asm files are no longer
> part of the cip-qemu.sources. Did I miss something? Or should I try
> again like the last time this happened?

Thanks for your check.
Sorry, I wanted to check if there was a fix in cip_qemu.sources.
I applied this patch.

> >
> Thanks,
> Quirin

Best regards,
  Nobuhiro

[-- Attachment #2: Type: text/plain, Size: 419 bytes --]

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#5106): https://lists.cip-project.org/g/cip-dev/message/5106
Mute This Topic: https://lists.cip-project.org/mt/75962579/4520388
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129055/727948398/xyzzy  [cip-dev@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-

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

* Re: [cip-dev] [cip-kernel-config PATCH] qemu_cip_defconfig: Add EFI_STUB to config
  2020-08-07 21:31     ` Nobuhiro Iwamatsu
@ 2020-08-20  8:50       ` Quirin Gylstorff
  2020-08-20 23:08         ` Nobuhiro Iwamatsu
  0 siblings, 1 reply; 6+ messages in thread
From: Quirin Gylstorff @ 2020-08-20  8:50 UTC (permalink / raw)
  To: cip-dev, nobuhiro1.iwamatsu

[-- Attachment #1: Type: text/plain, Size: 3148 bytes --]



On 8/7/20 11:31 PM, Nobuhiro Iwamatsu wrote:
> Hi,
> 
>> -----Original Message-----
>> From: cip-dev@lists.cip-project.org [mailto:cip-dev@lists.cip-project.org] On Behalf Of Quirin Gylstorff
>> Sent: Thursday, August 6, 2020 11:27 PM
>> To: cip-dev@lists.cip-project.org; sangorrin daniel(サンゴリン ダニエル □SWC◯ACT)
>> <daniel.sangorrin@toshiba.co.jp>; jan.kiszka@siemens.com
>> Subject: Re: [cip-dev] [cip-kernel-config PATCH] qemu_cip_defconfig: Add EFI_STUB to config
>>
>>
>>
>> On 8/6/20 8:46 AM, Nobuhiro Iwamatsu wrote:
>>> Hi,
>>>
>>> Thanks for your patch.
>>>
>>>> -----Original Message-----
>>>> From: cip-dev@lists.cip-project.org [mailto:cip-dev@lists.cip-project.org] On Behalf Of Quirin Gylstorff
>>>> Sent: Monday, August 3, 2020 7:12 PM
>>>> To: cip-dev@lists.cip-project.org; sangorrin daniel(サンゴリン ダニエル □SWC◯ACT)
>>>> <daniel.sangorrin@toshiba.co.jp>; jan.kiszka@siemens.com
>>>> Cc: Quirin Gylstorff <quirin.gylstorff@siemens.com>
>>>> Subject: [cip-dev] [cip-kernel-config PATCH] qemu_cip_defconfig: Add EFI_STUB to config
>>>>
>>>> From: Quirin Gylstorff <quirin.gylstorff@siemens.com>
>>>>
>>>> If EFI_STUB is not active booting QEMU with OVMF efi will fail
>>>> with the following error message `KVM internal error. Suberror: 3`.
>>>>
>>>> OVMF efi is used in isar-cip-core to demonstrate secure-boot with
>>>> a unified kernel image.
>>>>
>>>> Signed-off-by: Quirin Gylstorff <quirin.gylstorff@siemens.com>
>>>> ---
>>>>    4.19.y-cip/x86/cip_qemu_defconfig | 1 +
>>>>    1 file changed, 1 insertion(+)
>>>
>>> Please update cip_qemu.sources too.
>>
>> When i try to generate the sources - all .c and asm files are no longer
>> part of the cip-qemu.sources. Did I miss something? Or should I try
>> again like the last time this happened?
> 
> Thanks for your check.
> Sorry, I wanted to check if there was a fix in cip_qemu.sources.
> I applied this patch.
>

Hi,

I didn't find the patch applied to cip-kernel-config. Is something missing?

Kind regards,
quirin

>>>
>> Thanks,
>> Quirin
> 
> Best regards,
>    Nobuhiro
> 
> 
> 
> 

-- 
Quirin Gylstorff

Siemens AG
Corporate Technology
Research in Digitalization and Automation
Smart Embedded Systems
CT RDA IOT SES-DE
Otto-Hahn-Ring 6
81739 Muenchen, Germany
Mobile: +49 173 3746683
mailto:quirin.gylstorff@siemens.com
www.siemens.com/ingenuityforlife

Siemens Aktiengesellschaft: Chairman of the Supervisory Board: Jim 
Hagemann Snabe; Managing Board: Joe Kaeser, Chairman, President and 
Chief Executive Officer; Roland Busch, Lisa Davis, Klaus Helmrich, 
Cedrik Neike, Michael Sen, Ralf P. Thomas; Registered offices: Berlin 
and Munich, Germany; Commercial registries: Berlin Charlottenburg, HRB 
12300, Munich, HRB 6684; WEEE-Reg.-No. DE 23691322

Important notice: This e-mail and any attachment thereof contain 
corporate proprietary information. If you have received it by mistake, 
please notify us immediately by reply e-mail and delete this e-mail and 
its attachments from your system. Thank you.

[-- Attachment #2: Type: text/plain, Size: 419 bytes --]

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#5161): https://lists.cip-project.org/g/cip-dev/message/5161
Mute This Topic: https://lists.cip-project.org/mt/75962579/4520388
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129055/727948398/xyzzy  [cip-dev@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-

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

* Re: [cip-dev] [cip-kernel-config PATCH] qemu_cip_defconfig: Add EFI_STUB to config
  2020-08-20  8:50       ` Quirin Gylstorff
@ 2020-08-20 23:08         ` Nobuhiro Iwamatsu
  0 siblings, 0 replies; 6+ messages in thread
From: Nobuhiro Iwamatsu @ 2020-08-20 23:08 UTC (permalink / raw)
  To: cip-dev

[-- Attachment #1: Type: text/plain, Size: 1184 bytes --]

Hi,

> -----Original Message-----
> From: cip-dev@lists.cip-project.org [mailto:cip-dev@lists.cip-project.org] On Behalf Of Quirin Gylstorff
> Sent: Thursday, August 20, 2020 5:50 PM
> To: cip-dev@lists.cip-project.org; iwamatsu nobuhiro(岩松 信洋 □SWC◯ACT) <nobuhiro1.iwamatsu@toshiba.co.jp>
> Subject: Re: [cip-dev] [cip-kernel-config PATCH] qemu_cip_defconfig: Add EFI_STUB to config
> 

<snip>

> >>>>
> >>>> Signed-off-by: Quirin Gylstorff <quirin.gylstorff@siemens.com>
> >>>> ---
> >>>>    4.19.y-cip/x86/cip_qemu_defconfig | 1 +
> >>>>    1 file changed, 1 insertion(+)
> >>>
> >>> Please update cip_qemu.sources too.
> >>
> >> When i try to generate the sources - all .c and asm files are no longer
> >> part of the cip-qemu.sources. Did I miss something? Or should I try
> >> again like the last time this happened?
> >
> > Thanks for your check.
> > Sorry, I wanted to check if there was a fix in cip_qemu.sources.
> > I applied this patch.
> >
> 
> Hi,
> 
> I didn't find the patch applied to cip-kernel-config. Is something missing?
> 

Sorry, I just pushed.

> Kind regards,
> quirin

Best regards,
  Nobuhiro

[-- Attachment #2: Type: text/plain, Size: 419 bytes --]

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#5165): https://lists.cip-project.org/g/cip-dev/message/5165
Mute This Topic: https://lists.cip-project.org/mt/75962579/4520388
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129055/727948398/xyzzy  [cip-dev@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-

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

end of thread, other threads:[~2020-08-20 23:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-03 10:12 [cip-dev] [cip-kernel-config PATCH] qemu_cip_defconfig: Add EFI_STUB to config Quirin Gylstorff
2020-08-06  6:46 ` Nobuhiro Iwamatsu
2020-08-06 14:26   ` Quirin Gylstorff
2020-08-07 21:31     ` Nobuhiro Iwamatsu
2020-08-20  8:50       ` Quirin Gylstorff
2020-08-20 23:08         ` Nobuhiro Iwamatsu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).