summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/aarch64/raspberrypi/linkercmds.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-04bsp/aarch64: Add new Raspberry Pi 4B BSPMohd Noor Aman1-7/+12
This patch adds new Raspberry pi 4B AArch64 BSP to the RTEMS Family. Currently only LP64 ABI is supported. ILP32 is not supported. RAM starts from 0x80000 in 64Bit kernel mode and MMU from 0x0. All Raspberrypi Pi 4B models and Raspberry Pi 400 are supported. All the IRQs are similiar to the older Raspberry pi 2 ARM BSP. Raspberry Pi 4B has 2 types of UARTs. Only PL011 serial is supported currently. Mini-UART is not supported. Mini-UART is default UART on the board so it needs to be disabled by adding "dtoverlay=disable-bt" to the config.txt. No support for additional 4 PL011-UARTs on the board. The raspberrypi.h includes many of the address required for the future development of the RPi 4B BSP. This includes peripherals, ARM Timer, VideoCore Timer, Watchdog, Mailbox, AUX, FIQs and IRQs.
2021-06-09aarch64: add qemu bsps for cortex-a72Gedare Bloom1-2/+2
The a72 BSPs are identical to the a53 BSPs just changing a53 to a72.
2020-12-02spec/a53: Fix SPDX linesKinsey Moore1-2/+2
2020-10-05bsps: Add Cortex-A53 LP64 basic BSPKinsey Moore1-10/+9
This adds an AArch64 basic BSP based on Qemu's Cortex-A53 emulation with interrupt support using GICv3 and clock support using the ARM GPT.
2020-09-14build: Alternative build system based on wafSebastian Huber1-0/+72
Update #3818.