All of lore.kernel.org
 help / color / mirror / Atom feed
* [u-boot, v2019.04-aspeed-openbmc 0/1] fix compiling warnings for AST2600 A1 SPL
@ 2022-02-24  8:11 Jamin Lin
  2022-02-24  8:11 ` [u-boot, v2019.04-aspeed-openbmc 1/1] " Jamin Lin
  0 siblings, 1 reply; 5+ messages in thread
From: Jamin Lin @ 2022-02-24  8:11 UTC (permalink / raw)
  To: openbmc, joel, andrew; +Cc: troy_lee, steven_lee

remove duplicated define

Jamin Lin (1):
  fix compiling warnings for AST2600 A1 SPL

 include/configs/evb_ast2600a1_spl.h | 7 -------
 1 file changed, 7 deletions(-)

-- 
2.17.1


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

* [u-boot, v2019.04-aspeed-openbmc 1/1] fix compiling warnings for AST2600 A1 SPL
  2022-02-24  8:11 [u-boot, v2019.04-aspeed-openbmc 0/1] fix compiling warnings for AST2600 A1 SPL Jamin Lin
@ 2022-02-24  8:11 ` Jamin Lin
  2022-02-24 11:43   ` [u-boot,v2019.04-aspeed-openbmc " Joel Stanley
  0 siblings, 1 reply; 5+ messages in thread
From: Jamin Lin @ 2022-02-24  8:11 UTC (permalink / raw)
  To: openbmc, joel, andrew; +Cc: troy_lee, steven_lee

remove duplicated define

Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com>
---
 include/configs/evb_ast2600a1_spl.h | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/include/configs/evb_ast2600a1_spl.h b/include/configs/evb_ast2600a1_spl.h
index 655896b237..006cc4345b 100644
--- a/include/configs/evb_ast2600a1_spl.h
+++ b/include/configs/evb_ast2600a1_spl.h
@@ -42,13 +42,6 @@
 #endif
 #endif
 
-/* SPL */
-#define CONFIG_SPL_TEXT_BASE		0x00000000
-#define CONFIG_SPL_MAX_SIZE		0x0000E800
-#define CONFIG_SPL_STACK		0x10010000
-#define CONFIG_SPL_BSS_START_ADDR	0x90000000
-#define CONFIG_SPL_BSS_MAX_SIZE		0x00100000
-
 #define CONFIG_SUPPORT_EMMC_BOOT
 
 #endif	/* __CONFIG_H */
-- 
2.17.1


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

* Re: [u-boot,v2019.04-aspeed-openbmc 1/1] fix compiling warnings for AST2600 A1 SPL
  2022-02-24  8:11 ` [u-boot, v2019.04-aspeed-openbmc 1/1] " Jamin Lin
