Searched hist:"285892 a7" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/remoteproc/ |
H A D | rcar_rproc.c | 285892a7 Tue Dec 07 10:58:29 CST 2021 Julien Massot <julien.massot@iot.bzh> remoteproc: Add Renesas rcar driver
Renesas Gen3 platform includes a Cortex-r7 processor.
Both: the application cores (A5x) and the realtime core (CR7) share access to the RAM and devices with the same address map, so device addresses are equal to the Linux physical addresses.
In order to initialize this remote processor we need to: - power on the realtime core - put the firmware in a RAM area - set the boot address for this firmware (reset vector) - Deassert the reset
This initial driver allows to start and stop the Cortex R7 processor.
Signed-off-by: Julien Massot <julien.massot@iot.bzh> Link: https://lore.kernel.org/r/20211207165829.195537-3-julien.massot@iot.bzh Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
|
H A D | Makefile | 285892a7 Tue Dec 07 10:58:29 CST 2021 Julien Massot <julien.massot@iot.bzh> remoteproc: Add Renesas rcar driver
Renesas Gen3 platform includes a Cortex-r7 processor.
Both: the application cores (A5x) and the realtime core (CR7) share access to the RAM and devices with the same address map, so device addresses are equal to the Linux physical addresses.
In order to initialize this remote processor we need to: - power on the realtime core - put the firmware in a RAM area - set the boot address for this firmware (reset vector) - Deassert the reset
This initial driver allows to start and stop the Cortex R7 processor.
Signed-off-by: Julien Massot <julien.massot@iot.bzh> Link: https://lore.kernel.org/r/20211207165829.195537-3-julien.massot@iot.bzh Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
|
H A D | Kconfig | 285892a7 Tue Dec 07 10:58:29 CST 2021 Julien Massot <julien.massot@iot.bzh> remoteproc: Add Renesas rcar driver
Renesas Gen3 platform includes a Cortex-r7 processor.
Both: the application cores (A5x) and the realtime core (CR7) share access to the RAM and devices with the same address map, so device addresses are equal to the Linux physical addresses.
In order to initialize this remote processor we need to: - power on the realtime core - put the firmware in a RAM area - set the boot address for this firmware (reset vector) - Deassert the reset
This initial driver allows to start and stop the Cortex R7 processor.
Signed-off-by: Julien Massot <julien.massot@iot.bzh> Link: https://lore.kernel.org/r/20211207165829.195537-3-julien.massot@iot.bzh Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
|