- 1c80090 refactor(rpi3): move mbedtls helper to common code by Abhi Singh · 9 months ago
- 5c0cbb2 fix(rpi3): use correct name for include guards by Abhi Singh · 9 months ago
- 7a95759 fix(build): ensure `$(ROT_KEY)` depends on correct directory rules by Chris Kay · 9 months ago
- 0bb3030 Merge "fix(rpi3): manually populate CNTFRQ reg" into integration by Manish V Badarkhe · 11 months ago
- 11dff59 fix(rpi3): manually populate CNTFRQ reg by Abhi.Singh · 11 months ago
- 4248806 fix(fdt): reserved memory: detect existing region by Andre Przywara · 1 year, 5 months ago
- 4d88423 Merge "feat(rpi5): add PCI SMCCC support" into integration by Olivier Deprez · 1 year, 1 month ago
- 7c4e1ee build: unify verbosity handling by Chris Kay · 1 year, 3 months ago
- 682607f feat(rpi5): add PCI SMCCC support by Mario Bălănică · 1 year, 5 months ago
- f834b64 feat(rpi): add Raspberry Pi 5 support by Mario Bălănică · 1 year, 8 months ago
- 6744d07 fix(rpi): consider MT when calculating core index from MPIDR by Mario Bălănică · 1 year, 8 months ago
- 7a9cdf5 refactor(rpi): move register definitions out of rpi_hw.h by Mario Bălănică · 1 year, 8 months ago
- bbf92fe refactor(rpi): add platform macro for the crash UART base address by Mario Bălănică · 1 year, 8 months ago
- b502978 refactor(rpi): split out console registration logic by Mario Bălănică · 1 year, 8 months ago
- 97ef530 refactor(rpi): move more platform-specific code into common by Mario Bălănică · 1 year, 8 months ago
- 8620bd0 build: use toolchain identifiers in conditions by Chris Kay · 1 year, 8 months ago
- ffb7742 build: use new toolchain variables for tools by Chris Kay · 1 year, 8 months ago
- 07f867b fix(el3-runtime): leverage generic interrupt controller helpers by Madhukar Pappireddy · 2 years ago
- 1b491ee fix(tree): correct some typos by Elyes Haouas · 2 years, 6 months ago
- bd96d53 fix(rpi3): initialize SD card host controller by Rob Newberry · 2 years, 4 months ago
- 028c4e4 fix(rpi3): tighten platform pwr_domain_pwr_down_wfi behaviour by Boyan Karatotev · 2 years, 10 months ago
- 2594759 chore(rpi3): remove redundant code by Boyan Karatotev · 2 years, 10 months ago
- e95abc4 fix: make TF-A use provided OpenSSL binary by Salome Thirot · 3 years, 1 month ago
- 4ce3e99 fix: libc: use long for 64-bit types on aarch64 by Scott Branden · 5 years ago
- 5d2793a fix(rpi4): drop /memreserve/ region by Andre Przywara · 4 years, 4 months ago
- fe1021f Merge "rpi4: enable RPi4 PCI SMC conduit" into integration by Manish Pandey · 4 years ago
- ab061eb rpi4: SMCCC PCI implementation by Jeremy Linton · 4 years, 9 months ago
- 6e63cdc rpi4: enable RPi4 PCI SMC conduit by Jeremy Linton · 4 years, 9 months ago
- 2973dc5 rpi4: update the iobase constant by Jeremy Linton · 4 years, 9 months ago
- 830c765 rpi4: Switch to gicv2.mk and GICV2_SOURCES by Jan Kiszka · 4 years, 5 months ago
- 831b0e9 Don't return error information from console_flush by Jimmy Brisson · 5 years ago
- dad2934 plat: Fix build issue for qemu and rpi3 platforms by Manish V Badarkhe · 5 years ago
- 5a430c0 rpi4/fdt: Move dtb_size() function to fdt_wrappers.h by Andre Przywara · 5 years ago
- ad43c49 Cleanup the code for TBBR CoT descriptors by Manish V Badarkhe · 5 years ago
- 2e5f844 rpi: Implement PSCI CPU_OFF by Andrei Warkentin · 5 years ago
- af2a487 rpi: rpi3_pwr_domain_on(): Use MMIO accessor by Andre Przywara · 5 years ago
- 07aa0c7 rpi: move plat_helpers.S to common by Andre Przywara · 5 years ago
- 9cc3fa1 rpi: console: Autodetect Mini-UART vs. PL011 configuration by Andre Przywara · 5 years ago
- 29e8c46 rpi3: build: Include GPIO driver in all BL stages by Andre Przywara · 5 years ago
- 5e6d821 rpi: Allow using PL011 UART for RPi3/RPi4 by Andre Przywara · 5 years ago
- 795aefe rpi3: console: Use same "clock-less" setup scheme as RPi4 by Andre Przywara · 5 years ago
- 0d92745 rpi3: gpio: Simplify GPIO setup by Andre Przywara · 5 years ago
- 98964f0 16550: Use generic console_t data structure by Andre Przywara · 6 years ago
- 24d7deb Merge "rpi3/4: Add support for offlining CPUs" into integration by Manish Pandey · 6 years ago
- 0eda713 plat: rpi4: Skip UART initialisation by Andre Przywara · 6 years ago
- 9e78cb1 rpi3/4: Add support for offlining CPUs by Jan Kiszka · 6 years ago
- 1a7422e rpi4: Add stdout-path to device tree by Andre Przywara · 6 years ago
- 3903a8c rpi4: Add GIC maintenance interrupt to GIC DT node by Andre Przywara · 6 years ago
- 882c0ff rpi4: Cleanup memory regions, move pens to first page by Andre Przywara · 6 years ago
- 2b19e2f rpi4: Reserve resident BL31 region from non-secure world by Andre Przywara · 6 years ago
- f67fa69 rpi4: Amend DTB to advertise PSCI by Andre Przywara · 6 years ago
- 448fb35 rpi4: Determine BL33 entry point at runtime by Andre Przywara · 6 years ago
- c4597e1 rpi4: Accommodate "armstub8.bin" header at the beginning of BL31 image by Andre Przywara · 6 years ago
- f5cb15b Add basic support for Raspberry Pi 4 by Andre Przywara · 6 years ago
- 7c0a187 rpi3: Allow runtime determination of UART base clock rate by Andre Przywara · 6 years ago
- dcf6d4f rpi3: Do prescaler and control setup in C by Andre Przywara · 6 years ago
- e6fd00a rpi3: Prepare for supporting a GIC (in RPi4) by Andre Przywara · 6 years ago
- a95e641 rpi3: Make SHARED_RAM optional by Andre Przywara · 6 years ago
- 110fd1f rpi3: Rename RPI3_IO_BASE to RPI_IO_BASE by Andre Przywara · 6 years ago
- 4f2b984 rpi3: Move shared rpi3 files into common directory by Andre Przywara · 6 years ago
- 990ab78 rpi3: Move rng driver to drivers by Andre Przywara · 6 years ago
- c003118 rpi3: Move VC mailbox driver into generic drivers directory by Andre Przywara · 6 years ago
- 4666d04 rpi3: Move rpi3_hw.h header file to include/rpi_hw.h by Andre Przywara · 6 years ago
- ab13add rpi3: Add "rpi" platform directory by Andre Przywara · 6 years ago