On 08/23/2018 06:20 PM, Andrii Anisov wrote:
Hello Julien,

Hi Andrii,


On 21.08.18 22:04, Julien Grall wrote:
Most of the platforms below will barely (if not) get used in tailored environment. So what is the rationale/use case for this?
These patches at least allow us to strip the platform support code, for the case when making a tailored setup.4

There are other ways to remove platform support code without introducing Kconfig for all the platforms we support.

The same job could be done by replacing CONFIG_ARM_32 (resp. CONFIG_ARM_64) with CONFIG32_PLAT (resp. ALL64_PLAT).

For config-y, this could be replaced by config-$(CONFIG_ALL_PLAT).

Cheers,

--
Julien Grall

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to