From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by mx.groups.io with SMTP id smtpd.web10.4614.1659619266273034402 for ; Thu, 04 Aug 2022 06:21:06 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=XQvh+PU0; spf=pass (domain: kernel.org, ip: 145.40.68.75, mailfrom: ardb@kernel.org) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 4C2A7B824B3 for ; Thu, 4 Aug 2022 13:21:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 17B4EC4347C for ; Thu, 4 Aug 2022 13:21:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1659619263; bh=rFS+pldwQ8fuKbPEMSXBtl+kNLCC2tjgEWjRuNm2lI0=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=XQvh+PU0ZMufv4eKX7vebpa1YZMGRm1+/eVu9IFL7q0vlKYiEkGuBdoW0tOrWjMGw s/7d+6kHorzGaxhn2CKy3DRyZwd57DBe0FDw094L099Wg9YSzu04IyKG+WNI0+kyiW z3tGWhj9LBikJJLWMOAQAfrJarGScOBL5j3gU67NEffYHhMpgaZ31dwMy0kryw2NPb rZqWPYFnz8CoQNQ6XkQXPR515pEIKF9CrAQqYn3dqZgWfbdzM8gt8Qz21g9+UYRsVx 6BK+Borr5mACqFPsVLJE+fHF2osIV7SbsRsJ7g5ytuSUIV+h0aiaI5iTgvHEm7tnkc V8zvMFcEz5OLA== Received: by mail-oa1-f49.google.com with SMTP id 586e51a60fabf-10ea7d8fbf7so19058758fac.7 for ; Thu, 04 Aug 2022 06:21:03 -0700 (PDT) X-Gm-Message-State: ACgBeo3ue2t1SPU0l8q+fzAFD8A5Hv2acocOcbg8wskgM0CtxP+WcC20 /FrSNhYb4GWBtI+pz4DsHZ28X/BNkwIsb4tkzdU= X-Google-Smtp-Source: AA6agR7tqDAutjQKqIJ/p7ULClOGDQIfWGO7thGFtLRPRb2nCmEzpkiGQ11RkHCk4GF8nmX75fcOW+3++P60ZDbuK3c= X-Received: by 2002:a05:6870:b403:b0:10e:7914:adb with SMTP id x3-20020a056870b40300b0010e79140adbmr867234oap.126.1659619262190; Thu, 04 Aug 2022 06:21:02 -0700 (PDT) MIME-Version: 1.0 References: <20220726072848.640026-1-osteffen@redhat.com> <20220726072848.640026-3-osteffen@redhat.com> In-Reply-To: From: "Ard Biesheuvel" Date: Thu, 4 Aug 2022 15:20:51 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-devel] [PATCH 2/3] ArmPlatformPkg: PrePeiCore: write early hello message to the serial port To: edk2-devel-groups-io , Oliver Steffen Cc: Sami Mujawar , Rebecca Cran , "quic_rcran@quicinc.com" , Ard Biesheuvel , Chasel Chiu , Gerd Hoffmann , Leif Lindholm , Nate DeSimone , Star Zeng , Andrew Fish , Laszlo Ersek , nd Content-Type: text/plain; charset="UTF-8" On Thu, 28 Jul 2022 at 11:53, Oliver Steffen wrote: > > Hi everyone, > > I checked Rebecca's patch with my Qemu use case. > All fine - we can use that patch instead of the series I posted here. > Even better, because it prints the version information. > > Thanks! > Thanks for confirming.