1. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · Mon May 20 13:35:03 2024 -0600
  2. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · Sat May 18 20:20:43 2024 -0600
  3. dee15a9 global: Make <asm/global_data.h> include <asm/u-boot.h> by Tom Rini · Tue Apr 30 20:40:48 2024 -0600
  4. b261bce ARM: uniphier: Move uniphier_mem_map_init() call into dram_init() by Kunihiko Hayashi · Fri Apr 05 17:37:15 2024 +0900
  5. e631441 ARM: uniphier: delete or replace <common.h> includes by Masahiro Yamada · Wed May 20 12:31:27 2020 +0900
  6. 9758973 common: Drop init.h from common header by Simon Glass · Sun May 10 11:40:02 2020 -0600
  7. 23929fb ARM: uniphier: set gd->ram_base correctly by Masahiro Yamada · Thu Jan 30 22:20:37 2020 +0900
  8. 7353ce3 ARM: uniphier: remove CONFIG_SYS_SDRAM_BASE by Masahiro Yamada · Wed Jul 10 20:07:46 2019 +0900
  9. f0f6a80 ARM: uniphier: make mem_map run-time configurable by Masahiro Yamada · Wed Jul 10 20:07:45 2019 +0900
  10. efcae8e ARM: uniphier: make dram_init() more generic by Masahiro Yamada · Wed Jul 10 20:07:44 2019 +0900
  11. 12938bf ARM: uniphier: make dram_init() independent of SG_MEMCONF by Masahiro Yamada · Wed Jul 10 20:07:43 2019 +0900
  12. 76b3124 ARM: uniphier: de-couple SG macros into base address and offset by Masahiro Yamada · Wed Jul 10 20:07:40 2019 +0900
  13. 2757ff0 ARM: uniphier: include <linux/io.h> from dram_init.c by Masahiro Yamada · Sat Jun 29 02:38:04 2019 +0900
  14. e0a6fa8 ARM: uniphier: split ft_board_setup() out to a separate file by Masahiro Yamada · Thu Jul 19 16:28:25 2018 +0900
  15. f4cfd5c ARM: uniphier: clean-up ft_board_setup() by Masahiro Yamada · Thu Jul 19 16:28:24 2018 +0900
  16. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  17. 5737e47 ARM: uniphier: hide memory top by platform hook instead of CONFIG by Masahiro Yamada · Sat Jan 06 22:59:26 2018 +0900
  18. 86f90c2 ARM: uniphier: do not use RAM that exceeds 32 bit address range by Masahiro Yamada · Sat Jan 06 22:59:24 2018 +0900
  19. 609cd53 ARM: uniphier: use pr_() instead of printf() where appropriate by Masahiro Yamada · Fri Oct 13 19:21:55 2017 +0900
  20. bf9c293 printk: collect printk stuff into <linux/printk.h> with loglevel support by Masahiro Yamada · Sat Sep 16 14:10:40 2017 +0900
  21. d3c1461 ARM: uniphier: remove sLD3 SoC support by Masahiro Yamada · Sun Aug 13 09:01:13 2017 +0900
  22. 5e05c4d ARM: uniphier: fix various sparse warnings by Masahiro Yamada · Thu Jun 22 16:42:04 2017 +0900
  23. 2f949c3 board_f: Drop setup_dram_config() wrapper by Simon Glass · Fri Mar 31 08:40:32 2017 -0600
  24. 3dc8097 ARM: uniphier: remove DRAM base address from board parameters by Masahiro Yamada · Sun Feb 05 10:52:12 2017 +0900
  25. b14071d ARM: uniphier: skip memreserve of unused DRAM bank of LD20 by Masahiro Yamada · Mon Feb 20 17:13:32 2017 +0900
  26. 1566db9 ARM: uniphier: correct spelling of "invalid" by Masahiro Yamada · Mon Feb 20 12:09:00 2017 +0900
  27. 95beeed ARM: uniphier: skip MEMCONF ch2 parsing if CH2_DISABLE bit is set by Masahiro Yamada · Mon Feb 20 12:10:05 2017 +0900
  28. 0197f63 ARM: uniphier: use gd->bd->bi_dram for memory reserve on LD20 SoC by Masahiro Yamada · Sat Jan 28 06:53:44 2017 +0900
  29. d97c1cb ARM: uniphier: detect RAM size by decoding HW register instead of DT by Masahiro Yamada · Sat Jan 28 06:53:43 2017 +0900
  30. 3164905 ARM: uniphier: simplify SoC ID get function by Masahiro Yamada · Sat Jan 21 18:05:26 2017 +0900
  31. e4e789d ARM: uniphier: replace <linux/err.h> with <linux/errno.h> by Masahiro Yamada · Sat Jan 21 18:05:24 2017 +0900
  32. 460483c ARM: uniphier: reserve memory for DRAM PHY training on PH1-LD20 by Masahiro Yamada · Fri Jun 17 19:24:29 2016 +0900
  33. 1f75280 ARM: uniphier: avoid unaligned access to DT on 64bit SoC by Masahiro Yamada · Thu Apr 21 14:43:12 2016 +0900
  34. a90b110 ARM: uniphier: adjust dram_init() and dram_init_banksize() for ARM64 by Masahiro Yamada · Tue Mar 29 20:18:45 2016 +0900
  35. 0935010 ARM: uniphier: fix warnings reported by aarch64 compiler by Masahiro Yamada · Fri Feb 26 18:59:45 2016 +0900
  36. b4782cd ARM: uniphier: parse device tree to determine DRAM base and size by Masahiro Yamada · Fri Sep 11 20:17:49 2015 +0900
  37. f856398 ARM: UniPhier: move SoC sources to mach-uniphier by Masahiro Yamada · Fri Feb 27 02:26:42 2015 +0900[Renamed from arch/arm/cpu/armv7/uniphier/dram_init.c]
  38. 24ee11f ARM: UniPhier: move SPL init functions to spl_board_init() by Masahiro Yamada · Thu Feb 05 14:42:55 2015 +0900
  39. b0c7904 ARM: UniPhier: move DDR related configuration to Kconfig by Masahiro Yamada · Thu Nov 06 20:16:42 2014 +0900
  40. bb2ff9d ARM: UniPhier: add UniPhier SoC support code by Masahiro Yamada · Fri Oct 03 19:21:06 2014 +0900