All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kever Yang <kever.yang@rock-chips.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 5/5] rockchip: rk3328: add rock64-rk3328_defconfig
Date: Thu, 16 May 2019 15:00:37 +0800	[thread overview]
Message-ID: <0dd6df4f-563c-2538-1175-0c1be8edfab1@rock-chips.com> (raw)
In-Reply-To: <20190508063435.3796-6-matwey.kornilov@gmail.com>

Hi Matwey,

    Please add commit message for the patch.

On 05/08/2019 02:34 PM, Matwey V. Kornilov wrote:
> Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com>
> ---
>  configs/rock64-rk3328_defconfig | 91 +++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 91 insertions(+)
>  create mode 100644 configs/rock64-rk3328_defconfig
>
> diff --git a/configs/rock64-rk3328_defconfig b/configs/rock64-rk3328_defconfig
> new file mode 100644
> index 0000000000..b278315035
> --- /dev/null
> +++ b/configs/rock64-rk3328_defconfig
> @@ -0,0 +1,91 @@
> +CONFIG_SMBIOS_MANUFACTURER="pine64"
> +CONFIG_SMBIOS_PRODUCT_NAME="rock64_rk3328"
> +CONFIG_ARM=y
> +CONFIG_ARCH_ROCKCHIP=y
> +CONFIG_SPL_LIBCOMMON_SUPPORT=y
> +CONFIG_SPL_LIBGENERIC_SUPPORT=y
> +CONFIG_SYS_MALLOC_F_LEN=0x2000
> +CONFIG_SYS_TEXT_BASE=0x00200000
> +CONFIG_ROCKCHIP_RK3328=y
> +CONFIG_ROCKCHIP_SPL_RESERVE_IRAM=0x0
Does this SPL_REVERVE_IRAM=0 fine with support ATF?
SPL TEXT_BASE is 0, and ATF starts at 0x100000, I use to reserve
big enough space for ATF and U-Boot before SPL enable
the relocate feature, or else it's very easy to get panic in SPL.

