All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lokesh Vutla <lokeshvutla@ti.com>
To: u-boot@lists.denx.de
Subject: [RFC] am65x_evm_r5: Disable serial output
Date: Tue, 12 May 2020 11:35:06 +0530	[thread overview]
Message-ID: <e18ab91f-5dac-542d-6184-bee8aee07bd7@ti.com> (raw)
In-Reply-To: <20200511194153.19389-1-trini@konsulko.com>

Hi Tom,

On 12/05/20 1:11 AM, Tom Rini wrote:
> Given limitations on the current implementation of our test framework,
> having both am65x_evm_r5 and am65x_evm_a53 have serial output on the
> same port confuses the tests.  If we disable serial output in r5 and
> disable the SPL tests as well, we can run the rest of the testsuite on
> am65x_evm_a53.
> 
> Cc: Lokesh Vutla <lokeshvutla@ti.com>
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---
> For practical reasons this depends on
> http://patchwork.ozlabs.org/project/uboot/patch/20200507230810.21476-1-samuel at sholland.org/
> to build.  Since this also removes YMODEM support, I assume it breaks a

Right this breaks UART boot which is very useful for remote testing of U-Boot.
This cannot be compromised.

May be I am missing something, Can you explain what is the problem here?

Thanks and regards,
Lokesh

> functional use case, so I'm not sure this is best.  Stephen Warren
> suggested a rework to the pytest framework that I haven't had a chance
> to try and do yet.
> ---
>  configs/am65x_evm_r5_defconfig | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/configs/am65x_evm_r5_defconfig b/configs/am65x_evm_r5_defconfig
> index 4fc199e80911..2c61bee4b8bc 100644
> --- a/configs/am65x_evm_r5_defconfig
> +++ b/configs/am65x_evm_r5_defconfig
> @@ -11,7 +11,6 @@ CONFIG_ENV_SIZE=0x20000
>  CONFIG_SYS_SPI_U_BOOT_OFFS=0x80000
>  CONFIG_DM_GPIO=y
>  CONFIG_SPL_MMC_SUPPORT=y
> -CONFIG_SPL_SERIAL_SUPPORT=y
>  CONFIG_SPL_DRIVERS_MISC_SUPPORT=y
>  CONFIG_SPL_STACK_R_ADDR=0x82000000
>  CONFIG_NR_DRAM_BANKS=2
> @@ -41,7 +40,6 @@ CONFIG_SPL_REMOTEPROC=y
>  # CONFIG_SPL_SPI_FLASH_TINY is not set
>  CONFIG_SPL_SPI_FLASH_SFDP_SUPPORT=y
>  CONFIG_SPL_SPI_LOAD=y
> -CONFIG_SPL_YMODEM_SUPPORT=y
>  CONFIG_HUSH_PARSER=y
>  CONFIG_CMD_BOOTZ=y
>  CONFIG_CMD_ASKENV=y
> 

  reply	other threads:[~2020-05-12  6:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-11 19:41 [RFC] am65x_evm_r5: Disable serial output Tom Rini
2020-05-12  6:05 ` Lokesh Vutla [this message]
2020-05-12 12:08   ` Tom Rini

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=e18ab91f-5dac-542d-6184-bee8aee07bd7@ti.com \
    --to=lokeshvutla@ti.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.