On 24/06/2025 05:55, dm...@proton.me wrote: > From: Denis Mukhin <dmuk...@ford.com> > > Rename CONFIG_SBSA_VUART_CONSOLE to CONFIG_HAS_VUART_PL011. Why? We emulate SBSA UART and not PL011. Despite the similarities (the former is a subset of the latter) they are not the same. I find it confusing and drivers for PL011 might not work with SBSA UART. Also, in the future we may want to emulate full PL011 in which case it will be even more confusing. Also, why HAS_? ~Michal
- [PATCH v1 00/16] xen: framework for UART emulators dmkhn
- [PATCH v1 01/16] arm/vpl011: rename virtual PL011 K... dmkhn
- Re: [PATCH v1 01/16] arm/vpl011: rename virtual... Orzel, Michal
- Re: [PATCH v1 01/16] arm/vpl011: rename vir... dmkhn
- Re: [PATCH v1 01/16] arm/vpl011: rename... Alejandro Vallejo
- Re: [PATCH v1 01/16] arm/vpl011: r... dmkhn
- Re: [PATCH v1 01/16] arm/vpl01... Alejandro Vallejo
- [PATCH v1 05/16] arm/vpl011: use void pointer in do... dmkhn
- Re: [PATCH v1 05/16] arm/vpl011: use void point... Orzel, Michal
- [PATCH v1 15/16] drivers/vuart: introduce framework... dmkhn
- [PATCH v1 16/16] drivers/vuart: hook simple MMIO-ba... dmkhn
- [PATCH v1 12/16] xen/domain: introduce domain-emu.h dmkhn