summaryrefslogtreecommitdiff
path: root/plat/rpi
Commit message (Expand)AuthorAgeFilesLines
* fix(tree): correct some typosElyes Haouas2023-05-091-1/+1
* fix(rpi3): initialize SD card host controllerRob Newberry2023-04-131-0/+2
* fix(rpi3): tighten platform pwr_domain_pwr_down_wfi behaviourBoyan Karatotev2022-10-271-2/+3
* chore(rpi3): remove redundant codeBoyan Karatotev2022-10-121-10/+0
* fix: make TF-A use provided OpenSSL binarySalome Thirot2022-08-041-3/+3
* fix: libc: use long for 64-bit types on aarch64Scott Branden2021-11-081-1/+3
* fix(rpi4): drop /memreserve/ regionAndre Przywara2021-08-161-1/+43
* Merge "rpi4: enable RPi4 PCI SMC conduit" into integrationManish Pandey2021-07-281-1/+10
|\
| * rpi4: enable RPi4 PCI SMC conduitJeremy Linton2021-07-281-1/+10
* | rpi4: SMCCC PCI implementationJeremy Linton2021-07-281-0/+215
|/
* rpi4: update the iobase constantJeremy Linton2021-05-251-10/+12
* rpi4: Switch to gicv2.mk and GICV2_SOURCESJan Kiszka2021-03-221-4/+4
* Don't return error information from console_flushJimmy Brisson2020-10-091-2/+2
* plat: Fix build issue for qemu and rpi3 platformsManish V Badarkhe2020-09-071-1/+1
* rpi4/fdt: Move dtb_size() function to fdt_wrappers.hAndre Przywara2020-07-171-8/+2
* Cleanup the code for TBBR CoT descriptorsManish V Badarkhe2020-05-191-4/+6
* rpi: Implement PSCI CPU_OFFAndrei Warkentin2020-04-014-10/+69
* rpi: rpi3_pwr_domain_on(): Use MMIO accessorAndre Przywara2020-04-011-2/+5
* rpi: move plat_helpers.S to commonAndre Przywara2020-04-017-171/+37
* rpi: console: Autodetect Mini-UART vs. PL011 configurationAndre Przywara2020-03-172-1/+8
* rpi3: build: Include GPIO driver in all BL stagesAndre Przywara2020-03-171-3/+3
* rpi: Allow using PL011 UART for RPi3/RPi4Andre Przywara2020-03-177-6/+34
* rpi3: console: Use same "clock-less" setup scheme as RPi4Andre Przywara2020-03-1712-40/+31
* rpi3: gpio: Simplify GPIO setupAndre Przywara2020-03-171-12/+1
* 16550: Use generic console_t data structureAndre Przywara2020-02-251-2/+2
* Merge "rpi3/4: Add support for offlining CPUs" into integrationManish Pandey2020-01-201-0/+10
|\
| * rpi3/4: Add support for offlining CPUsJan Kiszka2019-12-091-0/+10
* | plat: rpi4: Skip UART initialisationAndre Przywara2019-12-303-21/+7
|/
* rpi4: Add stdout-path to device treeAndre Przywara2019-09-251-0/+3
* rpi4: Add GIC maintenance interrupt to GIC DT nodeAndre Przywara2019-09-251-1/+8
* rpi4: Cleanup memory regions, move pens to first pageAndre Przywara2019-09-252-67/+6
* rpi4: Reserve resident BL31 region from non-secure worldAndre Przywara2019-09-251-0/+4
* rpi4: Amend DTB to advertise PSCIAndre Przywara2019-09-252-0/+58
* rpi4: Determine BL33 entry point at runtimeAndre Przywara2019-09-254-28/+48
* rpi4: Accommodate "armstub8.bin" header at the beginning of BL31 imageAndre Przywara2019-09-254-0/+80
* Add basic support for Raspberry Pi 4Andre Przywara2019-09-256-0/+789
* rpi3: Allow runtime determination of UART base clock rateAndre Przywara2019-09-255-6/+6
* rpi3: Do prescaler and control setup in CAndre Przywara2019-09-132-14/+6
* rpi3: Prepare for supporting a GIC (in RPi4)Andre Przywara2019-09-131-0/+17
* rpi3: Make SHARED_RAM optionalAndre Przywara2019-09-131-0/+8
* rpi3: Rename RPI3_IO_BASE to RPI_IO_BASEAndre Przywara2019-09-132-10/+10
* rpi3: Move shared rpi3 files into common directoryAndre Przywara2019-09-1313-25/+26
* rpi3: Move rng driver to driversAndre Przywara2019-09-133-81/+3
* rpi3: Move VC mailbox driver into generic drivers directoryAndre Przywara2019-09-133-149/+58
* rpi3: Move rpi3_hw.h header file to include/rpi_hw.hAndre Przywara2019-09-137-9/+9
* rpi3: Add "rpi" platform directoryAndre Przywara2019-09-1320-0/+2556