1. 403e9cb rockchip: rk3368: add DRAM controller driver with DRAM initialisation by Philipp Tomsich · 7 years ago
  2. 832567d rockchip: Makefile: streamline SPL/TPL configuration by Philipp Tomsich · 7 years ago
  3. 793f2fd net: gmac_rockchip: Add support for the RK3368 GMAC by Philipp Tomsich · 7 years ago
  4. cf8aceb rockchip: clk: rk3368: add support for configuring the SPI clocks by Philipp Tomsich · 7 years ago
  5. 4e4c40d rockchip: clk: rk3368: mark 'priv' __maybe_unused in rk3368_clk_set_rate() by Philipp Tomsich · 7 years ago
  6. df0ae00 rockchip: clk: rk3368: add support for GMAC (SLCK_MAC) clock by Philipp Tomsich · 7 years ago
  7. 6292469 rockchip: clk: rk3368: support configuring the DRAM PLL (from TPL) by Philipp Tomsich · 7 years ago
  8. f5a4329 rockchip: clk: rk3368: implement MMC/SD clock reparenting by Philipp Tomsich · 7 years ago
  9. 05c57e1 rockchip: clk: rk3368: define DMA1_SRST_REQ and DMA2_SRST_REQ by Philipp Tomsich · 7 years ago
  10. a00dfa0 rockchip: clk: rk3368: implement DPLL (DRAM PLL) support by Philipp Tomsich · 7 years ago
  11. 4bebf94 rockchip: clk: rk3368: do not change CPLL/GPLL before returning to BROM by Philipp Tomsich · 7 years ago
  12. bee6180 rockchip: clk: rk3368: support OF_PLATDATA for the RK3368 clk driver by Philipp Tomsich · 7 years ago
  13. ddfe77d rockchip: clk: rk3368: implement bandwidth adjust for PLLs by Philipp Tomsich · 7 years ago
  14. e95b631 rockchip: pinctrl: rk3368: add SPI support by Philipp Tomsich · 7 years ago
  15. a49773d rockchip: pinctrl: rk3368: move IOMUX bit-definitions to pinctrl driver by Philipp Tomsich · 7 years ago
  16. abcde47 rockchip: pinctrl: rk3368: add support for configuring the MMC pins by Philipp Tomsich · 7 years ago
  17. 5282a3f rockchip: pinctrl: rk3368: add GMAC (RGMII only) support by Philipp Tomsich · 7 years ago
  18. 8f362db rockchip: rk3368: dts: add sgrf node by Philipp Tomsich · 7 years ago
  19. c1828cf rockchip: rk3368: grf: use shifted-constants by Philipp Tomsich · 7 years ago
  20. 81bd0ad rockchip: rk3368: syscon: SGRF support for OF_PLATDATA by Philipp Tomsich · 7 years ago
  21. 66a63fe rockchip: rk3368: syscon: MSCH/PMUGRF/GRF support for OF_PLATDATA by Philipp Tomsich · 7 years ago
  22. c61177a rockchip: rk3368: spl: add memory layout for TPL and SPL by Philipp Tomsich · 7 years ago
  23. e78b04f rockchip: rk3368: spl: define COUNTER_FREQUENCY to 24MHz by Philipp Tomsich · 7 years ago
  24. 525a8c8 rockchip: rk3368: pmugrf: add definitions for os_reg[0..3] by Philipp Tomsich · 7 years ago
  25. 0da5c2e rockchip: rk3368: mkimage: add support for the RK3368 by Philipp Tomsich · 7 years ago
  26. 9a8f009 rockchip: rk3368: improve Kconfig text for the RK3368 by Philipp Tomsich · 7 years ago
  27. 9e27c81 rockchip: Makefile: allow selective inclusion of sdram_common.o from TPL/SPL/U-Boot by Philipp Tomsich · 7 years ago
  28. 87c16d4 drivers: spl: consistently use the $(SPL_TPL_) macro by Philipp Tomsich · 7 years ago
  29. c3916e7 spl: add TPL_DRIVER_MISC_SUPPORT option by Philipp Tomsich · 7 years ago
  30. f94e643 spl: consistently use $(SPL_TPL_) to select features for SPL and TPL builds by Philipp Tomsich · 7 years ago
  31. 6dced7d lib: spl: differentiate between TPL and SPL for libfdt/of_control/of_platdata by Philipp Tomsich · 7 years ago
  32. d60b5f7 spl: Kconfig: split SYS_MALLOC_SIMPLE for TPL and SPL by Philipp Tomsich · 7 years ago
  33. 1749858 spl: allow a separate TEXT_BASE, LDSCRIPT and MAX_SIZE for TPL by Philipp Tomsich · 7 years ago
  34. c3be619 armv8: spl: Support separate stack for TPL by Philipp Tomsich · 7 years ago
  35. e6a0586 armv8: move low-level assembly functions into function-sections by Philipp Tomsich · 7 years ago
  36. f1c6e19 spl: dm: use CONFIG_IS_ENABLED to test for the DM option by Philipp Tomsich · 7 years ago
  37. f291ce1 spl: dm: Kconfig: split OF_CONTROL and OF_PLATDATA between SPL and TPL by Philipp Tomsich · 7 years ago
  38. 7c819e7 spl: dm: Kconfig: split CLK support for SPL and TPL by Philipp Tomsich · 7 years ago
  39. f0776a5 spl: dm: Kconfig: SPL_CLK depends on SPL_DM by Philipp Tomsich · 7 years ago
  40. c336c3c spl: dm: Kconfig: introduce TPL_RAM (in analogy to SPL_RAM) by Philipp Tomsich · 7 years ago
  41. 4523330 spl: dm: Kconfig: SPL_RAM depends on SPL_DM by Philipp Tomsich · 7 years ago
  42. c6ac6c1 spl: dm: Kconfig: split REGMAP/SYSCON support for TPL from SPL by Philipp Tomsich · 7 years ago
  43. 9c44737 spl: dm: Kconfig: use more specific prereqs for SPL_REGMAP and SPL_SYSCON by Philipp Tomsich · 7 years ago
  44. 616bd09 spl: dm: Kconfig: fix help text for SPL/TPL confusion by Philipp Tomsich · 7 years ago
  45. ae2cee2 spl: use TPL_SYS_MALLOC_F_LEN for TPL by Philipp Tomsich · 7 years ago
  46. 19b68fb rockchip: back-to-bootrom: simplify the #ifdef-check for LIBCOMMON in TPL/SPL by Philipp Tomsich · 7 years ago
  47. ee14d29 rockchip: back-to-bootrom: split BACK_TO_BOOTROM for TPL/SPL by Philipp Tomsich · 7 years ago
  48. 36979c7 rockchip: back-to-bootrom: add 'back-to-bootrom' support for AArch64 by Philipp Tomsich · 7 years ago
  49. a954fa3 spl: configure 'return to bootrom' separately for SPL and TPL by Philipp Tomsich · 7 years ago
  50. 225d30b spl: add a 'return to bootrom' boot method by Philipp Tomsich · 7 years ago
  51. a41e3e1 OMAP3_SPI: Kconfig: move OMAP3_SPI out of DM_SPI section. by Adam Ford · 7 years ago
  52. b730ff3 omap3: incorrect logical check in do_emif4_init by xypron.glpk@gmx.de · 8 years ago
  53. da0227f arm: omap: Fix 'get_device_type()' for OMAP34XX by Derald D. Woods · 7 years ago
  54. 5bbc265 Convert CONFIG_NAND to Kconfig by Adam Ford · 7 years ago
  55. a44bffc efi_loader: use EFI_PAGE_SIZE instead of 4096 by xypron.glpk@gmx.de · 7 years ago
  56. aee4f06 efi_loader: use EFI_PAGE_MASK instead of EFI_PAGE_SIZE - 1 by xypron.glpk@gmx.de · 7 years ago
  57. 0d43fde omap3: evm: Update board, defconfig, and maintainer file by Derald D. Woods · 7 years ago
  58. 00fd59d README: Drop information about commands by Simon Glass · 7 years ago
  59. e188eee Drop config_cmd_all.h by Simon Glass · 7 years ago
  60. 54feea1 Convert CONFIG_CMD_ZFS to Kconfig by Simon Glass · 7 years ago
  61. e7a815f Convert CONFIG_CMD_ZBOOT to Kconfig by Simon Glass · 7 years ago
  62. 1aa4e8d Convert CONFIG_CMD_UUID to Kconfig by Simon Glass · 7 years ago
  63. 2a242e3 Convert CONFIG_CMD_UNIVERSE to Kconfig by Simon Glass · 7 years ago
  64. 5605aa8 Convert CONFIG_CMD_TSI148 to Kconfig by Simon Glass · 7 years ago
  65. ce058ae Convert CONFIG_CMD_TRACE to Kconfig by Simon Glass · 7 years ago
  66. 7a76431 Convert CONFIG_CMD_YAFFS2 to Kconfig by Simon Glass · 7 years ago
  67. 9b92a8d Convert CONFIG_CMD_THOR_DOWNLOAD to Kconfig by Simon Glass · 7 years ago
  68. 78d11b7 Kconfig: Drop CONFIG_CMD_TFTP by Simon Glass · 7 years ago
  69. 3cef3b3 Convert CONFIG_CMD_TERMINAL to Kconfig by Simon Glass · 7 years ago
  70. 90d99e5 Convert CONFIG_CMD_TCA642X to Kconfig by Simon Glass · 7 years ago
  71. 1c27a4c gpio: Drop sx151x driver by Simon Glass · 7 years ago
  72. 00805d7 Convert CONFIG_CMD_STRINGS to Kconfig by Simon Glass · 7 years ago
  73. ba71be5 Kconfig: Sort the memory commands by Simon Glass · 7 years ago
  74. 3a91a25 Convert CONFIG_CMD_SPL_WRITE_SIZE to Kconfig by Simon Glass · 7 years ago
  75. 203dc1b Convert CONFIG_CMD_SPL_NAND_OFS to Kconfig by Simon Glass · 7 years ago
  76. 72c3033 Convert CONFIG_CMD_SPL to Kconfig by Simon Glass · 7 years ago
  77. 2a728f3 Convert CONFIG_CMD_SH_ZIMAGEBOOT to Kconfig by Simon Glass · 7 years ago
  78. 719d36e Convert CONFIG_CMD_SF_TEST to Kconfig by Simon Glass · 7 years ago
  79. efce244 Convert CONFIG_CMD_SDRAM to Kconfig by Simon Glass · 7 years ago
  80. 0941f59 Convert CONFIG_CMD_SCSI to Kconfig by Simon Glass · 7 years ago
  81. 15dc63d Convert CONFIG_CMD_SAVES to Kconfig by Simon Glass · 7 years ago
  82. 5d47099 Kconfig: sandbox: Drop CONFIG_CMD_SANDBOX option by Simon Glass · 7 years ago
  83. f8803a9 Convert CONFIG_CMD_REISER to Kconfig by Simon Glass · 7 years ago
  84. fa37922 Convert CONFIG_CMD_REGINFO to Kconfig by Christophe Leroy · 7 years ago
  85. b75dfd2 Kconfig: Convert CMD_READ to Kconfig by Simon Glass · 7 years ago
  86. 6f62d7c Kconfig: Drop CONFIG_CMD_PORTIO and associated command by Simon Glass · 7 years ago
  87. 7f66655 Convert CONFIG_CMD_PCMCIA to Kconfig by Simon Glass · 7 years ago
  88. 3abe4e6 Kconfig; Drop CONFIG_IDE_TI_CARDBUS and associated driver by Simon Glass · 7 years ago
  89. 1864242 Kconfig: Drop CONFIG_CMD_PCI_ENUM by Simon Glass · 7 years ago
  90. 6500ec7 Convert CONFIG_CMD_PCI to Kconfig by Simon Glass · 7 years ago
  91. ba7cc6c Kconfig: Drop CONFIG_CMD_PCA953X_INFO by Simon Glass · 7 years ago
  92. 0091362 Convert CONFIG_CMD_PCA953X to Kconfig by Simon Glass · 7 years ago
  93. 978f085 Convert CONFIG_CMD_ONENAND to Kconfig by Simon Glass · 7 years ago
  94. cb70e6c Convert CONFIG_CMD_MTDPARTS_SPREAD to Kconfig by Simon Glass · 7 years ago
  95. 7e4bef7 sun50i: a64: Sync Linux [oe]hci0 nodes by Jagan Teki · 7 years ago
  96. f38c5f5 Convert CONFIG_CMD_MMC_SPI to Kconfig by Simon Glass · 7 years ago
  97. 0c19b4d Kconfig: Sort the device-access commands by Simon Glass · 7 years ago
  98. 493f420 Kconfig: Drop CONFIG_CMD_MEM by Simon Glass · 7 years ago
  99. 241d281 Convert CONFIG_CMD_MAX6957 to Kconfig by Simon Glass · 7 years ago
  100. b7695c0 board: ks2: README: Update NAND wording by Cooper Jr., Franklin · 7 years ago