[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/2] Add support for Renesas R-Car Gen4
- To: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Mykyta Poturai <Mykyta_Poturai@xxxxxxxx>
- Date: Wed, 8 Jan 2025 13:09:21 +0000
- Accept-language: en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=epam.com; dmarc=pass action=none header.from=epam.com; dkim=pass header.d=epam.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; 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=hphcGeNQtQOWUxeiqUkslXz6ydJL35lNkX6oGygJz1E=; b=QUR3vI25AWWUPU4no08fLnMXk9jc6/drLEC8GiKwZ4t2F5LUZ2HkIf5Z46lwudkej7tMqHFLGWwEmbuWNzWaj4jQVJxPUNclal/cCC4Oy8Dpi6lHRYaKeENtYnaLpEr8pB6kvesA0x9Y262fsc+OXLleeb+zsWTpHsQjw8qFXV2+0rt4D3q1xRMJfnF091oKDiALnpoHrh3bB5hAPJVu5phDfCRncpeNuGDF0desLNjsKNoXZEQBgWl7M0Ovifpbllp3PKdyJw5eJ1Z2+/M+T6vGYTepRQWpcJlcJ7bQn0BPiQoYCPv/qClIVQNrkwY8FTO2AIenhlnKxY40wOAS7g==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=FKgdFlPBWHKBgce2TLf7XdWlFzGhcemWWXUzQw6JvGiCj0HBNZgTBtOofNA+r5QkazLB+YZ+xrT19ncAQ0sgV7A0x8f9nOd9O+T5IwsSxeROTYaPKAFebJreDhcg3ZtJoe9n6wQvcv8ovBD4SMu8TLTBAdzqYfiz5/fkq1l4PjXGH0i6F897lhEniltoGKdq+bFWXhS1TybZoQBKwi0PkzlGS0DVUdLWRthKYO6Wd7NsmwSEqeY0CCAtwpXcW8fWbOBhhZikTiJfVAC0DqOC64oFx6ZTvWfkbPV7nIuCE6jcApL6rM7fckUG6hewy7BWsaJNQQtbofNNkoKIhmFnqA==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=epam.com;
- Cc: Mykyta Poturai <Mykyta_Poturai@xxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Michal Orzel <michal.orzel@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>
- Delivery-date: Wed, 08 Jan 2025 13:09:31 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Thread-index: AQHbYc6IhXIawRtJ8UKmLGhtEwL49w==
- Thread-topic: [PATCH v2 0/2] Add support for Renesas R-Car Gen4
Add support for Renesas Gen4 boards such as S4[1] and V4H[2] by adding the
appropriate confing option, and support for the Gen4 ITS.
Tested on Renesas R-Car V4H board.
[1]:
https://www.renesas.com/en/products/automotive-products/automotive-system-chips-socs/r-car-s4-automotive-system-chip-soc-car-servercommunication-gateway
[2]:
https://www.renesas.com/en/products/automotive-products/automotive-system-chips-socs/r-car-v4h-best-class-deep-learning-very-low-power-system-chip-automated-driving-level-2level-3
Oleksandr Andrushchenko (2):
ARM: ITS: implement quirks and add support for Renesas Gen4 ITS
xen/arm: platform: Add support for R-Car Gen4
xen/arch/arm/gic-v3-its.c | 141 +++++++++++++++++++++++---
xen/arch/arm/gic-v3-lpi.c | 20 ++--
xen/arch/arm/include/asm/gic_v3_its.h | 8 ++
xen/arch/arm/platforms/Kconfig | 10 +-
4 files changed, 159 insertions(+), 20 deletions(-)
--
2.34.1
|