[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] xen/arm: Add Rockchip rk3399 early printk support


  • To: Jun Nie <jun.nie@xxxxxxxxxx>, <sstabellini@xxxxxxxxxx>, <julien@xxxxxxx>, <bertrand.marquis@xxxxxxx>, <Volodymyr_Babchuk@xxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: Michal Orzel <michal.orzel@xxxxxxx>
  • Date: Thu, 26 Oct 2023 09:02:26 +0200
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=linaro.org smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=01t6zzyHVhEgIqqj4ki0W1eJZJOuPeY7LSA/kgKoJM4=; b=GNV4Ips5LMN6KyIJcx3StdFD+2XrbKQf48mUKNle2MQILEiiJNy7RC5Q9DAMzwR7JxlDeLBiMfohMPpG4KYw/v6zelJtkHkl4RoNpVc7q9qfgq9ZHa3VRSPmc/YFcjtY6xyamjdFRjN/Nnmcx4FXR9kLvaVfn0CQkDQw6TJh1wuFv+CTEYeX9/V3/GpkJi9xwAnnBMiDejjoJOpRMd3/VTt2Qkj+13UDbaRG6lqVSId4UGnVTC/Bb5oLt4ZblxpMEyV2+26LW8eMcXzYHJNiMujizdSpIUiaQVbR0jqJ0q3H9CeYnd/sbHnFi51i5/tBes/HWpZHLDJkDDHrqTjV9g==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=hj653eZhm/MY1UuKbu7bnZ/FFQSOU4I4p7aYmkjaJiceRuGQMyr0GftI6retpAnoo2yZVJOx+607AKt5Zub6fzQPFygs1dyRYDmQFFtooOqJv1w9WDOOFLgbf+5PVj+TQetWK9kx8s9hithcPOsQXf8PAq8tg+gcuI3IiBNbaZ60z0ua+rrX+CElMG2MwfY+FROt4/bdK/hKNFct7HpQ+sZ/UqU4lpCTfFDgMpwYjVs0W930NNXH/FFpn/SuajgE31oD5h/xAC8u1wVvPpEvuU6R38+tC/w7JWDE5y3osOnfEkcFNyQya8i79ObdhBimdi2D3T7bTyaV5FcRJy3RhQ==
  • Delivery-date: Thu, 26 Oct 2023 07:02:44 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

Hi,

On 26/10/2023 07:46, Jun Nie wrote:
> 
> 
> Signed-off-by: Jun Nie <jun.nie@xxxxxxxxxx>
> ---
>  xen/arch/arm/Kconfig.debug | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/xen/arch/arm/Kconfig.debug b/xen/arch/arm/Kconfig.debug
> index 842d768280..fefe8ac4df 100644
> --- a/xen/arch/arm/Kconfig.debug
> +++ b/xen/arch/arm/Kconfig.debug
> @@ -158,6 +158,9 @@ choice
>         config EARLY_PRINTK_RCAR3
>                 bool "Early printk with SCIF2 on Renesas R-Car Gen3 
> processors"
>                 select EARLY_UART_SCIF
> +       config EARLY_PRINTK_RK3399
> +               bool "Early printk with 8250 on Rockchip RK3399 processors"
> +               select EARLY_UART_8250
Platform specific options for early printk are deprecated. You can read it at 
the top of the file:
"
Deprecated: Alternatively, there are platform specific options
which will have default values for the various parameters. But
such option will soon be removed.
"

~Michal



 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.