public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v2 1/2] rockchip: Enable PCIe/M.2 and NVMe on Firefly RK3399
@ 2020-05-25  9:00 Mark Kettenis
  2020-05-25  9:00 ` [PATCH v2 2/2] rockchip: Enable PCIe and NVMe on ROCKPro64 Mark Kettenis
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Mark Kettenis @ 2020-05-25  9:00 UTC (permalink / raw)
  To: u-boot

Enable CONFIG_PCI and CONFIG_NVME and related configs for the
Firefly RK3399 board.

Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
---
Changes in v2:
- Extend commit message

 configs/firefly-rk3399_defconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/configs/firefly-rk3399_defconfig b/configs/firefly-rk3399_defconfig
index 831a37d607..2f2a3edb72 100644
--- a/configs/firefly-rk3399_defconfig
+++ b/configs/firefly-rk3399_defconfig
@@ -19,6 +19,7 @@ CONFIG_CMD_BOOTZ=y
 CONFIG_CMD_GPT=y
 CONFIG_CMD_MMC=y
 CONFIG_CMD_USB=y
+CONFIG_CMD_PCI=y
 # CONFIG_CMD_SETEXPR is not set
 CONFIG_CMD_TIME=y
 CONFIG_SPL_OF_CONTROL=y
@@ -38,10 +39,13 @@ CONFIG_SF_DEFAULT_SPEED=20000000
 CONFIG_DM_ETH=y
 CONFIG_ETH_DESIGNWARE=y
 CONFIG_GMAC_ROCKCHIP=y
+CONFIG_NVME=y
+CONFIG_PCI=y
 CONFIG_PMIC_RK8XX=y
 CONFIG_REGULATOR_PWM=y
 CONFIG_REGULATOR_RK8XX=y
 CONFIG_PWM_ROCKCHIP=y
+CONFIG_DM_RESET=y
 CONFIG_BAUDRATE=115200
 CONFIG_DEBUG_UART_SHIFT=2
 CONFIG_SYSRESET=y
-- 
2.26.2

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-06-07 12:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-25  9:00 [PATCH v2 1/2] rockchip: Enable PCIe/M.2 and NVMe on Firefly RK3399 Mark Kettenis
2020-05-25  9:00 ` [PATCH v2 2/2] rockchip: Enable PCIe and NVMe on ROCKPro64 Mark Kettenis
2020-05-28 18:42   ` Kurt Miller
2020-06-01  1:01   ` Kever Yang
2020-06-01  1:01 ` [PATCH v2 1/2] rockchip: Enable PCIe/M.2 and NVMe on Firefly RK3399 Kever Yang
2020-06-01  1:15 ` Kever Yang
2020-06-07 12:06   ` Mark Kettenis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox