| /rk3399_ARM-atf/plat/allwinner/common/ |
| H A D | plat_helpers.S | 58032586f88980c03969e47bcc9a84b5abc788e2 Sat Aug 12 09:07:39 UTC 2017 Samuel Holland <samuel@sholland.org> allwinner: Introduce basic platform support
This platform supports Allwinner's SoCs with ARMv8 cores. So far they all sport a single cluster of Cortex-A53 cores.
"sunxi" is the original code name used for this platform, and since it appears in the Linux kernel and in U-Boot as well, we use it here as a short file name prefix and for identifiers.
This port includes BL31 support only. U-Boot's SPL takes the role of the primary loader, also doing the DRAM initialization. It then loads the rest of the firmware, namely ATF and U-Boot (BL33), then hands execution over to ATF.
This commit includes the basic platform code shared across all SoCs. There is no platform.mk yet.
[Andre: moved files into proper directories, supported RESET_TO_BL31, various clean ups and simplifications ]
Signed-off-by: Samuel Holland <samuel@sholland.org> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
|
| H A D | sunxi_topology.c | 58032586f88980c03969e47bcc9a84b5abc788e2 Sat Aug 12 09:07:39 UTC 2017 Samuel Holland <samuel@sholland.org> allwinner: Introduce basic platform support
This platform supports Allwinner's SoCs with ARMv8 cores. So far they all sport a single cluster of Cortex-A53 cores.
"sunxi" is the original code name used for this platform, and since it appears in the Linux kernel and in U-Boot as well, we use it here as a short file name prefix and for identifiers.
This port includes BL31 support only. U-Boot's SPL takes the role of the primary loader, also doing the DRAM initialization. It then loads the rest of the firmware, namely ATF and U-Boot (BL33), then hands execution over to ATF.
This commit includes the basic platform code shared across all SoCs. There is no platform.mk yet.
[Andre: moved files into proper directories, supported RESET_TO_BL31, various clean ups and simplifications ]
Signed-off-by: Samuel Holland <samuel@sholland.org> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
|
| H A D | sunxi_pm.c | 58032586f88980c03969e47bcc9a84b5abc788e2 Sat Aug 12 09:07:39 UTC 2017 Samuel Holland <samuel@sholland.org> allwinner: Introduce basic platform support
This platform supports Allwinner's SoCs with ARMv8 cores. So far they all sport a single cluster of Cortex-A53 cores.
"sunxi" is the original code name used for this platform, and since it appears in the Linux kernel and in U-Boot as well, we use it here as a short file name prefix and for identifiers.
This port includes BL31 support only. U-Boot's SPL takes the role of the primary loader, also doing the DRAM initialization. It then loads the rest of the firmware, namely ATF and U-Boot (BL33), then hands execution over to ATF.
This commit includes the basic platform code shared across all SoCs. There is no platform.mk yet.
[Andre: moved files into proper directories, supported RESET_TO_BL31, various clean ups and simplifications ]
Signed-off-by: Samuel Holland <samuel@sholland.org> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
|
| H A D | sunxi_common.c | 58032586f88980c03969e47bcc9a84b5abc788e2 Sat Aug 12 09:07:39 UTC 2017 Samuel Holland <samuel@sholland.org> allwinner: Introduce basic platform support
This platform supports Allwinner's SoCs with ARMv8 cores. So far they all sport a single cluster of Cortex-A53 cores.
"sunxi" is the original code name used for this platform, and since it appears in the Linux kernel and in U-Boot as well, we use it here as a short file name prefix and for identifiers.
This port includes BL31 support only. U-Boot's SPL takes the role of the primary loader, also doing the DRAM initialization. It then loads the rest of the firmware, namely ATF and U-Boot (BL33), then hands execution over to ATF.
This commit includes the basic platform code shared across all SoCs. There is no platform.mk yet.
[Andre: moved files into proper directories, supported RESET_TO_BL31, various clean ups and simplifications ]
Signed-off-by: Samuel Holland <samuel@sholland.org> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
|
| H A D | sunxi_bl31_setup.c | 58032586f88980c03969e47bcc9a84b5abc788e2 Sat Aug 12 09:07:39 UTC 2017 Samuel Holland <samuel@sholland.org> allwinner: Introduce basic platform support
This platform supports Allwinner's SoCs with ARMv8 cores. So far they all sport a single cluster of Cortex-A53 cores.
"sunxi" is the original code name used for this platform, and since it appears in the Linux kernel and in U-Boot as well, we use it here as a short file name prefix and for identifiers.
This port includes BL31 support only. U-Boot's SPL takes the role of the primary loader, also doing the DRAM initialization. It then loads the rest of the firmware, namely ATF and U-Boot (BL33), then hands execution over to ATF.
This commit includes the basic platform code shared across all SoCs. There is no platform.mk yet.
[Andre: moved files into proper directories, supported RESET_TO_BL31, various clean ups and simplifications ]
Signed-off-by: Samuel Holland <samuel@sholland.org> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
|
| /rk3399_ARM-atf/plat/allwinner/common/include/ |
| H A D | plat_macros.S | 58032586f88980c03969e47bcc9a84b5abc788e2 Sat Aug 12 09:07:39 UTC 2017 Samuel Holland <samuel@sholland.org> allwinner: Introduce basic platform support
This platform supports Allwinner's SoCs with ARMv8 cores. So far they all sport a single cluster of Cortex-A53 cores.
"sunxi" is the original code name used for this platform, and since it appears in the Linux kernel and in U-Boot as well, we use it here as a short file name prefix and for identifiers.
This port includes BL31 support only. U-Boot's SPL takes the role of the primary loader, also doing the DRAM initialization. It then loads the rest of the firmware, namely ATF and U-Boot (BL33), then hands execution over to ATF.
This commit includes the basic platform code shared across all SoCs. There is no platform.mk yet.
[Andre: moved files into proper directories, supported RESET_TO_BL31, various clean ups and simplifications ]
Signed-off-by: Samuel Holland <samuel@sholland.org> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
|
| H A D | sunxi_def.h | 58032586f88980c03969e47bcc9a84b5abc788e2 Sat Aug 12 09:07:39 UTC 2017 Samuel Holland <samuel@sholland.org> allwinner: Introduce basic platform support
This platform supports Allwinner's SoCs with ARMv8 cores. So far they all sport a single cluster of Cortex-A53 cores.
"sunxi" is the original code name used for this platform, and since it appears in the Linux kernel and in U-Boot as well, we use it here as a short file name prefix and for identifiers.
This port includes BL31 support only. U-Boot's SPL takes the role of the primary loader, also doing the DRAM initialization. It then loads the rest of the firmware, namely ATF and U-Boot (BL33), then hands execution over to ATF.
This commit includes the basic platform code shared across all SoCs. There is no platform.mk yet.
[Andre: moved files into proper directories, supported RESET_TO_BL31, various clean ups and simplifications ]
Signed-off-by: Samuel Holland <samuel@sholland.org> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
|
| H A D | platform_def.h | 58032586f88980c03969e47bcc9a84b5abc788e2 Sat Aug 12 09:07:39 UTC 2017 Samuel Holland <samuel@sholland.org> allwinner: Introduce basic platform support
This platform supports Allwinner's SoCs with ARMv8 cores. So far they all sport a single cluster of Cortex-A53 cores.
"sunxi" is the original code name used for this platform, and since it appears in the Linux kernel and in U-Boot as well, we use it here as a short file name prefix and for identifiers.
This port includes BL31 support only. U-Boot's SPL takes the role of the primary loader, also doing the DRAM initialization. It then loads the rest of the firmware, namely ATF and U-Boot (BL33), then hands execution over to ATF.
This commit includes the basic platform code shared across all SoCs. There is no platform.mk yet.
[Andre: moved files into proper directories, supported RESET_TO_BL31, various clean ups and simplifications ]
Signed-off-by: Samuel Holland <samuel@sholland.org> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
|