1. f57e203 refactor(console): disable getc() by default by Sandrine Bailleux · 9 months ago
  2. 11b9b49 refactor(build): distinguish BL2 as TF-A entry point and BL2 running at EL3 by Arvind Ram Prakash · 1 year, 7 months ago
  3. 0b35da3 fix: make TF-A use provided OpenSSL binary by Salome Thirot · 2 years ago
  4. 39f9eee Don't return error information from console_flush by Jimmy Brisson · 3 years, 11 months ago
  5. 65870bd uniphier: increase BL33 max size and GZIP temporary buffer size by Masahiro Yamada · 4 years, 1 month ago
  6. 043fd62 Cleanup the code for TBBR CoT descriptors by Manish V Badarkhe · 4 years, 2 months ago
  7. 5267470 uniphier: define PLAT_XLAT_TABLES_DYNAMIC only for BL2 by Masahiro Yamada · 4 years, 3 months ago
  8. 1adc5f5 plat: remove redundant =1 from -D option by Masahiro Yamada · 4 years, 3 months ago
  9. f144157 Pass more -D options to BL*_CPPFLAGS instead of BL*_CFLAGS by Masahiro Yamada · 4 years, 3 months ago
  10. 9c3da38 uniphier: support read-only xlat tables by Masahiro Yamada · 4 years, 3 months ago
  11. c80bb43 uniphier: use enable_mmu() in common function by Masahiro Yamada · 4 years, 3 months ago
  12. 84f1b5d TF-A GICv3 driver: Introduce makefile by Alexei Fedorov · 4 years, 3 months ago
  13. 2f13d6c TF-A GICv3 driver: Separate GICD and GICR accessor functions by Alexei Fedorov · 4 years, 4 months ago
  14. 18f4da7 uniphier: shrink UNIPHIER_ROM_REGION_SIZE by Masahiro Yamada · 4 years, 4 months ago
  15. 56da564 uniphier: prepare uniphier_soc_info() for next SoC by Masahiro Yamada · 4 years, 5 months ago
  16. e09e931 Merge changes from topic "console_t_cleanup" into integration by Mark Dykes · 4 years, 4 months ago
  17. 3380631 uniphier: Use generic console_t data structure by Andre Przywara · 4 years, 5 months ago
  18. c421c85 uniphier: make on-chip SRAM region configurable by Masahiro Yamada · 4 years, 5 months ago
  19. 1a741d9 uniphier: make I/O register region configurable by Masahiro Yamada · 4 years, 5 months ago
  20. 4e37140 uniphier: make PSCI related base address configurable by Masahiro Yamada · 4 years, 5 months ago
  21. 0317e1b uniphier: make counter control base address configurable by Masahiro Yamada · 4 years, 5 months ago
  22. ca971b5 uniphier: make UART base address configurable by Masahiro Yamada · 4 years, 5 months ago
  23. 9e33b02 uniphier: make pinmon base address configurable by Masahiro Yamada · 4 years, 5 months ago
  24. 6ebf638 uniphier: make NAND controller base address configurable by Masahiro Yamada · 4 years, 5 months ago
  25. 24782e2 uniphier: make eMMC controller base address configurable by Masahiro Yamada · 4 years, 5 months ago
  26. 3d436a9 uniphier: extend boot device detection for future SoCs by Masahiro Yamada · 4 years, 5 months ago
  27. b33206a uniphier: change block_addressing flag to bool by Masahiro Yamada · 4 years, 5 months ago
  28. d28d1a7 uniphier: change the return value type of .is_usb_boot() to bool by Masahiro Yamada · 4 years, 5 months ago
  29. 542ed41 uniphier: make all BL images completely position-independent by Masahiro Yamada · 4 years, 6 months ago
  30. e30ec7f uniphier: make uniphier_mmap_setup() work with PIE by Masahiro Yamada · 4 years, 6 months ago
  31. 2d7fa42 uniphier: pass SCP base address as a function parameter by Masahiro Yamada · 4 years, 6 months ago
  32. 229e211 uniphier: set buffer offset and length for io_block dynamically by Masahiro Yamada · 4 years, 6 months ago
  33. e44b8c6 uniphier: use more mmap_add_dynamic_region() for loading images by Masahiro Yamada · 4 years, 6 months ago
  34. 2943c77 uniphier: turn on ENABLE_PIE by Masahiro Yamada · 4 years, 6 months ago
  35. 353ac95 socionext: Unify Platform specific defines for PSCI module by Deepika Bhavnani · 4 years, 7 months ago
  36. 32028b7 Merge "uniphier: call uniphier_scp_is_running() only when on-chip STM is supported" into integration by Manish Pandey · 4 years, 6 months ago
  37. 7b74813 uniphier: run BL33 at EL2 by Masahiro Yamada · 5 years ago
  38. f36272d uniphier: call uniphier_scp_is_running() only when on-chip STM is supported by Masahiro Yamada · 5 years ago
  39. 0d42b55 uniphier: set CONSOLE_FLAG_TRANSLATE_CRLF and clean up console driver by Masahiro Yamada · 5 years ago
  40. 501b88b uniphier: fix typo and coding style by Masahiro Yamada · 5 years ago
  41. 837630f uniphier: replace DIV_ROUND_UP() with div_round_up() from utils_def.h by Masahiro Yamada · 5 years ago
  42. ca8b80e uniphier: support console based on multi-console by Masahiro Yamada · 5 years ago
  43. d207f56 Mbed TLS: Remove weak heap implementation by Ambroise Vincent · 5 years ago
  44. 50a4d1a Remove unneeded include paths in PLAT_INCLUDES by Antonio Nino Diaz · 5 years ago
  45. de97ff3 Remove duplicated definitions of linker symbols by Antonio Nino Diaz · 5 years ago
  46. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  47. 3796621 io_block: define MAX_IO_BLOCK_DEVICES as unsigned by Yann Gautier · 6 years ago
  48. 5eb8837 Standardise header guards across codebase by Antonio Nino Diaz · 6 years ago
  49. 331a113 uniphier: revise SCP protocol handshake by Dai Okamura · 6 years ago
  50. f508ad8 uniphier: terminate boot if SCP_BL2 image is missing in SCP boot mode by Masahiro Yamada · 6 years ago
  51. cb9c5a7 uniphier: Migrate to new interfaces by Antonio Nino Diaz · 6 years ago
  52. e0b757d Fix MISRA defects in BL31 common code by Antonio Nino Diaz · 6 years ago
  53. 4b32e62 libc: Fix all includes in codebase by Antonio Nino Diaz · 6 years ago
  54. 6f3ccc5 PSCI: Fix types of definitions by Antonio Nino Diaz · 6 years ago
  55. 2042b76 uniphier: fix CCI-500 connection for LD20 by Satoshi Ikawa · 6 years ago
  56. ff957ed plat: fix switch statements to comply with MISRA rules by Jonathan Wright · 6 years ago
  57. 4015b8b Merge pull request #1224 from masahir0y/gzip by davidcunado-arm · 6 years ago
  58. db72b0c uniphier: add ULL to physical address literals by Masahiro Yamada · 6 years ago
  59. 8f64292 uniphier: allocate xlat region of on-chip SRAM only when needed by Masahiro Yamada · 6 years ago
  60. cad2ab5 uniphier: get back original BL31/32 location used before BL2-AT-EL3 by Masahiro Yamada · 6 years ago
  61. 4ff71af uniphier: support GZIP-compressed images by Masahiro Yamada · 6 years ago
  62. 4c91c80 uniphier: add a helper to get image_info by Masahiro Yamada · 6 years ago
  63. 75bfecb uniphier: switch to BL2-AT-EL3 and remove BL1 support by Masahiro Yamada · 7 years ago
  64. c9422fb uniphier: set PROGRAMMABLE_RESET_ADDRESS to disable warm boot mailbox by Masahiro Yamada · 6 years ago
  65. e90af61 Allow API deprecation for uniphier platform by Soby Mathew · 7 years ago
  66. b13af2e uniphier: simplify GZIP compress rule by Masahiro Yamada · 6 years ago
  67. e56b5cd uniphier: fix alignment of build log by Masahiro Yamada · 7 years ago
  68. c3abbfd uniphier: fix base address of IO block buffer by Masahiro Yamada · 7 years ago
  69. c5b0c0f Do not enable SVE on pre-v8.2 platforms by David Cunado · 7 years ago
  70. df8fab9 uniphier: make sure to create build directory before ROT key by Masahiro Yamada · 7 years ago
  71. 8774735 Merge pull request #1131 from jeenu-arm/gic-migrate by davidcunado-arm · 7 years ago
  72. c183534 uniphier: move ROTPK hash to .rodata section by Masahiro Yamada · 7 years ago
  73. ecb05e9 uniphier: Migrate to using interrupt properties by Jeenu Viswambharan · 7 years ago
  74. 7dd775a Uniphier: fix xlat tables lib inclusion by Douglas Raillard · 7 years ago
  75. c926688 uniphier: work around Boot ROM bug for USB boot mode of PXs3 SoC by Masahiro Yamada · 7 years ago
  76. 71ac596 uniphier: fix code indent for conditional statement by Masahiro Yamada · 7 years ago
  77. 6634293 xlat lib v2: Expose *_ctx() APIs by Sandrine Bailleux · 7 years ago
  78. 9679c9c uniphier: embed ROTPK hash into BL1/BL2 by Masahiro Yamada · 7 years ago
  79. e8da5c1 uniphier: fix memory over-run bug by Masahiro Yamada · 7 years ago
  80. d9cf7bb uniphier: add TSP support by Masahiro Yamada · 7 years ago
  81. 574388c uniphier: support Socionext UniPhier platform by Masahiro Yamada · 8 years ago