1. 8864b35 serial: Replace CONFIG_DEBUG_UART_BASE by CONFIG_VAL(DEBUG_UART_BASE) by Pali Rohár · Fri May 27 22:15:24 2022 +0200
  2. 4ddbade Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.h by Tom Rini · Wed May 25 12:16:03 2022 -0400
  3. 3cb12ef spl: mmc: extend spl_mmc_boot_mode() to take mmc argument by Andre Przywara · Mon Jul 12 11:06:49 2021 +0100
  4. b58bfe0 mmc: Rename MMC_SUPPORT to MMC by Simon Glass · Sun Aug 08 12:20:09 2021 -0600
  5. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · Sat Jul 24 09:03:29 2021 -0600
  6. 6f14d5f reset: Remove addr parameter from reset_cpu() by Harald Seiler · Tue Dec 15 16:47:52 2020 +0100
  7. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  8. 65130cd dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · Mon Dec 28 20:34:56 2020 -0700
  9. 4706656 ARM: uniphier: use FIELD_GET() to get access to revision register fields by Masahiro Yamada · Thu Jul 30 18:28:08 2020 +0900
  10. e6eea83 ARM: uniphier: remove unneeded header inclusion from board_late_init.c by Masahiro Yamada · Thu Jul 30 18:28:06 2020 +0900
  11. 0a2c917 ARM: uniphier: remove unused uniphier_pin_init() by Masahiro Yamada · Thu Jul 30 18:28:05 2020 +0900
  12. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · Fri Jun 26 15:13:33 2020 +0900
  13. e1d082e ARM: uniphier: remove NAND reset code by Masahiro Yamada · Fri Jul 10 22:31:27 2020 +0900
  14. 98b5f34 ARM: uniphier: remove sbc/ directory by Masahiro Yamada · Thu Jul 09 15:08:20 2020 +0900
  15. ed16cf0 bus: uniphier-system-bus: move hardware init from board files by Masahiro Yamada · Thu Jul 09 15:08:19 2020 +0900
  16. dbdd420 bus: uniphier-system-bus: add UniPhier System Bus driver by Masahiro Yamada · Thu Jul 09 15:08:18 2020 +0900
  17. 425462f ARM: uniphier: remove support for NOR Flash on support card by Masahiro Yamada · Thu Jul 09 15:08:17 2020 +0900
  18. 097f3a8 ARM: uniphier: remove unused uniphier_sbc_init_admulti() by Masahiro Yamada · Thu Jul 09 15:08:16 2020 +0900
  19. 4c71e25 ARM: uniphier: fix build error when CONFIG_MICRO_SUPPORT_CARD=n by Masahiro Yamada · Thu Jul 09 15:08:15 2020 +0900
  20. 4131cb6 ARM: uniphier: consolidate SoC select menu by Masahiro Yamada · Thu Jul 09 15:08:13 2020 +0900
  21. 007d2a7 Revert "ARM: uniphier: add weird workaround code for LD20" by Masahiro Yamada · Thu Jul 09 15:08:11 2020 +0900
  22. 6370a30 ARM: uniphier: remove board_eth_init() by Masahiro Yamada · Wed May 20 12:31:28 2020 +0900
  23. e631441 ARM: uniphier: delete or replace <common.h> includes by Masahiro Yamada · Wed May 20 12:31:27 2020 +0900
  24. 4808fbc ARM: uniphier: drop #include <log.h> again by Masahiro Yamada · Wed May 20 12:31:26 2020 +0900
  25. b0060b5 ARM: uniphier: drop #include <init.h> again from umc-pxs2.c by Masahiro Yamada · Wed May 20 12:31:25 2020 +0900
  26. bbec08c ARM: uniphier: remove #include <net.h> again from micro-support-card.c by Masahiro Yamada · Wed May 20 12:31:24 2020 +0900
  27. 56642ed ARM: uniphier: include <asm/system.h> instead of <asm/cache.h> from psci.c by Masahiro Yamada · Wed May 20 12:31:23 2020 +0900
  28. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  29. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  30. c06c1be common: Drop linux/bug.h from common header by Simon Glass · Sun May 10 11:40:08 2020 -0600
  31. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  32. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  33. 9758973 common: Drop init.h from common header by Simon Glass · Sun May 10 11:40:02 2020 -0600
  34. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  35. b03e666 spl: Always define preloader_console_init by Samuel Holland · Thu May 07 18:08:10 2020 -0500
  36. 0bf7ab1 spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode() by Harald Seiler · Wed Apr 15 11:33:30 2020 +0200
  37. bc9daa0 ARM: uniphier: detect the base of micro support card at run-time by Masahiro Yamada · Fri Feb 14 20:54:42 2020 +0900
  38. f5008ce ARM: uniphier: remove workaround for the NAND write protect by Masahiro Yamada · Fri Feb 14 20:54:41 2020 +0900
  39. ee53ea7 ARM: uniphier: move NAND reset assertion to U-Boot proper from SPL by Masahiro Yamada · Fri Feb 14 20:54:40 2020 +0900
  40. 85a8f21 ARM: uniphier: add sdscript, sdboot, sdupdate environment variables by Masahiro Yamada · Thu Feb 13 12:27:37 2020 +0900
  41. 23929fb ARM: uniphier: set gd->ram_base correctly by Masahiro Yamada · Thu Jan 30 22:20:37 2020 +0900
  42. 51b9bc9 ARM: uniphier: remove adhoc reset deassertion for the NAND controller by Masahiro Yamada · Thu Jan 30 00:55:57 2020 +0900
  43. f11478f common: Move hang() to the same header as panic() by Simon Glass · Sat Dec 28 10:45:07 2019 -0700
  44. afb0215 common: Move reset_cpu() to the CPU header by Simon Glass · Sat Dec 28 10:45:01 2019 -0700
  45. a7b5130 common: Move some board functions out of common.h by Simon Glass · Thu Nov 14 12:57:46 2019 -0700
  46. 1d91ba7 common: Move some cache and MMU functions out of common.h by Simon Glass · Thu Nov 14 12:57:37 2019 -0700
  47. 370382c common: Move some SMP functions out of common.h by Simon Glass · Thu Nov 14 12:57:35 2019 -0700
  48. cfd7293 dm: core: Add device_foreach_child() by Simon Glass · Wed Sep 25 08:55:56 2019 -0600
  49. 07dc93c env: Move env_set_ulong() to env.h by Simon Glass · Thu Aug 01 09:46:47 2019 -0600
  50. 313112a env: Move env_set_hex() to env.h by Simon Glass · Thu Aug 01 09:46:46 2019 -0600
  51. 9c59d86 psci: Fix warnings when compiling with W=1 by Patrick Delaunay · Mon Jul 22 14:19:20 2019 +0200
  52. a4677b1 ARM: uniphier: set {kernel, ramdisk, fdt}_addr_r at boot-time by Masahiro Yamada · Wed Jul 10 20:07:50 2019 +0900
  53. a74f0c3 ARM: uniphier: set dram_base environment variable by Masahiro Yamada · Wed Jul 10 20:07:49 2019 +0900
  54. 1fedafb ARM: uniphier: set loadaddr at boot-time by Masahiro Yamada · Wed Jul 10 20:07:48 2019 +0900
  55. bdd7955 ARM: uniphier: turn uniphier_set_fdt_file() into void function by Masahiro Yamada · Wed Jul 10 20:07:47 2019 +0900
  56. 7353ce3 ARM: uniphier: remove CONFIG_SYS_SDRAM_BASE by Masahiro Yamada · Wed Jul 10 20:07:46 2019 +0900
  57. f0f6a80 ARM: uniphier: make mem_map run-time configurable by Masahiro Yamada · Wed Jul 10 20:07:45 2019 +0900
  58. efcae8e ARM: uniphier: make dram_init() more generic by Masahiro Yamada · Wed Jul 10 20:07:44 2019 +0900
  59. 12938bf ARM: uniphier: make dram_init() independent of SG_MEMCONF by Masahiro Yamada · Wed Jul 10 20:07:43 2019 +0900
  60. 8f74e79 ARM: uniphier: detect register base addresses run-time by Masahiro Yamada · Wed Jul 10 20:07:42 2019 +0900
  61. c84024c ARM: uniphier: de-couple SC macros into base address and offset by Masahiro Yamada · Wed Jul 10 20:07:41 2019 +0900
  62. 76b3124 ARM: uniphier: de-couple SG macros into base address and offset by Masahiro Yamada · Wed Jul 10 20:07:40 2019 +0900
  63. c85f81b ARM: uniphier: detect SD boot mode by Masahiro Yamada · Wed Jul 10 20:07:39 2019 +0900
  64. 6f7b68c ARM: uniphier: make boot_is_swapped() code optional by Masahiro Yamada · Wed Jul 10 20:07:38 2019 +0900
  65. f4716dc ARM: uniphier: check DT to determine whether to initialize SBC by Masahiro Yamada · Wed Jul 10 20:07:37 2019 +0900
  66. bcd2244 ARM: uniphier: check DT to determine whether to use support card by Masahiro Yamada · Wed Jul 10 20:07:36 2019 +0900
  67. 9272732 ARM: uniphier: include <linux/io.h> from boot-device.c by Masahiro Yamada · Wed Jul 10 20:07:34 2019 +0900
  68. db0b812 ARM: uniphier: use bool type for have_internal_stm parameter by Masahiro Yamada · Wed Jul 10 20:07:33 2019 +0900
  69. 6ea1e7d ARM: uniphier: clean up clk/Makefile by Masahiro Yamada · Wed Jul 10 20:07:32 2019 +0900
  70. 76240bc ARM: uniphier: remove unused uniphier_ld11_boot_device_fixup() by Masahiro Yamada · Wed Jul 10 20:07:31 2019 +0900
  71. 3cac7f7 ARM: uniphier: move sg_set_{pinsel, iectrl} to more relevant places by Masahiro Yamada · Sat Jun 29 02:38:06 2019 +0900
  72. 1950f12 ARM: uniphier: remove unused init code for CONFIG_DEBUG_UART by Masahiro Yamada · Sat Jun 29 02:38:05 2019 +0900
  73. 2757ff0 ARM: uniphier: include <linux/io.h> from dram_init.c by Masahiro Yamada · Sat Jun 29 02:38:04 2019 +0900
  74. 3220a34 ARM: uniphier: remove unused sg_set_iectrl_range() by Masahiro Yamada · Sat Jun 29 02:38:03 2019 +0900
  75. 26642c7 ARM: uniphier: remove unused SC_DPLLOSCCTRL by Masahiro Yamada · Sat Jun 29 02:38:02 2019 +0900
  76. 0ae2865 ARM: uniphier: fix build error for CONFIG_DEBUG_LL=y by Masahiro Yamada · Sat Jun 29 02:38:01 2019 +0900
  77. 93270eb ARM: uniphier: do not modify bootcmd environment variable at run-time by Masahiro Yamada · Wed Dec 19 20:03:13 2018 +0900
  78. 1f1ae15 mtd: move NAND files into a raw/ subdirectory by Miquel Raynal · Thu Aug 16 17:30:07 2018 +0200
  79. e363ddd ARM: uniphier: remove ad-hoc clock enabling for EHCI by Masahiro Yamada · Mon Sep 10 12:58:36 2018 +0900
  80. 7e7ba3b Kconfig: Sort bool, default, select and imply options by Michal Simek · Mon Jul 23 15:55:15 2018 +0200
  81. 577242b ARM: uniphier: enable distro boot by Masahiro Yamada · Fri Jul 20 21:47:18 2018 +0900
  82. ce66709 ARM: uniphier: support fdt_fixup_mtdparts by Masahiro Yamada · Thu Jul 19 16:28:26 2018 +0900
  83. e0a6fa8 ARM: uniphier: split ft_board_setup() out to a separate file by Masahiro Yamada · Thu Jul 19 16:28:25 2018 +0900
  84. f4cfd5c ARM: uniphier: clean-up ft_board_setup() by Masahiro Yamada · Thu Jul 19 16:28:24 2018 +0900
  85. 018f2fb ARM: uniphier: rename environment variable fdt_file to fdtfile by Masahiro Yamada · Thu May 17 19:55:20 2018 +0900
  86. 81b1a67 arm: v7: Kconfig: Rename CPU_V7 as CPU_V7A by Lokesh Vutla · Thu Apr 26 18:21:26 2018 +0530
  87. fd7451a uniphier: psci: save context id in cpu_on command by Patrick Delaunay · Mon Apr 16 10:15:10 2018 +0200
  88. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  89. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · Mon Mar 05 01:20:11 2018 +0900
  90. 5737e47 ARM: uniphier: hide memory top by platform hook instead of CONFIG by Masahiro Yamada · Sat Jan 06 22:59:26 2018 +0900
  91. 86f90c2 ARM: uniphier: do not use RAM that exceeds 32 bit address range by Masahiro Yamada · Sat Jan 06 22:59:24 2018 +0900
  92. ff4a554 ARM: uniphier: use FIELD_PREP for PLL settings by Masahiro Yamada · Wed Dec 06 14:16:34 2017 +0900
  93. 1fe3dac ARM: uniphier: compute SSCPLL values more precisely by Masahiro Yamada · Wed Dec 06 14:16:33 2017 +0900
  94. 652c4c9 ARM: uniphier: fix SSCPLL init code for LD11 SoC by Dai Okamura · Wed Dec 06 14:16:32 2017 +0900
  95. 6272c27 ARM: uniphier: compile pll-base-ld20.c for PXs3 by Masahiro Yamada · Wed Dec 06 13:16:45 2017 +0900
  96. 7b9fc45 ARM: uniphier: clean up board_init by Masahiro Yamada · Wed Nov 29 15:01:22 2017 +0900
  97. 6c086d0 ARM: dts: uniphier: Sync with Linux 4.15-rc1 by Masahiro Yamada · Sat Nov 25 00:25:35 2017 +0900
  98. 653c664 ARM: uniphier: remove XIRQ pin settings by Masahiro Yamada · Sat Nov 25 00:25:33 2017 +0900
  99. 0cace4f ARM: uniphier: remove IRQ settings by Masahiro Yamada · Sat Nov 25 00:25:32 2017 +0900
  100. 4647aca ARM: uniphier: use pr_*() more where appropriate by Masahiro Yamada · Mon Oct 23 00:19:36 2017 +0900