Thanks,
- Kever
> +CONFIG_SPL_DRIVERS_MISC_SUPPORT=y
> +CONFIG_SPL_STACK_R_ADDR=0x600000
> +CONFIG_DEBUG_UART_BASE=0xFF130000
> +CONFIG_DEBUG_UART_CLOCK=24000000
> +CONFIG_DEBUG_UART=y
> +CONFIG_NR_DRAM_BANKS=1
> +# CONFIG_ANDROID_BOOT_IMAGE is not set
> +CONFIG_FIT=y
> +CONFIG_FIT_VERBOSE=y
> +CONFIG_SPL_LOAD_FIT=y
> +CONFIG_SPL_FIT_GENERATOR="arch/arm/mach-rockchip/make_fit_atf.py"
> +CONFIG_DEFAULT_FDT_FILE="rockchip/rk3328-rock64.dtb"
> +# CONFIG_DISPLAY_CPUINFO is not set
> +CONFIG_DISPLAY_BOARDINFO_LATE=y
> +CONFIG_SPL_STACK_R=y
> +CONFIG_SPL_ATF=y
> +CONFIG_SPL_ATF_NO_PLATFORM_PARAM=y
> +CONFIG_FASTBOOT_BUF_ADDR=0x800800
> +CONFIG_FASTBOOT_FLASH=y
> +CONFIG_FASTBOOT_FLASH_MMC_DEV=1
> +CONFIG_CMD_BOOTZ=y
> +CONFIG_CMD_GPT=y
> +CONFIG_CMD_MMC=y
> +CONFIG_CMD_SF=y
> +CONFIG_CMD_USB=y
> +# CONFIG_CMD_SETEXPR is not set
> +CONFIG_CMD_TIME=y
> +CONFIG_DEFAULT_DEVICE_TREE="rk3328-rock64"
> +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"
> +CONFIG_ENV_IS_IN_MMC=y
> +CONFIG_NET_RANDOM_ETHADDR=y
> +CONFIG_REGMAP=y
> +CONFIG_SPL_REGMAP=y
> +CONFIG_SYSCON=y
> +CONFIG_SPL_SYSCON=y
> +CONFIG_CLK=y
> +CONFIG_SPL_CLK=y
> +CONFIG_FASTBOOT_CMD_OEM_FORMAT=y
> +CONFIG_ROCKCHIP_GPIO=y
> +CONFIG_SYS_I2C_ROCKCHIP=y
> +CONFIG_MMC_DW=y
> +CONFIG_MMC_DW_ROCKCHIP=y
> +CONFIG_SPI_FLASH=y
> +CONFIG_SF_DEFAULT_SPEED=20000000
> +CONFIG_DM_ETH=y
> +CONFIG_ETH_DESIGNWARE=y
> +CONFIG_GMAC_ROCKCHIP=y
> +CONFIG_PHY=y
> +CONFIG_PINCTRL=y
> +CONFIG_SPL_PINCTRL=y
> +CONFIG_PINCTRL_ROCKCHIP_RK3328=y
> +CONFIG_DM_PMIC=y
> +CONFIG_PMIC_RK8XX=y
> +CONFIG_REGULATOR_PWM=y
> +CONFIG_DM_REGULATOR_FIXED=y
> +CONFIG_REGULATOR_RK8XX=y
> +CONFIG_PWM_ROCKCHIP=y
> +CONFIG_RAM=y
> +CONFIG_SPL_RAM=y
> +CONFIG_DM_RESET=y
> +CONFIG_BAUDRATE=1500000
> +CONFIG_DEBUG_UART_SHIFT=2
> +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
> +CONFIG_USB_OHCI_HCD=y
> +CONFIG_USB_OHCI_GENERIC=y
> +CONFIG_USB_DWC2=y
> +CONFIG_USB_DWC3=y
> +CONFIG_USB_GADGET=y
> +CONFIG_USB_GADGET_MANUFACTURER="Rockchip"
> +CONFIG_USB_GADGET_VENDOR_NUM=0x2207
> +CONFIG_USB_GADGET_PRODUCT_NUM=0x330a
> +CONFIG_USB_GADGET_DWC2_OTG=y
> +CONFIG_USE_TINY_PRINTF=y
> +CONFIG_SPL_TINY_MEMSET=y
> +CONFIG_ERRNO_STR=y

  parent reply	other threads:[~2019-05-16  7:00 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-08  6:34 [U-Boot] [PATCH 0/5] Add initial support for Pine64 Rock64 board Matwey V. Kornilov
2019-05-08  6:34 ` [U-Boot] [PATCH 1/5] rockchip: rk3328: add spl board file support Matwey V. Kornilov
2019-05-18 16:08   ` Simon Glass
2019-05-08  6:34 ` [U-Boot] [PATCH 2/5] rockchip: rk3328: add config option for SPL Matwey V. Kornilov
2019-05-18 16:08   ` Simon Glass
2019-05-08  6:34 ` [U-Boot] [PATCH 3/5] rockchip: Kconfig: enable SPL support for rk3328 Matwey V. Kornilov
2019-05-18 16:08   ` Simon Glass
2019-05-08  6:34 ` [U-Boot] [PATCH 4/5] rockchip: dts: rk3328: add rk3328-rock64.dts Matwey V. Kornilov
2019-05-16  6:56   ` Kever Yang
2019-05-19 12:11     ` Matwey V. Kornilov
2019-05-08  6:34 ` [U-Boot] [PATCH 5/5] rockchip: rk3328: add rock64-rk3328_defconfig Matwey V. Kornilov
2019-05-13 16:25   ` Vagrant Cascadian
2019-05-13 22:59     ` Vagrant Cascadian
2019-05-13 23:13       ` Vagrant Cascadian
2019-05-14  9:41         ` Matwey V. Kornilov
2019-05-16  7:00   ` Kever Yang [this message]
2019-05-19 12:11     ` Matwey V. Kornilov
2019-05-19 12:10 ` [U-Boot] [PATCH v2 0/5] Add initial support for Pine64 Rock64 board Matwey V. Kornilov
2019-05-19 12:10   ` [U-Boot] [PATCH v2 1/5] rockchip: rk3328: add SPL board file support Matwey V. Kornilov
2019-05-30  1:13     ` Kever Yang
2019-05-19 12:10   ` [U-Boot] [PATCH v2 2/5] rockchip: rk3328: add SPL support Matwey V. Kornilov
2019-05-30  1:13     ` Kever Yang
2019-05-19 12:10   ` [U-Boot] [PATCH v2 3/5] rockchip: Kconfig: enable SPL support for rk3328 Matwey V. Kornilov
2019-05-30  1:24     ` Kever Yang
2019-05-19 12:10   ` [U-Boot] [PATCH v2 4/5] rockchip: dts: rk3328: add rk3328-rock64.dts Matwey V. Kornilov
2019-05-30  1:25     ` Kever Yang
2019-05-19 12:10   ` [U-Boot] [PATCH v2 5/5] rockchip: rk3328: add rock64-rk3328_defconfig Matwey V. Kornilov
2019-05-20 17:11     ` Vagrant Cascadian
2019-05-20 17:22       ` Matwey V. Kornilov
2019-05-20 18:15         ` Vagrant Cascadian
2019-05-22 16:59           ` Matwey V. Kornilov
2019-05-30  1:26     ` Kever Yang
2019-05-30  1:23   ` [U-Boot] [PATCH v2 0/5] Add initial support for Pine64 Rock64 board Kever Yang
2019-05-31  0:37   ` Kever Yang
2019-06-01 14:47   ` [U-Boot] [PATCH v3 0/6] " Matwey V. Kornilov
2019-06-01 14:47     ` [U-Boot] [PATCH v3 1/6] rockchip: rk3328: add SPL board file support Matwey V. Kornilov
2019-06-01 14:47     ` [U-Boot] [PATCH v3 2/6] rockchip: rk3328: add SPL support Matwey V. Kornilov
2019-06-01 14:47     ` [U-Boot] [PATCH v3 3/6] rockchip: Kconfig: enable SPL support for rk3328 Matwey V. Kornilov
2019-06-01 14:47     ` [U-Boot] [PATCH v3 4/6] rockchip: dts: rk3328: add rk3328-rock64.dts Matwey V. Kornilov
2019-06-01 14:47     ` [U-Boot] [PATCH v3 5/6] rockchip: rk3328: add rock64-rk3328_defconfig Matwey V. Kornilov
2019-06-04  7:42       ` Kever Yang
2019-06-04 11:48         ` Matwey V. Kornilov
2019-06-01 14:47     ` [U-Boot] [PATCH v3 6/6] doc: rockchip: Add note for Pine64 Rock64 board Matwey V. Kornilov
2019-06-04  2:48       ` Kever Yang
2019-06-08 21:27     ` [U-Boot] [PATCH v4 0/6] Add initial support " Matwey V. Kornilov
2019-06-08 21:27       ` [U-Boot] [PATCH v4 1/6] rockchip: rk3328: add SPL board file support Matwey V. Kornilov
2019-06-08 21:27       ` [U-Boot] [PATCH v4 2/6] rockchip: rk3328: add SPL support Matwey V. Kornilov
2019-06-08 21:27       ` [U-Boot] [PATCH v4 3/6] rockchip: Kconfig: enable SPL support for rk3328 Matwey V. Kornilov
2019-06-08 21:27       ` [U-Boot] [PATCH v4 4/6] rockchip: dts: rk3328: add rk3328-rock64.dts Matwey V. Kornilov
2019-06-08 21:27       ` [U-Boot] [PATCH v4 5/6] rockchip: rk3328: add rock64-rk3328_defconfig Matwey V. Kornilov
2019-06-18  7:47         ` Kever Yang
2019-06-08 21:27       ` [U-Boot] [PATCH v4 6/6] doc: rockchip: Add note for Pine64 Rock64 board Matwey V. Kornilov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0dd6df4f-563c-2538-1175-0c1be8edfab1@rock-chips.com \
    --to=kever.yang@rock-chips.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.