1. 1a741d9 uniphier: make I/O register region configurable by Masahiro Yamada · 4 years, 5 months ago
  2. 4e37140 uniphier: make PSCI related base address configurable by Masahiro Yamada · 4 years, 5 months ago
  3. 0317e1b uniphier: make counter control base address configurable by Masahiro Yamada · 4 years, 5 months ago
  4. ca971b5 uniphier: make UART base address configurable by Masahiro Yamada · 4 years, 5 months ago
  5. 9e33b02 uniphier: make pinmon base address configurable by Masahiro Yamada · 4 years, 5 months ago
  6. 6ebf638 uniphier: make NAND controller base address configurable by Masahiro Yamada · 4 years, 5 months ago
  7. 24782e2 uniphier: make eMMC controller base address configurable by Masahiro Yamada · 4 years, 5 months ago
  8. 3d436a9 uniphier: extend boot device detection for future SoCs by Masahiro Yamada · 4 years, 5 months ago
  9. b33206a uniphier: change block_addressing flag to bool by Masahiro Yamada · 4 years, 5 months ago
  10. d28d1a7 uniphier: change the return value type of .is_usb_boot() to bool by Masahiro Yamada · 4 years, 5 months ago
  11. 542ed41 uniphier: make all BL images completely position-independent by Masahiro Yamada · 4 years, 6 months ago
  12. e30ec7f uniphier: make uniphier_mmap_setup() work with PIE by Masahiro Yamada · 4 years, 6 months ago
  13. 2d7fa42 uniphier: pass SCP base address as a function parameter by Masahiro Yamada · 4 years, 6 months ago
  14. 229e211 uniphier: set buffer offset and length for io_block dynamically by Masahiro Yamada · 4 years, 6 months ago
  15. e44b8c6 uniphier: use more mmap_add_dynamic_region() for loading images by Masahiro Yamada · 4 years, 6 months ago
  16. 2943c77 uniphier: turn on ENABLE_PIE by Masahiro Yamada · 4 years, 6 months ago
  17. 353ac95 socionext: Unify Platform specific defines for PSCI module by Deepika Bhavnani · 4 years, 7 months ago
  18. 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
  19. 7b74813 uniphier: run BL33 at EL2 by Masahiro Yamada · 5 years ago
  20. f36272d uniphier: call uniphier_scp_is_running() only when on-chip STM is supported by Masahiro Yamada · 5 years ago
  21. 0d42b55 uniphier: set CONSOLE_FLAG_TRANSLATE_CRLF and clean up console driver by Masahiro Yamada · 5 years ago
  22. 501b88b uniphier: fix typo and coding style by Masahiro Yamada · 5 years ago
  23. 837630f uniphier: replace DIV_ROUND_UP() with div_round_up() from utils_def.h by Masahiro Yamada · 5 years ago
  24. ca8b80e uniphier: support console based on multi-console by Masahiro Yamada · 5 years ago
  25. d207f56 Mbed TLS: Remove weak heap implementation by Ambroise Vincent · 5 years ago
  26. 50a4d1a Remove unneeded include paths in PLAT_INCLUDES by Antonio Nino Diaz · 5 years ago
  27. de97ff3 Remove duplicated definitions of linker symbols by Antonio Nino Diaz · 5 years ago
  28. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  29. 3796621 io_block: define MAX_IO_BLOCK_DEVICES as unsigned by Yann Gautier · 6 years ago
  30. 5eb8837 Standardise header guards across codebase by Antonio Nino Diaz · 6 years ago
  31. 331a113 uniphier: revise SCP protocol handshake by Dai Okamura · 6 years ago
  32. f508ad8 uniphier: terminate boot if SCP_BL2 image is missing in SCP boot mode by Masahiro Yamada · 6 years ago
  33. cb9c5a7 uniphier: Migrate to new interfaces by Antonio Nino Diaz · 6 years ago
  34. e0b757d Fix MISRA defects in BL31 common code by Antonio Nino Diaz · 6 years ago
  35. 4b32e62 libc: Fix all includes in codebase by Antonio Nino Diaz · 6 years ago
  36. 6f3ccc5 PSCI: Fix types of definitions by Antonio Nino Diaz · 6 years ago
  37. 2042b76 uniphier: fix CCI-500 connection for LD20 by Satoshi Ikawa · 6 years ago
  38. ff957ed plat: fix switch statements to comply with MISRA rules by Jonathan Wright · 6 years ago
  39. 4015b8b Merge pull request #1224 from masahir0y/gzip by davidcunado-arm · 6 years ago
  40. db72b0c uniphier: add ULL to physical address literals by Masahiro Yamada · 6 years ago
  41. 8f64292 uniphier: allocate xlat region of on-chip SRAM only when needed by Masahiro Yamada · 6 years ago
  42. cad2ab5 uniphier: get back original BL31/32 location used before BL2-AT-EL3 by Masahiro Yamada · 6 years ago
  43. 4ff71af uniphier: support GZIP-compressed images by Masahiro Yamada · 6 years ago
  44. 4c91c80 uniphier: add a helper to get image_info by Masahiro Yamada · 6 years ago
  45. 75bfecb uniphier: switch to BL2-AT-EL3 and remove BL1 support by Masahiro Yamada · 7 years ago
  46. c9422fb uniphier: set PROGRAMMABLE_RESET_ADDRESS to disable warm boot mailbox by Masahiro Yamada · 6 years ago
  47. e90af61 Allow API deprecation for uniphier platform by Soby Mathew · 7 years ago
  48. b13af2e uniphier: simplify GZIP compress rule by Masahiro Yamada · 7 years ago
  49. e56b5cd uniphier: fix alignment of build log by Masahiro Yamada · 7 years ago
  50. c3abbfd uniphier: fix base address of IO block buffer by Masahiro Yamada · 7 years ago
  51. c5b0c0f Do not enable SVE on pre-v8.2 platforms by David Cunado · 7 years ago
  52. df8fab9 uniphier: make sure to create build directory before ROT key by Masahiro Yamada · 7 years ago
  53. 8774735 Merge pull request #1131 from jeenu-arm/gic-migrate by davidcunado-arm · 7 years ago
  54. c183534 uniphier: move ROTPK hash to .rodata section by Masahiro Yamada · 7 years ago
  55. ecb05e9 uniphier: Migrate to using interrupt properties by Jeenu Viswambharan · 7 years ago
  56. 7dd775a Uniphier: fix xlat tables lib inclusion by Douglas Raillard · 7 years ago
  57. c926688 uniphier: work around Boot ROM bug for USB boot mode of PXs3 SoC by Masahiro Yamada · 7 years ago
  58. 71ac596 uniphier: fix code indent for conditional statement by Masahiro Yamada · 7 years ago
  59. 6634293 xlat lib v2: Expose *_ctx() APIs by Sandrine Bailleux · 7 years ago
  60. 9679c9c uniphier: embed ROTPK hash into BL1/BL2 by Masahiro Yamada · 7 years ago
  61. e8da5c1 uniphier: fix memory over-run bug by Masahiro Yamada · 7 years ago
  62. d9cf7bb uniphier: add TSP support by Masahiro Yamada · 7 years ago
  63. 574388c uniphier: support Socionext UniPhier platform by Masahiro Yamada · 8 years ago