All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Roese <sr@denx.de>
To: Tony Dinh <mibodhi@gmail.com>,
	U-Boot Mailing List <u-boot@lists.denx.de>
Cc: "Marek Beh�n" <marek.behun@nic.cz>,
	"Pali Roh�r" <pali@kernel.org>,
	"Luka Perkov" <luka.perkov@sartura.hr>,
	"Tom Rini" <trini@konsulko.com>, "Luka Perkov" <luka@openwrt.org>
Subject: Re: [PATCH 1/3] arm: kirkwood: iConnect : Add PCIe related configs
Date: Thu, 13 Jan 2022 14:20:31 +0100	[thread overview]
Message-ID: <e39e5e91-2f5d-06b8-6e08-f12812101854@denx.de> (raw)
In-Reply-To: <20220102045739.29927-2-mibodhi@gmail.com>

On 1/2/22 05:57, Tony Dinh wrote:
> - Add MVEBU PCIe configs
> - Also add SYS_THUMB_BUILD to keep u-boot image size within 512K
> 
> Signed-off-by: Tony Dinh <mibodhi@gmail.com>

Reviewed-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

> ---
> 
>   configs/iconnect_defconfig | 5 +++++
>   1 file changed, 5 insertions(+)
> 
> diff --git a/configs/iconnect_defconfig b/configs/iconnect_defconfig
> index d8593bcdd2..bc44dbd218 100644
> --- a/configs/iconnect_defconfig
> +++ b/configs/iconnect_defconfig
> @@ -2,6 +2,7 @@ CONFIG_ARM=y
>   CONFIG_SKIP_LOWLEVEL_INIT=y
>   CONFIG_SYS_DCACHE_OFF=y
>   CONFIG_ARCH_CPU_INIT=y
> +CONFIG_SYS_THUMB_BUILD=y
>   CONFIG_ARCH_KIRKWOOD=y
>   CONFIG_SYS_TEXT_BASE=0x600000
>   CONFIG_NR_DRAM_BANKS=2
> @@ -15,9 +16,11 @@ CONFIG_SYS_LOAD_ADDR=0x800000
>   CONFIG_BOOTDELAY=3
>   CONFIG_USE_PREBOOT=y
>   # CONFIG_DISPLAY_BOARDINFO is not set
> +CONFIG_BOARD_LATE_INIT=y
>   CONFIG_SYS_PROMPT="iconnect => "
>   # CONFIG_CMD_FLASH is not set
>   CONFIG_CMD_NAND=y
> +CONFIG_CMD_PCI=y
>   CONFIG_CMD_USB=y
>   # CONFIG_CMD_SETEXPR is not set
>   CONFIG_CMD_MII=y
> @@ -40,6 +43,8 @@ CONFIG_MTD=y
>   CONFIG_MTD_RAW_NAND=y
>   CONFIG_MVGBE=y
>   CONFIG_MII=y
> +CONFIG_PCI=y
> +CONFIG_PCI_MVEBU=y
>   CONFIG_SYS_NS16550=y
>   CONFIG_USB=y
>   CONFIG_USB_EHCI_HCD=y
> 

Viele Grüße,
Stefan Roese

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr@denx.de

  reply	other threads:[~2022-01-13 13:20 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-02  4:57 [PATCH 0/3] Add PCIe support for Iomega iConnect board Tony Dinh
2022-01-02  4:57 ` [PATCH 1/3] arm: kirkwood: iConnect : Add PCIe related configs Tony Dinh
2022-01-13 13:20   ` Stefan Roese [this message]
2022-01-02  4:57 ` [PATCH 2/3] arm: kirkwood: iConnect : Add PCIe late init Tony Dinh
2022-01-13 13:23   ` Stefan Roese
2022-01-02  4:57 ` [PATCH 3/3] arm: kirkwood: iConnect : Update board maintainer Tony Dinh
2022-01-13 13:23   ` Stefan Roese
2022-01-13 13:41 ` [PATCH 0/3] Add PCIe support for Iomega iConnect board Pali Rohár
2022-01-14 15:36 ` Stefan Roese

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=e39e5e91-2f5d-06b8-6e08-f12812101854@denx.de \
    --to=sr@denx.de \
    --cc=luka.perkov@sartura.hr \
    --cc=luka@openwrt.org \
    --cc=marek.behun@nic.cz \
    --cc=mibodhi@gmail.com \
    --cc=pali@kernel.org \
    --cc=trini@konsulko.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.