1. c883ce0 feat(rpi): add Raspberry Pi 5 support by Mario Bălănică · 6 months ago
  2. 4065646 fix(rpi): consider MT when calculating core index from MPIDR by Mario Bălănică · 6 months ago
  3. cb759ff refactor(rpi): move register definitions out of rpi_hw.h by Mario Bălănică · 6 months ago
  4. 3bb68ae refactor(rpi): add platform macro for the crash UART base address by Mario Bălănică · 6 months ago
  5. c258e4c refactor(rpi): split out console registration logic by Mario Bălănică · 6 months ago
  6. 3a946f3 refactor(rpi): move more platform-specific code into common by Mario Bălănică · 6 months ago
  7. cfba645 build: use toolchain identifiers in conditions by Chris Kay · 6 months ago
  8. 523e864 build: use new toolchain variables for tools by Chris Kay · 6 months ago
  9. 81e4687 fix(el3-runtime): leverage generic interrupt controller helpers by Madhukar Pappireddy · 10 months ago
  10. 2be03c0 fix(tree): correct some typos by Elyes Haouas · 1 year, 4 months ago
  11. 5db3008 fix(rpi3): initialize SD card host controller by Rob Newberry · 1 year, 2 months ago
  12. 43771f3 fix(rpi3): tighten platform pwr_domain_pwr_down_wfi behaviour by Boyan Karatotev · 1 year, 8 months ago
  13. 86b2b51 chore(rpi3): remove redundant code by Boyan Karatotev · 1 year, 8 months ago
  14. 0b35da3 fix: make TF-A use provided OpenSSL binary by Salome Thirot · 1 year, 11 months ago
  15. e5dcf98 fix: libc: use long for 64-bit types on aarch64 by Scott Branden · 3 years, 9 months ago
  16. 5dbd73f fix(rpi4): drop /memreserve/ region by Andre Przywara · 3 years, 2 months ago
  17. 0a707d0 Merge "rpi4: enable RPi4 PCI SMC conduit" into integration by Manish Pandey · 2 years, 10 months ago
  18. aaaaecd rpi4: SMCCC PCI implementation by Jeremy Linton · 3 years, 7 months ago
  19. 15242d5 rpi4: enable RPi4 PCI SMC conduit by Jeremy Linton · 3 years, 7 months ago
  20. 58c9974 rpi4: update the iobase constant by Jeremy Linton · 3 years, 7 months ago
  21. cdd95e7 rpi4: Switch to gicv2.mk and GICV2_SOURCES by Jan Kiszka · 3 years, 2 months ago
  22. 39f9eee Don't return error information from console_flush by Jimmy Brisson · 3 years, 10 months ago
  23. d8c877f plat: Fix build issue for qemu and rpi3 platforms by Manish V Badarkhe · 3 years, 9 months ago
  24. 97c6e90 rpi4/fdt: Move dtb_size() function to fdt_wrappers.h by Andre Przywara · 3 years, 11 months ago
  25. 043fd62 Cleanup the code for TBBR CoT descriptors by Manish V Badarkhe · 4 years, 1 month ago
  26. c96d430 rpi: Implement PSCI CPU_OFF by Andrei Warkentin · 4 years, 3 months ago
  27. 4d52c24 rpi: rpi3_pwr_domain_on(): Use MMIO accessor by Andre Przywara · 4 years, 2 months ago
  28. 98e4856 rpi: move plat_helpers.S to common by Andre Przywara · 4 years, 3 months ago
  29. 980556d rpi: console: Autodetect Mini-UART vs. PL011 configuration by Andre Przywara · 4 years, 3 months ago
  30. 9e4815a rpi3: build: Include GPIO driver in all BL stages by Andre Przywara · 4 years, 3 months ago
  31. 9ba6bb0 rpi: Allow using PL011 UART for RPi3/RPi4 by Andre Przywara · 4 years, 3 months ago
  32. 57ccecc rpi3: console: Use same "clock-less" setup scheme as RPi4 by Andre Przywara · 4 years, 3 months ago
  33. 203e7c4 rpi3: gpio: Simplify GPIO setup by Andre Przywara · 4 years, 3 months ago
  34. 98b5a11 16550: Use generic console_t data structure by Andre Przywara · 4 years, 4 months ago
  35. e51d93d Merge "rpi3/4: Add support for offlining CPUs" into integration by Manish Pandey · 4 years, 5 months ago
  36. eb10a86 plat: rpi4: Skip UART initialisation by Andre Przywara · 4 years, 6 months ago
  37. 9a137d8 rpi3/4: Add support for offlining CPUs by Jan Kiszka · 4 years, 6 months ago
  38. 48a5291 rpi4: Add stdout-path to device tree by Andre Przywara · 4 years, 11 months ago
  39. 88ac8b6 rpi4: Add GIC maintenance interrupt to GIC DT node by Andre Przywara · 4 years, 11 months ago
  40. 8b83a51 rpi4: Cleanup memory regions, move pens to first page by Andre Przywara · 4 years, 11 months ago
  41. af7df71 rpi4: Reserve resident BL31 region from non-secure world by Andre Przywara · 4 years, 11 months ago
  42. 88c9e1d rpi4: Amend DTB to advertise PSCI by Andre Przywara · 5 years ago
  43. aa89ae4 rpi4: Determine BL33 entry point at runtime by Andre Przywara · 5 years ago
  44. 2d8e99a rpi4: Accommodate "armstub8.bin" header at the beginning of BL31 image by Andre Przywara · 5 years ago
  45. 6d471e1 Add basic support for Raspberry Pi 4 by Andre Przywara · 5 years ago
  46. faf8618 rpi3: Allow runtime determination of UART base clock rate by Andre Przywara · 4 years, 10 months ago
  47. e2dc2f5 rpi3: Do prescaler and control setup in C by Andre Przywara · 4 years, 11 months ago
  48. 5724e73 rpi3: Prepare for supporting a GIC (in RPi4) by Andre Przywara · 4 years, 11 months ago
  49. 0467ce9 rpi3: Make SHARED_RAM optional by Andre Przywara · 4 years, 11 months ago
  50. 4f4f769 rpi3: Rename RPI3_IO_BASE to RPI_IO_BASE by Andre Przywara · 5 years ago
  51. 4ea3bd3 rpi3: Move shared rpi3 files into common directory by Andre Przywara · 5 years ago
  52. 93de78c rpi3: Move rng driver to drivers by Andre Przywara · 5 years ago
  53. 05862fc rpi3: Move VC mailbox driver into generic drivers directory by Andre Przywara · 5 years ago
  54. bb6ef15 rpi3: Move rpi3_hw.h header file to include/rpi_hw.h by Andre Przywara · 5 years ago
  55. b226246 rpi3: Add "rpi" platform directory by Andre Przywara · 5 years ago