1. 32028b7 Merge "uniphier: call uniphier_scp_is_running() only when on-chip STM is supported" into integration by Manish Pandey · Tue Jan 14 22:00:41 2020 +0000
  2. 7b74813 uniphier: run BL33 at EL2 by Masahiro Yamada · Thu Jul 25 10:57:38 2019 +0900
  3. f36272d uniphier: call uniphier_scp_is_running() only when on-chip STM is supported by Masahiro Yamada · Mon Jul 08 13:46:44 2019 +0900
  4. 0d42b55 uniphier: set CONSOLE_FLAG_TRANSLATE_CRLF and clean up console driver by Masahiro Yamada · Tue Jul 23 12:53:41 2019 +0900
  5. 501b88b uniphier: fix typo and coding style by Masahiro Yamada · Fri Jul 26 20:04:28 2019 +0900
  6. 837630f uniphier: replace DIV_ROUND_UP() with div_round_up() from utils_def.h by Masahiro Yamada · Fri Jul 26 20:07:08 2019 +0900
  7. ca8b80e uniphier: support console based on multi-console by Masahiro Yamada · Tue Jul 02 22:03:16 2019 +0900
  8. d207f56 Mbed TLS: Remove weak heap implementation by Ambroise Vincent · Wed Apr 10 12:50:27 2019 +0100
  9. 50a4d1a Remove unneeded include paths in PLAT_INCLUDES by Antonio Nino Diaz · Fri Feb 01 12:22:22 2019 +0000
  10. de97ff3 Remove duplicated definitions of linker symbols by Antonio Nino Diaz · Fri Jan 25 13:28:38 2019 +0000
  11. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · Fri Dec 14 00:18:21 2018 +0000
  12. 3796621 io_block: define MAX_IO_BLOCK_DEVICES as unsigned by Yann Gautier · Mon Dec 03 13:38:06 2018 +0100
  13. 5eb8837 Standardise header guards across codebase by Antonio Nino Diaz · Thu Nov 08 10:20:19 2018 +0000
  14. 331a113 uniphier: revise SCP protocol handshake by Dai Okamura · Fri Oct 05 08:56:24 2018 +0900
  15. f508ad8 uniphier: terminate boot if SCP_BL2 image is missing in SCP boot mode by Masahiro Yamada · Thu Oct 04 14:54:49 2018 +0900
  16. cb9c5a7 uniphier: Migrate to new interfaces by Antonio Nino Diaz · Mon Sep 24 17:16:35 2018 +0100
  17. e0b757d Fix MISRA defects in BL31 common code by Antonio Nino Diaz · Fri Aug 24 16:30:29 2018 +0100
  18. 4b32e62 libc: Fix all includes in codebase by Antonio Nino Diaz · Thu Aug 16 16:52:57 2018 +0100
  19. 6f3ccc5 PSCI: Fix types of definitions by Antonio Nino Diaz · Fri Jul 20 09:17:26 2018 +0100
  20. 2042b76 uniphier: fix CCI-500 connection for LD20 by Satoshi Ikawa · Tue Jun 12 10:23:29 2018 +0900
  21. ff957ed plat: fix switch statements to comply with MISRA rules by Jonathan Wright · Wed Mar 14 15:24:00 2018 +0000
  22. 4015b8b Merge pull request #1224 from masahir0y/gzip by davidcunado-arm · Tue Feb 06 05:12:28 2018 +0000
  23. db72b0c uniphier: add ULL to physical address literals by Masahiro Yamada · Fri Feb 02 15:55:13 2018 +0900
  24. 8f64292 uniphier: allocate xlat region of on-chip SRAM only when needed by Masahiro Yamada · Tue Jan 30 19:30:39 2018 +0900
  25. cad2ab5 uniphier: get back original BL31/32 location used before BL2-AT-EL3 by Masahiro Yamada · Tue Jan 30 18:49:37 2018 +0900
  26. 4ff71af uniphier: support GZIP-compressed images by Masahiro Yamada · Fri Jan 26 11:42:01 2018 +0900
  27. 4c91c80 uniphier: add a helper to get image_info by Masahiro Yamada · Thu Feb 01 21:37:40 2018 +0900
  28. 75bfecb uniphier: switch to BL2-AT-EL3 and remove BL1 support by Masahiro Yamada · Tue Dec 19 11:56:05 2017 +0900
  29. c9422fb uniphier: set PROGRAMMABLE_RESET_ADDRESS to disable warm boot mailbox by Masahiro Yamada · Mon Jan 22 18:35:16 2018 +0900
  30. e90af61 Allow API deprecation for uniphier platform by Soby Mathew · Fri Nov 10 12:08:46 2017 +0000
  31. b13af2e uniphier: simplify GZIP compress rule by Masahiro Yamada · Thu Jan 04 12:59:11 2018 +0900
  32. e56b5cd uniphier: fix alignment of build log by Masahiro Yamada · Wed Dec 20 01:37:15 2017 +0900
  33. c3abbfd uniphier: fix base address of IO block buffer by Masahiro Yamada · Wed Dec 20 01:30:08 2017 +0900
  34. c5b0c0f Do not enable SVE on pre-v8.2 platforms by David Cunado · Tue Oct 31 23:19:21 2017 +0000
  35. df8fab9 uniphier: make sure to create build directory before ROT key by Masahiro Yamada · Sat Nov 04 03:14:03 2017 +0900
  36. 8774735 Merge pull request #1131 from jeenu-arm/gic-migrate by davidcunado-arm · Sat Oct 21 22:50:35 2017 +0100
  37. c183534 uniphier: move ROTPK hash to .rodata section by Masahiro Yamada · Tue Oct 17 10:52:53 2017 +0900
  38. ecb05e9 uniphier: Migrate to using interrupt properties by Jeenu Viswambharan · Fri Sep 29 11:14:02 2017 +0100
  39. 7dd775a Uniphier: fix xlat tables lib inclusion by Douglas Raillard · Mon Sep 25 17:48:20 2017 +0100
  40. c926688 uniphier: work around Boot ROM bug for USB boot mode of PXs3 SoC by Masahiro Yamada · Thu Aug 31 16:30:47 2017 +0900
  41. 71ac596 uniphier: fix code indent for conditional statement by Masahiro Yamada · Thu Aug 31 19:58:11 2017 +0900
  42. 6634293 xlat lib v2: Expose *_ctx() APIs by Sandrine Bailleux · Tue Jul 18 13:26:36 2017 +0100
  43. 9679c9c uniphier: embed ROTPK hash into BL1/BL2 by Masahiro Yamada · Wed Jun 14 20:38:12 2017 +0900
  44. e8da5c1 uniphier: fix memory over-run bug by Masahiro Yamada · Thu Jun 15 09:32:12 2017 +0900
  45. d9cf7bb uniphier: add TSP support by Masahiro Yamada · Mon May 15 13:00:00 2017 +0900
  46. 574388c uniphier: support Socionext UniPhier platform by Masahiro Yamada · Sat Sep 03 11:37:40 2016 +0900