2020-04-28 10:00:19 +00:00
|
|
|
CONFIG_ARM=y
|
|
|
|
CONFIG_ARCH_ROCKCHIP=y
|
|
|
|
CONFIG_SYS_TEXT_BASE=0x00200000
|
2020-07-21 15:06:01 +00:00
|
|
|
CONFIG_SPL_GPIO_SUPPORT=y
|
2020-08-10 19:31:07 +00:00
|
|
|
CONFIG_NR_DRAM_BANKS=1
|
2020-07-07 13:50:49 +00:00
|
|
|
CONFIG_ENV_SIZE=0x8000
|
|
|
|
CONFIG_ENV_OFFSET=0x3F8000
|
2020-06-04 14:51:39 +00:00
|
|
|
CONFIG_ENV_SECT_SIZE=0x1000
|
2020-04-28 10:00:19 +00:00
|
|
|
CONFIG_ROCKCHIP_RK3399=y
|
|
|
|
CONFIG_TARGET_ROC_PC_RK3399=y
|
|
|
|
CONFIG_DEBUG_UART_BASE=0xFF1A0000
|
|
|
|
CONFIG_DEBUG_UART_CLOCK=24000000
|
2020-06-04 14:51:40 +00:00
|
|
|
CONFIG_SPL_SPI_FLASH_SUPPORT=y
|
|
|
|
CONFIG_SPL_SPI_SUPPORT=y
|
2020-07-28 12:46:52 +00:00
|
|
|
CONFIG_DEFAULT_DEVICE_TREE="rk3399-roc-pc-mezzanine"
|
2020-04-28 10:00:19 +00:00
|
|
|
CONFIG_DEBUG_UART=y
|
2020-07-07 13:50:48 +00:00
|
|
|
# CONFIG_ANDROID_BOOT_IMAGE is not set
|
2020-04-28 10:00:19 +00:00
|
|
|
CONFIG_DEFAULT_FDT_FILE="rockchip/rk3399-roc-pc-mezzanine.dtb"
|
|
|
|
CONFIG_DISPLAY_BOARDINFO_LATE=y
|
|
|
|
# CONFIG_SPL_RAW_IMAGE_SUPPORT is not set
|
|
|
|
CONFIG_SPL_STACK_R=y
|
2020-07-21 15:06:04 +00:00
|
|
|
CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x20000
|
|
|
|
CONFIG_SPL_ENV_SUPPORT=y
|
2020-06-04 14:51:40 +00:00
|
|
|
CONFIG_SPL_SPI_LOAD=y
|
2020-04-28 10:00:19 +00:00
|
|
|
CONFIG_TPL=y
|
|
|
|
CONFIG_CMD_BOOTZ=y
|
|
|
|
CONFIG_CMD_GPT=y
|
|
|
|
CONFIG_CMD_MMC=y
|
2020-05-09 16:56:23 +00:00
|
|
|
CONFIG_CMD_PCI=y
|
2020-05-26 12:32:25 +00:00
|
|
|
CONFIG_CMD_USB=y
|
2020-04-28 10:00:19 +00:00
|
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
|
|
CONFIG_CMD_TIME=y
|
|
|
|
CONFIG_SPL_OF_CONTROL=y
|
|
|
|
CONFIG_OF_SPL_REMOVE_PROPS="pinctrl-0 pinctrl-names clock-names interrupt-parent assigned-clocks assigned-clock-rates assigned-clock-parents"
|
2020-06-04 14:51:39 +00:00
|
|
|
CONFIG_ENV_IS_IN_SPI_FLASH=y
|
2020-04-28 10:00:19 +00:00
|
|
|
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
|
2020-07-21 15:06:04 +00:00
|
|
|
CONFIG_SPL_DM_SEQ_ALIAS=y
|
2020-04-28 10:00:19 +00:00
|
|
|
CONFIG_ROCKCHIP_GPIO=y
|
|
|
|
CONFIG_SYS_I2C_ROCKCHIP=y
|
roc-rk3399-pc: Enable USB3.0 Host
Enable USB3.0 Host support for ROC-RK3399-PC boards.
Tested USB3.0 SSD on Type C1 port on board.
=> usb start
starting USB...
Bus usb@fe380000: USB EHCI 1.00
Bus usb@fe3c0000: USB EHCI 1.00
Bus dwc3: usb maximum-speed not found
Register 2000140 NbrPorts 2
Starting the controller
USB XHCI 1.10
scanning bus usb@fe380000 for devices... 1 USB Device(s) found
scanning bus usb@fe3c0000 for devices... 2 USB Device(s) found
scanning bus dwc3 for devices... 6 USB Device(s) found
scanning usb for storage devices... 1 Storage Device(s) found
=> usb tree
USB device tree:
1 Hub (480 Mb/s, 0mA)
u-boot EHCI Host Controller
1 Hub (480 Mb/s, 0mA)
| u-boot EHCI Host Controller
|
+-2 Hub (480 Mb/s, 100mA)
USB 2.0 Hub [MTT]
1 Hub (5 Gb/s, 0mA)
| U-Boot XHCI Host Controller
|
+-2 Hub (480 Mb/s, 0mA)
| | VIA Labs, Inc. USB2.0 Hub
| |
| +-4 Hub (480 Mb/s, 100mA)
| | USB 2.0 Hub
| |
| +-5 (480 Mb/s, 100mA)
| VIA Technologies Inc. USB 2.0 BILLBOARD 0000000000000001
|
+-3 Hub (5 Gb/s, 0mA)
| VIA Labs, Inc. USB3.0 Hub
|
+-6 Mass Storage (5 Gb/s, 224mA)
JMicron External Disk 3.0 DB12345678A2
=> usb reset
resetting USB...
Bus usb@fe380000: USB EHCI 1.00
Bus usb@fe3c0000: USB EHCI 1.00
Bus dwc3: usb maximum-speed not found
Register 2000140 NbrPorts 2
Starting the controller
USB XHCI 1.10
scanning bus usb@fe380000 for devices... 1 USB Device(s) found
scanning bus usb@fe3c0000 for devices... 2 USB Device(s) found
scanning bus dwc3 for devices... 6 USB Device(s) found
scanning usb for storage devices... 1 Storage Device(s) found
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
2020-05-26 03:35:16 +00:00
|
|
|
CONFIG_MISC=y
|
2020-04-28 10:00:19 +00:00
|
|
|
CONFIG_MMC_DW=y
|
|
|
|
CONFIG_MMC_DW_ROCKCHIP=y
|
|
|
|
CONFIG_MMC_SDHCI=y
|
|
|
|
CONFIG_MMC_SDHCI_ROCKCHIP=y
|
|
|
|
CONFIG_SPI_FLASH_WINBOND=y
|
|
|
|
CONFIG_DM_ETH=y
|
|
|
|
CONFIG_ETH_DESIGNWARE=y
|
|
|
|
CONFIG_GMAC_ROCKCHIP=y
|
2020-05-09 16:56:23 +00:00
|
|
|
CONFIG_NVME=y
|
|
|
|
CONFIG_PCI=y
|
roc-rk3399-pc: Enable USB3.0 Host
Enable USB3.0 Host support for ROC-RK3399-PC boards.
Tested USB3.0 SSD on Type C1 port on board.
=> usb start
starting USB...
Bus usb@fe380000: USB EHCI 1.00
Bus usb@fe3c0000: USB EHCI 1.00
Bus dwc3: usb maximum-speed not found
Register 2000140 NbrPorts 2
Starting the controller
USB XHCI 1.10
scanning bus usb@fe380000 for devices... 1 USB Device(s) found
scanning bus usb@fe3c0000 for devices... 2 USB Device(s) found
scanning bus dwc3 for devices... 6 USB Device(s) found
scanning usb for storage devices... 1 Storage Device(s) found
=> usb tree
USB device tree:
1 Hub (480 Mb/s, 0mA)
u-boot EHCI Host Controller
1 Hub (480 Mb/s, 0mA)
| u-boot EHCI Host Controller
|
+-2 Hub (480 Mb/s, 100mA)
USB 2.0 Hub [MTT]
1 Hub (5 Gb/s, 0mA)
| U-Boot XHCI Host Controller
|
+-2 Hub (480 Mb/s, 0mA)
| | VIA Labs, Inc. USB2.0 Hub
| |
| +-4 Hub (480 Mb/s, 100mA)
| | USB 2.0 Hub
| |
| +-5 (480 Mb/s, 100mA)
| VIA Technologies Inc. USB 2.0 BILLBOARD 0000000000000001
|
+-3 Hub (5 Gb/s, 0mA)
| VIA Labs, Inc. USB3.0 Hub
|
+-6 Mass Storage (5 Gb/s, 224mA)
JMicron External Disk 3.0 DB12345678A2
=> usb reset
resetting USB...
Bus usb@fe380000: USB EHCI 1.00
Bus usb@fe3c0000: USB EHCI 1.00
Bus dwc3: usb maximum-speed not found
Register 2000140 NbrPorts 2
Starting the controller
USB XHCI 1.10
scanning bus usb@fe380000 for devices... 1 USB Device(s) found
scanning bus usb@fe3c0000 for devices... 2 USB Device(s) found
scanning bus dwc3 for devices... 6 USB Device(s) found
scanning usb for storage devices... 1 Storage Device(s) found
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
2020-05-26 03:35:16 +00:00
|
|
|
CONFIG_PHY_ROCKCHIP_INNO_USB2=y
|
|
|
|
CONFIG_PHY_ROCKCHIP_TYPEC=y
|
2020-04-28 10:00:19 +00:00
|
|
|
CONFIG_PMIC_RK8XX=y
|
|
|
|
CONFIG_REGULATOR_PWM=y
|
|
|
|
CONFIG_REGULATOR_RK8XX=y
|
|
|
|
CONFIG_PWM_ROCKCHIP=y
|
2020-07-13 20:06:35 +00:00
|
|
|
# CONFIG_RAM_ROCKCHIP_DEBUG is not set
|
2020-04-28 10:00:19 +00:00
|
|
|
CONFIG_RAM_RK3399_LPDDR4=y
|
2020-05-09 16:56:23 +00:00
|
|
|
CONFIG_DM_RESET=y
|
2020-04-28 10:00:19 +00:00
|
|
|
CONFIG_BAUDRATE=1500000
|
|
|
|
CONFIG_DEBUG_UART_SHIFT=2
|
|
|
|
CONFIG_ROCKCHIP_SPI=y
|
|
|
|
CONFIG_SYSRESET=y
|
|
|
|
CONFIG_USB=y
|
|
|
|
CONFIG_USB_XHCI_HCD=y
|
|
|
|
CONFIG_USB_XHCI_DWC3=y
|
|
|
|
CONFIG_USB_EHCI_HCD=y
|
|
|
|
CONFIG_USB_EHCI_GENERIC=y
|
roc-rk3399-pc: Enable USB3.0 Host
Enable USB3.0 Host support for ROC-RK3399-PC boards.
Tested USB3.0 SSD on Type C1 port on board.
=> usb start
starting USB...
Bus usb@fe380000: USB EHCI 1.00
Bus usb@fe3c0000: USB EHCI 1.00
Bus dwc3: usb maximum-speed not found
Register 2000140 NbrPorts 2
Starting the controller
USB XHCI 1.10
scanning bus usb@fe380000 for devices... 1 USB Device(s) found
scanning bus usb@fe3c0000 for devices... 2 USB Device(s) found
scanning bus dwc3 for devices... 6 USB Device(s) found
scanning usb for storage devices... 1 Storage Device(s) found
=> usb tree
USB device tree:
1 Hub (480 Mb/s, 0mA)
u-boot EHCI Host Controller
1 Hub (480 Mb/s, 0mA)
| u-boot EHCI Host Controller
|
+-2 Hub (480 Mb/s, 100mA)
USB 2.0 Hub [MTT]
1 Hub (5 Gb/s, 0mA)
| U-Boot XHCI Host Controller
|
+-2 Hub (480 Mb/s, 0mA)
| | VIA Labs, Inc. USB2.0 Hub
| |
| +-4 Hub (480 Mb/s, 100mA)
| | USB 2.0 Hub
| |
| +-5 (480 Mb/s, 100mA)
| VIA Technologies Inc. USB 2.0 BILLBOARD 0000000000000001
|
+-3 Hub (5 Gb/s, 0mA)
| VIA Labs, Inc. USB3.0 Hub
|
+-6 Mass Storage (5 Gb/s, 224mA)
JMicron External Disk 3.0 DB12345678A2
=> usb reset
resetting USB...
Bus usb@fe380000: USB EHCI 1.00
Bus usb@fe3c0000: USB EHCI 1.00
Bus dwc3: usb maximum-speed not found
Register 2000140 NbrPorts 2
Starting the controller
USB XHCI 1.10
scanning bus usb@fe380000 for devices... 1 USB Device(s) found
scanning bus usb@fe3c0000 for devices... 2 USB Device(s) found
scanning bus dwc3 for devices... 6 USB Device(s) found
scanning usb for storage devices... 1 Storage Device(s) found
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
2020-05-26 03:35:16 +00:00
|
|
|
CONFIG_USB_DWC3=y
|
|
|
|
CONFIG_USB_DWC3_GENERIC=y
|
2020-07-07 13:50:48 +00:00
|
|
|
CONFIG_ROCKCHIP_USB2_PHY=y
|
2020-05-08 13:08:39 +00:00
|
|
|
CONFIG_USB_KEYBOARD=y
|
2020-07-07 13:50:48 +00:00
|
|
|
CONFIG_USB_GADGET=y
|
2020-04-28 10:00:19 +00:00
|
|
|
CONFIG_USB_HOST_ETHER=y
|
|
|
|
CONFIG_USB_ETHER_ASIX=y
|
|
|
|
CONFIG_USB_ETHER_ASIX88179=y
|
|
|
|
CONFIG_USB_ETHER_MCS7830=y
|
|
|
|
CONFIG_USB_ETHER_RTL8152=y
|
|
|
|
CONFIG_USB_ETHER_SMSC95XX=y
|
|
|
|
CONFIG_DM_VIDEO=y
|
|
|
|
CONFIG_DISPLAY=y
|
|
|
|
CONFIG_VIDEO_ROCKCHIP=y
|
|
|
|
CONFIG_DISPLAY_ROCKCHIP_HDMI=y
|
2020-05-08 13:08:39 +00:00
|
|
|
CONFIG_SPL_TINY_MEMSET=y
|
|
|
|
CONFIG_ERRNO_STR=y
|