@ 2022-02-24 11:43   ` Joel Stanley
  2022-03-01  0:57     ` Jamin Lin
  2022-03-01  8:28     ` Jamin Lin
  0 siblings, 2 replies; 5+ messages in thread
From: Joel Stanley @ 2022-02-24 11:43 UTC (permalink / raw)
  To: Jamin Lin; +Cc: Andrew Jeffery, OpenBMC Maillist, Troy Lee, Steven Lee

On Thu, 24 Feb 2022 at 08:11, Jamin Lin <jamin_lin@aspeedtech.com> wrote:
>
> remove duplicated define
>
> Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com>
> ---
>  include/configs/evb_ast2600a1_spl.h | 7 -------
>  1 file changed, 7 deletions(-)
>
> diff --git a/include/configs/evb_ast2600a1_spl.h b/include/configs/evb_ast2600a1_spl.h
> index 655896b237..006cc4345b 100644
> --- a/include/configs/evb_ast2600a1_spl.h
> +++ b/include/configs/evb_ast2600a1_spl.h
> @@ -42,13 +42,6 @@
>  #endif
>  #endif
>
> -/* SPL */
> -#define CONFIG_SPL_TEXT_BASE           0x00000000
> -#define CONFIG_SPL_MAX_SIZE            0x0000E800
> -#define CONFIG_SPL_STACK               0x10010000
> -#define CONFIG_SPL_BSS_START_ADDR      0x90000000
> -#define CONFIG_SPL_BSS_MAX_SIZE                0x00100000

A good cleanup. While we're here, can we clean up the various ast2600
config headers?

There is a large diff between the a0 and the a1 spl header. I know the
A0 has a smaller SRAM. Are there any other differences required?

> -
>  #define CONFIG_SUPPORT_EMMC_BOOT
>
>  #endif /* __CONFIG_H */
> --
> 2.17.1
>

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

* Re: [u-boot,v2019.04-aspeed-openbmc 1/1] fix compiling warnings for AST2600 A1 SPL
  2022-02-24 11:43   ` [u-boot,v2019.04-aspeed-openbmc " Joel Stanley
@ 2022-03-01  0:57     ` Jamin Lin
  2022-03-01  8:28     ` Jamin Lin
  1 sibling, 0 replies; 5+ messages in thread
From: Jamin Lin @ 2022-03-01  0:57 UTC (permalink / raw)
  To: Joel Stanley; +Cc: Andrew Jeffery, OpenBMC Maillist, Troy Lee, Steven Lee

The 02/24/2022 11:43, Joel Stanley wrote:
> On Thu, 24 Feb 2022 at 08:11, Jamin Lin <jamin_lin@aspeedtech.com> wrote:
> >
> > remove duplicated define
> >
> > Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com>
> > ---
> >  include/configs/evb_ast2600a1_spl.h | 7 -------
> >  1 file changed, 7 deletions(-)
> >
> > diff --git a/include/configs/evb_ast2600a1_spl.h b/include/configs/evb_ast2600a1_spl.h
> > index 655896b237..006cc4345b 100644
> > --- a/include/configs/evb_ast2600a1_spl.h
> > +++ b/include/configs/evb_ast2600a1_spl.h
> > @@ -42,13 +42,6 @@
> >  #endif
> >  #endif
> >
> > -/* SPL */
> > -#define CONFIG_SPL_TEXT_BASE           0x00000000
> > -#define CONFIG_SPL_MAX_SIZE            0x0000E800
> > -#define CONFIG_SPL_STACK               0x10010000
> > -#define CONFIG_SPL_BSS_START_ADDR      0x90000000
> > -#define CONFIG_SPL_BSS_MAX_SIZE                0x00100000
> 
> A good cleanup. While we're here, can we clean up the various ast2600
> config headers?
>
We do not have a plan to merge them.
> There is a large diff between the a0 and the a1 spl header. I know the
> A0 has a smaller SRAM. Are there any other differences required?
> 
A0 did not support "boot from emmc", "secure boot image size",  please refer to our
Errata for detail.
> > -
> >  #define CONFIG_SUPPORT_EMMC_BOOT
> >
> >  #endif /* __CONFIG_H */
> > --
> > 2.17.1
> >

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

* Re: [u-boot,v2019.04-aspeed-openbmc 1/1] fix compiling warnings for AST2600 A1 SPL
  2022-02-24 11:43   ` [u-boot,v2019.04-aspeed-openbmc " Joel Stanley
  2022-03-01  0:57     ` Jamin Lin
@ 2022-03-01  8:28     ` Jamin Lin
  1 sibling, 0 replies; 5+ messages in thread
From: Jamin Lin @ 2022-03-01  8:28 UTC (permalink / raw)
  To: Joel Stanley; +Cc: Andrew Jeffery, OpenBMC Maillist, Troy Lee, Steven Lee

 02/24/2022 11:43, Joel Stanley wrote:
> On Thu, 24 Feb 2022 at 08:11, Jamin Lin <jamin_lin@aspeedtech.com> wrote:
> >
> > remove duplicated define
> >
> > Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com>
> > ---
> >  include/configs/evb_ast2600a1_spl.h | 7 -------
> >  1 file changed, 7 deletions(-)
> >
> > diff --git a/include/configs/evb_ast2600a1_spl.h b/include/configs/evb_ast2600a1_spl.h
> > index 655896b237..006cc4345b 100644
> > --- a/include/configs/evb_ast2600a1_spl.h
> > +++ b/include/configs/evb_ast2600a1_spl.h
> > @@ -42,13 +42,6 @@
> >  #endif
> >  #endif
> >
> > -/* SPL */
> > -#define CONFIG_SPL_TEXT_BASE           0x00000000
> > -#define CONFIG_SPL_MAX_SIZE            0x0000E800
> > -#define CONFIG_SPL_STACK               0x10010000
> > -#define CONFIG_SPL_BSS_START_ADDR      0x90000000
> > -#define CONFIG_SPL_BSS_MAX_SIZE                0x00100000
> 
> A good cleanup. While we're here, can we clean up the various ast2600
> config headers?
>
We do not have a plan to merge them.
> There is a large diff between the a0 and the a1 spl header. I know the
> A0 has a smaller SRAM. Are there any other differences required?
> 
A0 did not support "boot from emmc", "secure boot image size",  please refer to our Errata for detail.
> > -
> >  #define CONFIG_SUPPORT_EMMC_BOOT
> >
> >  #endif /* __CONFIG_H */
> > --
> > 2.17.1
> >

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

end of thread, other threads:[~2022-03-01  8:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-24  8:11 [u-boot, v2019.04-aspeed-openbmc 0/1] fix compiling warnings for AST2600 A1 SPL Jamin Lin
2022-02-24  8:11 ` [u-boot, v2019.04-aspeed-openbmc 1/1] " Jamin Lin
2022-02-24 11:43   ` [u-boot,v2019.04-aspeed-openbmc " Joel Stanley
2022-03-01  0:57     ` Jamin Lin
2022-03-01  8:28     ` Jamin Lin

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.